interface Message {
    epoch: string;
    validator_index: string;
}

Properties

epoch: string
validator_index: string

Generated using TypeDoc