|
static std::shared_ptr< AbstractAddress > | parse (const std::string &address, const api::Currency ¤cy, const Option< std::string > &derivationPath=Option< std::string >()) |
|
static std::shared_ptr< TezosLikeAddress > | fromBase58 (const std::string &address, const api::Currency ¤cy, const Option< std::string > &derivationPath=Option< std::string >()) |
|
static std::vector< uint8_t > | getPrefixFromImplicitVersion (const std::vector< uint8_t > &implicitVersion, api::TezosCurve curve) |
|
static std::shared_ptr< Address > | parse (const std::string &address, const Currency ¤cy) |
|
static bool | isValid (const std::string &address, const Currency ¤cy) |
|
◆ getDerivationPath()
Gets an optional derivation path (if the address is owned by an account).
- Returns
- The derivation path of the address
Implements ledger::core::api::Address.
◆ getHash160()
std::vector< uint8_t > ledger::core::TezosLikeAddress::getHash160 |
( |
| ) |
|
|
overridevirtual |
◆ getNetworkParameters()
◆ getVersion()
std::vector< uint8_t > ledger::core::TezosLikeAddress::getVersion |
( |
| ) |
|
|
overridevirtual |
◆ toBase58()
std::string ledger::core::TezosLikeAddress::toBase58 |
( |
| ) |
|
|
overridevirtual |
◆ toString()
std::string ledger::core::TezosLikeAddress::toString |
( |
| ) |
|
|
overridevirtual |
The documentation for this class was generated from the following files: