IsBlockhashValidConfig constructor

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

Implementation

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