GetSlotConfig constructor

GetSlotConfig({
  1. Commitment? commitment,
  2. num? minContextSlot,
})

Implementation

GetSlotConfig({
  this.commitment,
  this.minContextSlot,
});