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

This is the complete list of members for IOTA::Models::Transaction, including all inherited members.

getAddress() constIOTA::Models::Transaction
getAttachmentTimestamp() constIOTA::Models::Transaction
getAttachmentTimestampLowerBound() constIOTA::Models::Transaction
getAttachmentTimestampUpperBound() constIOTA::Models::Transaction
getBranchTransaction() constIOTA::Models::Transaction
getBundle() constIOTA::Models::Transaction
getCurrentIndex() constIOTA::Models::Transaction
getHash() constIOTA::Models::Transaction
getLastIndex() constIOTA::Models::Transaction
getNonce() constIOTA::Models::Transaction
getObsoleteTag() constIOTA::Models::Transaction
getPersistence() constIOTA::Models::Transaction
getSignatureFragments() constIOTA::Models::Transaction
getTag() constIOTA::Models::Transaction
getTimestamp() constIOTA::Models::Transaction
getTrunkTransaction() constIOTA::Models::Transaction
getValue() constIOTA::Models::Transaction
initFromTrytes(const Types::Trytes &trytes)IOTA::Models::Transaction
isTailTransaction() constIOTA::Models::Transaction
operator!=(const Transaction &rhs) constIOTA::Models::Transaction
operator==(const Transaction &rhs) constIOTA::Models::Transaction
setAddress(const Models::Address &address)IOTA::Models::Transaction
setAttachmentTimestamp(int64_t timestamp)IOTA::Models::Transaction
setAttachmentTimestampLowerBound(int64_t timestamp)IOTA::Models::Transaction
setAttachmentTimestampUpperBound(int64_t timestamp)IOTA::Models::Transaction
setBranchTransaction(const Types::Trytes &branchTransaction)IOTA::Models::Transaction
setBundle(const Types::Trytes &bundle)IOTA::Models::Transaction
setCurrentIndex(int64_t currentIndex)IOTA::Models::Transaction
setHash(const Types::Trytes &hash)IOTA::Models::Transaction
setLastIndex(int64_t lastIndex)IOTA::Models::Transaction
setNonce(const Types::Trytes &nonce)IOTA::Models::Transaction
setObsoleteTag(const Models::Tag &tag)IOTA::Models::Transaction
setPersistence(bool persistence)IOTA::Models::Transaction
setSignatureFragments(const Types::Trytes &signatureFragments)IOTA::Models::Transaction
setTag(const Models::Tag &tag)IOTA::Models::Transaction
setTimestamp(int64_t timestamp)IOTA::Models::Transaction
setTrunkTransaction(const Types::Trytes &trunkTransaction)IOTA::Models::Transaction
setValue(int64_t value)IOTA::Models::Transaction
toTrytes() constIOTA::Models::Transaction
Transaction()=defaultIOTA::Models::Transaction
Transaction(const Types::Trytes &trytes)IOTA::Models::Transactionexplicit
Transaction(const Types::Trytes &signatureFragments, int64_t currentIndex, int64_t lastIndex, const Types::Trytes &nonce, const Types::Trytes &hash, int64_t timestamp, const Types::Trytes &trunkTransaction, const Types::Trytes &branchTransaction, const Models::Address &address, int64_t value, const Types::Trytes &bundle, const Models::Tag &tag, int64_t attachmentTimestamp, int64_t attachmentTimestampLowerBound, int64_t attachmentTimestampUpperBound)IOTA::Models::Transaction
Transaction(const Models::Address &address, int64_t value, const Models::Tag &tag, int64_t timestamp, int64_t attachmentTimestamp=0, int64_t attachmentTimestampLowerBound=0, int64_t attachmentTimestampUpperBound=0)IOTA::Models::Transaction
~Transaction()=defaultIOTA::Models::Transaction