GetSignaturesForAddressConfig class
Get Signatures For Address Config
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