SolanaRequestGetLeaderSchedule constructor

const SolanaRequestGetLeaderSchedule({
  1. int? slot,
  2. String? identity,
  3. Commitment? commitment,
})

Implementation

const SolanaRequestGetLeaderSchedule(
    {this.slot, this.identity, super.commitment});