@agoric/cosmic-proto 0.4.1-dev-7b3ac1e.0 → 0.4.1-dev-33a5708.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/dist/codegen/circle/bundle.d.ts +0 -506
- package/dist/codegen/circle/cctp/v1/tx.d.ts +0 -998
- package/dist/codegen/circle/cctp/v1/tx.js +161 -3069
- package/dist/codegen/circle/cctp/v1/tx.js.map +1 -1
- package/dist/codegen/tendermint/abci/types.d.ts +264 -692
- package/dist/codegen/tendermint/abci/types.js +611 -3123
- package/dist/codegen/tendermint/abci/types.js.map +1 -1
- package/dist/codegen/tendermint/bundle.d.ts +0 -272
- package/package.json +3 -3
|
@@ -13,86 +13,12 @@ export declare namespace tendermint {
|
|
|
13
13
|
const abci: {
|
|
14
14
|
checkTxTypeFromJSON(object: any): _168.CheckTxType;
|
|
15
15
|
checkTxTypeToJSON(object: _168.CheckTxType): string;
|
|
16
|
-
responseOfferSnapshot_ResultFromJSON(object: any): _168.ResponseOfferSnapshot_Result;
|
|
17
|
-
responseOfferSnapshot_ResultToJSON(object: _168.ResponseOfferSnapshot_Result): string;
|
|
18
|
-
responseApplySnapshotChunk_ResultFromJSON(object: any): _168.ResponseApplySnapshotChunk_Result;
|
|
19
|
-
responseApplySnapshotChunk_ResultToJSON(object: _168.ResponseApplySnapshotChunk_Result): string;
|
|
20
16
|
evidenceTypeFromJSON(object: any): _168.EvidenceType;
|
|
21
17
|
evidenceTypeToJSON(object: _168.EvidenceType): string;
|
|
22
18
|
CheckTxType: typeof _168.CheckTxType;
|
|
23
19
|
CheckTxTypeSDKType: typeof _168.CheckTxType;
|
|
24
|
-
ResponseOfferSnapshot_Result: typeof _168.ResponseOfferSnapshot_Result;
|
|
25
|
-
ResponseOfferSnapshot_ResultSDKType: typeof _168.ResponseOfferSnapshot_Result;
|
|
26
|
-
ResponseApplySnapshotChunk_Result: typeof _168.ResponseApplySnapshotChunk_Result;
|
|
27
|
-
ResponseApplySnapshotChunk_ResultSDKType: typeof _168.ResponseApplySnapshotChunk_Result;
|
|
28
20
|
EvidenceType: typeof _168.EvidenceType;
|
|
29
21
|
EvidenceTypeSDKType: typeof _168.EvidenceType;
|
|
30
|
-
Request: {
|
|
31
|
-
typeUrl: string;
|
|
32
|
-
encode(message: _168.Request, writer?: import("../binary.ts").BinaryWriter): import("../binary.ts").BinaryWriter;
|
|
33
|
-
decode(input: import("../binary.ts").BinaryReader | Uint8Array, length?: number): _168.Request;
|
|
34
|
-
fromJSON(object: any): _168.Request;
|
|
35
|
-
toJSON(message: _168.Request): import("../json-safe.ts").JsonSafe<_168.Request>;
|
|
36
|
-
fromPartial(object: Partial<_168.Request>): _168.Request;
|
|
37
|
-
fromProtoMsg(message: _168.RequestProtoMsg): _168.Request;
|
|
38
|
-
toProto(message: _168.Request): Uint8Array;
|
|
39
|
-
toProtoMsg(message: _168.Request): _168.RequestProtoMsg;
|
|
40
|
-
};
|
|
41
|
-
RequestEcho: {
|
|
42
|
-
typeUrl: string;
|
|
43
|
-
encode(message: _168.RequestEcho, writer?: import("../binary.ts").BinaryWriter): import("../binary.ts").BinaryWriter;
|
|
44
|
-
decode(input: import("../binary.ts").BinaryReader | Uint8Array, length?: number): _168.RequestEcho;
|
|
45
|
-
fromJSON(object: any): _168.RequestEcho;
|
|
46
|
-
toJSON(message: _168.RequestEcho): import("../json-safe.ts").JsonSafe<_168.RequestEcho>;
|
|
47
|
-
fromPartial(object: Partial<_168.RequestEcho>): _168.RequestEcho;
|
|
48
|
-
fromProtoMsg(message: _168.RequestEchoProtoMsg): _168.RequestEcho;
|
|
49
|
-
toProto(message: _168.RequestEcho): Uint8Array;
|
|
50
|
-
toProtoMsg(message: _168.RequestEcho): _168.RequestEchoProtoMsg;
|
|
51
|
-
};
|
|
52
|
-
RequestFlush: {
|
|
53
|
-
typeUrl: string;
|
|
54
|
-
encode(_: _168.RequestFlush, writer?: import("../binary.ts").BinaryWriter): import("../binary.ts").BinaryWriter;
|
|
55
|
-
decode(input: import("../binary.ts").BinaryReader | Uint8Array, length?: number): _168.RequestFlush;
|
|
56
|
-
fromJSON(_: any): _168.RequestFlush;
|
|
57
|
-
toJSON(_: _168.RequestFlush): import("../json-safe.ts").JsonSafe<_168.RequestFlush>;
|
|
58
|
-
fromPartial(_: Partial<_168.RequestFlush>): _168.RequestFlush;
|
|
59
|
-
fromProtoMsg(message: _168.RequestFlushProtoMsg): _168.RequestFlush;
|
|
60
|
-
toProto(message: _168.RequestFlush): Uint8Array;
|
|
61
|
-
toProtoMsg(message: _168.RequestFlush): _168.RequestFlushProtoMsg;
|
|
62
|
-
};
|
|
63
|
-
RequestInfo: {
|
|
64
|
-
typeUrl: string;
|
|
65
|
-
encode(message: _168.RequestInfo, writer?: import("../binary.ts").BinaryWriter): import("../binary.ts").BinaryWriter;
|
|
66
|
-
decode(input: import("../binary.ts").BinaryReader | Uint8Array, length?: number): _168.RequestInfo;
|
|
67
|
-
fromJSON(object: any): _168.RequestInfo;
|
|
68
|
-
toJSON(message: _168.RequestInfo): import("../json-safe.ts").JsonSafe<_168.RequestInfo>;
|
|
69
|
-
fromPartial(object: Partial<_168.RequestInfo>): _168.RequestInfo;
|
|
70
|
-
fromProtoMsg(message: _168.RequestInfoProtoMsg): _168.RequestInfo;
|
|
71
|
-
toProto(message: _168.RequestInfo): Uint8Array;
|
|
72
|
-
toProtoMsg(message: _168.RequestInfo): _168.RequestInfoProtoMsg;
|
|
73
|
-
};
|
|
74
|
-
RequestSetOption: {
|
|
75
|
-
typeUrl: string;
|
|
76
|
-
encode(message: _168.RequestSetOption, writer?: import("../binary.ts").BinaryWriter): import("../binary.ts").BinaryWriter;
|
|
77
|
-
decode(input: import("../binary.ts").BinaryReader | Uint8Array, length?: number): _168.RequestSetOption;
|
|
78
|
-
fromJSON(object: any): _168.RequestSetOption;
|
|
79
|
-
toJSON(message: _168.RequestSetOption): import("../json-safe.ts").JsonSafe<_168.RequestSetOption>;
|
|
80
|
-
fromPartial(object: Partial<_168.RequestSetOption>): _168.RequestSetOption;
|
|
81
|
-
fromProtoMsg(message: _168.RequestSetOptionProtoMsg): _168.RequestSetOption;
|
|
82
|
-
toProto(message: _168.RequestSetOption): Uint8Array;
|
|
83
|
-
toProtoMsg(message: _168.RequestSetOption): _168.RequestSetOptionProtoMsg;
|
|
84
|
-
};
|
|
85
|
-
RequestInitChain: {
|
|
86
|
-
typeUrl: string;
|
|
87
|
-
encode(message: _168.RequestInitChain, writer?: import("../binary.ts").BinaryWriter): import("../binary.ts").BinaryWriter;
|
|
88
|
-
decode(input: import("../binary.ts").BinaryReader | Uint8Array, length?: number): _168.RequestInitChain;
|
|
89
|
-
fromJSON(object: any): _168.RequestInitChain;
|
|
90
|
-
toJSON(message: _168.RequestInitChain): import("../json-safe.ts").JsonSafe<_168.RequestInitChain>;
|
|
91
|
-
fromPartial(object: Partial<_168.RequestInitChain>): _168.RequestInitChain;
|
|
92
|
-
fromProtoMsg(message: _168.RequestInitChainProtoMsg): _168.RequestInitChain;
|
|
93
|
-
toProto(message: _168.RequestInitChain): Uint8Array;
|
|
94
|
-
toProtoMsg(message: _168.RequestInitChain): _168.RequestInitChainProtoMsg;
|
|
95
|
-
};
|
|
96
22
|
RequestQuery: {
|
|
97
23
|
typeUrl: string;
|
|
98
24
|
encode(message: _168.RequestQuery, writer?: import("../binary.ts").BinaryWriter): import("../binary.ts").BinaryWriter;
|
|
@@ -159,127 +85,6 @@ export declare namespace tendermint {
|
|
|
159
85
|
toProto(message: _168.RequestCommit): Uint8Array;
|
|
160
86
|
toProtoMsg(message: _168.RequestCommit): _168.RequestCommitProtoMsg;
|
|
161
87
|
};
|
|
162
|
-
RequestListSnapshots: {
|
|
163
|
-
typeUrl: string;
|
|
164
|
-
encode(_: _168.RequestListSnapshots, writer?: import("../binary.ts").BinaryWriter): import("../binary.ts").BinaryWriter;
|
|
165
|
-
decode(input: import("../binary.ts").BinaryReader | Uint8Array, length?: number): _168.RequestListSnapshots;
|
|
166
|
-
fromJSON(_: any): _168.RequestListSnapshots;
|
|
167
|
-
toJSON(_: _168.RequestListSnapshots): import("../json-safe.ts").JsonSafe<_168.RequestListSnapshots>;
|
|
168
|
-
fromPartial(_: Partial<_168.RequestListSnapshots>): _168.RequestListSnapshots;
|
|
169
|
-
fromProtoMsg(message: _168.RequestListSnapshotsProtoMsg): _168.RequestListSnapshots;
|
|
170
|
-
toProto(message: _168.RequestListSnapshots): Uint8Array;
|
|
171
|
-
toProtoMsg(message: _168.RequestListSnapshots): _168.RequestListSnapshotsProtoMsg;
|
|
172
|
-
};
|
|
173
|
-
RequestOfferSnapshot: {
|
|
174
|
-
typeUrl: string;
|
|
175
|
-
encode(message: _168.RequestOfferSnapshot, writer?: import("../binary.ts").BinaryWriter): import("../binary.ts").BinaryWriter;
|
|
176
|
-
decode(input: import("../binary.ts").BinaryReader | Uint8Array, length?: number): _168.RequestOfferSnapshot;
|
|
177
|
-
fromJSON(object: any): _168.RequestOfferSnapshot;
|
|
178
|
-
toJSON(message: _168.RequestOfferSnapshot): import("../json-safe.ts").JsonSafe<_168.RequestOfferSnapshot>;
|
|
179
|
-
fromPartial(object: Partial<_168.RequestOfferSnapshot>): _168.RequestOfferSnapshot;
|
|
180
|
-
fromProtoMsg(message: _168.RequestOfferSnapshotProtoMsg): _168.RequestOfferSnapshot;
|
|
181
|
-
toProto(message: _168.RequestOfferSnapshot): Uint8Array;
|
|
182
|
-
toProtoMsg(message: _168.RequestOfferSnapshot): _168.RequestOfferSnapshotProtoMsg;
|
|
183
|
-
};
|
|
184
|
-
RequestLoadSnapshotChunk: {
|
|
185
|
-
typeUrl: string;
|
|
186
|
-
encode(message: _168.RequestLoadSnapshotChunk, writer?: import("../binary.ts").BinaryWriter): import("../binary.ts").BinaryWriter;
|
|
187
|
-
decode(input: import("../binary.ts").BinaryReader | Uint8Array, length?: number): _168.RequestLoadSnapshotChunk;
|
|
188
|
-
fromJSON(object: any): _168.RequestLoadSnapshotChunk;
|
|
189
|
-
toJSON(message: _168.RequestLoadSnapshotChunk): import("../json-safe.ts").JsonSafe<_168.RequestLoadSnapshotChunk>;
|
|
190
|
-
fromPartial(object: Partial<_168.RequestLoadSnapshotChunk>): _168.RequestLoadSnapshotChunk;
|
|
191
|
-
fromProtoMsg(message: _168.RequestLoadSnapshotChunkProtoMsg): _168.RequestLoadSnapshotChunk;
|
|
192
|
-
toProto(message: _168.RequestLoadSnapshotChunk): Uint8Array;
|
|
193
|
-
toProtoMsg(message: _168.RequestLoadSnapshotChunk): _168.RequestLoadSnapshotChunkProtoMsg;
|
|
194
|
-
};
|
|
195
|
-
RequestApplySnapshotChunk: {
|
|
196
|
-
typeUrl: string;
|
|
197
|
-
encode(message: _168.RequestApplySnapshotChunk, writer?: import("../binary.ts").BinaryWriter): import("../binary.ts").BinaryWriter;
|
|
198
|
-
decode(input: import("../binary.ts").BinaryReader | Uint8Array, length?: number): _168.RequestApplySnapshotChunk;
|
|
199
|
-
fromJSON(object: any): _168.RequestApplySnapshotChunk;
|
|
200
|
-
toJSON(message: _168.RequestApplySnapshotChunk): import("../json-safe.ts").JsonSafe<_168.RequestApplySnapshotChunk>;
|
|
201
|
-
fromPartial(object: Partial<_168.RequestApplySnapshotChunk>): _168.RequestApplySnapshotChunk;
|
|
202
|
-
fromProtoMsg(message: _168.RequestApplySnapshotChunkProtoMsg): _168.RequestApplySnapshotChunk;
|
|
203
|
-
toProto(message: _168.RequestApplySnapshotChunk): Uint8Array;
|
|
204
|
-
toProtoMsg(message: _168.RequestApplySnapshotChunk): _168.RequestApplySnapshotChunkProtoMsg;
|
|
205
|
-
};
|
|
206
|
-
Response: {
|
|
207
|
-
typeUrl: string;
|
|
208
|
-
encode(message: _168.Response, writer?: import("../binary.ts").BinaryWriter): import("../binary.ts").BinaryWriter;
|
|
209
|
-
decode(input: import("../binary.ts").BinaryReader | Uint8Array, length?: number): _168.Response;
|
|
210
|
-
fromJSON(object: any): _168.Response;
|
|
211
|
-
toJSON(message: _168.Response): import("../json-safe.ts").JsonSafe<_168.Response>;
|
|
212
|
-
fromPartial(object: Partial<_168.Response>): _168.Response;
|
|
213
|
-
fromProtoMsg(message: _168.ResponseProtoMsg): _168.Response;
|
|
214
|
-
toProto(message: _168.Response): Uint8Array;
|
|
215
|
-
toProtoMsg(message: _168.Response): _168.ResponseProtoMsg;
|
|
216
|
-
};
|
|
217
|
-
ResponseException: {
|
|
218
|
-
typeUrl: string;
|
|
219
|
-
encode(message: _168.ResponseException, writer?: import("../binary.ts").BinaryWriter): import("../binary.ts").BinaryWriter;
|
|
220
|
-
decode(input: import("../binary.ts").BinaryReader | Uint8Array, length?: number): _168.ResponseException;
|
|
221
|
-
fromJSON(object: any): _168.ResponseException;
|
|
222
|
-
toJSON(message: _168.ResponseException): import("../json-safe.ts").JsonSafe<_168.ResponseException>;
|
|
223
|
-
fromPartial(object: Partial<_168.ResponseException>): _168.ResponseException;
|
|
224
|
-
fromProtoMsg(message: _168.ResponseExceptionProtoMsg): _168.ResponseException;
|
|
225
|
-
toProto(message: _168.ResponseException): Uint8Array;
|
|
226
|
-
toProtoMsg(message: _168.ResponseException): _168.ResponseExceptionProtoMsg;
|
|
227
|
-
};
|
|
228
|
-
ResponseEcho: {
|
|
229
|
-
typeUrl: string;
|
|
230
|
-
encode(message: _168.ResponseEcho, writer?: import("../binary.ts").BinaryWriter): import("../binary.ts").BinaryWriter;
|
|
231
|
-
decode(input: import("../binary.ts").BinaryReader | Uint8Array, length?: number): _168.ResponseEcho;
|
|
232
|
-
fromJSON(object: any): _168.ResponseEcho;
|
|
233
|
-
toJSON(message: _168.ResponseEcho): import("../json-safe.ts").JsonSafe<_168.ResponseEcho>;
|
|
234
|
-
fromPartial(object: Partial<_168.ResponseEcho>): _168.ResponseEcho;
|
|
235
|
-
fromProtoMsg(message: _168.ResponseEchoProtoMsg): _168.ResponseEcho;
|
|
236
|
-
toProto(message: _168.ResponseEcho): Uint8Array;
|
|
237
|
-
toProtoMsg(message: _168.ResponseEcho): _168.ResponseEchoProtoMsg;
|
|
238
|
-
};
|
|
239
|
-
ResponseFlush: {
|
|
240
|
-
typeUrl: string;
|
|
241
|
-
encode(_: _168.ResponseFlush, writer?: import("../binary.ts").BinaryWriter): import("../binary.ts").BinaryWriter;
|
|
242
|
-
decode(input: import("../binary.ts").BinaryReader | Uint8Array, length?: number): _168.ResponseFlush;
|
|
243
|
-
fromJSON(_: any): _168.ResponseFlush;
|
|
244
|
-
toJSON(_: _168.ResponseFlush): import("../json-safe.ts").JsonSafe<_168.ResponseFlush>;
|
|
245
|
-
fromPartial(_: Partial<_168.ResponseFlush>): _168.ResponseFlush;
|
|
246
|
-
fromProtoMsg(message: _168.ResponseFlushProtoMsg): _168.ResponseFlush;
|
|
247
|
-
toProto(message: _168.ResponseFlush): Uint8Array;
|
|
248
|
-
toProtoMsg(message: _168.ResponseFlush): _168.ResponseFlushProtoMsg;
|
|
249
|
-
};
|
|
250
|
-
ResponseInfo: {
|
|
251
|
-
typeUrl: string;
|
|
252
|
-
encode(message: _168.ResponseInfo, writer?: import("../binary.ts").BinaryWriter): import("../binary.ts").BinaryWriter;
|
|
253
|
-
decode(input: import("../binary.ts").BinaryReader | Uint8Array, length?: number): _168.ResponseInfo;
|
|
254
|
-
fromJSON(object: any): _168.ResponseInfo;
|
|
255
|
-
toJSON(message: _168.ResponseInfo): import("../json-safe.ts").JsonSafe<_168.ResponseInfo>;
|
|
256
|
-
fromPartial(object: Partial<_168.ResponseInfo>): _168.ResponseInfo;
|
|
257
|
-
fromProtoMsg(message: _168.ResponseInfoProtoMsg): _168.ResponseInfo;
|
|
258
|
-
toProto(message: _168.ResponseInfo): Uint8Array;
|
|
259
|
-
toProtoMsg(message: _168.ResponseInfo): _168.ResponseInfoProtoMsg;
|
|
260
|
-
};
|
|
261
|
-
ResponseSetOption: {
|
|
262
|
-
typeUrl: string;
|
|
263
|
-
encode(message: _168.ResponseSetOption, writer?: import("../binary.ts").BinaryWriter): import("../binary.ts").BinaryWriter;
|
|
264
|
-
decode(input: import("../binary.ts").BinaryReader | Uint8Array, length?: number): _168.ResponseSetOption;
|
|
265
|
-
fromJSON(object: any): _168.ResponseSetOption;
|
|
266
|
-
toJSON(message: _168.ResponseSetOption): import("../json-safe.ts").JsonSafe<_168.ResponseSetOption>;
|
|
267
|
-
fromPartial(object: Partial<_168.ResponseSetOption>): _168.ResponseSetOption;
|
|
268
|
-
fromProtoMsg(message: _168.ResponseSetOptionProtoMsg): _168.ResponseSetOption;
|
|
269
|
-
toProto(message: _168.ResponseSetOption): Uint8Array;
|
|
270
|
-
toProtoMsg(message: _168.ResponseSetOption): _168.ResponseSetOptionProtoMsg;
|
|
271
|
-
};
|
|
272
|
-
ResponseInitChain: {
|
|
273
|
-
typeUrl: string;
|
|
274
|
-
encode(message: _168.ResponseInitChain, writer?: import("../binary.ts").BinaryWriter): import("../binary.ts").BinaryWriter;
|
|
275
|
-
decode(input: import("../binary.ts").BinaryReader | Uint8Array, length?: number): _168.ResponseInitChain;
|
|
276
|
-
fromJSON(object: any): _168.ResponseInitChain;
|
|
277
|
-
toJSON(message: _168.ResponseInitChain): import("../json-safe.ts").JsonSafe<_168.ResponseInitChain>;
|
|
278
|
-
fromPartial(object: Partial<_168.ResponseInitChain>): _168.ResponseInitChain;
|
|
279
|
-
fromProtoMsg(message: _168.ResponseInitChainProtoMsg): _168.ResponseInitChain;
|
|
280
|
-
toProto(message: _168.ResponseInitChain): Uint8Array;
|
|
281
|
-
toProtoMsg(message: _168.ResponseInitChain): _168.ResponseInitChainProtoMsg;
|
|
282
|
-
};
|
|
283
88
|
ResponseQuery: {
|
|
284
89
|
typeUrl: string;
|
|
285
90
|
encode(message: _168.ResponseQuery, writer?: import("../binary.ts").BinaryWriter): import("../binary.ts").BinaryWriter;
|
|
@@ -346,72 +151,6 @@ export declare namespace tendermint {
|
|
|
346
151
|
toProto(message: _168.ResponseCommit): Uint8Array;
|
|
347
152
|
toProtoMsg(message: _168.ResponseCommit): _168.ResponseCommitProtoMsg;
|
|
348
153
|
};
|
|
349
|
-
ResponseListSnapshots: {
|
|
350
|
-
typeUrl: string;
|
|
351
|
-
encode(message: _168.ResponseListSnapshots, writer?: import("../binary.ts").BinaryWriter): import("../binary.ts").BinaryWriter;
|
|
352
|
-
decode(input: import("../binary.ts").BinaryReader | Uint8Array, length?: number): _168.ResponseListSnapshots;
|
|
353
|
-
fromJSON(object: any): _168.ResponseListSnapshots;
|
|
354
|
-
toJSON(message: _168.ResponseListSnapshots): import("../json-safe.ts").JsonSafe<_168.ResponseListSnapshots>;
|
|
355
|
-
fromPartial(object: Partial<_168.ResponseListSnapshots>): _168.ResponseListSnapshots;
|
|
356
|
-
fromProtoMsg(message: _168.ResponseListSnapshotsProtoMsg): _168.ResponseListSnapshots;
|
|
357
|
-
toProto(message: _168.ResponseListSnapshots): Uint8Array;
|
|
358
|
-
toProtoMsg(message: _168.ResponseListSnapshots): _168.ResponseListSnapshotsProtoMsg;
|
|
359
|
-
};
|
|
360
|
-
ResponseOfferSnapshot: {
|
|
361
|
-
typeUrl: string;
|
|
362
|
-
encode(message: _168.ResponseOfferSnapshot, writer?: import("../binary.ts").BinaryWriter): import("../binary.ts").BinaryWriter;
|
|
363
|
-
decode(input: import("../binary.ts").BinaryReader | Uint8Array, length?: number): _168.ResponseOfferSnapshot;
|
|
364
|
-
fromJSON(object: any): _168.ResponseOfferSnapshot;
|
|
365
|
-
toJSON(message: _168.ResponseOfferSnapshot): import("../json-safe.ts").JsonSafe<_168.ResponseOfferSnapshot>;
|
|
366
|
-
fromPartial(object: Partial<_168.ResponseOfferSnapshot>): _168.ResponseOfferSnapshot;
|
|
367
|
-
fromProtoMsg(message: _168.ResponseOfferSnapshotProtoMsg): _168.ResponseOfferSnapshot;
|
|
368
|
-
toProto(message: _168.ResponseOfferSnapshot): Uint8Array;
|
|
369
|
-
toProtoMsg(message: _168.ResponseOfferSnapshot): _168.ResponseOfferSnapshotProtoMsg;
|
|
370
|
-
};
|
|
371
|
-
ResponseLoadSnapshotChunk: {
|
|
372
|
-
typeUrl: string;
|
|
373
|
-
encode(message: _168.ResponseLoadSnapshotChunk, writer?: import("../binary.ts").BinaryWriter): import("../binary.ts").BinaryWriter;
|
|
374
|
-
decode(input: import("../binary.ts").BinaryReader | Uint8Array, length?: number): _168.ResponseLoadSnapshotChunk;
|
|
375
|
-
fromJSON(object: any): _168.ResponseLoadSnapshotChunk;
|
|
376
|
-
toJSON(message: _168.ResponseLoadSnapshotChunk): import("../json-safe.ts").JsonSafe<_168.ResponseLoadSnapshotChunk>;
|
|
377
|
-
fromPartial(object: Partial<_168.ResponseLoadSnapshotChunk>): _168.ResponseLoadSnapshotChunk;
|
|
378
|
-
fromProtoMsg(message: _168.ResponseLoadSnapshotChunkProtoMsg): _168.ResponseLoadSnapshotChunk;
|
|
379
|
-
toProto(message: _168.ResponseLoadSnapshotChunk): Uint8Array;
|
|
380
|
-
toProtoMsg(message: _168.ResponseLoadSnapshotChunk): _168.ResponseLoadSnapshotChunkProtoMsg;
|
|
381
|
-
};
|
|
382
|
-
ResponseApplySnapshotChunk: {
|
|
383
|
-
typeUrl: string;
|
|
384
|
-
encode(message: _168.ResponseApplySnapshotChunk, writer?: import("../binary.ts").BinaryWriter): import("../binary.ts").BinaryWriter;
|
|
385
|
-
decode(input: import("../binary.ts").BinaryReader | Uint8Array, length?: number): _168.ResponseApplySnapshotChunk;
|
|
386
|
-
fromJSON(object: any): _168.ResponseApplySnapshotChunk;
|
|
387
|
-
toJSON(message: _168.ResponseApplySnapshotChunk): import("../json-safe.ts").JsonSafe<_168.ResponseApplySnapshotChunk>;
|
|
388
|
-
fromPartial(object: Partial<_168.ResponseApplySnapshotChunk>): _168.ResponseApplySnapshotChunk;
|
|
389
|
-
fromProtoMsg(message: _168.ResponseApplySnapshotChunkProtoMsg): _168.ResponseApplySnapshotChunk;
|
|
390
|
-
toProto(message: _168.ResponseApplySnapshotChunk): Uint8Array;
|
|
391
|
-
toProtoMsg(message: _168.ResponseApplySnapshotChunk): _168.ResponseApplySnapshotChunkProtoMsg;
|
|
392
|
-
};
|
|
393
|
-
ConsensusParams: {
|
|
394
|
-
typeUrl: string;
|
|
395
|
-
encode(message: _168.ConsensusParams, writer?: import("../binary.ts").BinaryWriter): import("../binary.ts").BinaryWriter;
|
|
396
|
-
decode(input: import("../binary.ts").BinaryReader | Uint8Array, length?: number): _168.ConsensusParams;
|
|
397
|
-
fromJSON(object: any): _168.ConsensusParams;
|
|
398
|
-
toJSON(message: _168.ConsensusParams): import("../json-safe.ts").JsonSafe<_168.ConsensusParams>;
|
|
399
|
-
fromPartial(object: Partial<_168.ConsensusParams>): _168.ConsensusParams;
|
|
400
|
-
fromProtoMsg(message: _168.ConsensusParamsProtoMsg): _168.ConsensusParams;
|
|
401
|
-
toProto(message: _168.ConsensusParams): Uint8Array;
|
|
402
|
-
toProtoMsg(message: _168.ConsensusParams): _168.ConsensusParamsProtoMsg;
|
|
403
|
-
};
|
|
404
|
-
BlockParams: {
|
|
405
|
-
typeUrl: string;
|
|
406
|
-
encode(message: _168.BlockParams, writer?: import("../binary.ts").BinaryWriter): import("../binary.ts").BinaryWriter;
|
|
407
|
-
decode(input: import("../binary.ts").BinaryReader | Uint8Array, length?: number): _168.BlockParams;
|
|
408
|
-
fromJSON(object: any): _168.BlockParams;
|
|
409
|
-
toJSON(message: _168.BlockParams): import("../json-safe.ts").JsonSafe<_168.BlockParams>;
|
|
410
|
-
fromPartial(object: Partial<_168.BlockParams>): _168.BlockParams;
|
|
411
|
-
fromProtoMsg(message: _168.BlockParamsProtoMsg): _168.BlockParams;
|
|
412
|
-
toProto(message: _168.BlockParams): Uint8Array;
|
|
413
|
-
toProtoMsg(message: _168.BlockParams): _168.BlockParamsProtoMsg;
|
|
414
|
-
};
|
|
415
154
|
LastCommitInfo: {
|
|
416
155
|
typeUrl: string;
|
|
417
156
|
encode(message: _168.LastCommitInfo, writer?: import("../binary.ts").BinaryWriter): import("../binary.ts").BinaryWriter;
|
|
@@ -500,17 +239,6 @@ export declare namespace tendermint {
|
|
|
500
239
|
toProto(message: _168.Evidence): Uint8Array;
|
|
501
240
|
toProtoMsg(message: _168.Evidence): _168.EvidenceProtoMsg;
|
|
502
241
|
};
|
|
503
|
-
Snapshot: {
|
|
504
|
-
typeUrl: string;
|
|
505
|
-
encode(message: _168.Snapshot, writer?: import("../binary.ts").BinaryWriter): import("../binary.ts").BinaryWriter;
|
|
506
|
-
decode(input: import("../binary.ts").BinaryReader | Uint8Array, length?: number): _168.Snapshot;
|
|
507
|
-
fromJSON(object: any): _168.Snapshot;
|
|
508
|
-
toJSON(message: _168.Snapshot): import("../json-safe.ts").JsonSafe<_168.Snapshot>;
|
|
509
|
-
fromPartial(object: Partial<_168.Snapshot>): _168.Snapshot;
|
|
510
|
-
fromProtoMsg(message: _168.SnapshotProtoMsg): _168.Snapshot;
|
|
511
|
-
toProto(message: _168.Snapshot): Uint8Array;
|
|
512
|
-
toProtoMsg(message: _168.Snapshot): _168.SnapshotProtoMsg;
|
|
513
|
-
};
|
|
514
242
|
};
|
|
515
243
|
const crypto: {
|
|
516
244
|
Proof: {
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@agoric/cosmic-proto",
|
|
3
|
-
"version": "0.4.1-dev-
|
|
3
|
+
"version": "0.4.1-dev-33a5708.0+33a5708",
|
|
4
4
|
"description": "Protobuf stubs for the Agoric cosmos-sdk module",
|
|
5
5
|
"keywords": [],
|
|
6
6
|
"author": "Agoric",
|
|
@@ -164,7 +164,7 @@
|
|
|
164
164
|
"access": "public"
|
|
165
165
|
},
|
|
166
166
|
"devDependencies": {
|
|
167
|
-
"@agoric/cosmos": "0.34.2-dev-
|
|
167
|
+
"@agoric/cosmos": "0.34.2-dev-33a5708.0+33a5708",
|
|
168
168
|
"@ava/typescript": "^4.1.0",
|
|
169
169
|
"@cosmology/telescope": "https://gitpkg.vercel.app/agoric-labs/telescope/packages/telescope?8d2c2f6ba637a5578eead09a7368dc41c262a9d0",
|
|
170
170
|
"@endo/bundle-source": "^3.5.1",
|
|
@@ -196,5 +196,5 @@
|
|
|
196
196
|
"test/**/*.test.*"
|
|
197
197
|
]
|
|
198
198
|
},
|
|
199
|
-
"gitHead": "
|
|
199
|
+
"gitHead": "33a57081edfa8bb33e2b61bb96528cf98ed07e34"
|
|
200
200
|
}
|