cosmos-explorer/packages/codegen/dist/cosmos_proto/bundle.d.ts
2023-03-02 13:21:24 +08:00

25 lines
1.0 KiB
TypeScript

import * as _2 from "./cosmos";
export declare const cosmos_proto: {
scalarTypeFromJSON(object: any): _2.ScalarType;
scalarTypeToJSON(object: _2.ScalarType): string;
ScalarType: typeof _2.ScalarType;
ScalarTypeSDKType: typeof _2.ScalarType;
InterfaceDescriptor: {
encode(message: _2.InterfaceDescriptor, writer?: import("protobufjs").Writer): import("protobufjs").Writer;
decode(input: Uint8Array | import("protobufjs").Reader, length?: number): _2.InterfaceDescriptor;
fromPartial(object: {
name?: string;
description?: string;
}): _2.InterfaceDescriptor;
};
ScalarDescriptor: {
encode(message: _2.ScalarDescriptor, writer?: import("protobufjs").Writer): import("protobufjs").Writer;
decode(input: Uint8Array | import("protobufjs").Reader, length?: number): _2.ScalarDescriptor;
fromPartial(object: {
name?: string;
description?: string;
fieldType?: _2.ScalarType[];
}): _2.ScalarDescriptor;
};
};