ValidatorHistoricalRewards: {
    decode(input: Uint8Array | Reader, length?: number): ValidatorHistoricalRewards;
    encode(message: ValidatorHistoricalRewards, writer?: Writer): Writer;
    fromJSON(object: any): ValidatorHistoricalRewards;
    fromPartial<I>(object: I): ValidatorHistoricalRewards;
    toJSON(message: ValidatorHistoricalRewards): unknown;
}

Type declaration

Generated using TypeDoc