|
Offline Transaction Signing (OTS) 0.1.0
|
This is the complete list of members for ots::Wallet, including all inherited members.
| accounts(uint32_t max=10, uint32_t offset=0) const noexcept | ots::Wallet | |
| address(uint32_t account=0, uint32_t index=0) const noexcept | ots::Wallet | |
| addressIndex(const std::string &address, uint32_t maxAccountDepth=0, uint32_t maxIndexDepth=0) const | ots::Wallet | |
| addressIndex(const Address &address, uint32_t maxAccountDepth=0, uint32_t maxIndexDepth=0) const | ots::Wallet | |
| checkTransaction(const std::string &unsignedTransaction) const | ots::Wallet | |
| checkTransaction(const TxDescription &description) const noexcept | ots::Wallet | |
| describeTransaction(const std::string &unsignedTransaction) const | ots::Wallet | |
| exportKeyImages() const | ots::Wallet | |
| hasAddress(const std::string &address, uint32_t maxAccountDepth=0, uint32_t maxIndexDepth=0) const noexcept | ots::Wallet | |
| hasAddress(const Address &address, uint32_t maxAccountDepth=0, uint32_t maxIndexDepth=0) const noexcept | ots::Wallet | |
| height() const noexcept | ots::Wallet | inline |
| importOutputs(const std::string &outputs) | ots::Wallet | |
| m_account | ots::Wallet | protected |
| m_height | ots::Wallet | protected |
| m_key | ots::Wallet | protected |
| m_network | ots::Wallet | protected |
| publicSpendKey() const noexcept | ots::Wallet | |
| publicViewKey() const noexcept | ots::Wallet | |
| secretSpendKey() const noexcept | ots::Wallet | |
| secretViewKey() const noexcept | ots::Wallet | |
| signData(const std::string &data) const noexcept | ots::Wallet | |
| signData(const std::string &data, const std::pair< uint32_t, uint32_t > &index) const | ots::Wallet | |
| signData(const std::string &data, const Address &address) const | ots::Wallet | |
| signData(const std::string &data, const std::string &address) const | ots::Wallet | |
| signTransaction(const std::string &unsignedTransaction) const | ots::Wallet | |
| subAddresses(uint32_t account=0, uint32_t max=10, uint32_t offset=0) const noexcept | ots::Wallet | |
| verifyData(const std::string &data, const std::string &address, const std::string &signature, bool legacyFallback=false) | ots::Wallet | static |
| verifyData(const std::string &data, const Address &address, const std::string &signature, bool legacyFallback=false) | ots::Wallet | static |
| verifyData(const std::string &data, const std::pair< uint32_t, uint32_t > &index, const std::string &signature, bool legacyFallback=false) const | ots::Wallet | |
| verifyData(const std::string &data, const std::string &signature, bool legacyFallback=false) const | ots::Wallet | |
| Wallet(const std::array< unsigned char, 32 > &key, uint64_t height, const Network network) noexcept | ots::Wallet | |
| Wallet(const KeyStore &key, uint64_t height, const Network network) noexcept | ots::Wallet | |
| Wallet(const Account &account, const KeyStore &key, uint64_t height, const Network network) noexcept | ots::Wallet |