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

Type declaration

Generated using TypeDoc