SolanaRPCGetBlockProduction constructor

const SolanaRPCGetBlockProduction({
  1. String? identity,
  2. RPCBlockRangeConfig? range,
  3. Commitment? commitment,
})

Implementation

const SolanaRPCGetBlockProduction(
    {this.identity, this.range, Commitment? commitment})
    : super(
        commitment: commitment,
      );