31 #ifndef LEDGER_CORE_DERIVATIONSCHEME_HPP 32 #define LEDGER_CORE_DERIVATIONSCHEME_HPP 36 #include "DerivationPath.hpp" 41 enum DerivationSchemeLevel {
51 DerivationSchemeLevel level;
67 int getCoinType()
const;
68 int getAccountIndex()
const;
70 int getAddressIndex()
const;
72 int getPositionForLevel(DerivationSchemeLevel level)
const;
79 std::string toString()
const;
83 int getVariable(DerivationSchemeLevel level)
const;
86 std::vector<DerivationSchemeNode> _scheme;
92 #endif //LEDGER_CORE_DERIVATIONSCHEME_HPP Definition: DerivationScheme.hpp:49
Definition: DerivationScheme.hpp:55
Definition: DerivationPath.hpp:40
Definition: Account.cpp:8