Offline Transaction Signing (OTS) 0.1.0
|
This is the complete list of members for ots::MoneroSeed, including all inherited members.
address() const noexcept | ots::Seed | virtual |
create(const std::array< unsigned char, 32 > &random, uint64_t height=0, uint64_t time=0, const Network network=Network::MAIN) | ots::MoneroSeed | static |
decode(const std::string &phrase, uint64_t height=0, uint64_t time=0, Network network=Network::MAIN, const std::string &passphrase="") | ots::MoneroSeed | static |
decode(const SeedIndices &indices, uint64_t height=0, uint64_t time=0, Network network=Network::MAIN, const std::string &passphrase="") | ots::MoneroSeed | static |
decode(const std::vector< uint16_t > &values, uint64_t height=0, uint64_t time=0, Network network=Network::MAIN, const std::string &password="") | ots::MoneroSeed | static |
fingerprint() const noexcept | ots::Seed | virtual |
generate(uint64_t height=0, uint64_t time=0, const Network network=Network::MAIN) | ots::MoneroSeed | static |
height() const noexcept | ots::Seed | virtual |
indices(const std::string &passphrase="") const override | ots::MoneroSeed | virtual |
m_address | ots::Seed | protected |
m_height | ots::Seed | protected |
m_key | ots::Seed | protected |
m_network | ots::Seed | 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 |
MoneroSeed()=default | ots::MoneroSeed | protected |
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 &passphrase="") const override | ots::MoneroSeed | 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 |