RotateKeyResponse: {
    create<I>(base?): RotateKeyResponse;
    decode(input, length?): RotateKeyResponse;
    encode(_, writer?): Writer;
    fromJSON(_): RotateKeyResponse;
    fromPartial<I>(_): RotateKeyResponse;
    toJSON(_): unknown;
}

Type declaration

Generated using TypeDoc