SolanaRequestGetBlocks constructor

const SolanaRequestGetBlocks({
  1. required int startSlot,
  2. int? endSlot,
  3. Commitment? commitment,
})

Implementation

const SolanaRequestGetBlocks(
    {required this.startSlot, this.endSlot, super.commitment});