SolanaRPCGetLeaderSchedule constructor
const
SolanaRPCGetLeaderSchedule({
- int? slot,
- String? identity,
- Commitment? commitment,
Implementation
const SolanaRPCGetLeaderSchedule(
{this.slot, this.identity, Commitment? commitment})
: super(commitment: commitment);