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 |
Return the decrypted memo if a memo exists, otherwise return an empty string. More... | |
Protected Member Functions | |
std::string | print_memo (const fc::optional< graphene::protocol::memo_data > &memo) const |
void | print_preimage (const std::vector< char > &preimage) const |
void | print_redeem (const graphene::protocol::htlc_id_type &id, const std::string &redeemer, const std::vector< char > &preimage, const graphene::protocol::asset &op_fee) const |
void | print_result () const |
Definition at line 56 of file operation_printer.hpp.
typedef std::string graphene::wallet::detail::operation_printer::result_type |
Return the decrypted memo if a memo exists, otherwise return an empty string.
Definition at line 77 of file operation_printer.hpp.
|
inline |
Definition at line 68 of file operation_printer.hpp.
std::string graphene::wallet::detail::operation_printer::operator() | ( | const graphene::protocol::account_create_operation & | op | ) | const |
Definition at line 172 of file operation_printer.cpp.
std::string graphene::wallet::detail::operation_printer::operator() | ( | const graphene::protocol::account_update_operation & | op | ) | const |
Definition at line 182 of file operation_printer.cpp.
std::string graphene::wallet::detail::operation_printer::operator() | ( | const graphene::protocol::asset_claim_pool_operation & | op | ) | const |
Definition at line 250 of file operation_printer.cpp.
std::string graphene::wallet::detail::operation_printer::operator() | ( | const graphene::protocol::asset_create_operation & | op | ) | const |
Definition at line 189 of file operation_printer.cpp.
std::string graphene::wallet::detail::operation_printer::operator() | ( | const graphene::protocol::asset_fund_fee_pool_operation & | op | ) | const |
Definition at line 241 of file operation_printer.cpp.
string graphene::wallet::detail::operation_printer::operator() | ( | const graphene::protocol::asset_issue_operation & | op | ) | const |
Definition at line 216 of file operation_printer.cpp.
std::string graphene::wallet::detail::operation_printer::operator() | ( | const graphene::protocol::asset_publish_feed_operation & | op | ) | const |
Definition at line 275 of file operation_printer.cpp.
string graphene::wallet::detail::operation_printer::operator() | ( | const graphene::protocol::asset_reserve_operation & | op | ) | const |
Definition at line 226 of file operation_printer.cpp.
std::string graphene::wallet::detail::operation_printer::operator() | ( | const graphene::protocol::asset_settle_operation & | op | ) | const |
Definition at line 233 of file operation_printer.cpp.
std::string graphene::wallet::detail::operation_printer::operator() | ( | const graphene::protocol::asset_update_bitasset_operation & | op | ) | const |
Definition at line 209 of file operation_printer.cpp.
std::string graphene::wallet::detail::operation_printer::operator() | ( | const graphene::protocol::asset_update_feed_producers_operation & | op | ) | const |
Definition at line 259 of file operation_printer.cpp.
std::string graphene::wallet::detail::operation_printer::operator() | ( | const graphene::protocol::asset_update_operation & | op | ) | const |
Definition at line 202 of file operation_printer.cpp.
std::string graphene::wallet::detail::operation_printer::operator() | ( | const graphene::protocol::call_order_update_operation & | op | ) | const |
Definition at line 285 of file operation_printer.cpp.
std::string graphene::wallet::detail::operation_printer::operator() | ( | const graphene::protocol::fill_order_operation & | op | ) | const |
Definition at line 311 of file operation_printer.cpp.
std::string graphene::wallet::detail::operation_printer::operator() | ( | const graphene::protocol::htlc_create_operation & | op | ) | const |
Definition at line 340 of file operation_printer.cpp.
std::string graphene::wallet::detail::operation_printer::operator() | ( | const graphene::protocol::htlc_redeem_operation & | op | ) | const |
Definition at line 328 of file operation_printer.cpp.
std::string graphene::wallet::detail::operation_printer::operator() | ( | const graphene::protocol::htlc_redeemed_operation & | op | ) | const |
Definition at line 334 of file operation_printer.cpp.
std::string graphene::wallet::detail::operation_printer::operator() | ( | const graphene::protocol::limit_order_cancel_operation & | op | ) | const |
Definition at line 303 of file operation_printer.cpp.
std::string graphene::wallet::detail::operation_printer::operator() | ( | const graphene::protocol::limit_order_create_operation & | op | ) | const |
Definition at line 294 of file operation_printer.cpp.
string graphene::wallet::detail::operation_printer::operator() | ( | const graphene::protocol::override_transfer_operation & | op | ) | const |
Definition at line 162 of file operation_printer.cpp.
std::string graphene::wallet::detail::operation_printer::operator() | ( | const graphene::protocol::proposal_update_operation & | op | ) | const |
Definition at line 321 of file operation_printer.cpp.
std::string graphene::wallet::detail::operation_printer::operator() | ( | const graphene::protocol::transfer_from_blind_operation & | op | ) | const |
Definition at line 134 of file operation_printer.cpp.
string graphene::wallet::detail::operation_printer::operator() | ( | const graphene::protocol::transfer_operation & | op | ) | const |
Definition at line 153 of file operation_printer.cpp.
std::string graphene::wallet::detail::operation_printer::operator() | ( | const graphene::protocol::transfer_to_blind_operation & | op | ) | const |
Definition at line 142 of file operation_printer.cpp.
|
inline |
Definition at line 80 of file operation_printer.hpp.
|
protected |
Definition at line 76 of file operation_printer.cpp.
|
protected |
Definition at line 108 of file operation_printer.cpp.
|
protected |
Definition at line 124 of file operation_printer.cpp.
|
protected |
Definition at line 66 of file operation_printer.cpp.