Interface StakeWithValidatorStatusCounts

interface StakeWithValidatorStatusCounts {
    reference: string;
    region?: "US" | "AU";
    stakeId: number;
    validatorStatusCounts: ValidatorStatusCounts;
}

Properties

reference: string
region?: "US" | "AU"
stakeId: number
validatorStatusCounts: ValidatorStatusCounts