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

#include <chain_plugin.hpp>

Collaboration diagram for sysio::chain_apis::read_only::get_table_rows_result:

Public Attributes

vector< fc::variantrows
 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
 

Detailed Description

Definition at line 353 of file chain_plugin.hpp.

Member Data Documentation

◆ more

bool sysio::chain_apis::read_only::get_table_rows_result::more = false

Definition at line 355 of file chain_plugin.hpp.

◆ next_key

string sysio::chain_apis::read_only::get_table_rows_result::next_key

Definition at line 356 of file chain_plugin.hpp.

◆ rows

vector<fc::variant> sysio::chain_apis::read_only::get_table_rows_result::rows

Definition at line 354 of file chain_plugin.hpp.


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