32 #ifndef LEDGER_CORE_DERIVATIONPATHAPI_H 33 #define LEDGER_CORE_DERIVATIONPATHAPI_H 35 #include <api/DerivationPath.hpp> 36 #include <utils/DerivationPath.hpp> 53 std::shared_ptr<api::DerivationPath>
getParent()
override;
55 std::vector<int32_t>
toArray()
override;
64 #endif //LEDGER_CORE_DERIVATIONPATHAPI_H std::vector< int32_t > toArray() override
Definition: DerivationPathApi.cpp:58
Definition: DerivationPathApi.h:40
int32_t getDepth() override
Definition: DerivationPathApi.cpp:34
bool isHardened(int32_t index) override
Definition: DerivationPathApi.cpp:46
std::shared_ptr< api::DerivationPath > getParent() override
Definition: DerivationPathApi.cpp:54
Definition: DerivationPath.hpp:40
std::string toString() override
Definition: DerivationPathApi.cpp:50
Definition: Account.cpp:8
int32_t getChildNum(int32_t index) override
Definition: DerivationPathApi.cpp:38
int32_t getUnhardenedChildNum(int32_t index) override
Definition: DerivationPathApi.cpp:42
Definition: DerivationPath.hpp:21