@hyperlane-xyz/cosmos-types 11.0.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.
Files changed (130) hide show
  1. package/README.md +37 -0
  2. package/dist/index.d.ts +22 -0
  3. package/dist/index.d.ts.map +1 -0
  4. package/dist/index.js +22 -0
  5. package/dist/index.js.map +1 -0
  6. package/dist/types/cosmos/app/v1alpha1/module.d.ts +204 -0
  7. package/dist/types/cosmos/app/v1alpha1/module.d.ts.map +1 -0
  8. package/dist/types/cosmos/app/v1alpha1/module.js +218 -0
  9. package/dist/types/cosmos/app/v1alpha1/module.js.map +1 -0
  10. package/dist/types/cosmos/base/query/v1beta1/pagination.d.ts +129 -0
  11. package/dist/types/cosmos/base/query/v1beta1/pagination.d.ts.map +1 -0
  12. package/dist/types/cosmos/base/query/v1beta1/pagination.js +231 -0
  13. package/dist/types/cosmos/base/query/v1beta1/pagination.js.map +1 -0
  14. package/dist/types/cosmos/base/v1beta1/coin.d.ts +74 -0
  15. package/dist/types/cosmos/base/v1beta1/coin.d.ts.map +1 -0
  16. package/dist/types/cosmos/base/v1beta1/coin.js +144 -0
  17. package/dist/types/cosmos/base/v1beta1/coin.js.map +1 -0
  18. package/dist/types/cosmos/msg/v1/msg.d.ts +2 -0
  19. package/dist/types/cosmos/msg/v1/msg.d.ts.map +1 -0
  20. package/dist/types/cosmos/msg/v1/msg.js +8 -0
  21. package/dist/types/cosmos/msg/v1/msg.js.map +1 -0
  22. package/dist/types/cosmos_proto/cosmos.d.ts +116 -0
  23. package/dist/types/cosmos_proto/cosmos.d.ts.map +1 -0
  24. package/dist/types/cosmos_proto/cosmos.js +223 -0
  25. package/dist/types/cosmos_proto/cosmos.js.map +1 -0
  26. package/dist/types/gogoproto/gogo.d.ts +2 -0
  27. package/dist/types/gogoproto/gogo.d.ts.map +1 -0
  28. package/dist/types/gogoproto/gogo.js +8 -0
  29. package/dist/types/gogoproto/gogo.js.map +1 -0
  30. package/dist/types/google/api/annotations.d.ts +2 -0
  31. package/dist/types/google/api/annotations.d.ts.map +1 -0
  32. package/dist/types/google/api/annotations.js +8 -0
  33. package/dist/types/google/api/annotations.js.map +1 -0
  34. package/dist/types/google/api/http.d.ts +3023 -0
  35. package/dist/types/google/api/http.d.ts.map +1 -0
  36. package/dist/types/google/api/http.js +353 -0
  37. package/dist/types/google/api/http.js.map +1 -0
  38. package/dist/types/google/protobuf/any.d.ts +155 -0
  39. package/dist/types/google/protobuf/any.d.ts.map +1 -0
  40. package/dist/types/google/protobuf/any.js +107 -0
  41. package/dist/types/google/protobuf/any.js.map +1 -0
  42. package/dist/types/google/protobuf/descriptor.d.ts +112572 -0
  43. package/dist/types/google/protobuf/descriptor.d.ts.map +1 -0
  44. package/dist/types/google/protobuf/descriptor.js +4418 -0
  45. package/dist/types/google/protobuf/descriptor.js.map +1 -0
  46. package/dist/types/hyperlane/core/interchain_security/v1/genesis.d.ts +159 -0
  47. package/dist/types/hyperlane/core/interchain_security/v1/genesis.d.ts.map +1 -0
  48. package/dist/types/hyperlane/core/interchain_security/v1/genesis.js +197 -0
  49. package/dist/types/hyperlane/core/interchain_security/v1/genesis.js.map +1 -0
  50. package/dist/types/hyperlane/core/interchain_security/v1/query.d.ts +321 -0
  51. package/dist/types/hyperlane/core/interchain_security/v1/query.d.ts.map +1 -0
  52. package/dist/types/hyperlane/core/interchain_security/v1/query.js +529 -0
  53. package/dist/types/hyperlane/core/interchain_security/v1/query.js.map +1 -0
  54. package/dist/types/hyperlane/core/interchain_security/v1/tx.d.ts +249 -0
  55. package/dist/types/hyperlane/core/interchain_security/v1/tx.d.ts.map +1 -0
  56. package/dist/types/hyperlane/core/interchain_security/v1/tx.js +576 -0
  57. package/dist/types/hyperlane/core/interchain_security/v1/tx.js.map +1 -0
  58. package/dist/types/hyperlane/core/interchain_security/v1/types.d.ts +125 -0
  59. package/dist/types/hyperlane/core/interchain_security/v1/types.d.ts.map +1 -0
  60. package/dist/types/hyperlane/core/interchain_security/v1/types.js +274 -0
  61. package/dist/types/hyperlane/core/interchain_security/v1/types.js.map +1 -0
  62. package/dist/types/hyperlane/core/module/v1/module.d.ts +41 -0
  63. package/dist/types/hyperlane/core/module/v1/module.d.ts.map +1 -0
  64. package/dist/types/hyperlane/core/module/v1/module.js +66 -0
  65. package/dist/types/hyperlane/core/module/v1/module.js.map +1 -0
  66. package/dist/types/hyperlane/core/post_dispatch/v1/events.d.ts +151 -0
  67. package/dist/types/hyperlane/core/post_dispatch/v1/events.d.ts.map +1 -0
  68. package/dist/types/hyperlane/core/post_dispatch/v1/events.js +364 -0
  69. package/dist/types/hyperlane/core/post_dispatch/v1/events.js.map +1 -0
  70. package/dist/types/hyperlane/core/post_dispatch/v1/genesis.d.ts +407 -0
  71. package/dist/types/hyperlane/core/post_dispatch/v1/genesis.d.ts.map +1 -0
  72. package/dist/types/hyperlane/core/post_dispatch/v1/genesis.js +240 -0
  73. package/dist/types/hyperlane/core/post_dispatch/v1/genesis.js.map +1 -0
  74. package/dist/types/hyperlane/core/post_dispatch/v1/query.d.ts +1200 -0
  75. package/dist/types/hyperlane/core/post_dispatch/v1/query.d.ts.map +1 -0
  76. package/dist/types/hyperlane/core/post_dispatch/v1/query.js +1280 -0
  77. package/dist/types/hyperlane/core/post_dispatch/v1/query.js.map +1 -0
  78. package/dist/types/hyperlane/core/post_dispatch/v1/tx.d.ts +439 -0
  79. package/dist/types/hyperlane/core/post_dispatch/v1/tx.d.ts.map +1 -0
  80. package/dist/types/hyperlane/core/post_dispatch/v1/tx.js +921 -0
  81. package/dist/types/hyperlane/core/post_dispatch/v1/tx.js.map +1 -0
  82. package/dist/types/hyperlane/core/post_dispatch/v1/types.d.ts +274 -0
  83. package/dist/types/hyperlane/core/post_dispatch/v1/types.d.ts.map +1 -0
  84. package/dist/types/hyperlane/core/post_dispatch/v1/types.js +527 -0
  85. package/dist/types/hyperlane/core/post_dispatch/v1/types.js.map +1 -0
  86. package/dist/types/hyperlane/core/v1/events.d.ts +110 -0
  87. package/dist/types/hyperlane/core/v1/events.d.ts.map +1 -0
  88. package/dist/types/hyperlane/core/v1/events.js +267 -0
  89. package/dist/types/hyperlane/core/v1/events.js.map +1 -0
  90. package/dist/types/hyperlane/core/v1/genesis.d.ts +712 -0
  91. package/dist/types/hyperlane/core/v1/genesis.d.ts.map +1 -0
  92. package/dist/types/hyperlane/core/v1/genesis.js +260 -0
  93. package/dist/types/hyperlane/core/v1/genesis.js.map +1 -0
  94. package/dist/types/hyperlane/core/v1/query.d.ts +471 -0
  95. package/dist/types/hyperlane/core/v1/query.d.ts.map +1 -0
  96. package/dist/types/hyperlane/core/v1/query.js +655 -0
  97. package/dist/types/hyperlane/core/v1/query.js.map +1 -0
  98. package/dist/types/hyperlane/core/v1/tx.d.ts +213 -0
  99. package/dist/types/hyperlane/core/v1/tx.d.ts.map +1 -0
  100. package/dist/types/hyperlane/core/v1/tx.js +522 -0
  101. package/dist/types/hyperlane/core/v1/tx.js.map +1 -0
  102. package/dist/types/hyperlane/core/v1/types.d.ts +76 -0
  103. package/dist/types/hyperlane/core/v1/types.d.ts.map +1 -0
  104. package/dist/types/hyperlane/core/v1/types.js +183 -0
  105. package/dist/types/hyperlane/core/v1/types.js.map +1 -0
  106. package/dist/types/hyperlane/warp/module/v1/module.d.ts +46 -0
  107. package/dist/types/hyperlane/warp/module/v1/module.d.ts.map +1 -0
  108. package/dist/types/hyperlane/warp/module/v1/module.js +91 -0
  109. package/dist/types/hyperlane/warp/module/v1/module.js.map +1 -0
  110. package/dist/types/hyperlane/warp/v1/events.d.ts +39 -0
  111. package/dist/types/hyperlane/warp/v1/events.d.ts.map +1 -0
  112. package/dist/types/hyperlane/warp/v1/events.js +82 -0
  113. package/dist/types/hyperlane/warp/v1/events.js.map +1 -0
  114. package/dist/types/hyperlane/warp/v1/genesis.d.ts +252 -0
  115. package/dist/types/hyperlane/warp/v1/genesis.d.ts.map +1 -0
  116. package/dist/types/hyperlane/warp/v1/genesis.js +182 -0
  117. package/dist/types/hyperlane/warp/v1/genesis.js.map +1 -0
  118. package/dist/types/hyperlane/warp/v1/query.d.ts +623 -0
  119. package/dist/types/hyperlane/warp/v1/query.d.ts.map +1 -0
  120. package/dist/types/hyperlane/warp/v1/query.js +803 -0
  121. package/dist/types/hyperlane/warp/v1/query.js.map +1 -0
  122. package/dist/types/hyperlane/warp/v1/tx.d.ts +399 -0
  123. package/dist/types/hyperlane/warp/v1/tx.d.ts.map +1 -0
  124. package/dist/types/hyperlane/warp/v1/tx.js +936 -0
  125. package/dist/types/hyperlane/warp/v1/tx.js.map +1 -0
  126. package/dist/types/hyperlane/warp/v1/types.d.ts +118 -0
  127. package/dist/types/hyperlane/warp/v1/types.d.ts.map +1 -0
  128. package/dist/types/hyperlane/warp/v1/types.js +340 -0
  129. package/dist/types/hyperlane/warp/v1/types.js.map +1 -0
  130. package/package.json +48 -0
