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

Type declaration

Generated using TypeDoc