interface EpochInfoValidatorsItem {
    stake?: number;
    validator?: string;
}

Properties

Properties

stake?: number
validator?: string