|
static std::shared_ptr< DerivationPath > | parse (const std::string &path) |
|
◆ getChildNum()
int32_t ledger::core::DerivationPathApi::getChildNum |
( |
int32_t |
index | ) |
|
|
overridevirtual |
◆ getDepth()
int32_t ledger::core::DerivationPathApi::getDepth |
( |
| ) |
|
|
overridevirtual |
◆ getParent()
◆ getUnhardenedChildNum()
int32_t ledger::core::DerivationPathApi::getUnhardenedChildNum |
( |
int32_t |
index | ) |
|
|
overridevirtual |
Get the child num at the given index in the path. If the child num is hardened, returns it without the hardened marker bit.
Implements ledger::core::api::DerivationPath.
◆ isHardened()
bool ledger::core::DerivationPathApi::isHardened |
( |
int32_t |
index | ) |
|
|
overridevirtual |
◆ toArray()
std::vector< int32_t > ledger::core::DerivationPathApi::toArray |
( |
| ) |
|
|
overridevirtual |
◆ toString()
std::string ledger::core::DerivationPathApi::toString |
( |
| ) |
|
|
overridevirtual |
The documentation for this class was generated from the following files:
- src/wallet/common/api_impl/DerivationPathApi.h
- src/wallet/common/api_impl/DerivationPathApi.cpp