SolanaRequestGetBlocks constructor
const
SolanaRequestGetBlocks({
- required int startSlot,
- int? endSlot,
- Commitment? commitment,
Implementation
const SolanaRequestGetBlocks(
{required this.startSlot, this.endSlot, super.commitment});