XRPLTransactionResult class
Constructors
- XRPLTransactionResult.new({required bool accepted, required int accountSequenceAvailable, required int accountSequenceNext, required bool applied, required bool broadcast, required String engineResult, required int engineResultCode, required String engineResultMessage, required bool kept, required int openLedgerCost, required bool queued, required String status, required String txBlob, required XRPLTxJson txJson, required int validatedLedgerIndex})
-
XRPLTransactionResult.fromJson(Map<
String, dynamic> json) -
factory
Properties
- accepted → bool
-
final
- accountSequenceAvailable → int
-
final
- accountSequenceNext → int
-
final
- applied → bool
-
final
- broadcast → bool
-
final
- engineResult → String
-
final
- engineResultCode → int
-
final
- engineResultMessage → String
-
final
- hashCode → int
-
The hash code for this object.
no setterinherited
- isSuccess → bool
-
no setter
- kept → bool
-
final
- openLedgerCost → int
-
final
- queued → bool
-
final
- runtimeType → Type
-
A representation of the runtime type of the object.
no setterinherited
- status → String
-
final
- txBlob → String
-
final
- txJson → XRPLTxJson
-
final
- validatedLedgerIndex → int
-
final
Methods
-
noSuchMethod(
Invocation invocation) → dynamic -
Invoked when a nonexistent method or property is accessed.
inherited
-
toString(
) → String -
A string representation of this object.
inherited
Operators
-
operator ==(
Object other) → bool -
The equality operator.
inherited