Interface StakeWithValidatorStatusCounts

interface StakeWithValidatorStatusCounts {
    reference: string;
    stakeId: number;
    validatorStatusCounts: ValidatorStatusCounts;
}

Properties

reference: string
stakeId: number
validatorStatusCounts: ValidatorStatusCounts

Generated using TypeDoc