|
BitShares-Core
7.0.2
BitShares blockchain node software and command-line wallet software
|
#include <state.hpp>
Public Member Functions | |
| response () | |
| response (const optional< variant > &_id, const variant &_result, const optional< string > &version=optional< string >()) | |
| response (const optional< variant > &_id, const error_object &error, const optional< string > &version=optional< string >()) | |
Public Attributes | |
| optional< variant > | id |
| optional< std::string > | jsonrpc |
| optional< fc::variant > | result |
| optional< error_object > | error |
|
inline |
| optional<error_object> fc::rpc::response::error |
| optional<fc::variant> fc::rpc::response::result |
1.8.17