Wire Sysio Wire Sysion 1.0.0
|
#include <chain_plugin.hpp>
Public Attributes | |
vector< fc::variant > | rows |
one row per item, either encoded as hex String or JSON object | |
bool | more = false |
true if last element in data is not the end and sizeof data() < limit | |
string | next_key |
fill lower_bound with this value to fetch more rows | |
Definition at line 353 of file chain_plugin.hpp.
bool sysio::chain_apis::read_only::get_table_rows_result::more = false |
Definition at line 355 of file chain_plugin.hpp.
string sysio::chain_apis::read_only::get_table_rows_result::next_key |
Definition at line 356 of file chain_plugin.hpp.
vector<fc::variant> sysio::chain_apis::read_only::get_table_rows_result::rows |
Definition at line 354 of file chain_plugin.hpp.