interface StakeDetailsWithValidators {
    customerId: number;
    label: string;
    message: string;
    reference: string;
    stakeId: number;
    status: string;
    suggestedFeeRecipient: string;
    validatorCount: number;
    validators: Validator[];
    withdrawalAddress: string;
}

Properties

customerId: number
label: string
message: string
reference: string
stakeId: number
status: string
suggestedFeeRecipient: string
validatorCount: number
validators: Validator[]
withdrawalAddress: string

Generated using TypeDoc