@agoric/cosmic-proto 0.3.1-upgrade-14-dev-c8f9e7b.0 → 0.4.1-orchestration-dev-096c4e8.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/README.md +220 -6
- package/dist/codegen/agoric/bundle.d.ts +1006 -0
- package/dist/codegen/agoric/bundle.js +71 -0
- package/dist/codegen/agoric/bundle.js.map +1 -0
- package/dist/codegen/agoric/client.d.ts +47 -0
- package/dist/codegen/agoric/client.js +36 -0
- package/dist/codegen/agoric/client.js.map +1 -0
- package/dist/codegen/agoric/lien/genesis.d.ts +77 -0
- package/dist/codegen/agoric/lien/genesis.js +179 -0
- package/dist/codegen/agoric/lien/genesis.js.map +1 -0
- package/dist/codegen/agoric/lien/lien.d.ts +51 -0
- package/dist/codegen/agoric/lien/lien.js +111 -0
- package/dist/codegen/agoric/lien/lien.js.map +1 -0
- package/dist/codegen/agoric/rpc.query.d.ts +21 -0
- package/dist/codegen/agoric/rpc.query.js +15 -0
- package/dist/codegen/agoric/rpc.query.js.map +1 -0
- package/dist/codegen/agoric/rpc.tx.d.ts +9 -0
- package/dist/codegen/agoric/rpc.tx.js +7 -0
- package/dist/codegen/agoric/rpc.tx.js.map +1 -0
- package/dist/codegen/agoric/swingset/genesis.d.ts +79 -0
- package/dist/codegen/agoric/swingset/genesis.js +213 -0
- package/dist/codegen/agoric/swingset/genesis.js.map +1 -0
- package/dist/codegen/agoric/swingset/msgs.amino.d.ts +28 -0
- package/dist/codegen/agoric/swingset/msgs.amino.js +30 -0
- package/dist/codegen/agoric/swingset/msgs.amino.js.map +1 -0
- package/dist/codegen/agoric/swingset/msgs.d.ts +406 -0
- package/dist/codegen/agoric/swingset/msgs.js +896 -0
- package/dist/codegen/agoric/swingset/msgs.js.map +1 -0
- package/dist/codegen/agoric/swingset/msgs.registry.d.ts +116 -0
- package/dist/codegen/agoric/swingset/msgs.registry.js +176 -0
- package/dist/codegen/agoric/swingset/msgs.registry.js.map +1 -0
- package/dist/codegen/agoric/swingset/msgs.rpc.msg.d.ts +24 -0
- package/dist/codegen/agoric/swingset/msgs.rpc.msg.js +39 -0
- package/dist/codegen/agoric/swingset/msgs.rpc.msg.js.map +1 -0
- package/dist/codegen/agoric/swingset/query.d.ts +205 -0
- package/dist/codegen/agoric/swingset/query.js +441 -0
- package/dist/codegen/agoric/swingset/query.js.map +1 -0
- package/dist/codegen/agoric/swingset/query.rpc.Query.d.ts +24 -0
- package/dist/codegen/agoric/swingset/query.rpc.Query.js +43 -0
- package/dist/codegen/agoric/swingset/query.rpc.Query.js.map +1 -0
- package/dist/codegen/agoric/swingset/swingset.d.ts +499 -0
- package/dist/codegen/agoric/swingset/swingset.js +945 -0
- package/dist/codegen/agoric/swingset/swingset.js.map +1 -0
- package/dist/codegen/agoric/vbank/genesis.d.ts +43 -0
- package/dist/codegen/agoric/vbank/genesis.js +100 -0
- package/dist/codegen/agoric/vbank/genesis.js.map +1 -0
- package/dist/codegen/agoric/vbank/msgs.d.ts +1 -0
- package/dist/codegen/agoric/vbank/msgs.js +2 -0
- package/dist/codegen/agoric/vbank/msgs.js.map +1 -0
- package/dist/codegen/agoric/vbank/query.d.ts +136 -0
- package/dist/codegen/agoric/vbank/query.js +273 -0
- package/dist/codegen/agoric/vbank/query.js.map +1 -0
- package/dist/codegen/agoric/vbank/query.rpc.Query.d.ts +20 -0
- package/dist/codegen/agoric/vbank/query.rpc.Query.js +34 -0
- package/dist/codegen/agoric/vbank/query.rpc.Query.js.map +1 -0
- package/dist/codegen/agoric/vbank/vbank.d.ts +135 -0
- package/dist/codegen/agoric/vbank/vbank.js +288 -0
- package/dist/codegen/agoric/vbank/vbank.js.map +1 -0
- package/dist/codegen/agoric/vibc/msgs.amino.d.ts +8 -0
- package/dist/codegen/agoric/vibc/msgs.amino.js +10 -0
- package/dist/codegen/agoric/vibc/msgs.amino.js.map +1 -0
- package/dist/codegen/agoric/vibc/msgs.d.ts +70 -0
- package/dist/codegen/agoric/vibc/msgs.js +156 -0
- package/dist/codegen/agoric/vibc/msgs.js.map +1 -0
- package/dist/codegen/agoric/vibc/msgs.registry.d.ts +36 -0
- package/dist/codegen/agoric/vibc/msgs.registry.js +52 -0
- package/dist/codegen/agoric/vibc/msgs.registry.js.map +1 -0
- package/dist/codegen/agoric/vibc/msgs.rpc.msg.d.ts +12 -0
- package/dist/codegen/agoric/vibc/msgs.rpc.msg.js +15 -0
- package/dist/codegen/agoric/vibc/msgs.rpc.msg.js.map +1 -0
- package/dist/codegen/agoric/vlocalchain/vlocalchain.d.ts +159 -0
- package/dist/codegen/agoric/vlocalchain/vlocalchain.js +389 -0
- package/dist/codegen/agoric/vlocalchain/vlocalchain.js.map +1 -0
- package/dist/codegen/agoric/vstorage/genesis.d.ts +89 -0
- package/dist/codegen/agoric/vstorage/genesis.js +174 -0
- package/dist/codegen/agoric/vstorage/genesis.js.map +1 -0
- package/dist/codegen/agoric/vstorage/query.d.ts +269 -0
- package/dist/codegen/agoric/vstorage/query.js +562 -0
- package/dist/codegen/agoric/vstorage/query.js.map +1 -0
- package/dist/codegen/agoric/vstorage/query.rpc.Query.d.ts +27 -0
- package/dist/codegen/agoric/vstorage/query.rpc.Query.js +43 -0
- package/dist/codegen/agoric/vstorage/query.rpc.Query.js.map +1 -0
- package/dist/codegen/agoric/vstorage/vstorage.d.ts +78 -0
- package/dist/codegen/agoric/vstorage/vstorage.js +160 -0
- package/dist/codegen/agoric/vstorage/vstorage.js.map +1 -0
- package/dist/codegen/binary.d.ts +130 -0
- package/dist/codegen/binary.js +367 -0
- package/dist/codegen/binary.js.map +1 -0
- package/dist/codegen/cosmos/base/query/v1beta1/pagination.d.ts +202 -0
- package/dist/codegen/cosmos/base/query/v1beta1/pagination.js +252 -0
- package/dist/codegen/cosmos/base/query/v1beta1/pagination.js.map +1 -0
- package/dist/codegen/cosmos/base/v1beta1/coin.d.ts +177 -0
- package/dist/codegen/cosmos/base/v1beta1/coin.js +348 -0
- package/dist/codegen/cosmos/base/v1beta1/coin.js.map +1 -0
- package/dist/codegen/cosmos/bundle.d.ts +167 -0
- package/dist/codegen/cosmos/bundle.js +26 -0
- package/dist/codegen/cosmos/bundle.js.map +1 -0
- package/dist/codegen/cosmos/upgrade/v1beta1/upgrade.d.ts +282 -0
- package/dist/codegen/cosmos/upgrade/v1beta1/upgrade.js +468 -0
- package/dist/codegen/cosmos/upgrade/v1beta1/upgrade.js.map +1 -0
- package/dist/codegen/cosmos_proto/bundle.d.ts +36 -0
- package/dist/codegen/cosmos_proto/bundle.js +6 -0
- package/dist/codegen/cosmos_proto/bundle.js.map +1 -0
- package/dist/codegen/cosmos_proto/cosmos.d.ts +175 -0
- package/dist/codegen/cosmos_proto/cosmos.js +254 -0
- package/dist/codegen/cosmos_proto/cosmos.js.map +1 -0
- package/dist/codegen/gogoproto/bundle.d.ts +1 -0
- package/dist/codegen/gogoproto/bundle.js +6 -0
- package/dist/codegen/gogoproto/bundle.js.map +1 -0
- package/dist/codegen/gogoproto/gogo.d.ts +1 -0
- package/dist/codegen/gogoproto/gogo.js +2 -0
- package/dist/codegen/gogoproto/gogo.js.map +1 -0
- package/dist/codegen/google/api/annotations.d.ts +1 -0
- package/dist/codegen/google/api/annotations.js +2 -0
- package/dist/codegen/google/api/annotations.js.map +1 -0
- package/dist/codegen/google/api/http.d.ts +1079 -0
- package/dist/codegen/google/api/http.js +418 -0
- package/dist/codegen/google/api/http.js.map +1 -0
- package/dist/codegen/google/bundle.d.ts +443 -0
- package/dist/codegen/google/bundle.js +13 -0
- package/dist/codegen/google/bundle.js.map +1 -0
- package/dist/codegen/google/protobuf/any.d.ts +340 -0
- package/dist/codegen/google/protobuf/any.js +91 -0
- package/dist/codegen/google/protobuf/any.js.map +1 -0
- package/dist/codegen/google/protobuf/descriptor.d.ts +2332 -0
- package/dist/codegen/google/protobuf/descriptor.js +4419 -0
- package/dist/codegen/google/protobuf/descriptor.js.map +1 -0
- package/dist/codegen/google/protobuf/timestamp.d.ts +295 -0
- package/dist/codegen/google/protobuf/timestamp.js +89 -0
- package/dist/codegen/google/protobuf/timestamp.js.map +1 -0
- package/dist/codegen/helpers.d.ts +81 -0
- package/dist/codegen/helpers.js +124 -0
- package/dist/codegen/helpers.js.map +1 -0
- package/dist/codegen/ibc/bundle.d.ts +234 -0
- package/dist/codegen/ibc/bundle.js +22 -0
- package/dist/codegen/ibc/bundle.js.map +1 -0
- package/dist/codegen/ibc/core/channel/v1/channel.d.ts +513 -0
- package/dist/codegen/ibc/core/channel/v1/channel.js +1106 -0
- package/dist/codegen/ibc/core/channel/v1/channel.js.map +1 -0
- package/dist/codegen/ibc/core/client/v1/client.d.ts +414 -0
- package/dist/codegen/ibc/core/client/v1/client.js +786 -0
- package/dist/codegen/ibc/core/client/v1/client.js.map +1 -0
- package/dist/codegen/index.d.ts +15 -0
- package/dist/codegen/index.js +17 -0
- package/dist/codegen/index.js.map +1 -0
- package/dist/codegen/utf8.d.ts +27 -0
- package/dist/codegen/utf8.js +138 -0
- package/dist/codegen/utf8.js.map +1 -0
- package/dist/codegen/varint.d.ts +105 -0
- package/dist/codegen/varint.js +409 -0
- package/dist/codegen/varint.js.map +1 -0
- package/dist/index.d.ts +1 -0
- package/dist/index.js +2 -0
- package/dist/index.js.map +1 -0
- package/package.json +65 -27
- package/CHANGELOG.md +0 -41
- package/dist/agoric/swingset/msgs.d.ts +0 -450
- package/dist/agoric/swingset/msgs.js +0 -630
- package/dist/agoric/swingset/query.d.ts +0 -406
- package/dist/agoric/swingset/query.js +0 -346
- package/dist/agoric/swingset/swingset.d.ts +0 -571
- package/dist/agoric/swingset/swingset.js +0 -644
- package/dist/cosmos/base/v1beta1/coin.d.ts +0 -90
- package/dist/cosmos/base/v1beta1/coin.js +0 -197
- package/swingset/msgs.js +0 -2
- package/swingset/query.js +0 -2
- package/swingset/swingset.js +0 -2
|
@@ -0,0 +1,175 @@
|
|
|
1
|
+
import { BinaryReader, BinaryWriter } from '../binary.js';
|
|
2
|
+
export declare enum ScalarType {
|
|
3
|
+
SCALAR_TYPE_UNSPECIFIED = 0,
|
|
4
|
+
SCALAR_TYPE_STRING = 1,
|
|
5
|
+
SCALAR_TYPE_BYTES = 2,
|
|
6
|
+
UNRECOGNIZED = -1
|
|
7
|
+
}
|
|
8
|
+
export declare const ScalarTypeSDKType: typeof ScalarType;
|
|
9
|
+
export declare const ScalarTypeAmino: typeof ScalarType;
|
|
10
|
+
export declare function scalarTypeFromJSON(object: any): ScalarType;
|
|
11
|
+
export declare function scalarTypeToJSON(object: ScalarType): string;
|
|
12
|
+
/**
|
|
13
|
+
* InterfaceDescriptor describes an interface type to be used with
|
|
14
|
+
* accepts_interface and implements_interface and declared by declare_interface.
|
|
15
|
+
*/
|
|
16
|
+
export interface InterfaceDescriptor {
|
|
17
|
+
/**
|
|
18
|
+
* name is the name of the interface. It should be a short-name (without
|
|
19
|
+
* a period) such that the fully qualified name of the interface will be
|
|
20
|
+
* package.name, ex. for the package a.b and interface named C, the
|
|
21
|
+
* fully-qualified name will be a.b.C.
|
|
22
|
+
*/
|
|
23
|
+
name: string;
|
|
24
|
+
/**
|
|
25
|
+
* description is a human-readable description of the interface and its
|
|
26
|
+
* purpose.
|
|
27
|
+
*/
|
|
28
|
+
description: string;
|
|
29
|
+
}
|
|
30
|
+
export interface InterfaceDescriptorProtoMsg {
|
|
31
|
+
typeUrl: '/cosmos_proto.InterfaceDescriptor';
|
|
32
|
+
value: Uint8Array;
|
|
33
|
+
}
|
|
34
|
+
/**
|
|
35
|
+
* InterfaceDescriptor describes an interface type to be used with
|
|
36
|
+
* accepts_interface and implements_interface and declared by declare_interface.
|
|
37
|
+
*/
|
|
38
|
+
export interface InterfaceDescriptorAmino {
|
|
39
|
+
/**
|
|
40
|
+
* name is the name of the interface. It should be a short-name (without
|
|
41
|
+
* a period) such that the fully qualified name of the interface will be
|
|
42
|
+
* package.name, ex. for the package a.b and interface named C, the
|
|
43
|
+
* fully-qualified name will be a.b.C.
|
|
44
|
+
*/
|
|
45
|
+
name?: string;
|
|
46
|
+
/**
|
|
47
|
+
* description is a human-readable description of the interface and its
|
|
48
|
+
* purpose.
|
|
49
|
+
*/
|
|
50
|
+
description?: string;
|
|
51
|
+
}
|
|
52
|
+
export interface InterfaceDescriptorAminoMsg {
|
|
53
|
+
type: '/cosmos_proto.InterfaceDescriptor';
|
|
54
|
+
value: InterfaceDescriptorAmino;
|
|
55
|
+
}
|
|
56
|
+
/**
|
|
57
|
+
* InterfaceDescriptor describes an interface type to be used with
|
|
58
|
+
* accepts_interface and implements_interface and declared by declare_interface.
|
|
59
|
+
*/
|
|
60
|
+
export interface InterfaceDescriptorSDKType {
|
|
61
|
+
name: string;
|
|
62
|
+
description: string;
|
|
63
|
+
}
|
|
64
|
+
/**
|
|
65
|
+
* ScalarDescriptor describes an scalar type to be used with
|
|
66
|
+
* the scalar field option and declared by declare_scalar.
|
|
67
|
+
* Scalars extend simple protobuf built-in types with additional
|
|
68
|
+
* syntax and semantics, for instance to represent big integers.
|
|
69
|
+
* Scalars should ideally define an encoding such that there is only one
|
|
70
|
+
* valid syntactical representation for a given semantic meaning,
|
|
71
|
+
* i.e. the encoding should be deterministic.
|
|
72
|
+
*/
|
|
73
|
+
export interface ScalarDescriptor {
|
|
74
|
+
/**
|
|
75
|
+
* name is the name of the scalar. It should be a short-name (without
|
|
76
|
+
* a period) such that the fully qualified name of the scalar will be
|
|
77
|
+
* package.name, ex. for the package a.b and scalar named C, the
|
|
78
|
+
* fully-qualified name will be a.b.C.
|
|
79
|
+
*/
|
|
80
|
+
name: string;
|
|
81
|
+
/**
|
|
82
|
+
* description is a human-readable description of the scalar and its
|
|
83
|
+
* encoding format. For instance a big integer or decimal scalar should
|
|
84
|
+
* specify precisely the expected encoding format.
|
|
85
|
+
*/
|
|
86
|
+
description: string;
|
|
87
|
+
/**
|
|
88
|
+
* field_type is the type of field with which this scalar can be used.
|
|
89
|
+
* Scalars can be used with one and only one type of field so that
|
|
90
|
+
* encoding standards and simple and clear. Currently only string and
|
|
91
|
+
* bytes fields are supported for scalars.
|
|
92
|
+
*/
|
|
93
|
+
fieldType: ScalarType[];
|
|
94
|
+
}
|
|
95
|
+
export interface ScalarDescriptorProtoMsg {
|
|
96
|
+
typeUrl: '/cosmos_proto.ScalarDescriptor';
|
|
97
|
+
value: Uint8Array;
|
|
98
|
+
}
|
|
99
|
+
/**
|
|
100
|
+
* ScalarDescriptor describes an scalar type to be used with
|
|
101
|
+
* the scalar field option and declared by declare_scalar.
|
|
102
|
+
* Scalars extend simple protobuf built-in types with additional
|
|
103
|
+
* syntax and semantics, for instance to represent big integers.
|
|
104
|
+
* Scalars should ideally define an encoding such that there is only one
|
|
105
|
+
* valid syntactical representation for a given semantic meaning,
|
|
106
|
+
* i.e. the encoding should be deterministic.
|
|
107
|
+
*/
|
|
108
|
+
export interface ScalarDescriptorAmino {
|
|
109
|
+
/**
|
|
110
|
+
* name is the name of the scalar. It should be a short-name (without
|
|
111
|
+
* a period) such that the fully qualified name of the scalar will be
|
|
112
|
+
* package.name, ex. for the package a.b and scalar named C, the
|
|
113
|
+
* fully-qualified name will be a.b.C.
|
|
114
|
+
*/
|
|
115
|
+
name?: string;
|
|
116
|
+
/**
|
|
117
|
+
* description is a human-readable description of the scalar and its
|
|
118
|
+
* encoding format. For instance a big integer or decimal scalar should
|
|
119
|
+
* specify precisely the expected encoding format.
|
|
120
|
+
*/
|
|
121
|
+
description?: string;
|
|
122
|
+
/**
|
|
123
|
+
* field_type is the type of field with which this scalar can be used.
|
|
124
|
+
* Scalars can be used with one and only one type of field so that
|
|
125
|
+
* encoding standards and simple and clear. Currently only string and
|
|
126
|
+
* bytes fields are supported for scalars.
|
|
127
|
+
*/
|
|
128
|
+
field_type?: ScalarType[];
|
|
129
|
+
}
|
|
130
|
+
export interface ScalarDescriptorAminoMsg {
|
|
131
|
+
type: '/cosmos_proto.ScalarDescriptor';
|
|
132
|
+
value: ScalarDescriptorAmino;
|
|
133
|
+
}
|
|
134
|
+
/**
|
|
135
|
+
* ScalarDescriptor describes an scalar type to be used with
|
|
136
|
+
* the scalar field option and declared by declare_scalar.
|
|
137
|
+
* Scalars extend simple protobuf built-in types with additional
|
|
138
|
+
* syntax and semantics, for instance to represent big integers.
|
|
139
|
+
* Scalars should ideally define an encoding such that there is only one
|
|
140
|
+
* valid syntactical representation for a given semantic meaning,
|
|
141
|
+
* i.e. the encoding should be deterministic.
|
|
142
|
+
*/
|
|
143
|
+
export interface ScalarDescriptorSDKType {
|
|
144
|
+
name: string;
|
|
145
|
+
description: string;
|
|
146
|
+
field_type: ScalarType[];
|
|
147
|
+
}
|
|
148
|
+
export declare const InterfaceDescriptor: {
|
|
149
|
+
typeUrl: string;
|
|
150
|
+
encode(message: InterfaceDescriptor, writer?: BinaryWriter): BinaryWriter;
|
|
151
|
+
decode(input: BinaryReader | Uint8Array, length?: number): InterfaceDescriptor;
|
|
152
|
+
fromJSON(object: any): InterfaceDescriptor;
|
|
153
|
+
toJSON(message: InterfaceDescriptor): unknown;
|
|
154
|
+
fromPartial(object: Partial<InterfaceDescriptor>): InterfaceDescriptor;
|
|
155
|
+
fromAmino(object: InterfaceDescriptorAmino): InterfaceDescriptor;
|
|
156
|
+
toAmino(message: InterfaceDescriptor): InterfaceDescriptorAmino;
|
|
157
|
+
fromAminoMsg(object: InterfaceDescriptorAminoMsg): InterfaceDescriptor;
|
|
158
|
+
fromProtoMsg(message: InterfaceDescriptorProtoMsg): InterfaceDescriptor;
|
|
159
|
+
toProto(message: InterfaceDescriptor): Uint8Array;
|
|
160
|
+
toProtoMsg(message: InterfaceDescriptor): InterfaceDescriptorProtoMsg;
|
|
161
|
+
};
|
|
162
|
+
export declare const ScalarDescriptor: {
|
|
163
|
+
typeUrl: string;
|
|
164
|
+
encode(message: ScalarDescriptor, writer?: BinaryWriter): BinaryWriter;
|
|
165
|
+
decode(input: BinaryReader | Uint8Array, length?: number): ScalarDescriptor;
|
|
166
|
+
fromJSON(object: any): ScalarDescriptor;
|
|
167
|
+
toJSON(message: ScalarDescriptor): unknown;
|
|
168
|
+
fromPartial(object: Partial<ScalarDescriptor>): ScalarDescriptor;
|
|
169
|
+
fromAmino(object: ScalarDescriptorAmino): ScalarDescriptor;
|
|
170
|
+
toAmino(message: ScalarDescriptor): ScalarDescriptorAmino;
|
|
171
|
+
fromAminoMsg(object: ScalarDescriptorAminoMsg): ScalarDescriptor;
|
|
172
|
+
fromProtoMsg(message: ScalarDescriptorProtoMsg): ScalarDescriptor;
|
|
173
|
+
toProto(message: ScalarDescriptor): Uint8Array;
|
|
174
|
+
toProtoMsg(message: ScalarDescriptor): ScalarDescriptorProtoMsg;
|
|
175
|
+
};
|
|
@@ -0,0 +1,254 @@
|
|
|
1
|
+
//@ts-nocheck
|
|
2
|
+
import { BinaryReader, BinaryWriter } from '../binary.js';
|
|
3
|
+
import { isSet } from '../helpers.js';
|
|
4
|
+
export var ScalarType;
|
|
5
|
+
(function (ScalarType) {
|
|
6
|
+
ScalarType[ScalarType["SCALAR_TYPE_UNSPECIFIED"] = 0] = "SCALAR_TYPE_UNSPECIFIED";
|
|
7
|
+
ScalarType[ScalarType["SCALAR_TYPE_STRING"] = 1] = "SCALAR_TYPE_STRING";
|
|
8
|
+
ScalarType[ScalarType["SCALAR_TYPE_BYTES"] = 2] = "SCALAR_TYPE_BYTES";
|
|
9
|
+
ScalarType[ScalarType["UNRECOGNIZED"] = -1] = "UNRECOGNIZED";
|
|
10
|
+
})(ScalarType || (ScalarType = {}));
|
|
11
|
+
export const ScalarTypeSDKType = ScalarType;
|
|
12
|
+
export const ScalarTypeAmino = ScalarType;
|
|
13
|
+
export function scalarTypeFromJSON(object) {
|
|
14
|
+
switch (object) {
|
|
15
|
+
case 0:
|
|
16
|
+
case 'SCALAR_TYPE_UNSPECIFIED':
|
|
17
|
+
return ScalarType.SCALAR_TYPE_UNSPECIFIED;
|
|
18
|
+
case 1:
|
|
19
|
+
case 'SCALAR_TYPE_STRING':
|
|
20
|
+
return ScalarType.SCALAR_TYPE_STRING;
|
|
21
|
+
case 2:
|
|
22
|
+
case 'SCALAR_TYPE_BYTES':
|
|
23
|
+
return ScalarType.SCALAR_TYPE_BYTES;
|
|
24
|
+
case -1:
|
|
25
|
+
case 'UNRECOGNIZED':
|
|
26
|
+
default:
|
|
27
|
+
return ScalarType.UNRECOGNIZED;
|
|
28
|
+
}
|
|
29
|
+
}
|
|
30
|
+
export function scalarTypeToJSON(object) {
|
|
31
|
+
switch (object) {
|
|
32
|
+
case ScalarType.SCALAR_TYPE_UNSPECIFIED:
|
|
33
|
+
return 'SCALAR_TYPE_UNSPECIFIED';
|
|
34
|
+
case ScalarType.SCALAR_TYPE_STRING:
|
|
35
|
+
return 'SCALAR_TYPE_STRING';
|
|
36
|
+
case ScalarType.SCALAR_TYPE_BYTES:
|
|
37
|
+
return 'SCALAR_TYPE_BYTES';
|
|
38
|
+
case ScalarType.UNRECOGNIZED:
|
|
39
|
+
default:
|
|
40
|
+
return 'UNRECOGNIZED';
|
|
41
|
+
}
|
|
42
|
+
}
|
|
43
|
+
function createBaseInterfaceDescriptor() {
|
|
44
|
+
return {
|
|
45
|
+
name: '',
|
|
46
|
+
description: '',
|
|
47
|
+
};
|
|
48
|
+
}
|
|
49
|
+
export const InterfaceDescriptor = {
|
|
50
|
+
typeUrl: '/cosmos_proto.InterfaceDescriptor',
|
|
51
|
+
encode(message, writer = BinaryWriter.create()) {
|
|
52
|
+
if (message.name !== '') {
|
|
53
|
+
writer.uint32(10).string(message.name);
|
|
54
|
+
}
|
|
55
|
+
if (message.description !== '') {
|
|
56
|
+
writer.uint32(18).string(message.description);
|
|
57
|
+
}
|
|
58
|
+
return writer;
|
|
59
|
+
},
|
|
60
|
+
decode(input, length) {
|
|
61
|
+
const reader = input instanceof BinaryReader ? input : new BinaryReader(input);
|
|
62
|
+
let end = length === undefined ? reader.len : reader.pos + length;
|
|
63
|
+
const message = createBaseInterfaceDescriptor();
|
|
64
|
+
while (reader.pos < end) {
|
|
65
|
+
const tag = reader.uint32();
|
|
66
|
+
switch (tag >>> 3) {
|
|
67
|
+
case 1:
|
|
68
|
+
message.name = reader.string();
|
|
69
|
+
break;
|
|
70
|
+
case 2:
|
|
71
|
+
message.description = reader.string();
|
|
72
|
+
break;
|
|
73
|
+
default:
|
|
74
|
+
reader.skipType(tag & 7);
|
|
75
|
+
break;
|
|
76
|
+
}
|
|
77
|
+
}
|
|
78
|
+
return message;
|
|
79
|
+
},
|
|
80
|
+
fromJSON(object) {
|
|
81
|
+
return {
|
|
82
|
+
name: isSet(object.name) ? String(object.name) : '',
|
|
83
|
+
description: isSet(object.description) ? String(object.description) : '',
|
|
84
|
+
};
|
|
85
|
+
},
|
|
86
|
+
toJSON(message) {
|
|
87
|
+
const obj = {};
|
|
88
|
+
message.name !== undefined && (obj.name = message.name);
|
|
89
|
+
message.description !== undefined &&
|
|
90
|
+
(obj.description = message.description);
|
|
91
|
+
return obj;
|
|
92
|
+
},
|
|
93
|
+
fromPartial(object) {
|
|
94
|
+
const message = createBaseInterfaceDescriptor();
|
|
95
|
+
message.name = object.name ?? '';
|
|
96
|
+
message.description = object.description ?? '';
|
|
97
|
+
return message;
|
|
98
|
+
},
|
|
99
|
+
fromAmino(object) {
|
|
100
|
+
const message = createBaseInterfaceDescriptor();
|
|
101
|
+
if (object.name !== undefined && object.name !== null) {
|
|
102
|
+
message.name = object.name;
|
|
103
|
+
}
|
|
104
|
+
if (object.description !== undefined && object.description !== null) {
|
|
105
|
+
message.description = object.description;
|
|
106
|
+
}
|
|
107
|
+
return message;
|
|
108
|
+
},
|
|
109
|
+
toAmino(message) {
|
|
110
|
+
const obj = {};
|
|
111
|
+
obj.name = message.name;
|
|
112
|
+
obj.description = message.description;
|
|
113
|
+
return obj;
|
|
114
|
+
},
|
|
115
|
+
fromAminoMsg(object) {
|
|
116
|
+
return InterfaceDescriptor.fromAmino(object.value);
|
|
117
|
+
},
|
|
118
|
+
fromProtoMsg(message) {
|
|
119
|
+
return InterfaceDescriptor.decode(message.value);
|
|
120
|
+
},
|
|
121
|
+
toProto(message) {
|
|
122
|
+
return InterfaceDescriptor.encode(message).finish();
|
|
123
|
+
},
|
|
124
|
+
toProtoMsg(message) {
|
|
125
|
+
return {
|
|
126
|
+
typeUrl: '/cosmos_proto.InterfaceDescriptor',
|
|
127
|
+
value: InterfaceDescriptor.encode(message).finish(),
|
|
128
|
+
};
|
|
129
|
+
},
|
|
130
|
+
};
|
|
131
|
+
function createBaseScalarDescriptor() {
|
|
132
|
+
return {
|
|
133
|
+
name: '',
|
|
134
|
+
description: '',
|
|
135
|
+
fieldType: [],
|
|
136
|
+
};
|
|
137
|
+
}
|
|
138
|
+
export const ScalarDescriptor = {
|
|
139
|
+
typeUrl: '/cosmos_proto.ScalarDescriptor',
|
|
140
|
+
encode(message, writer = BinaryWriter.create()) {
|
|
141
|
+
if (message.name !== '') {
|
|
142
|
+
writer.uint32(10).string(message.name);
|
|
143
|
+
}
|
|
144
|
+
if (message.description !== '') {
|
|
145
|
+
writer.uint32(18).string(message.description);
|
|
146
|
+
}
|
|
147
|
+
writer.uint32(26).fork();
|
|
148
|
+
for (const v of message.fieldType) {
|
|
149
|
+
writer.int32(v);
|
|
150
|
+
}
|
|
151
|
+
writer.ldelim();
|
|
152
|
+
return writer;
|
|
153
|
+
},
|
|
154
|
+
decode(input, length) {
|
|
155
|
+
const reader = input instanceof BinaryReader ? input : new BinaryReader(input);
|
|
156
|
+
let end = length === undefined ? reader.len : reader.pos + length;
|
|
157
|
+
const message = createBaseScalarDescriptor();
|
|
158
|
+
while (reader.pos < end) {
|
|
159
|
+
const tag = reader.uint32();
|
|
160
|
+
switch (tag >>> 3) {
|
|
161
|
+
case 1:
|
|
162
|
+
message.name = reader.string();
|
|
163
|
+
break;
|
|
164
|
+
case 2:
|
|
165
|
+
message.description = reader.string();
|
|
166
|
+
break;
|
|
167
|
+
case 3:
|
|
168
|
+
if ((tag & 7) === 2) {
|
|
169
|
+
const end2 = reader.uint32() + reader.pos;
|
|
170
|
+
while (reader.pos < end2) {
|
|
171
|
+
message.fieldType.push(reader.int32());
|
|
172
|
+
}
|
|
173
|
+
}
|
|
174
|
+
else {
|
|
175
|
+
message.fieldType.push(reader.int32());
|
|
176
|
+
}
|
|
177
|
+
break;
|
|
178
|
+
default:
|
|
179
|
+
reader.skipType(tag & 7);
|
|
180
|
+
break;
|
|
181
|
+
}
|
|
182
|
+
}
|
|
183
|
+
return message;
|
|
184
|
+
},
|
|
185
|
+
fromJSON(object) {
|
|
186
|
+
return {
|
|
187
|
+
name: isSet(object.name) ? String(object.name) : '',
|
|
188
|
+
description: isSet(object.description) ? String(object.description) : '',
|
|
189
|
+
fieldType: Array.isArray(object?.fieldType)
|
|
190
|
+
? object.fieldType.map((e) => scalarTypeFromJSON(e))
|
|
191
|
+
: [],
|
|
192
|
+
};
|
|
193
|
+
},
|
|
194
|
+
toJSON(message) {
|
|
195
|
+
const obj = {};
|
|
196
|
+
message.name !== undefined && (obj.name = message.name);
|
|
197
|
+
message.description !== undefined &&
|
|
198
|
+
(obj.description = message.description);
|
|
199
|
+
if (message.fieldType) {
|
|
200
|
+
obj.fieldType = message.fieldType.map(e => scalarTypeToJSON(e));
|
|
201
|
+
}
|
|
202
|
+
else {
|
|
203
|
+
obj.fieldType = [];
|
|
204
|
+
}
|
|
205
|
+
return obj;
|
|
206
|
+
},
|
|
207
|
+
fromPartial(object) {
|
|
208
|
+
const message = createBaseScalarDescriptor();
|
|
209
|
+
message.name = object.name ?? '';
|
|
210
|
+
message.description = object.description ?? '';
|
|
211
|
+
message.fieldType = object.fieldType?.map(e => e) || [];
|
|
212
|
+
return message;
|
|
213
|
+
},
|
|
214
|
+
fromAmino(object) {
|
|
215
|
+
const message = createBaseScalarDescriptor();
|
|
216
|
+
if (object.name !== undefined && object.name !== null) {
|
|
217
|
+
message.name = object.name;
|
|
218
|
+
}
|
|
219
|
+
if (object.description !== undefined && object.description !== null) {
|
|
220
|
+
message.description = object.description;
|
|
221
|
+
}
|
|
222
|
+
message.fieldType =
|
|
223
|
+
object.field_type?.map(e => scalarTypeFromJSON(e)) || [];
|
|
224
|
+
return message;
|
|
225
|
+
},
|
|
226
|
+
toAmino(message) {
|
|
227
|
+
const obj = {};
|
|
228
|
+
obj.name = message.name;
|
|
229
|
+
obj.description = message.description;
|
|
230
|
+
if (message.fieldType) {
|
|
231
|
+
obj.field_type = message.fieldType.map(e => e);
|
|
232
|
+
}
|
|
233
|
+
else {
|
|
234
|
+
obj.field_type = [];
|
|
235
|
+
}
|
|
236
|
+
return obj;
|
|
237
|
+
},
|
|
238
|
+
fromAminoMsg(object) {
|
|
239
|
+
return ScalarDescriptor.fromAmino(object.value);
|
|
240
|
+
},
|
|
241
|
+
fromProtoMsg(message) {
|
|
242
|
+
return ScalarDescriptor.decode(message.value);
|
|
243
|
+
},
|
|
244
|
+
toProto(message) {
|
|
245
|
+
return ScalarDescriptor.encode(message).finish();
|
|
246
|
+
},
|
|
247
|
+
toProtoMsg(message) {
|
|
248
|
+
return {
|
|
249
|
+
typeUrl: '/cosmos_proto.ScalarDescriptor',
|
|
250
|
+
value: ScalarDescriptor.encode(message).finish(),
|
|
251
|
+
};
|
|
252
|
+
},
|
|
253
|
+
};
|
|
254
|
+
//# sourceMappingURL=cosmos.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"cosmos.js","sourceRoot":"","sources":["../../../src/codegen/cosmos_proto/cosmos.ts"],"names":[],"mappings":"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"}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
export declare const gogoproto: {};
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"bundle.js","sourceRoot":"","sources":["../../../src/codegen/gogoproto/bundle.ts"],"names":[],"mappings":"AAAA,aAAa;AACb,OAAO,KAAK,GAAG,MAAM,WAAW,CAAC;AACjC,MAAM,CAAC,MAAM,SAAS,GAAG;IACvB,GAAG,GAAG;CACP,CAAC"}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
export {};
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"gogo.js","sourceRoot":"","sources":["../../../src/codegen/gogoproto/gogo.ts"],"names":[],"mappings":""}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
export {};
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"annotations.js","sourceRoot":"","sources":["../../../../src/codegen/google/api/annotations.ts"],"names":[],"mappings":""}
|