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