GetSignaturesForAddressConfig constructor

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

Implementation

GetSignaturesForAddressConfig({
  this.limit,
  this.before,
  this.until,
  this.commitment = Commitment.finalized,
  this.minContextSlot,
});