ledger-core
|
#include <TezosLikeAddress.hpp>
Public Member Functions | |
virtual std::vector< uint8_t > | getVersion ()=0 |
virtual std::vector< uint8_t > | getHash160 ()=0 |
virtual TezosLikeNetworkParameters | getNetworkParameters ()=0 |
virtual std::string | toBase58 ()=0 |
Helper class for manipulating Tezos like addresses.
|
pure virtual |
Gets the raw hash160 of the public key
Implemented in ledger::core::TezosLikeAddress.
|
pure virtual |
Gets the network parameters used for serializing the address.
Implemented in ledger::core::TezosLikeAddress.
|
pure virtual |
Gets the version of the address.
Implemented in ledger::core::TezosLikeAddress.
|
pure virtual |