BitShares-Core
7.0.2
BitShares blockchain node software and command-line wallet software
|
#include <operation_printer.hpp>
Public Types | |
typedef std::string | result_type |
Public Member Functions | |
operation_result_printer (const wallet_api_impl &w) | |
std::string | operator() (const graphene::protocol::void_result &x) const |
std::string | operator() (const graphene::protocol::object_id_type &oid) const |
std::string | operator() (const graphene::protocol::asset &a) const |
std::string | operator() (const graphene::protocol::generic_operation_result &r) const |
std::string | operator() (const graphene::protocol::generic_exchange_operation_result &r) const |
std::string | operator() (const graphene::protocol::extendable_operation_result &r) const |
Public Attributes | |
const wallet_api_impl & | _wallet |
Definition at line 39 of file operation_printer.hpp.
typedef std::string graphene::wallet::detail::operation_result_printer::result_type |
Definition at line 45 of file operation_printer.hpp.
|
inlineexplicit |
Definition at line 42 of file operation_printer.hpp.
std::string graphene::wallet::detail::operation_result_printer::operator() | ( | const graphene::protocol::asset & | a | ) | const |
Definition at line 372 of file operation_printer.cpp.
std::string graphene::wallet::detail::operation_result_printer::operator() | ( | const graphene::protocol::extendable_operation_result & | r | ) | const |
Definition at line 388 of file operation_printer.cpp.
std::string graphene::wallet::detail::operation_result_printer::operator() | ( | const graphene::protocol::generic_exchange_operation_result & | r | ) | const |
Definition at line 382 of file operation_printer.cpp.
std::string graphene::wallet::detail::operation_result_printer::operator() | ( | const graphene::protocol::generic_operation_result & | r | ) | const |
Definition at line 377 of file operation_printer.cpp.
std::string graphene::wallet::detail::operation_result_printer::operator() | ( | const graphene::protocol::object_id_type & | oid | ) | const |
Definition at line 367 of file operation_printer.cpp.
std::string graphene::wallet::detail::operation_result_printer::operator() | ( | const graphene::protocol::void_result & | x | ) | const |
Definition at line 362 of file operation_printer.cpp.
const wallet_api_impl& graphene::wallet::detail::operation_result_printer::_wallet |
Definition at line 44 of file operation_printer.hpp.