Class List > eosio :: singleton :: row
Structure of data inside the singleton table. More...
Public Attributes
Type | Name |
---|---|
T | value Value to be stored inside the singleton table. |
Public Functions
Type | Name |
---|---|
uint64_t | primary_key () const Get primary key of the data. |
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.
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.
Get primary key of the data
Returns:
uint64_t - Primary Key
The documentation for this class was generated from the following file: libraries/eosiolib/singleton.hpp