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

Type declaration

Generated using TypeDoc