Variable DropCollectionResponse

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

Type declaration

Generated using TypeDoc