GetSignaturesForAddressConfig class

Get Signatures For Address Config

Inheritance

Constructors

GetSignaturesForAddressConfig({int? limit, String? before, String? until, Commitment? commitment, int? minContextSlot})
The signature of a confirmed transaction.
const
GetSignaturesForAddressConfig.fromJson(Map<String, dynamic> json)
Creates an instance of this class from the constructor parameters defined in the json object.
factory

Properties

before String?
Start searching backwards from this transaction signature. If not provided the search starts from the top of the highest max confirmed block.
final
commitment Commitment?
The type of block to query for the request. If commitment is not provided, the node will default to Commitment.finalized.
finalinherited
hashCode int
The hash code for this object.
no setterinherited
limit int?
The maximum transaction signatures to return (between 1 and 1,000, default: 1,000).
final
minContextSlot int?
The minimum slot that the request can be evaluated at.
finalinherited
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
until String?
Search until this transaction signature, if found before limit reached.
final

Methods

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

Operators

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

Static Methods

tryFromJson(Map<String, dynamic>? json) GetSignaturesForAddressConfig?
Creates an instance of this class from the constructor parameters defined in the json object.
override