Wire Sysio Wire Sysion 1.0.0
|
#include <chain_plugin.hpp>
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 |
Definition at line 337 of file chain_plugin.hpp.
name sysio::chain_apis::read_only::get_table_rows_params::code |
Definition at line 339 of file chain_plugin.hpp.
string sysio::chain_apis::read_only::get_table_rows_params::encode_type {"dec"} |
Definition at line 348 of file chain_plugin.hpp.
string sysio::chain_apis::read_only::get_table_rows_params::index_position |
Definition at line 347 of file chain_plugin.hpp.
bool sysio::chain_apis::read_only::get_table_rows_params::json = false |
Definition at line 338 of file chain_plugin.hpp.
string sysio::chain_apis::read_only::get_table_rows_params::key_type |
Definition at line 346 of file chain_plugin.hpp.
uint32_t sysio::chain_apis::read_only::get_table_rows_params::limit = 10 |
Definition at line 345 of file chain_plugin.hpp.
string sysio::chain_apis::read_only::get_table_rows_params::lower_bound |
Definition at line 343 of file chain_plugin.hpp.
std::optional<bool> sysio::chain_apis::read_only::get_table_rows_params::reverse |
Definition at line 349 of file chain_plugin.hpp.
string sysio::chain_apis::read_only::get_table_rows_params::scope |
Definition at line 340 of file chain_plugin.hpp.
std::optional<bool> sysio::chain_apis::read_only::get_table_rows_params::show_payer |
Definition at line 350 of file chain_plugin.hpp.
name sysio::chain_apis::read_only::get_table_rows_params::table |
Definition at line 341 of file chain_plugin.hpp.
string sysio::chain_apis::read_only::get_table_rows_params::table_key |
Definition at line 342 of file chain_plugin.hpp.
string sysio::chain_apis::read_only::get_table_rows_params::upper_bound |
Definition at line 344 of file chain_plugin.hpp.