TransactionPreconditions class

Constructors

TransactionPreconditions()

Properties

extraSigners List<XdrSignerKey>?
getter/setter pair
hashCode int
The hash code for this object.
no setterinherited
ledgerBounds LedgerBounds?
getter/setter pair
minSeqAge int?
getter/setter pair
minSeqLedgerGap int?
getter/setter pair
minSeqNumber int?
getter/setter pair
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
timeBounds TimeBounds?
getter/setter pair

Methods

hasV2() bool
noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
toString() String
A string representation of this object.
inherited
toXdr() XdrPreconditions

Operators

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

Constants

MAX_EXTRA_SIGNERS_COUNT → const int
TIMEOUT_INFINITE → const int