TransactionBuilderAccount class
Specifies interface for Account object used in TransactionBuilder.
- Implementers
Constructors
Properties
- accountId → String
-
Returns ID associated with this Account.
read-only
- hashCode → int
-
The hash code for this object. [...]
read-only, inherited
- incrementedSequenceNumber → int
-
Returns sequence number incremented by one, but does not increment internal counter.
read-only
- muxedAccount → MuxedAccount
-
read-only
- runtimeType → Type
-
A representation of the runtime type of the object.
read-only, inherited
- sequenceNumber → int
-
Returns current sequence number ot this Account.
read-only
Methods
-
incrementSequenceNumber(
) → void - Increments sequence number in this object by one.
-
noSuchMethod(
Invocation invocation ) → dynamic -
Invoked when a non-existent method or property is accessed. [...]
inherited
-
toString(
) → String -
A string representation of this object. [...]
inherited
Operators
-
operator ==(
Object other ) → bool -
The equality operator. [...]
inherited