ValidatorStatusParams: {
    isActive: boolean;
    pubkey: string;
    reason: string;
}

Represents the status information of a validator on the Solana network.

Type declaration

  • isActive: boolean

    Indicates whether the validator is currently active.

  • pubkey: string

    The public key of the validator's vote account.

  • reason: string

    Describes the reason for the validator's current status.

Generated using TypeDoc