menu
solana package
documentation
dto.dart
EpochCredits
EpochCredits const constructor
EpochCredits const constructor
dark_mode
light_mode
EpochCredits
constructor
const
EpochCredits
(
{
required
int
epoch
,
required
int
credits
,
required
int
previousCredits
,
})
Implementation
const EpochCredits({ required this.epoch, required this.credits, required this.previousCredits, });
solana package
documentation
dto
EpochCredits
EpochCredits const constructor
EpochCredits class