RPCAccountTx class

This request retrieves from the ledger a list of transactions that involved the specified account. See account_tx

Inheritance

Constructors

RPCAccountTx.new({required String account, int? limit, dynamic marker, int? ledgerIndexMax, int? ledgerIndexMin, bool binary = false, bool forward = false, XRPLLedgerIndex? ledgerIndex = XRPLLedgerIndex.validated})

Properties

account String
final
binary bool
final
forward bool
final
hashCode int
The hash code for this object.
no setterinherited
ledgerIndex XRPLLedgerIndex?
The ledger index for the lookup.
finalinherited
ledgerIndexMax int?
final
ledgerIndexMin int?
final
limit int?
final
marker → dynamic
final
method String
The RPC method associated with the request.
no setteroverride
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
validate String?
Gets the validation status for the request (default is null == params is valid).
no setterinherited

Methods

noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
onResonse(Map<String, dynamic> result) Map<String, dynamic>
Handles the response received from the RPC call.
inherited
toJson() Map<String, dynamic>
Converts the request to JSON representation.
override
toRequest(int requestId) RPCRequestDetails
Converts the request to an RPCRequestDetails object.
inherited
toString() String
A string representation of this object.
inherited

Operators

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