XRPLedgerRequest<T> class
abstract
An abstract class representing an XRPLedgerRequest.
- Inheritance
-
- Object
- LookupByLedgerRequest
- XRPLedgerRequest
- Implemented types
- Implementers
- RPCAccountChannel
- RPCAccountCurrencies
- RPCAccountInfo
- RPCAccountLines
- RPCAccountNFTs
- RPCAccountObjectType
- RPCAccountOffer
- RPCAccountTx
- RPCAMMInfo
- RPCBookOffers
- RPCChannelAuthorize
- RPCChannelVerify
- RPCDepositAuthorized
- RPCFee
- RPCGatewayBalances
- RPCLedger
- RPCLedgerClosed
- RPCLedgerCurrent
- RPCLedgerData
- RPCLedgerEntry
- RPCManifest
- RPCNFTBuyOffers
- RPCNFTHistory
- RPCNFTInfo
- RPCNFTSellOffers
- RPCNoRippleCheck
- RPCPathFind
- RPCPing
- RPCRandom
- RPCRipplePathFind
- RPCServerDefinitions
- RPCServerInfo
- RPCServerState
- RPCSign
- RPCSignFor
- RPCSubmitMultisigned
- RPCSubmitOnly
- RPCSubscribe
- RPCTransactionEntry
- RPCTx
- RPCUnSubscribe
Constructors
- XRPLedgerRequest.new({XRPLLedgerIndex? ledgerIndex})
- Creates an instance of XRPLedgerRequest.
Properties
- hashCode → int
-
The hash code for this object.
no setterinherited
- ledgerIndex → XRPLLedgerIndex?
-
The ledger index for the lookup.
finalinherited
- method → String
-
The RPC method associated with the request.
finalinherited
- 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 setter
Methods
-
noSuchMethod(
Invocation invocation) → dynamic -
Invoked when a nonexistent method or property is accessed.
inherited
-
onResonse(
Map< String, dynamic> result) → T - Handles the response received from the RPC call.
-
toJson(
) → Map< String, dynamic> -
Converts the request to JSON representation.
override
-
toRequest(
int requestId) → RPCRequestDetails - Converts the request to an RPCRequestDetails object.
-
toString(
) → String -
A string representation of this object.
inherited
Operators
-
operator ==(
Object other) → bool -
The equality operator.
inherited