@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.
@@ -1,154 +1,154 @@
1
- import * as _123 from '../proofs.js';
1
+ import * as _124 from '../proofs.js';
2
2
  export declare const ics23: {
3
- hashOpFromJSON(object: any): _123.HashOp;
4
- hashOpToJSON(object: _123.HashOp): string;
5
- lengthOpFromJSON(object: any): _123.LengthOp;
6
- lengthOpToJSON(object: _123.LengthOp): string;
7
- HashOp: typeof _123.HashOp;
8
- HashOpSDKType: typeof _123.HashOp;
9
- LengthOp: typeof _123.LengthOp;
10
- LengthOpSDKType: typeof _123.LengthOp;
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: _123.ExistenceProof, writer?: import("../binary.js").BinaryWriter): import("../binary.js").BinaryWriter;
14
- decode(input: import("../binary.js").BinaryReader | Uint8Array, length?: number): _123.ExistenceProof;
15
- fromJSON(object: any): _123.ExistenceProof;
16
- toJSON(message: _123.ExistenceProof): import("../json-safe.js").JsonSafe<_123.ExistenceProof>;
17
- fromPartial(object: Partial<_123.ExistenceProof>): _123.ExistenceProof;
18
- fromProtoMsg(message: _123.ExistenceProofProtoMsg): _123.ExistenceProof;
19
- toProto(message: _123.ExistenceProof): Uint8Array;
20
- toProtoMsg(message: _123.ExistenceProof): _123.ExistenceProofProtoMsg;
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: _123.NonExistenceProof, writer?: import("../binary.js").BinaryWriter): import("../binary.js").BinaryWriter;
25
- decode(input: import("../binary.js").BinaryReader | Uint8Array, length?: number): _123.NonExistenceProof;
26
- fromJSON(object: any): _123.NonExistenceProof;
27
- toJSON(message: _123.NonExistenceProof): import("../json-safe.js").JsonSafe<_123.NonExistenceProof>;
28
- fromPartial(object: Partial<_123.NonExistenceProof>): _123.NonExistenceProof;
29
- fromProtoMsg(message: _123.NonExistenceProofProtoMsg): _123.NonExistenceProof;
30
- toProto(message: _123.NonExistenceProof): Uint8Array;
31
- toProtoMsg(message: _123.NonExistenceProof): _123.NonExistenceProofProtoMsg;
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: _123.CommitmentProof, writer?: import("../binary.js").BinaryWriter): import("../binary.js").BinaryWriter;
36
- decode(input: import("../binary.js").BinaryReader | Uint8Array, length?: number): _123.CommitmentProof;
37
- fromJSON(object: any): _123.CommitmentProof;
38
- toJSON(message: _123.CommitmentProof): import("../json-safe.js").JsonSafe<_123.CommitmentProof>;
39
- fromPartial(object: Partial<_123.CommitmentProof>): _123.CommitmentProof;
40
- fromProtoMsg(message: _123.CommitmentProofProtoMsg): _123.CommitmentProof;
41
- toProto(message: _123.CommitmentProof): Uint8Array;
42
- toProtoMsg(message: _123.CommitmentProof): _123.CommitmentProofProtoMsg;
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: _123.LeafOp, writer?: import("../binary.js").BinaryWriter): import("../binary.js").BinaryWriter;
47
- decode(input: import("../binary.js").BinaryReader | Uint8Array, length?: number): _123.LeafOp;
48
- fromJSON(object: any): _123.LeafOp;
49
- toJSON(message: _123.LeafOp): import("../json-safe.js").JsonSafe<_123.LeafOp>;
50
- fromPartial(object: Partial<_123.LeafOp>): _123.LeafOp;
51
- fromProtoMsg(message: _123.LeafOpProtoMsg): _123.LeafOp;
52
- toProto(message: _123.LeafOp): Uint8Array;
53
- toProtoMsg(message: _123.LeafOp): _123.LeafOpProtoMsg;
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: _123.InnerOp, writer?: import("../binary.js").BinaryWriter): import("../binary.js").BinaryWriter;
58
- decode(input: import("../binary.js").BinaryReader | Uint8Array, length?: number): _123.InnerOp;
59
- fromJSON(object: any): _123.InnerOp;
60
- toJSON(message: _123.InnerOp): import("../json-safe.js").JsonSafe<_123.InnerOp>;
61
- fromPartial(object: Partial<_123.InnerOp>): _123.InnerOp;
62
- fromProtoMsg(message: _123.InnerOpProtoMsg): _123.InnerOp;
63
- toProto(message: _123.InnerOp): Uint8Array;
64
- toProtoMsg(message: _123.InnerOp): _123.InnerOpProtoMsg;
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: _123.ProofSpec, writer?: import("../binary.js").BinaryWriter): import("../binary.js").BinaryWriter;
69
- decode(input: import("../binary.js").BinaryReader | Uint8Array, length?: number): _123.ProofSpec;
70
- fromJSON(object: any): _123.ProofSpec;
71
- toJSON(message: _123.ProofSpec): import("../json-safe.js").JsonSafe<_123.ProofSpec>;
72
- fromPartial(object: Partial<_123.ProofSpec>): _123.ProofSpec;
73
- fromProtoMsg(message: _123.ProofSpecProtoMsg): _123.ProofSpec;
74
- toProto(message: _123.ProofSpec): Uint8Array;
75
- toProtoMsg(message: _123.ProofSpec): _123.ProofSpecProtoMsg;
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: _123.InnerSpec, writer?: import("../binary.js").BinaryWriter): import("../binary.js").BinaryWriter;
80
- decode(input: import("../binary.js").BinaryReader | Uint8Array, length?: number): _123.InnerSpec;
81
- fromJSON(object: any): _123.InnerSpec;
82
- toJSON(message: _123.InnerSpec): import("../json-safe.js").JsonSafe<_123.InnerSpec>;
83
- fromPartial(object: Partial<_123.InnerSpec>): _123.InnerSpec;
84
- fromProtoMsg(message: _123.InnerSpecProtoMsg): _123.InnerSpec;
85
- toProto(message: _123.InnerSpec): Uint8Array;
86
- toProtoMsg(message: _123.InnerSpec): _123.InnerSpecProtoMsg;
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: _123.BatchProof, writer?: import("../binary.js").BinaryWriter): import("../binary.js").BinaryWriter;
91
- decode(input: import("../binary.js").BinaryReader | Uint8Array, length?: number): _123.BatchProof;
92
- fromJSON(object: any): _123.BatchProof;
93
- toJSON(message: _123.BatchProof): import("../json-safe.js").JsonSafe<_123.BatchProof>;
94
- fromPartial(object: Partial<_123.BatchProof>): _123.BatchProof;
95
- fromProtoMsg(message: _123.BatchProofProtoMsg): _123.BatchProof;
96
- toProto(message: _123.BatchProof): Uint8Array;
97
- toProtoMsg(message: _123.BatchProof): _123.BatchProofProtoMsg;
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: _123.BatchEntry, writer?: import("../binary.js").BinaryWriter): import("../binary.js").BinaryWriter;
102
- decode(input: import("../binary.js").BinaryReader | Uint8Array, length?: number): _123.BatchEntry;
103
- fromJSON(object: any): _123.BatchEntry;
104
- toJSON(message: _123.BatchEntry): import("../json-safe.js").JsonSafe<_123.BatchEntry>;
105
- fromPartial(object: Partial<_123.BatchEntry>): _123.BatchEntry;
106
- fromProtoMsg(message: _123.BatchEntryProtoMsg): _123.BatchEntry;
107
- toProto(message: _123.BatchEntry): Uint8Array;
108
- toProtoMsg(message: _123.BatchEntry): _123.BatchEntryProtoMsg;
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: _123.CompressedBatchProof, writer?: import("../binary.js").BinaryWriter): import("../binary.js").BinaryWriter;
113
- decode(input: import("../binary.js").BinaryReader | Uint8Array, length?: number): _123.CompressedBatchProof;
114
- fromJSON(object: any): _123.CompressedBatchProof;
115
- toJSON(message: _123.CompressedBatchProof): import("../json-safe.js").JsonSafe<_123.CompressedBatchProof>;
116
- fromPartial(object: Partial<_123.CompressedBatchProof>): _123.CompressedBatchProof;
117
- fromProtoMsg(message: _123.CompressedBatchProofProtoMsg): _123.CompressedBatchProof;
118
- toProto(message: _123.CompressedBatchProof): Uint8Array;
119
- toProtoMsg(message: _123.CompressedBatchProof): _123.CompressedBatchProofProtoMsg;
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: _123.CompressedBatchEntry, writer?: import("../binary.js").BinaryWriter): import("../binary.js").BinaryWriter;
124
- decode(input: import("../binary.js").BinaryReader | Uint8Array, length?: number): _123.CompressedBatchEntry;
125
- fromJSON(object: any): _123.CompressedBatchEntry;
126
- toJSON(message: _123.CompressedBatchEntry): import("../json-safe.js").JsonSafe<_123.CompressedBatchEntry>;
127
- fromPartial(object: Partial<_123.CompressedBatchEntry>): _123.CompressedBatchEntry;
128
- fromProtoMsg(message: _123.CompressedBatchEntryProtoMsg): _123.CompressedBatchEntry;
129
- toProto(message: _123.CompressedBatchEntry): Uint8Array;
130
- toProtoMsg(message: _123.CompressedBatchEntry): _123.CompressedBatchEntryProtoMsg;
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: _123.CompressedExistenceProof, writer?: import("../binary.js").BinaryWriter): import("../binary.js").BinaryWriter;
135
- decode(input: import("../binary.js").BinaryReader | Uint8Array, length?: number): _123.CompressedExistenceProof;
136
- fromJSON(object: any): _123.CompressedExistenceProof;
137
- toJSON(message: _123.CompressedExistenceProof): import("../json-safe.js").JsonSafe<_123.CompressedExistenceProof>;
138
- fromPartial(object: Partial<_123.CompressedExistenceProof>): _123.CompressedExistenceProof;
139
- fromProtoMsg(message: _123.CompressedExistenceProofProtoMsg): _123.CompressedExistenceProof;
140
- toProto(message: _123.CompressedExistenceProof): Uint8Array;
141
- toProtoMsg(message: _123.CompressedExistenceProof): _123.CompressedExistenceProofProtoMsg;
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: _123.CompressedNonExistenceProof, writer?: import("../binary.js").BinaryWriter): import("../binary.js").BinaryWriter;
146
- decode(input: import("../binary.js").BinaryReader | Uint8Array, length?: number): _123.CompressedNonExistenceProof;
147
- fromJSON(object: any): _123.CompressedNonExistenceProof;
148
- toJSON(message: _123.CompressedNonExistenceProof): import("../json-safe.js").JsonSafe<_123.CompressedNonExistenceProof>;
149
- fromPartial(object: Partial<_123.CompressedNonExistenceProof>): _123.CompressedNonExistenceProof;
150
- fromProtoMsg(message: _123.CompressedNonExistenceProofProtoMsg): _123.CompressedNonExistenceProof;
151
- toProto(message: _123.CompressedNonExistenceProof): Uint8Array;
152
- toProtoMsg(message: _123.CompressedNonExistenceProof): _123.CompressedNonExistenceProofProtoMsg;
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
  };
@@ -1,6 +1,6 @@
1
1
  //@ts-nocheck
2
- import * as _123 from '../proofs.js';
2
+ import * as _124 from '../proofs.js';
3
3
  export const ics23 = {
4
- ..._123,
4
+ ..._124,
5
5
  };
6
6
  //# sourceMappingURL=bundle.js.map