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

Type declaration

Generated using TypeDoc