|
ledger-core
|
Inheritance diagram for ledger::core::AbstractAddress:
Collaboration diagram for ledger::core::AbstractAddress: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 |
Public Member Functions inherited from ledger::core::api::Address | |
| virtual std::string | toString ()=0 |
Additional Inherited Members | |
Static Public Member Functions inherited from ledger::core::api::Address | |
| 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.
1.8.13