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

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

accounts(uint32_t max=10, uint32_t offset=0) const noexceptots::Wallet
address(uint32_t account=0, uint32_t index=0) const noexceptots::Wallet
addressIndex(const std::string &address, uint32_t maxAccountDepth=0, uint32_t maxIndexDepth=0) constots::Wallet
addressIndex(const Address &address, uint32_t maxAccountDepth=0, uint32_t maxIndexDepth=0) constots::Wallet
checkTransaction(const std::string &unsignedTransaction) constots::Wallet
checkTransaction(const TxDescription &description) const noexceptots::Wallet
describeTransaction(const std::string &unsignedTransaction) constots::Wallet
exportKeyImages() constots::Wallet
hasAddress(const std::string &address, uint32_t maxAccountDepth=0, uint32_t maxIndexDepth=0) const noexceptots::Wallet
hasAddress(const Address &address, uint32_t maxAccountDepth=0, uint32_t maxIndexDepth=0) const noexceptots::Wallet
height() const noexceptots::Walletinline
importOutputs(const std::string &outputs)ots::Wallet
m_accountots::Walletprotected
m_heightots::Walletprotected
m_keyots::Walletprotected
m_networkots::Walletprotected
publicSpendKey() const noexceptots::Wallet
publicViewKey() const noexceptots::Wallet
secretSpendKey() const noexceptots::Wallet
secretViewKey() const noexceptots::Wallet
signData(const std::string &data) const noexceptots::Wallet
signData(const std::string &data, const std::pair< uint32_t, uint32_t > &index) constots::Wallet
signData(const std::string &data, const Address &address) constots::Wallet
signData(const std::string &data, const std::string &address) constots::Wallet
signTransaction(const std::string &unsignedTransaction) constots::Wallet
subAddresses(uint32_t account=0, uint32_t max=10, uint32_t offset=0) const noexceptots::Wallet
verifyData(const std::string &data, const std::string &address, const std::string &signature, bool legacyFallback=false)ots::Walletstatic
verifyData(const std::string &data, const Address &address, const std::string &signature, bool legacyFallback=false)ots::Walletstatic
verifyData(const std::string &data, const std::pair< uint32_t, uint32_t > &index, const std::string &signature, bool legacyFallback=false) constots::Wallet
verifyData(const std::string &data, const std::string &signature, bool legacyFallback=false) constots::Wallet
Wallet(const std::array< unsigned char, 32 > &key, uint64_t height, const Network network) noexceptots::Wallet
Wallet(const KeyStore &key, uint64_t height, const Network network) noexceptots::Wallet
Wallet(const Account &account, const KeyStore &key, uint64_t height, const Network network) noexceptots::Wallet