@@ -0,0 +1,223 @@
1
+ // Code generated by protoc-gen-ts_proto. DO NOT EDIT.
2
+ // versions:
3
+ // protoc-gen-ts_proto v1.181.2
4
+ // protoc unknown
5
+ // source: cosmos_proto/cosmos.proto
6
+ /* eslint-disable */
7
+ import _m0 from 'protobufjs/minimal.js';
8
+ export const protobufPackage = 'cosmos_proto';
9
+ export var ScalarType;
10
+ (function (ScalarType) {
11
+ ScalarType["SCALAR_TYPE_UNSPECIFIED"] = "SCALAR_TYPE_UNSPECIFIED";
12
+ ScalarType["SCALAR_TYPE_STRING"] = "SCALAR_TYPE_STRING";
13
+ ScalarType["SCALAR_TYPE_BYTES"] = "SCALAR_TYPE_BYTES";
14
+ ScalarType["UNRECOGNIZED"] = "UNRECOGNIZED";
15
+ })(ScalarType || (ScalarType = {}));
16
+ export function scalarTypeFromJSON(object) {
17
+ switch (object) {
18
+ case 0:
19
+ case 'SCALAR_TYPE_UNSPECIFIED':
20
+ return ScalarType.SCALAR_TYPE_UNSPECIFIED;
21
+ case 1:
22
+ case 'SCALAR_TYPE_STRING':
23
+ return ScalarType.SCALAR_TYPE_STRING;
24
+ case 2:
25
+ case 'SCALAR_TYPE_BYTES':
26
+ return ScalarType.SCALAR_TYPE_BYTES;
27
+ case -1:
28
+ case 'UNRECOGNIZED':
29
+ default:
30
+ return ScalarType.UNRECOGNIZED;
31
+ }
32
+ }
33
+ export function scalarTypeToJSON(object) {
34
+ switch (object) {
35
+ case ScalarType.SCALAR_TYPE_UNSPECIFIED:
36
+ return 'SCALAR_TYPE_UNSPECIFIED';
37
+ case ScalarType.SCALAR_TYPE_STRING:
38
+ return 'SCALAR_TYPE_STRING';
39
+ case ScalarType.SCALAR_TYPE_BYTES:
40
+ return 'SCALAR_TYPE_BYTES';
41
+ case ScalarType.UNRECOGNIZED:
42
+ default:
43
+ return 'UNRECOGNIZED';
44
+ }
45
+ }
46
+ export function scalarTypeToNumber(object) {
47
+ switch (object) {
48
+ case ScalarType.SCALAR_TYPE_UNSPECIFIED:
49
+ return 0;
50
+ case ScalarType.SCALAR_TYPE_STRING:
51
+ return 1;
52
+ case ScalarType.SCALAR_TYPE_BYTES:
53
+ return 2;
54
+ case ScalarType.UNRECOGNIZED:
55
+ default:
56
+ return -1;
57
+ }
58
+ }
59
+ function createBaseInterfaceDescriptor() {
60
+ return { name: '', description: '' };
61
+ }
62
+ export const InterfaceDescriptor = {
63
+ encode(message, writer = _m0.Writer.create()) {
64
+ if (message.name !== '') {
65
+ writer.uint32(10).string(message.name);
66
+ }
67
+ if (message.description !== '') {
68
+ writer.uint32(18).string(message.description);
69
+ }
70
+ return writer;
71
+ },
72
+ decode(input, length) {
73
+ const reader = input instanceof _m0.Reader ? input : _m0.Reader.create(input);
74
+ let end = length === undefined ? reader.len : reader.pos + length;
75
+ const message = createBaseInterfaceDescriptor();
76
+ while (reader.pos < end) {
77
+ const tag = reader.uint32();
78
+ switch (tag >>> 3) {
79
+ case 1:
80
+ if (tag !== 10) {
81
+ break;
82
+ }
83
+ message.name = reader.string();
84
+ continue;
85
+ case 2:
86
+ if (tag !== 18) {
87
+ break;
88
+ }
89
+ message.description = reader.string();
90
+ continue;
91
+ }
92
+ if ((tag & 7) === 4 || tag === 0) {
93
+ break;
94
+ }
95
+ reader.skipType(tag & 7);
96
+ }
97
+ return message;
98
+ },
99
+ fromJSON(object) {
100
+ return {
101
+ name: isSet(object.name) ? globalThis.String(object.name) : '',
102
+ description: isSet(object.description)
103
+ ? globalThis.String(object.description)
104
+ : '',
105
+ };
106
+ },
107
+ toJSON(message) {
108
+ const obj = {};
109
+ if (message.name !== '') {
110
+ obj.name = message.name;
111
+ }
112
+ if (message.description !== '') {
113
+ obj.description = message.description;
114
+ }
115
+ return obj;
116
+ },
117
+ create(base) {
118
+ return InterfaceDescriptor.fromPartial(base ?? {});
119
+ },
120
+ fromPartial(object) {
121
+ const message = createBaseInterfaceDescriptor();
122
+ message.name = object.name ?? '';
123
+ message.description = object.description ?? '';
124
+ return message;
125
+ },
126
+ };
127
+ function createBaseScalarDescriptor() {
128
+ return { name: '', description: '', field_type: [] };
129
+ }
130
+ export const ScalarDescriptor = {
131
+ encode(message, writer = _m0.Writer.create()) {
132
+ if (message.name !== '') {
133
+ writer.uint32(10).string(message.name);
134
+ }
135
+ if (message.description !== '') {
136
+ writer.uint32(18).string(message.description);
137
+ }
138
+ writer.uint32(26).fork();
139
+ for (const v of message.field_type) {
140
+ writer.int32(scalarTypeToNumber(v));
141
+ }
142
+ writer.ldelim();
143
+ return writer;
144
+ },
145
+ decode(input, length) {
146
+ const reader = input instanceof _m0.Reader ? input : _m0.Reader.create(input);
147
+ let end = length === undefined ? reader.len : reader.pos + length;
148
+ const message = createBaseScalarDescriptor();
149
+ while (reader.pos < end) {
150
+ const tag = reader.uint32();
151
+ switch (tag >>> 3) {
152
+ case 1:
153
+ if (tag !== 10) {
154
+ break;
155
+ }
156
+ message.name = reader.string();
157
+ continue;
158
+ case 2:
159
+ if (tag !== 18) {
160
+ break;
161
+ }
162
+ message.description = reader.string();
163
+ continue;
164
+ case 3:
165
+ if (tag === 24) {
166
+ message.field_type.push(scalarTypeFromJSON(reader.int32()));
167
+ continue;
168
+ }
169
+ if (tag === 26) {
170
+ const end2 = reader.uint32() + reader.pos;
171
+ while (reader.pos < end2) {
172
+ message.field_type.push(scalarTypeFromJSON(reader.int32()));
173
+ }
174
+ continue;
175
+ }
176
+ break;
177
+ }
178
+ if ((tag & 7) === 4 || tag === 0) {
179
+ break;
180
+ }
181
+ reader.skipType(tag & 7);
182
+ }
183
+ return message;
184
+ },
185
+ fromJSON(object) {
186
+ return {
187
+ name: isSet(object.name) ? globalThis.String(object.name) : '',
188
+ description: isSet(object.description)
189
+ ? globalThis.String(object.description)
190
+ : '',
191
+ field_type: globalThis.Array.isArray(object?.field_type)
192
+ ? object.field_type.map((e) => scalarTypeFromJSON(e))
193
+ : [],
194
+ };
195
+ },
196
+ toJSON(message) {
197
+ const obj = {};
198
+ if (message.name !== '') {
199
+ obj.name = message.name;
200
+ }
201
+ if (message.description !== '') {
202
+ obj.description = message.description;
203
+ }
204
+ if (message.field_type?.length) {
205
+ obj.field_type = message.field_type.map((e) => scalarTypeToJSON(e));
206
+ }
207
+ return obj;
208
+ },
209
+ create(base) {
210
+ return ScalarDescriptor.fromPartial(base ?? {});
211
+ },
212
+ fromPartial(object) {
213
+ const message = createBaseScalarDescriptor();
214
+ message.name = object.name ?? '';
215
+ message.description = object.description ?? '';
216
+ message.field_type = object.field_type?.map((e) => e) || [];
217
+ return message;
218
+ },
219
+ };
220
+ function isSet(value) {
221
+ return value !== null && value !== undefined;
222
+ }
223
+ //# sourceMappingURL=cosmos.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"cosmos.js","sourceRoot":"","sources":["../../../src/types/cosmos_proto/cosmos.ts"],"names":[],"mappings":"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"}
@@ -0,0 +1,2 @@
1
+ export declare const protobufPackage = "gogoproto";
2
+ //# sourceMappingURL=gogo.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"gogo.d.ts","sourceRoot":"","sources":["../../../src/types/gogoproto/gogo.ts"],"names":[],"mappings":"AAQA,eAAO,MAAM,eAAe,cAAc,CAAC"}
@@ -0,0 +1,8 @@
1
+ // Code generated by protoc-gen-ts_proto. DO NOT EDIT.
2
+ // versions:
3
+ // protoc-gen-ts_proto v1.181.2
4
+ // protoc unknown
5
+ // source: gogoproto/gogo.proto
6
+ /* eslint-disable */
7
+ export const protobufPackage = 'gogoproto';
8
+ //# sourceMappingURL=gogo.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"gogo.js","sourceRoot":"","sources":["../../../src/types/gogoproto/gogo.ts"],"names":[],"mappings":"AAAA,sDAAsD;AACtD,YAAY;AACZ,kCAAkC;AAClC,iCAAiC;AACjC,+BAA+B;AAE/B,oBAAoB;AAEpB,MAAM,CAAC,MAAM,eAAe,GAAG,WAAW,CAAC"}
@@ -0,0 +1,2 @@
1
+ export declare const protobufPackage = "google.api";
2
+ //# sourceMappingURL=annotations.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"annotations.d.ts","sourceRoot":"","sources":["../../../../src/types/google/api/annotations.ts"],"names":[],"mappings":"AAQA,eAAO,MAAM,eAAe,eAAe,CAAC"}
@@ -0,0 +1,8 @@
1
+ // Code generated by protoc-gen-ts_proto. DO NOT EDIT.
2
+ // versions:
3
+ // protoc-gen-ts_proto v1.181.2
4
+ // protoc unknown
5
+ // source: google/api/annotations.proto
6
+ /* eslint-disable */
7
+ export const protobufPackage = 'google.api';
8
+ //# sourceMappingURL=annotations.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"annotations.js","sourceRoot":"","sources":["../../../../src/types/google/api/annotations.ts"],"names":[],"mappings":"AAAA,sDAAsD;AACtD,YAAY;AACZ,kCAAkC;AAClC,iCAAiC;AACjC,uCAAuC;AAEvC,oBAAoB;AAEpB,MAAM,CAAC,MAAM,eAAe,GAAG,YAAY,CAAC"}