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