iota.lib.cpp
IOTA C++ Library
|
This is the complete list of members for IOTA::Models::Address, including all inherited members.
absorbDigests(const std::vector< uint8_t > &digests) | IOTA::Models::Address | |
Address(const Types::Trytes &address="", const int64_t &balance=0, const int32_t &keyIndex=0, const int32_t &security=2, const Type &type=NORMAL) | IOTA::Models::Address | |
Address(const char *address, const int64_t &balance=0, const int32_t &keyIndex=0, const int32_t &security=2, const Type &type=NORMAL) | IOTA::Models::Address | |
Address(const Type &type) | IOTA::Models::Address | explicit |
empty() const | IOTA::Models::Address | |
finalize() | IOTA::Models::Address | |
getBalance() const | IOTA::Models::Address | |
getChecksum(bool validChecksum=false) | IOTA::Models::Address | |
getKeyIndex() const | IOTA::Models::Address | |
getSecurity() const | IOTA::Models::Address | |
MULTISIG enum value (defined in IOTA::Models::Address) | IOTA::Models::Address | |
NORMAL enum value (defined in IOTA::Models::Address) | IOTA::Models::Address | |
operator!=(const Address &rhs) const | IOTA::Models::Address | |
operator!=(const Types::Trytes &rhs) const | IOTA::Models::Address | |
operator==(const Address &rhs) const | IOTA::Models::Address | |
operator==(const Types::Trytes &rhs) const | IOTA::Models::Address | |
setAddress(const Types::Trytes &address) | IOTA::Models::Address | |
setBalance(const int64_t &balance) | IOTA::Models::Address | |
setKeyIndex(const int32_t &keyIndex) | IOTA::Models::Address | |
setSecurity(const int32_t &security) | IOTA::Models::Address | |
toTrytes() const | IOTA::Models::Address | |
toTrytesWithChecksum(bool validChecksum=false) | IOTA::Models::Address | |
Type enum name (defined in IOTA::Models::Address) | IOTA::Models::Address | |
validate(const std::vector< std::vector< uint8_t >> &digests) | IOTA::Models::Address | |
~Address()=default | IOTA::Models::Address |