iota.lib.cpp
IOTA C++ Library
IOTA::Models::Address Member List

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::Addressexplicit
empty() constIOTA::Models::Address
finalize()IOTA::Models::Address
getBalance() constIOTA::Models::Address
getChecksum(bool validChecksum=false)IOTA::Models::Address
getKeyIndex() constIOTA::Models::Address
getSecurity() constIOTA::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) constIOTA::Models::Address
operator!=(const Types::Trytes &rhs) constIOTA::Models::Address
operator==(const Address &rhs) constIOTA::Models::Address
operator==(const Types::Trytes &rhs) constIOTA::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() constIOTA::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()=defaultIOTA::Models::Address