Coda by Ian Macalinao
    Preparing search index...
    interface ValidatorList {
        accountType: AccountType;
        maxValidators: number;
        validators: ValidatorStakeInfo[];
    }
    Index

    Properties

    accountType: AccountType

    Account type, must be ValidatorList currently

    maxValidators: number

    Maximum allowable number of validators

    validators: ValidatorStakeInfo[]

    List of stake info for each validator in the pool