interface ChangedValidatorInfo {
    current: CurrentEpochValidatorInfo;
    next: NextEpochValidatorInfo;
}

Properties

Properties

current: CurrentEpochValidatorInfo
next: NextEpochValidatorInfo