Offline Transaction Signing (OTS) 0.1.0
|
This is the complete list of members for ots::LegacySeed, including all inherited members.
address() const noexcept | ots::Seed | virtual |
decode(const std::string &phrase, uint64_t height=0, uint64_t time=0, Network network=Network::MAIN) | ots::LegacySeed | static |
decode(const SeedIndices &indices, uint64_t height=0, uint64_t time=0, Network network=Network::MAIN) | ots::LegacySeed | static |
decode(const std::vector< uint16_t > &values, uint64_t height=0, uint64_t time=0, Network network=Network::MAIN) | ots::LegacySeed | static |
fingerprint() const noexcept | ots::Seed | virtual |
height() const noexcept | ots::Seed | virtual |
indices(const std::string &password="") const override | ots::LegacySeed | virtual |
LegacySeed() | ots::LegacySeed | explicitprotected |
m_address | ots::Seed | protected |
m_height | ots::Seed | protected |
m_key | ots::Seed | protected |
m_network | ots::Seed | protected |
m_seed | ots::LegacySeed | protected |
m_timestamp | ots::Seed | protected |
m_wallet | ots::Seed | protected |
mergeAndZeorizeValues(std::vector< uint16_t > &values1, std::vector< uint16_t > &values2, bool del=true) | ots::Seed | static |
mergeAndZeorizeValues(std::vector< std::vector< uint16_t > > &values, bool del=true) | ots::Seed | static |
mergeValues(const std::vector< uint16_t > &values1, const std::vector< uint16_t > &values2) | ots::Seed | static |
mergeValues(const std::vector< std::vector< uint16_t > > &values) | ots::Seed | static |
mergeWithPassword(const std::string &password, const std::vector< uint16_t > &values) | ots::Seed | static |
mergeWithPassword(const WipeableString &password, const std::vector< uint16_t > &values) | ots::Seed | static |
mergeWithPasswordAndZeorize(std::string &password, std::vector< uint16_t > &values, bool del=true) | ots::Seed | static |
mergeWithPasswordAndZeorize(const WipeableString &password, std::vector< uint16_t > &values, bool del=true) | ots::Seed | static |
network() const noexcept | ots::Seed | inlinevirtual |
operator=(const Seed &)=delete | ots::Seed | |
operator=(Seed &&) noexcept=default | ots::Seed | |
phrase(const SeedLanguage &language, const std::string &password="") const override | ots::LegacySeed | virtual |
Seed(const Seed &)=delete | ots::Seed | |
Seed(Seed &&) noexcept=default | ots::Seed | |
Seed() | ots::Seed | protected |
timestamp() const noexcept | ots::Seed | virtual |
wallet() noexcept | ots::Seed | virtual |
~Seed()=default | ots::Seed | virtual |