BitShares-Core  7.0.2
BitShares blockchain node software and command-line wallet software
Public Types | Public Member Functions | List of all members
graphene::wallet::detail::htlc_hash_to_string_visitor Class Reference

Public Types

typedef std::string result_type
 

Public Member Functions

result_type operator() (const fc::ripemd160 &hash) const
 
result_type operator() (const fc::sha1 &hash) const
 
result_type operator() (const fc::sha256 &hash) const
 
result_type operator() (const fc::hash160 &hash) const
 

Detailed Description

Definition at line 31 of file operation_printer.cpp.

Member Typedef Documentation

◆ result_type

Definition at line 34 of file operation_printer.cpp.

Member Function Documentation

◆ operator()() [1/4]

result_type graphene::wallet::detail::htlc_hash_to_string_visitor::operator() ( const fc::hash160 hash) const
inline

Definition at line 50 of file operation_printer.cpp.

◆ operator()() [2/4]

result_type graphene::wallet::detail::htlc_hash_to_string_visitor::operator() ( const fc::ripemd160 hash) const
inline

Definition at line 36 of file operation_printer.cpp.

◆ operator()() [3/4]

result_type graphene::wallet::detail::htlc_hash_to_string_visitor::operator() ( const fc::sha1 hash) const
inline

Definition at line 41 of file operation_printer.cpp.

◆ operator()() [4/4]

result_type graphene::wallet::detail::htlc_hash_to_string_visitor::operator() ( const fc::sha256 hash) const
inline

Definition at line 46 of file operation_printer.cpp.


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