Offline Transaction Signing (OTS) 0.1.0
Loading...
Searching...
No Matches
ots::Account Member List

This is the complete list of members for ots::Account, including all inherited members.

Account(const std::array< unsigned char, 32 > &key, const Network network)ots::Accountexplicit
Account(const crypto::secret_key &key, const Network network)ots::Accountexplicit
Account(const KeyStore &key, const Network network)ots::Accountexplicit
Account(const cryptonote::account_base &account, const Network network)ots::Accountexplicit
Account(const Account &account)ots::Accountexplicit
address() const noexceptots::Account
address(uint32_t account, uint32_t index) const noexceptots::Account
address(const cryptonote::subaddress_index index) const noexceptots::Account
addressIndex(const Address &address, uint32_t maxAccountDepth=DEFAULT_MAX_ACCOUNT_DEPTH, uint32_t maxIndexDepth=DEFAULT_MAX_INDEX_DEPTH) constots::Account
clearAddressCache() const noexceptots::Account
hasAddress(const Address &address, uint32_t maxAccountDepth=DEFAULT_MAX_ACCOUNT_DEPTH, uint32_t maxIndexDepth=DEFAULT_MAX_INDEX_DEPTH) const noexceptots::Account
importOutputs(const std::string &outputs)ots::Account
importOutputs(const std::tuple< uint64_t, uint64_t, std::vector< exported_transfer_details > > &outputs)ots::Account
importOutputs(const std::tuple< uint64_t, uint64_t, std::vector< transfer_details > > &outputs)ots::Account
publicSpendKey() const noexceptots::Account
publicViewKey() const noexceptots::Account
secretSpendKey() const noexceptots::Account
secretViewKey() const noexceptots::Account
signData(const std::string &data) constots::Account
signData(const std::string &data, const std::pair< uint32_t, uint32_t > &index) constots::Account
signData(const std::string &data, const std::string &address, uint32_t maxAccountDepth=DEFAULT_MAX_ACCOUNT_DEPTH, uint32_t maxIndexDepth=DEFAULT_MAX_INDEX_DEPTH) constots::Account
signData(const std::string &data, const Address &address, uint32_t maxAccountDepth=DEFAULT_MAX_ACCOUNT_DEPTH, uint32_t maxIndexDepth=DEFAULT_MAX_INDEX_DEPTH) constots::Account
verifyData(const std::string &data, const Address &address, const std::string &signature)ots::Accountstatic
verifyData(const std::string &data, const std::string &address, const std::string &signature)ots::Accountstatic
verifyDataLegacy(const std::string &data, const Address &address, const std::string &signature)ots::Accountstatic
verifyDataLegacy(const std::string &data, const std::string &address, const std::string &signature)ots::Accountstatic