struct eosio::singleton::row
Class List > eosio :: singleton :: row
Public Attributes
Type | Name |
---|---|
T | value |
Public Functions
Type | Name |
---|---|
uint64_t | primary_key () const |
Detailed Description
Structure of data inside the singleton table
Public Attributes Documentation
variable value
T eosio::singleton< SingletonName, T >::row::value;
Value to be stored inside the singleton table
Public Functions Documentation
function primary_key
uint64_t eosio::singleton< SingletonName, T >::row::primary_key() const
Get primary key of the data
Returns:
uint64_t - Primary Key
The documentation for this class was generated from the following file: libraries/eosiolib/contracts/eosio/singleton.hpp