SolanaRequestIsBlockhashValid constructor

const SolanaRequestIsBlockhashValid({
  1. required String blockhash,
  2. Commitment? commitment,
  3. MinContextSlot? minContextSlot,
})

Implementation

const SolanaRequestIsBlockhashValid(
    {required this.blockhash,
    super.commitment,
    MinContextSlot? minContextSlot});