TransactionBuilder class

Builds a Transaction object.

Constructors

TransactionBuilder(TransactionBuilderAccount sourceAccount)
Construct a transaction builder.

Properties

hashCode int
The hash code for this object. [...]
read-only, inherited
operationsCount int
read-only
runtimeType Type
A representation of the runtime type of the object.
read-only, inherited

Methods

addMemo(Memo memo) TransactionBuilder
Adds a memo to this transaction.
addOperation(Operation operation) TransactionBuilder
Adds an operation to this transaction.
addTimeBounds(TimeBounds timeBounds) TransactionBuilder
Adds time-bounds to this transaction.
build() Transaction
Builds a transaction. It will increment the sequence number of the source account.
noSuchMethod(Invocation invocation) → dynamic
Invoked when a non-existent 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