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