Enum solana_stake_program::stake_state::InflationPointCalculationEvent [−][src]
pub enum InflationPointCalculationEvent {
CalculatedPoints(u64, u128, u128, u128),
SplitRewards(u64, u64, u64, PointValue),
EffectiveStakeAtRewardedEpoch(u64),
RentExemptReserve(u64),
Delegation(Delegation, Pubkey),
Commission(u8),
CreditsObserved(u64, Option<u64>),
Skipped(SkippedReason),
}
Variants
SplitRewards(u64, u64, u64, PointValue)
Tuple Fields of SplitRewards
EffectiveStakeAtRewardedEpoch(u64)
Tuple Fields of EffectiveStakeAtRewardedEpoch
0: u64
RentExemptReserve(u64)
Tuple Fields of RentExemptReserve
0: u64
Delegation(Delegation, Pubkey)
Tuple Fields of Delegation
0: Delegation
1: Pubkey
Commission(u8)
Tuple Fields of Commission
0: u8
Skipped(SkippedReason)
Tuple Fields of Skipped
Trait Implementations
Performs the conversion.
Auto Trait Implementations
impl Send for InflationPointCalculationEvent
impl Sync for InflationPointCalculationEvent
impl Unpin for InflationPointCalculationEvent
impl UnwindSafe for InflationPointCalculationEvent
Blanket Implementations
Mutably borrows from an owned value. Read more
pub fn vzip(self) -> V
Attaches the provided Subscriber
to this type, returning a
WithDispatch
wrapper. Read more
Attaches the current default Subscriber
to this type, returning a
WithDispatch
wrapper. Read more