GetSignaturesForAddressConfig constructor

const GetSignaturesForAddressConfig({
  1. int? limit,
  2. String? before,
  3. String? until,
  4. Commitment? commitment,
  5. int? minContextSlot,
})

The signature of a confirmed transaction.

Implementation

const GetSignaturesForAddressConfig({
  this.limit,
  this.before,
  this.until,
  super.commitment,
  super.minContextSlot,
});