SolanaRequestGetSignatureStatuses 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

SolanaRequestGetSignatureStatuses.new({List<String>? signatures, bool? searchTransactionHistory})
const

Properties

commitment Commitment?
The desired commitment level for the request.
finalinherited
encoding SolanaRequestEncoding?
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
requestType → RequestServiceType
no setterinherited
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

Methods

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

Operators

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