Wire Sysio Wire Sysion 1.0.0
Loading...
Searching...
No Matches
sysio::chain::key_value_object Struct Reference

#include <contract_table_objects.hpp>

Inheritance diagram for sysio::chain::key_value_object:
Collaboration diagram for sysio::chain::key_value_object:

Public Types

typedef uint64_t key_type
 
- Public Types inherited from chainbase::object< key_value_object_type, key_value_object >
typedef oid< key_value_object > id_type
 

Public Attributes

id_type id
 
table_id t_id
 
uint64_t primary_key
 
account_name payer
 
shared_blob value
 

Static Public Attributes

static const int number_of_keys = 1
 
- Static Public Attributes inherited from chainbase::object< key_value_object_type, key_value_object >
static const uint16_t type_id
 

Detailed Description

Definition at line 51 of file contract_table_objects.hpp.

Member Typedef Documentation

◆ key_type

Member Data Documentation

◆ id

id_type sysio::chain::key_value_object::id

Definition at line 57 of file contract_table_objects.hpp.

◆ number_of_keys

const int sysio::chain::key_value_object::number_of_keys = 1
static

Definition at line 55 of file contract_table_objects.hpp.

◆ payer

account_name sysio::chain::key_value_object::payer

Definition at line 60 of file contract_table_objects.hpp.

◆ primary_key

uint64_t sysio::chain::key_value_object::primary_key

Definition at line 59 of file contract_table_objects.hpp.

◆ t_id

table_id sysio::chain::key_value_object::t_id

Definition at line 58 of file contract_table_objects.hpp.

◆ value

shared_blob sysio::chain::key_value_object::value

Definition at line 61 of file contract_table_objects.hpp.


The documentation for this struct was generated from the following file: