interface ValidatorSetSDKType {
    proposer?: ValidatorSDKType;
    total_voting_power: bigint;
    validators: ValidatorSDKType[];
}

Properties

proposer?: ValidatorSDKType
total_voting_power: bigint
validators: ValidatorSDKType[]