RPC representation of the [Committee] type.

interface CommitteeInfo {
    epoch: string;
    validators: [string, string][];
}

Properties

Properties

epoch: string
validators: [string, string][]