@agoric/cosmic-proto 0.4.1-dev-0752cec.0 → 0.4.1-dev-940d3f0.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/agoric/bundle.d.ts +14 -0
- package/dist/codegen/agoric/bundle.js +4 -0
- package/dist/codegen/agoric/bundle.js.map +1 -1
- package/dist/codegen/agoric/swingset/genesis.d.ts +2 -0
- package/dist/codegen/agoric/swingset/genesis.js +13 -0
- package/dist/codegen/agoric/swingset/genesis.js.map +1 -1
- package/dist/codegen/agoric/vtransfer/genesis.d.ts +26 -0
- package/dist/codegen/agoric/vtransfer/genesis.js +69 -0
- package/dist/codegen/agoric/vtransfer/genesis.js.map +1 -0
- package/dist/codegen/amino/bundle.js +2 -2
- package/dist/codegen/cosmos/bundle.d.ts +3990 -3990
- package/dist/codegen/cosmos/bundle.js +89 -89
- package/dist/codegen/cosmos_proto/bundle.d.ts +21 -21
- package/dist/codegen/cosmos_proto/bundle.js +2 -2
- package/dist/codegen/gogoproto/bundle.js +2 -2
- package/dist/codegen/google/bundle.d.ts +277 -277
- package/dist/codegen/google/bundle.js +6 -6
- package/dist/codegen/ibc/bundle.d.ts +1554 -1554
- package/dist/codegen/ibc/bundle.js +46 -46
- package/dist/codegen/ibc/bundle.js.map +1 -1
- package/dist/codegen/icq/bundle.d.ts +85 -85
- package/dist/codegen/icq/bundle.js +6 -6
- package/dist/codegen/ics23/bundle.d.ts +113 -113
- package/dist/codegen/ics23/bundle.js +2 -2
- package/dist/codegen/tendermint/bundle.d.ts +716 -716
- package/dist/codegen/tendermint/bundle.js +17 -17
- package/package.json +3 -3
|
@@ -1,154 +1,154 @@
|
|
|
1
|
-
import * as
|
|
1
|
+
import * as _124 from '../proofs.js';
|
|
2
2
|
export declare const ics23: {
|
|
3
|
-
hashOpFromJSON(object: any):
|
|
4
|
-
hashOpToJSON(object:
|
|
5
|
-
lengthOpFromJSON(object: any):
|
|
6
|
-
lengthOpToJSON(object:
|
|
7
|
-
HashOp: typeof
|
|
8
|
-
HashOpSDKType: typeof
|
|
9
|
-
LengthOp: typeof
|
|
10
|
-
LengthOpSDKType: typeof
|
|
3
|
+
hashOpFromJSON(object: any): _124.HashOp;
|
|
4
|
+
hashOpToJSON(object: _124.HashOp): string;
|
|
5
|
+
lengthOpFromJSON(object: any): _124.LengthOp;
|
|
6
|
+
lengthOpToJSON(object: _124.LengthOp): string;
|
|
7
|
+
HashOp: typeof _124.HashOp;
|
|
8
|
+
HashOpSDKType: typeof _124.HashOp;
|
|
9
|
+
LengthOp: typeof _124.LengthOp;
|
|
10
|
+
LengthOpSDKType: typeof _124.LengthOp;
|
|
11
11
|
ExistenceProof: {
|
|
12
12
|
typeUrl: string;
|
|
13
|
-
encode(message:
|
|
14
|
-
decode(input: import("../binary.js").BinaryReader | Uint8Array, length?: number):
|
|
15
|
-
fromJSON(object: any):
|
|
16
|
-
toJSON(message:
|
|
17
|
-
fromPartial(object: Partial<
|
|
18
|
-
fromProtoMsg(message:
|
|
19
|
-
toProto(message:
|
|
20
|
-
toProtoMsg(message:
|
|
13
|
+
encode(message: _124.ExistenceProof, writer?: import("../binary.js").BinaryWriter): import("../binary.js").BinaryWriter;
|
|
14
|
+
decode(input: import("../binary.js").BinaryReader | Uint8Array, length?: number): _124.ExistenceProof;
|
|
15
|
+
fromJSON(object: any): _124.ExistenceProof;
|
|
16
|
+
toJSON(message: _124.ExistenceProof): import("../json-safe.js").JsonSafe<_124.ExistenceProof>;
|
|
17
|
+
fromPartial(object: Partial<_124.ExistenceProof>): _124.ExistenceProof;
|
|
18
|
+
fromProtoMsg(message: _124.ExistenceProofProtoMsg): _124.ExistenceProof;
|
|
19
|
+
toProto(message: _124.ExistenceProof): Uint8Array;
|
|
20
|
+
toProtoMsg(message: _124.ExistenceProof): _124.ExistenceProofProtoMsg;
|
|
21
21
|
};
|
|
22
22
|
NonExistenceProof: {
|
|
23
23
|
typeUrl: string;
|
|
24
|
-
encode(message:
|
|
25
|
-
decode(input: import("../binary.js").BinaryReader | Uint8Array, length?: number):
|
|
26
|
-
fromJSON(object: any):
|
|
27
|
-
toJSON(message:
|
|
28
|
-
fromPartial(object: Partial<
|
|
29
|
-
fromProtoMsg(message:
|
|
30
|
-
toProto(message:
|
|
31
|
-
toProtoMsg(message:
|
|
24
|
+
encode(message: _124.NonExistenceProof, writer?: import("../binary.js").BinaryWriter): import("../binary.js").BinaryWriter;
|
|
25
|
+
decode(input: import("../binary.js").BinaryReader | Uint8Array, length?: number): _124.NonExistenceProof;
|
|
26
|
+
fromJSON(object: any): _124.NonExistenceProof;
|
|
27
|
+
toJSON(message: _124.NonExistenceProof): import("../json-safe.js").JsonSafe<_124.NonExistenceProof>;
|
|
28
|
+
fromPartial(object: Partial<_124.NonExistenceProof>): _124.NonExistenceProof;
|
|
29
|
+
fromProtoMsg(message: _124.NonExistenceProofProtoMsg): _124.NonExistenceProof;
|
|
30
|
+
toProto(message: _124.NonExistenceProof): Uint8Array;
|
|
31
|
+
toProtoMsg(message: _124.NonExistenceProof): _124.NonExistenceProofProtoMsg;
|
|
32
32
|
};
|
|
33
33
|
CommitmentProof: {
|
|
34
34
|
typeUrl: string;
|
|
35
|
-
encode(message:
|
|
36
|
-
decode(input: import("../binary.js").BinaryReader | Uint8Array, length?: number):
|
|
37
|
-
fromJSON(object: any):
|
|
38
|
-
toJSON(message:
|
|
39
|
-
fromPartial(object: Partial<
|
|
40
|
-
fromProtoMsg(message:
|
|
41
|
-
toProto(message:
|
|
42
|
-
toProtoMsg(message:
|
|
35
|
+
encode(message: _124.CommitmentProof, writer?: import("../binary.js").BinaryWriter): import("../binary.js").BinaryWriter;
|
|
36
|
+
decode(input: import("../binary.js").BinaryReader | Uint8Array, length?: number): _124.CommitmentProof;
|
|
37
|
+
fromJSON(object: any): _124.CommitmentProof;
|
|
38
|
+
toJSON(message: _124.CommitmentProof): import("../json-safe.js").JsonSafe<_124.CommitmentProof>;
|
|
39
|
+
fromPartial(object: Partial<_124.CommitmentProof>): _124.CommitmentProof;
|
|
40
|
+
fromProtoMsg(message: _124.CommitmentProofProtoMsg): _124.CommitmentProof;
|
|
41
|
+
toProto(message: _124.CommitmentProof): Uint8Array;
|
|
42
|
+
toProtoMsg(message: _124.CommitmentProof): _124.CommitmentProofProtoMsg;
|
|
43
43
|
};
|
|
44
44
|
LeafOp: {
|
|
45
45
|
typeUrl: string;
|
|
46
|
-
encode(message:
|
|
47
|
-
decode(input: import("../binary.js").BinaryReader | Uint8Array, length?: number):
|
|
48
|
-
fromJSON(object: any):
|
|
49
|
-
toJSON(message:
|
|
50
|
-
fromPartial(object: Partial<
|
|
51
|
-
fromProtoMsg(message:
|
|
52
|
-
toProto(message:
|
|
53
|
-
toProtoMsg(message:
|
|
46
|
+
encode(message: _124.LeafOp, writer?: import("../binary.js").BinaryWriter): import("../binary.js").BinaryWriter;
|
|
47
|
+
decode(input: import("../binary.js").BinaryReader | Uint8Array, length?: number): _124.LeafOp;
|
|
48
|
+
fromJSON(object: any): _124.LeafOp;
|
|
49
|
+
toJSON(message: _124.LeafOp): import("../json-safe.js").JsonSafe<_124.LeafOp>;
|
|
50
|
+
fromPartial(object: Partial<_124.LeafOp>): _124.LeafOp;
|
|
51
|
+
fromProtoMsg(message: _124.LeafOpProtoMsg): _124.LeafOp;
|
|
52
|
+
toProto(message: _124.LeafOp): Uint8Array;
|
|
53
|
+
toProtoMsg(message: _124.LeafOp): _124.LeafOpProtoMsg;
|
|
54
54
|
};
|
|
55
55
|
InnerOp: {
|
|
56
56
|
typeUrl: string;
|
|
57
|
-
encode(message:
|
|
58
|
-
decode(input: import("../binary.js").BinaryReader | Uint8Array, length?: number):
|
|
59
|
-
fromJSON(object: any):
|
|
60
|
-
toJSON(message:
|
|
61
|
-
fromPartial(object: Partial<
|
|
62
|
-
fromProtoMsg(message:
|
|
63
|
-
toProto(message:
|
|
64
|
-
toProtoMsg(message:
|
|
57
|
+
encode(message: _124.InnerOp, writer?: import("../binary.js").BinaryWriter): import("../binary.js").BinaryWriter;
|
|
58
|
+
decode(input: import("../binary.js").BinaryReader | Uint8Array, length?: number): _124.InnerOp;
|
|
59
|
+
fromJSON(object: any): _124.InnerOp;
|
|
60
|
+
toJSON(message: _124.InnerOp): import("../json-safe.js").JsonSafe<_124.InnerOp>;
|
|
61
|
+
fromPartial(object: Partial<_124.InnerOp>): _124.InnerOp;
|
|
62
|
+
fromProtoMsg(message: _124.InnerOpProtoMsg): _124.InnerOp;
|
|
63
|
+
toProto(message: _124.InnerOp): Uint8Array;
|
|
64
|
+
toProtoMsg(message: _124.InnerOp): _124.InnerOpProtoMsg;
|
|
65
65
|
};
|
|
66
66
|
ProofSpec: {
|
|
67
67
|
typeUrl: string;
|
|
68
|
-
encode(message:
|
|
69
|
-
decode(input: import("../binary.js").BinaryReader | Uint8Array, length?: number):
|
|
70
|
-
fromJSON(object: any):
|
|
71
|
-
toJSON(message:
|
|
72
|
-
fromPartial(object: Partial<
|
|
73
|
-
fromProtoMsg(message:
|
|
74
|
-
toProto(message:
|
|
75
|
-
toProtoMsg(message:
|
|
68
|
+
encode(message: _124.ProofSpec, writer?: import("../binary.js").BinaryWriter): import("../binary.js").BinaryWriter;
|
|
69
|
+
decode(input: import("../binary.js").BinaryReader | Uint8Array, length?: number): _124.ProofSpec;
|
|
70
|
+
fromJSON(object: any): _124.ProofSpec;
|
|
71
|
+
toJSON(message: _124.ProofSpec): import("../json-safe.js").JsonSafe<_124.ProofSpec>;
|
|
72
|
+
fromPartial(object: Partial<_124.ProofSpec>): _124.ProofSpec;
|
|
73
|
+
fromProtoMsg(message: _124.ProofSpecProtoMsg): _124.ProofSpec;
|
|
74
|
+
toProto(message: _124.ProofSpec): Uint8Array;
|
|
75
|
+
toProtoMsg(message: _124.ProofSpec): _124.ProofSpecProtoMsg;
|
|
76
76
|
};
|
|
77
77
|
InnerSpec: {
|
|
78
78
|
typeUrl: string;
|
|
79
|
-
encode(message:
|
|
80
|
-
decode(input: import("../binary.js").BinaryReader | Uint8Array, length?: number):
|
|
81
|
-
fromJSON(object: any):
|
|
82
|
-
toJSON(message:
|
|
83
|
-
fromPartial(object: Partial<
|
|
84
|
-
fromProtoMsg(message:
|
|
85
|
-
toProto(message:
|
|
86
|
-
toProtoMsg(message:
|
|
79
|
+
encode(message: _124.InnerSpec, writer?: import("../binary.js").BinaryWriter): import("../binary.js").BinaryWriter;
|
|
80
|
+
decode(input: import("../binary.js").BinaryReader | Uint8Array, length?: number): _124.InnerSpec;
|
|
81
|
+
fromJSON(object: any): _124.InnerSpec;
|
|
82
|
+
toJSON(message: _124.InnerSpec): import("../json-safe.js").JsonSafe<_124.InnerSpec>;
|
|
83
|
+
fromPartial(object: Partial<_124.InnerSpec>): _124.InnerSpec;
|
|
84
|
+
fromProtoMsg(message: _124.InnerSpecProtoMsg): _124.InnerSpec;
|
|
85
|
+
toProto(message: _124.InnerSpec): Uint8Array;
|
|
86
|
+
toProtoMsg(message: _124.InnerSpec): _124.InnerSpecProtoMsg;
|
|
87
87
|
};
|
|
88
88
|
BatchProof: {
|
|
89
89
|
typeUrl: string;
|
|
90
|
-
encode(message:
|
|
91
|
-
decode(input: import("../binary.js").BinaryReader | Uint8Array, length?: number):
|
|
92
|
-
fromJSON(object: any):
|
|
93
|
-
toJSON(message:
|
|
94
|
-
fromPartial(object: Partial<
|
|
95
|
-
fromProtoMsg(message:
|
|
96
|
-
toProto(message:
|
|
97
|
-
toProtoMsg(message:
|
|
90
|
+
encode(message: _124.BatchProof, writer?: import("../binary.js").BinaryWriter): import("../binary.js").BinaryWriter;
|
|
91
|
+
decode(input: import("../binary.js").BinaryReader | Uint8Array, length?: number): _124.BatchProof;
|
|
92
|
+
fromJSON(object: any): _124.BatchProof;
|
|
93
|
+
toJSON(message: _124.BatchProof): import("../json-safe.js").JsonSafe<_124.BatchProof>;
|
|
94
|
+
fromPartial(object: Partial<_124.BatchProof>): _124.BatchProof;
|
|
95
|
+
fromProtoMsg(message: _124.BatchProofProtoMsg): _124.BatchProof;
|
|
96
|
+
toProto(message: _124.BatchProof): Uint8Array;
|
|
97
|
+
toProtoMsg(message: _124.BatchProof): _124.BatchProofProtoMsg;
|
|
98
98
|
};
|
|
99
99
|
BatchEntry: {
|
|
100
100
|
typeUrl: string;
|
|
101
|
-
encode(message:
|
|
102
|
-
decode(input: import("../binary.js").BinaryReader | Uint8Array, length?: number):
|
|
103
|
-
fromJSON(object: any):
|
|
104
|
-
toJSON(message:
|
|
105
|
-
fromPartial(object: Partial<
|
|
106
|
-
fromProtoMsg(message:
|
|
107
|
-
toProto(message:
|
|
108
|
-
toProtoMsg(message:
|
|
101
|
+
encode(message: _124.BatchEntry, writer?: import("../binary.js").BinaryWriter): import("../binary.js").BinaryWriter;
|
|
102
|
+
decode(input: import("../binary.js").BinaryReader | Uint8Array, length?: number): _124.BatchEntry;
|
|
103
|
+
fromJSON(object: any): _124.BatchEntry;
|
|
104
|
+
toJSON(message: _124.BatchEntry): import("../json-safe.js").JsonSafe<_124.BatchEntry>;
|
|
105
|
+
fromPartial(object: Partial<_124.BatchEntry>): _124.BatchEntry;
|
|
106
|
+
fromProtoMsg(message: _124.BatchEntryProtoMsg): _124.BatchEntry;
|
|
107
|
+
toProto(message: _124.BatchEntry): Uint8Array;
|
|
108
|
+
toProtoMsg(message: _124.BatchEntry): _124.BatchEntryProtoMsg;
|
|
109
109
|
};
|
|
110
110
|
CompressedBatchProof: {
|
|
111
111
|
typeUrl: string;
|
|
112
|
-
encode(message:
|
|
113
|
-
decode(input: import("../binary.js").BinaryReader | Uint8Array, length?: number):
|
|
114
|
-
fromJSON(object: any):
|
|
115
|
-
toJSON(message:
|
|
116
|
-
fromPartial(object: Partial<
|
|
117
|
-
fromProtoMsg(message:
|
|
118
|
-
toProto(message:
|
|
119
|
-
toProtoMsg(message:
|
|
112
|
+
encode(message: _124.CompressedBatchProof, writer?: import("../binary.js").BinaryWriter): import("../binary.js").BinaryWriter;
|
|
113
|
+
decode(input: import("../binary.js").BinaryReader | Uint8Array, length?: number): _124.CompressedBatchProof;
|
|
114
|
+
fromJSON(object: any): _124.CompressedBatchProof;
|
|
115
|
+
toJSON(message: _124.CompressedBatchProof): import("../json-safe.js").JsonSafe<_124.CompressedBatchProof>;
|
|
116
|
+
fromPartial(object: Partial<_124.CompressedBatchProof>): _124.CompressedBatchProof;
|
|
117
|
+
fromProtoMsg(message: _124.CompressedBatchProofProtoMsg): _124.CompressedBatchProof;
|
|
118
|
+
toProto(message: _124.CompressedBatchProof): Uint8Array;
|
|
119
|
+
toProtoMsg(message: _124.CompressedBatchProof): _124.CompressedBatchProofProtoMsg;
|
|
120
120
|
};
|
|
121
121
|
CompressedBatchEntry: {
|
|
122
122
|
typeUrl: string;
|
|
123
|
-
encode(message:
|
|
124
|
-
decode(input: import("../binary.js").BinaryReader | Uint8Array, length?: number):
|
|
125
|
-
fromJSON(object: any):
|
|
126
|
-
toJSON(message:
|
|
127
|
-
fromPartial(object: Partial<
|
|
128
|
-
fromProtoMsg(message:
|
|
129
|
-
toProto(message:
|
|
130
|
-
toProtoMsg(message:
|
|
123
|
+
encode(message: _124.CompressedBatchEntry, writer?: import("../binary.js").BinaryWriter): import("../binary.js").BinaryWriter;
|
|
124
|
+
decode(input: import("../binary.js").BinaryReader | Uint8Array, length?: number): _124.CompressedBatchEntry;
|
|
125
|
+
fromJSON(object: any): _124.CompressedBatchEntry;
|
|
126
|
+
toJSON(message: _124.CompressedBatchEntry): import("../json-safe.js").JsonSafe<_124.CompressedBatchEntry>;
|
|
127
|
+
fromPartial(object: Partial<_124.CompressedBatchEntry>): _124.CompressedBatchEntry;
|
|
128
|
+
fromProtoMsg(message: _124.CompressedBatchEntryProtoMsg): _124.CompressedBatchEntry;
|
|
129
|
+
toProto(message: _124.CompressedBatchEntry): Uint8Array;
|
|
130
|
+
toProtoMsg(message: _124.CompressedBatchEntry): _124.CompressedBatchEntryProtoMsg;
|
|
131
131
|
};
|
|
132
132
|
CompressedExistenceProof: {
|
|
133
133
|
typeUrl: string;
|
|
134
|
-
encode(message:
|
|
135
|
-
decode(input: import("../binary.js").BinaryReader | Uint8Array, length?: number):
|
|
136
|
-
fromJSON(object: any):
|
|
137
|
-
toJSON(message:
|
|
138
|
-
fromPartial(object: Partial<
|
|
139
|
-
fromProtoMsg(message:
|
|
140
|
-
toProto(message:
|
|
141
|
-
toProtoMsg(message:
|
|
134
|
+
encode(message: _124.CompressedExistenceProof, writer?: import("../binary.js").BinaryWriter): import("../binary.js").BinaryWriter;
|
|
135
|
+
decode(input: import("../binary.js").BinaryReader | Uint8Array, length?: number): _124.CompressedExistenceProof;
|
|
136
|
+
fromJSON(object: any): _124.CompressedExistenceProof;
|
|
137
|
+
toJSON(message: _124.CompressedExistenceProof): import("../json-safe.js").JsonSafe<_124.CompressedExistenceProof>;
|
|
138
|
+
fromPartial(object: Partial<_124.CompressedExistenceProof>): _124.CompressedExistenceProof;
|
|
139
|
+
fromProtoMsg(message: _124.CompressedExistenceProofProtoMsg): _124.CompressedExistenceProof;
|
|
140
|
+
toProto(message: _124.CompressedExistenceProof): Uint8Array;
|
|
141
|
+
toProtoMsg(message: _124.CompressedExistenceProof): _124.CompressedExistenceProofProtoMsg;
|
|
142
142
|
};
|
|
143
143
|
CompressedNonExistenceProof: {
|
|
144
144
|
typeUrl: string;
|
|
145
|
-
encode(message:
|
|
146
|
-
decode(input: import("../binary.js").BinaryReader | Uint8Array, length?: number):
|
|
147
|
-
fromJSON(object: any):
|
|
148
|
-
toJSON(message:
|
|
149
|
-
fromPartial(object: Partial<
|
|
150
|
-
fromProtoMsg(message:
|
|
151
|
-
toProto(message:
|
|
152
|
-
toProtoMsg(message:
|
|
145
|
+
encode(message: _124.CompressedNonExistenceProof, writer?: import("../binary.js").BinaryWriter): import("../binary.js").BinaryWriter;
|
|
146
|
+
decode(input: import("../binary.js").BinaryReader | Uint8Array, length?: number): _124.CompressedNonExistenceProof;
|
|
147
|
+
fromJSON(object: any): _124.CompressedNonExistenceProof;
|
|
148
|
+
toJSON(message: _124.CompressedNonExistenceProof): import("../json-safe.js").JsonSafe<_124.CompressedNonExistenceProof>;
|
|
149
|
+
fromPartial(object: Partial<_124.CompressedNonExistenceProof>): _124.CompressedNonExistenceProof;
|
|
150
|
+
fromProtoMsg(message: _124.CompressedNonExistenceProofProtoMsg): _124.CompressedNonExistenceProof;
|
|
151
|
+
toProto(message: _124.CompressedNonExistenceProof): Uint8Array;
|
|
152
|
+
toProtoMsg(message: _124.CompressedNonExistenceProof): _124.CompressedNonExistenceProofProtoMsg;
|
|
153
153
|
};
|
|
154
154
|
};
|