Stake delegation information (only present when type = 'delegated').

1.1.0

interface StakeDelegation {
    activationEpoch: bigint;
    deactivationEpoch: bigint;
    stake: bigint;
    voterPubkey: never;
    warmupCooldownRate: number;
}

Properties

activationEpoch: bigint
deactivationEpoch: bigint
stake: bigint
voterPubkey: never
warmupCooldownRate: number

Unused in modern Solana runtime, always 0.25