GetSignaturesForAddressConfig constructor
const
GetSignaturesForAddressConfig({
- int? limit,
- String? before,
- String? until,
- Commitment? commitment,
- int? minContextSlot,
The signature of a confirmed transaction.
Implementation
const GetSignaturesForAddressConfig({
this.limit,
this.before,
this.until,
super.commitment,
super.minContextSlot,
});