XrpTxData class

Inheritance

Constructors

XrpTxData({required String account, required String transactionType, String? destination, XrpAmountType? amount, XrpTokenAmount? limitAmount, int flags = 0, required int sequence, required String fee, required int lastLedgerSequence})
XrpTxData.fromJson(Map<String, dynamic> txJson)
factory

Properties

account String
final
amount XrpAmountType?
final
destination String?
final
fee String
final
flags int
final
hashCode int
The hash code for this object.
no setterinherited
isSigned bool
getter/setter pairinherited
lastLedgerSequence int
final
limitAmount XrpTokenAmount?
final
message String
getter/setter pairinherited
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
sequence int
final
signature String
getter/setter pairinherited
signedBlob String?
getter/setter pair
signingPubKey String?
getter/setter pair
transactionType String
final
txHash String?
getter/setter pair

Methods

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

Operators

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