Variable ListCollectionsRequest

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

Type declaration

Generated using TypeDoc