Wire Sysio Wire Sysion 1.0.0
|
#include <abi_def.hpp>
Public Member Functions | |
abi_def ()=default | |
abi_def (const vector< type_def > &types, const vector< struct_def > &structs, const vector< action_def > &actions, const vector< table_def > &tables, const vector< clause_pair > &clauses, const vector< error_message > &error_msgs) | |
Public Attributes | |
string | version = "" |
vector< type_def > | types |
vector< struct_def > | structs |
vector< action_def > | actions |
vector< table_def > | tables |
vector< clause_pair > | ricardian_clauses |
vector< error_message > | error_messages |
extensions_type | abi_extensions |
may_not_exist< vector< variant_def > > | variants |
may_not_exist< vector< action_result_def > > | action_results |
Definition at line 113 of file abi_def.hpp.
|
default |
|
inline |
Definition at line 115 of file abi_def.hpp.
extensions_type sysio::chain::abi_def::abi_extensions |
Definition at line 131 of file abi_def.hpp.
may_not_exist<vector<action_result_def> > sysio::chain::abi_def::action_results |
Definition at line 133 of file abi_def.hpp.
vector<action_def> sysio::chain::abi_def::actions |
Definition at line 127 of file abi_def.hpp.
vector<error_message> sysio::chain::abi_def::error_messages |
Definition at line 130 of file abi_def.hpp.
vector<clause_pair> sysio::chain::abi_def::ricardian_clauses |
Definition at line 129 of file abi_def.hpp.
vector<struct_def> sysio::chain::abi_def::structs |
Definition at line 126 of file abi_def.hpp.
Definition at line 128 of file abi_def.hpp.
Definition at line 125 of file abi_def.hpp.
may_not_exist<vector<variant_def> > sysio::chain::abi_def::variants |
Definition at line 132 of file abi_def.hpp.
string sysio::chain::abi_def::version = "" |
Definition at line 124 of file abi_def.hpp.