Wire Sysio Wire Sysion 1.0.0
Loading...
Searching...
No Matches
sysio::chain_apis::read_only::get_table_rows_params Struct Reference

#include <chain_plugin.hpp>

Collaboration diagram for sysio::chain_apis::read_only::get_table_rows_params:

Public Attributes

bool json = false
 
name code
 
string scope
 
name table
 
string table_key
 
string lower_bound
 
string upper_bound
 
uint32_t limit = 10
 
string key_type
 
string index_position
 
string encode_type {"dec"}
 
std::optional< bool > reverse
 
std::optional< bool > show_payer
 

Detailed Description

Definition at line 337 of file chain_plugin.hpp.

Member Data Documentation

◆ code

name sysio::chain_apis::read_only::get_table_rows_params::code

Definition at line 339 of file chain_plugin.hpp.

◆ encode_type

string sysio::chain_apis::read_only::get_table_rows_params::encode_type {"dec"}

Definition at line 348 of file chain_plugin.hpp.

348{"dec"}; //dec, hex , default=dec

◆ index_position

string sysio::chain_apis::read_only::get_table_rows_params::index_position

Definition at line 347 of file chain_plugin.hpp.

◆ json

bool sysio::chain_apis::read_only::get_table_rows_params::json = false

Definition at line 338 of file chain_plugin.hpp.

◆ key_type

string sysio::chain_apis::read_only::get_table_rows_params::key_type

Definition at line 346 of file chain_plugin.hpp.

◆ limit

uint32_t sysio::chain_apis::read_only::get_table_rows_params::limit = 10

Definition at line 345 of file chain_plugin.hpp.

◆ lower_bound

string sysio::chain_apis::read_only::get_table_rows_params::lower_bound

Definition at line 343 of file chain_plugin.hpp.

◆ reverse

std::optional<bool> sysio::chain_apis::read_only::get_table_rows_params::reverse

Definition at line 349 of file chain_plugin.hpp.

◆ scope

string sysio::chain_apis::read_only::get_table_rows_params::scope

Definition at line 340 of file chain_plugin.hpp.

◆ show_payer

std::optional<bool> sysio::chain_apis::read_only::get_table_rows_params::show_payer

Definition at line 350 of file chain_plugin.hpp.

◆ table

name sysio::chain_apis::read_only::get_table_rows_params::table

Definition at line 341 of file chain_plugin.hpp.

◆ table_key

string sysio::chain_apis::read_only::get_table_rows_params::table_key

Definition at line 342 of file chain_plugin.hpp.

◆ upper_bound

string sysio::chain_apis::read_only::get_table_rows_params::upper_bound

Definition at line 344 of file chain_plugin.hpp.


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