SolanaRPCGetBlocks constructor

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

Implementation

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