SolanaRPCGetSignatureStatuses class

Returns the statuses of a list of signatures. Each signature must be a txid, the first signature of a transaction. Unless the searchTransactionHistory configuration parameter is included, this method only searches the recent status cache of signatures, which retains statuses for all active slots plus MAX_RECENT_BLOCKHASHES rooted slots.

https://solana.com/docs/rpc/http/getsignaturestatuses

Inheritance

Constructors

SolanaRPCGetSignatureStatuses({List<String>? signatures, bool? searchTransactionHistory})
const

Properties

commitment Commitment?
The desired commitment level for the request.
finalinherited
encoding SolanaRPCEncoding?
The encoding format of the data.
finalinherited
hashCode int
The hash code for this object.
no setterinherited
method String
getSignatureStatuses
no setteroverride
minContextSlot MinContextSlot?
The minimum context slot for the request.
finalinherited
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
searchTransactionHistory bool?
if true - a Solana node will search its ledger cache for any signatures not found in the recent status cache
final
signatures List<String>?
An array of transaction signatures to confirm, as base-58 encoded strings (up to a maximum of 256)
final
validate String?
A validation property (not used in this implementation).
no setterinherited

Methods

noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
onResonse(dynamic result) List<SignatureStatus?>
Converts a dynamic response to the generic type T.
override
toJson() List
Converts the request to JSON format.
override
toRequest(int requestId) SolanaRequestDetails
Converts the request parameters to a SolanaRequestDetails object.
inherited
toString() String
A string representation of this object.
inherited

Operators

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