eosio::singleton::row
Public Functions
| Name | |
|---|---|
| uint64_t | primary_key() const |
Public Attributes
| Name | |
|---|---|
| T | value |
Detailed Description
struct eosio::singleton::row;
Structure of data inside the singleton table
Public Functions Documentation
function primary_key
inline uint64_t primary_key() const
Return: uint64_t - Primary Key
Get primary key of the data
Public Attributes Documentation
variable value
T value;
Value to be stored inside the singleton table
Updated on 2022-12-05 at 15:38:07 +0000