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