ledger-core
|
Public Member Functions | |
AbstractAddress (const api::Currency ¤cy, const Option< std::string > &path) | |
api::Currency | getCurrency () override |
optional< std::string > | getDerivationPath () override |
std::shared_ptr< api::BitcoinLikeAddress > | asBitcoinLikeAddress () override |
bool | isInstanceOfBitcoinLikeAddress () override |
![]() | |
virtual std::string | toString ()=0 |
Additional Inherited Members | |
![]() | |
static std::shared_ptr< Address > | parse (const std::string &address, const Currency ¤cy) |
static bool | isValid (const std::string &address, const Currency ¤cy) |
|
overridevirtual |
Gets an optional derivation path (if the address is owned by an account).
Implements ledger::core::api::Address.