TransactionBuilder class

Builds a Transaction object.

Constructors

TransactionBuilder(TransactionBuilderAccount _mSourceAccount)
Construct a transaction builder.

Properties

hashCode int
The hash code for this object.
no setterinherited
operationsCount int
no setter
runtimeType Type
A representation of the runtime type of the object.
no setterinherited

Methods

addMemo(Memo memo) TransactionBuilder
Adds a memo to this transaction.
addOperation(Operation operation) TransactionBuilder
Adds an operation to this transaction.
addPreconditions(TransactionPreconditions preconditions) TransactionBuilder
addTimeBounds(TimeBounds timeBounds) TransactionBuilder
Adds time-bounds to this transaction. deprecated this method will be removed in upcoming releases, use addPreconditions() instead for more control over preconditions.
build() Transaction
Builds a transaction. It will increment the sequence number of the source account.
noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
setMaxOperationFee(int maxOperationFee) TransactionBuilder
toString() String
A string representation of this object.
inherited

Operators

operator ==(Object other) bool
The equality operator.
inherited