XdrTransactionResultCode class

Constructors

XdrTransactionResultCode(dynamic _value)

Properties

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

Methods

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

Operators

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

Constants

txBAD_AUTH → const XdrTransactionResultCode
Too few valid signatures / wrong network.
txBAD_AUTH_EXTRA → const XdrTransactionResultCode
Unused signatures attached to transaction.
txBAD_MIN_SEQ_AGE_OR_GAP → const XdrTransactionResultCode
txBAD_SEQ → const XdrTransactionResultCode
Sequence number does not match source account.
txBAD_SPONSORSHIP → const XdrTransactionResultCode
Sponsorship not ended.
txFAILED → const XdrTransactionResultCode
One of the operations failed (none were applied).
txFEE_BUMP_INNER_FAILED → const XdrTransactionResultCode
Fee bump inner transaction failed.
txFEE_BUMP_INNER_SUCCESS → const XdrTransactionResultCode
Fee bump inner transaction succeeded.
txINSUFFICIENT_BALANCE → const XdrTransactionResultCode
Fee would bring account below reserve.
txINSUFFICIENT_FEE → const XdrTransactionResultCode
Fee is too small.
txINTERNAL_ERROR → const XdrTransactionResultCode
An unknown error occured.
txMALFORMED → const XdrTransactionResultCode
txMISSING_OPERATION → const XdrTransactionResultCode
No operation was specified.
txNO_ACCOUNT → const XdrTransactionResultCode
Source account not found.
txNOT_SUPPORTED → const XdrTransactionResultCode
Transaction type not supported.
txSOROBAN_INVALID → const XdrTransactionResultCode
txSUCCESS → const XdrTransactionResultCode
All operations succeeded.
txTOO_EARLY → const XdrTransactionResultCode
Ledger closeTime before minTime.
txTOO_LATE → const XdrTransactionResultCode
Ledger closeTime after maxTime.