@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.
@@ -12,13 +12,13 @@ import * as _129 from './version/types.js';
12
12
  export declare namespace tendermint {
13
13
  const abci: {
14
14
  checkTxTypeFromJSON(object: any): _119.CheckTxType;
15
- checkTxTypeToJSON(object: _119.CheckTxType): string;
15
+ checkTxTypeToJSON(object: CheckTxType): string;
16
16
  responseOfferSnapshot_ResultFromJSON(object: any): _119.ResponseOfferSnapshot_Result;
17
- responseOfferSnapshot_ResultToJSON(object: _119.ResponseOfferSnapshot_Result): string;
17
+ responseOfferSnapshot_ResultToJSON(object: ResponseOfferSnapshot_Result): string;
18
18
  responseApplySnapshotChunk_ResultFromJSON(object: any): _119.ResponseApplySnapshotChunk_Result;
19
- responseApplySnapshotChunk_ResultToJSON(object: _119.ResponseApplySnapshotChunk_Result): string;
19
+ responseApplySnapshotChunk_ResultToJSON(object: ResponseApplySnapshotChunk_Result): string;
20
20
  evidenceTypeFromJSON(object: any): _119.EvidenceType;
21
- evidenceTypeToJSON(object: _119.EvidenceType): string;
21
+ evidenceTypeToJSON(object: EvidenceType): string;
22
22
  CheckTxType: typeof _119.CheckTxType;
23
23
  CheckTxTypeSDKType: typeof _119.CheckTxType;
24
24
  ResponseOfferSnapshot_Result: typeof _119.ResponseOfferSnapshot_Result;
@@ -29,958 +29,958 @@ export declare namespace tendermint {
29
29
  EvidenceTypeSDKType: typeof _119.EvidenceType;
30
30
  Request: {
31
31
  typeUrl: string;
32
- encode(message: _119.Request, writer?: import("../binary.js").BinaryWriter): import("../binary.js").BinaryWriter;
33
- decode(input: Uint8Array | import("../binary.js").BinaryReader, length?: number | undefined): _119.Request;
32
+ encode(message: Request, writer?: import("../binary.js").BinaryWriter): import("../binary.js").BinaryWriter;
33
+ decode(input: Uint8Array | import("../binary.js").BinaryReader, length?: number): _119.Request;
34
34
  fromJSON(object: any): _119.Request;
35
- toJSON(message: _119.Request): unknown;
36
- fromPartial(object: Partial<_119.Request>): _119.Request;
37
- fromProtoMsg(message: _119.RequestProtoMsg): _119.Request;
38
- toProto(message: _119.Request): Uint8Array;
39
- toProtoMsg(message: _119.Request): _119.RequestProtoMsg;
35
+ toJSON(message: Request): unknown;
36
+ fromPartial(object: Partial<Request>): _119.Request;
37
+ fromProtoMsg(message: RequestProtoMsg): _119.Request;
38
+ toProto(message: Request): Uint8Array;
39
+ toProtoMsg(message: Request): _119.RequestProtoMsg;
40
40
  };
41
41
  RequestEcho: {
42
42
  typeUrl: string;
43
- encode(message: _119.RequestEcho, writer?: import("../binary.js").BinaryWriter): import("../binary.js").BinaryWriter;
44
- decode(input: Uint8Array | import("../binary.js").BinaryReader, length?: number | undefined): _119.RequestEcho;
43
+ encode(message: RequestEcho, writer?: import("../binary.js").BinaryWriter): import("../binary.js").BinaryWriter;
44
+ decode(input: Uint8Array | import("../binary.js").BinaryReader, length?: number): _119.RequestEcho;
45
45
  fromJSON(object: any): _119.RequestEcho;
46
- toJSON(message: _119.RequestEcho): unknown;
47
- fromPartial(object: Partial<_119.RequestEcho>): _119.RequestEcho;
48
- fromProtoMsg(message: _119.RequestEchoProtoMsg): _119.RequestEcho;
49
- toProto(message: _119.RequestEcho): Uint8Array;
50
- toProtoMsg(message: _119.RequestEcho): _119.RequestEchoProtoMsg;
46
+ toJSON(message: RequestEcho): unknown;
47
+ fromPartial(object: Partial<RequestEcho>): _119.RequestEcho;
48
+ fromProtoMsg(message: RequestEchoProtoMsg): _119.RequestEcho;
49
+ toProto(message: RequestEcho): Uint8Array;
50
+ toProtoMsg(message: RequestEcho): _119.RequestEchoProtoMsg;
51
51
  };
52
52
  RequestFlush: {
53
53
  typeUrl: string;
54
- encode(_: _119.RequestFlush, writer?: import("../binary.js").BinaryWriter): import("../binary.js").BinaryWriter;
55
- decode(input: Uint8Array | import("../binary.js").BinaryReader, length?: number | undefined): _119.RequestFlush;
54
+ encode(_: RequestFlush, writer?: import("../binary.js").BinaryWriter): import("../binary.js").BinaryWriter;
55
+ decode(input: Uint8Array | import("../binary.js").BinaryReader, length?: number): _119.RequestFlush;
56
56
  fromJSON(_: any): _119.RequestFlush;
57
- toJSON(_: _119.RequestFlush): unknown;
58
- fromPartial(_: Partial<_119.RequestFlush>): _119.RequestFlush;
59
- fromProtoMsg(message: _119.RequestFlushProtoMsg): _119.RequestFlush;
60
- toProto(message: _119.RequestFlush): Uint8Array;
61
- toProtoMsg(message: _119.RequestFlush): _119.RequestFlushProtoMsg;
57
+ toJSON(_: RequestFlush): unknown;
58
+ fromPartial(_: Partial<RequestFlush>): _119.RequestFlush;
59
+ fromProtoMsg(message: RequestFlushProtoMsg): _119.RequestFlush;
60
+ toProto(message: RequestFlush): Uint8Array;
61
+ toProtoMsg(message: RequestFlush): _119.RequestFlushProtoMsg;
62
62
  };
63
63
  RequestInfo: {
64
64
  typeUrl: string;
65
- encode(message: _119.RequestInfo, writer?: import("../binary.js").BinaryWriter): import("../binary.js").BinaryWriter;
66
- decode(input: Uint8Array | import("../binary.js").BinaryReader, length?: number | undefined): _119.RequestInfo;
65
+ encode(message: RequestInfo, writer?: import("../binary.js").BinaryWriter): import("../binary.js").BinaryWriter;
66
+ decode(input: Uint8Array | import("../binary.js").BinaryReader, length?: number): _119.RequestInfo;
67
67
  fromJSON(object: any): _119.RequestInfo;
68
- toJSON(message: _119.RequestInfo): unknown;
69
- fromPartial(object: Partial<_119.RequestInfo>): _119.RequestInfo;
70
- fromProtoMsg(message: _119.RequestInfoProtoMsg): _119.RequestInfo;
71
- toProto(message: _119.RequestInfo): Uint8Array;
72
- toProtoMsg(message: _119.RequestInfo): _119.RequestInfoProtoMsg;
68
+ toJSON(message: RequestInfo): unknown;
69
+ fromPartial(object: Partial<RequestInfo>): _119.RequestInfo;
70
+ fromProtoMsg(message: RequestInfoProtoMsg): _119.RequestInfo;
71
+ toProto(message: RequestInfo): Uint8Array;
72
+ toProtoMsg(message: RequestInfo): _119.RequestInfoProtoMsg;
73
73
  };
74
74
  RequestSetOption: {
75
75
  typeUrl: string;
76
- encode(message: _119.RequestSetOption, writer?: import("../binary.js").BinaryWriter): import("../binary.js").BinaryWriter;
77
- decode(input: Uint8Array | import("../binary.js").BinaryReader, length?: number | undefined): _119.RequestSetOption;
76
+ encode(message: RequestSetOption, writer?: import("../binary.js").BinaryWriter): import("../binary.js").BinaryWriter;
77
+ decode(input: Uint8Array | import("../binary.js").BinaryReader, length?: number): _119.RequestSetOption;
78
78
  fromJSON(object: any): _119.RequestSetOption;
79
- toJSON(message: _119.RequestSetOption): unknown;
80
- fromPartial(object: Partial<_119.RequestSetOption>): _119.RequestSetOption;
81
- fromProtoMsg(message: _119.RequestSetOptionProtoMsg): _119.RequestSetOption;
82
- toProto(message: _119.RequestSetOption): Uint8Array;
83
- toProtoMsg(message: _119.RequestSetOption): _119.RequestSetOptionProtoMsg;
79
+ toJSON(message: RequestSetOption): unknown;
80
+ fromPartial(object: Partial<RequestSetOption>): _119.RequestSetOption;
81
+ fromProtoMsg(message: RequestSetOptionProtoMsg): _119.RequestSetOption;
82
+ toProto(message: RequestSetOption): Uint8Array;
83
+ toProtoMsg(message: RequestSetOption): _119.RequestSetOptionProtoMsg;
84
84
  };
85
85
  RequestInitChain: {
86
86
  typeUrl: string;
87
- encode(message: _119.RequestInitChain, writer?: import("../binary.js").BinaryWriter): import("../binary.js").BinaryWriter;
88
- decode(input: Uint8Array | import("../binary.js").BinaryReader, length?: number | undefined): _119.RequestInitChain;
87
+ encode(message: RequestInitChain, writer?: import("../binary.js").BinaryWriter): import("../binary.js").BinaryWriter;
88
+ decode(input: Uint8Array | import("../binary.js").BinaryReader, length?: number): _119.RequestInitChain;
89
89
  fromJSON(object: any): _119.RequestInitChain;
90
- toJSON(message: _119.RequestInitChain): unknown;
91
- fromPartial(object: Partial<_119.RequestInitChain>): _119.RequestInitChain;
92
- fromProtoMsg(message: _119.RequestInitChainProtoMsg): _119.RequestInitChain;
93
- toProto(message: _119.RequestInitChain): Uint8Array;
94
- toProtoMsg(message: _119.RequestInitChain): _119.RequestInitChainProtoMsg;
90
+ toJSON(message: RequestInitChain): unknown;
91
+ fromPartial(object: Partial<RequestInitChain>): _119.RequestInitChain;
92
+ fromProtoMsg(message: RequestInitChainProtoMsg): _119.RequestInitChain;
93
+ toProto(message: RequestInitChain): Uint8Array;
94
+ toProtoMsg(message: RequestInitChain): _119.RequestInitChainProtoMsg;
95
95
  };
96
96
  RequestQuery: {
97
97
  typeUrl: string;
98
- encode(message: _119.RequestQuery, writer?: import("../binary.js").BinaryWriter): import("../binary.js").BinaryWriter;
99
- decode(input: Uint8Array | import("../binary.js").BinaryReader, length?: number | undefined): _119.RequestQuery;
98
+ encode(message: RequestQuery, writer?: import("../binary.js").BinaryWriter): import("../binary.js").BinaryWriter;
99
+ decode(input: Uint8Array | import("../binary.js").BinaryReader, length?: number): _119.RequestQuery;
100
100
  fromJSON(object: any): _119.RequestQuery;
101
- toJSON(message: _119.RequestQuery): unknown;
102
- fromPartial(object: Partial<_119.RequestQuery>): _119.RequestQuery;
103
- fromProtoMsg(message: _119.RequestQueryProtoMsg): _119.RequestQuery;
104
- toProto(message: _119.RequestQuery): Uint8Array;
105
- toProtoMsg(message: _119.RequestQuery): _119.RequestQueryProtoMsg;
101
+ toJSON(message: RequestQuery): unknown;
102
+ fromPartial(object: Partial<RequestQuery>): _119.RequestQuery;
103
+ fromProtoMsg(message: RequestQueryProtoMsg): _119.RequestQuery;
104
+ toProto(message: RequestQuery): Uint8Array;
105
+ toProtoMsg(message: RequestQuery): _119.RequestQueryProtoMsg;
106
106
  };
107
107
  RequestBeginBlock: {
108
108
  typeUrl: string;
109
- encode(message: _119.RequestBeginBlock, writer?: import("../binary.js").BinaryWriter): import("../binary.js").BinaryWriter;
110
- decode(input: Uint8Array | import("../binary.js").BinaryReader, length?: number | undefined): _119.RequestBeginBlock;
109
+ encode(message: RequestBeginBlock, writer?: import("../binary.js").BinaryWriter): import("../binary.js").BinaryWriter;
110
+ decode(input: Uint8Array | import("../binary.js").BinaryReader, length?: number): _119.RequestBeginBlock;
111
111
  fromJSON(object: any): _119.RequestBeginBlock;
112
- toJSON(message: _119.RequestBeginBlock): unknown;
113
- fromPartial(object: Partial<_119.RequestBeginBlock>): _119.RequestBeginBlock;
114
- fromProtoMsg(message: _119.RequestBeginBlockProtoMsg): _119.RequestBeginBlock;
115
- toProto(message: _119.RequestBeginBlock): Uint8Array;
116
- toProtoMsg(message: _119.RequestBeginBlock): _119.RequestBeginBlockProtoMsg;
112
+ toJSON(message: RequestBeginBlock): unknown;
113
+ fromPartial(object: Partial<RequestBeginBlock>): _119.RequestBeginBlock;
114
+ fromProtoMsg(message: RequestBeginBlockProtoMsg): _119.RequestBeginBlock;
115
+ toProto(message: RequestBeginBlock): Uint8Array;
116
+ toProtoMsg(message: RequestBeginBlock): _119.RequestBeginBlockProtoMsg;
117
117
  };
118
118
  RequestCheckTx: {
119
119
  typeUrl: string;
120
- encode(message: _119.RequestCheckTx, writer?: import("../binary.js").BinaryWriter): import("../binary.js").BinaryWriter;
121
- decode(input: Uint8Array | import("../binary.js").BinaryReader, length?: number | undefined): _119.RequestCheckTx;
120
+ encode(message: RequestCheckTx, writer?: import("../binary.js").BinaryWriter): import("../binary.js").BinaryWriter;
121
+ decode(input: Uint8Array | import("../binary.js").BinaryReader, length?: number): _119.RequestCheckTx;
122
122
  fromJSON(object: any): _119.RequestCheckTx;
123
- toJSON(message: _119.RequestCheckTx): unknown;
124
- fromPartial(object: Partial<_119.RequestCheckTx>): _119.RequestCheckTx;
125
- fromProtoMsg(message: _119.RequestCheckTxProtoMsg): _119.RequestCheckTx;
126
- toProto(message: _119.RequestCheckTx): Uint8Array;
127
- toProtoMsg(message: _119.RequestCheckTx): _119.RequestCheckTxProtoMsg;
123
+ toJSON(message: RequestCheckTx): unknown;
124
+ fromPartial(object: Partial<RequestCheckTx>): _119.RequestCheckTx;
125
+ fromProtoMsg(message: RequestCheckTxProtoMsg): _119.RequestCheckTx;
126
+ toProto(message: RequestCheckTx): Uint8Array;
127
+ toProtoMsg(message: RequestCheckTx): _119.RequestCheckTxProtoMsg;
128
128
  };
129
129
  RequestDeliverTx: {
130
130
  typeUrl: string;
131
- encode(message: _119.RequestDeliverTx, writer?: import("../binary.js").BinaryWriter): import("../binary.js").BinaryWriter;
132
- decode(input: Uint8Array | import("../binary.js").BinaryReader, length?: number | undefined): _119.RequestDeliverTx;
131
+ encode(message: RequestDeliverTx, writer?: import("../binary.js").BinaryWriter): import("../binary.js").BinaryWriter;
132
+ decode(input: Uint8Array | import("../binary.js").BinaryReader, length?: number): _119.RequestDeliverTx;
133
133
  fromJSON(object: any): _119.RequestDeliverTx;
134
- toJSON(message: _119.RequestDeliverTx): unknown;
135
- fromPartial(object: Partial<_119.RequestDeliverTx>): _119.RequestDeliverTx;
136
- fromProtoMsg(message: _119.RequestDeliverTxProtoMsg): _119.RequestDeliverTx;
137
- toProto(message: _119.RequestDeliverTx): Uint8Array;
138
- toProtoMsg(message: _119.RequestDeliverTx): _119.RequestDeliverTxProtoMsg;
134
+ toJSON(message: RequestDeliverTx): unknown;
135
+ fromPartial(object: Partial<RequestDeliverTx>): _119.RequestDeliverTx;
136
+ fromProtoMsg(message: RequestDeliverTxProtoMsg): _119.RequestDeliverTx;
137
+ toProto(message: RequestDeliverTx): Uint8Array;
138
+ toProtoMsg(message: RequestDeliverTx): _119.RequestDeliverTxProtoMsg;
139
139
  };
140
140
  RequestEndBlock: {
141
141
  typeUrl: string;
142
- encode(message: _119.RequestEndBlock, writer?: import("../binary.js").BinaryWriter): import("../binary.js").BinaryWriter;
143
- decode(input: Uint8Array | import("../binary.js").BinaryReader, length?: number | undefined): _119.RequestEndBlock;
142
+ encode(message: RequestEndBlock, writer?: import("../binary.js").BinaryWriter): import("../binary.js").BinaryWriter;
143
+ decode(input: Uint8Array | import("../binary.js").BinaryReader, length?: number): _119.RequestEndBlock;
144
144
  fromJSON(object: any): _119.RequestEndBlock;
145
- toJSON(message: _119.RequestEndBlock): unknown;
146
- fromPartial(object: Partial<_119.RequestEndBlock>): _119.RequestEndBlock;
147
- fromProtoMsg(message: _119.RequestEndBlockProtoMsg): _119.RequestEndBlock;
148
- toProto(message: _119.RequestEndBlock): Uint8Array;
149
- toProtoMsg(message: _119.RequestEndBlock): _119.RequestEndBlockProtoMsg;
145
+ toJSON(message: RequestEndBlock): unknown;
146
+ fromPartial(object: Partial<RequestEndBlock>): _119.RequestEndBlock;
147
+ fromProtoMsg(message: RequestEndBlockProtoMsg): _119.RequestEndBlock;
148
+ toProto(message: RequestEndBlock): Uint8Array;
149
+ toProtoMsg(message: RequestEndBlock): _119.RequestEndBlockProtoMsg;
150
150
  };
151
151
  RequestCommit: {
152
152
  typeUrl: string;
153
- encode(_: _119.RequestCommit, writer?: import("../binary.js").BinaryWriter): import("../binary.js").BinaryWriter;
154
- decode(input: Uint8Array | import("../binary.js").BinaryReader, length?: number | undefined): _119.RequestCommit;
153
+ encode(_: RequestCommit, writer?: import("../binary.js").BinaryWriter): import("../binary.js").BinaryWriter;
154
+ decode(input: Uint8Array | import("../binary.js").BinaryReader, length?: number): _119.RequestCommit;
155
155
  fromJSON(_: any): _119.RequestCommit;
156
- toJSON(_: _119.RequestCommit): unknown;
157
- fromPartial(_: Partial<_119.RequestCommit>): _119.RequestCommit;
158
- fromProtoMsg(message: _119.RequestCommitProtoMsg): _119.RequestCommit;
159
- toProto(message: _119.RequestCommit): Uint8Array;
160
- toProtoMsg(message: _119.RequestCommit): _119.RequestCommitProtoMsg;
156
+ toJSON(_: RequestCommit): unknown;
157
+ fromPartial(_: Partial<RequestCommit>): _119.RequestCommit;
158
+ fromProtoMsg(message: RequestCommitProtoMsg): _119.RequestCommit;
159
+ toProto(message: RequestCommit): Uint8Array;
160
+ toProtoMsg(message: RequestCommit): _119.RequestCommitProtoMsg;
161
161
  };
162
162
  RequestListSnapshots: {
163
163
  typeUrl: string;
164
- encode(_: _119.RequestListSnapshots, writer?: import("../binary.js").BinaryWriter): import("../binary.js").BinaryWriter;
165
- decode(input: Uint8Array | import("../binary.js").BinaryReader, length?: number | undefined): _119.RequestListSnapshots;
164
+ encode(_: RequestListSnapshots, writer?: import("../binary.js").BinaryWriter): import("../binary.js").BinaryWriter;
165
+ decode(input: Uint8Array | import("../binary.js").BinaryReader, length?: number): _119.RequestListSnapshots;
166
166
  fromJSON(_: any): _119.RequestListSnapshots;
167
- toJSON(_: _119.RequestListSnapshots): unknown;
168
- fromPartial(_: Partial<_119.RequestListSnapshots>): _119.RequestListSnapshots;
169
- fromProtoMsg(message: _119.RequestListSnapshotsProtoMsg): _119.RequestListSnapshots;
170
- toProto(message: _119.RequestListSnapshots): Uint8Array;
171
- toProtoMsg(message: _119.RequestListSnapshots): _119.RequestListSnapshotsProtoMsg;
167
+ toJSON(_: RequestListSnapshots): unknown;
168
+ fromPartial(_: Partial<RequestListSnapshots>): _119.RequestListSnapshots;
169
+ fromProtoMsg(message: RequestListSnapshotsProtoMsg): _119.RequestListSnapshots;
170
+ toProto(message: RequestListSnapshots): Uint8Array;
171
+ toProtoMsg(message: RequestListSnapshots): _119.RequestListSnapshotsProtoMsg;
172
172
  };
173
173
  RequestOfferSnapshot: {
174
174
  typeUrl: string;
175
- encode(message: _119.RequestOfferSnapshot, writer?: import("../binary.js").BinaryWriter): import("../binary.js").BinaryWriter;
176
- decode(input: Uint8Array | import("../binary.js").BinaryReader, length?: number | undefined): _119.RequestOfferSnapshot;
175
+ encode(message: RequestOfferSnapshot, writer?: import("../binary.js").BinaryWriter): import("../binary.js").BinaryWriter;
176
+ decode(input: Uint8Array | import("../binary.js").BinaryReader, length?: number): _119.RequestOfferSnapshot;
177
177
  fromJSON(object: any): _119.RequestOfferSnapshot;
178
- toJSON(message: _119.RequestOfferSnapshot): unknown;
179
- fromPartial(object: Partial<_119.RequestOfferSnapshot>): _119.RequestOfferSnapshot;
180
- fromProtoMsg(message: _119.RequestOfferSnapshotProtoMsg): _119.RequestOfferSnapshot;
181
- toProto(message: _119.RequestOfferSnapshot): Uint8Array;
182
- toProtoMsg(message: _119.RequestOfferSnapshot): _119.RequestOfferSnapshotProtoMsg;
178
+ toJSON(message: RequestOfferSnapshot): unknown;
179
+ fromPartial(object: Partial<RequestOfferSnapshot>): _119.RequestOfferSnapshot;
180
+ fromProtoMsg(message: RequestOfferSnapshotProtoMsg): _119.RequestOfferSnapshot;
181
+ toProto(message: RequestOfferSnapshot): Uint8Array;
182
+ toProtoMsg(message: RequestOfferSnapshot): _119.RequestOfferSnapshotProtoMsg;
183
183
  };
184
184
  RequestLoadSnapshotChunk: {
185
185
  typeUrl: string;
186
- encode(message: _119.RequestLoadSnapshotChunk, writer?: import("../binary.js").BinaryWriter): import("../binary.js").BinaryWriter;
187
- decode(input: Uint8Array | import("../binary.js").BinaryReader, length?: number | undefined): _119.RequestLoadSnapshotChunk;
186
+ encode(message: RequestLoadSnapshotChunk, writer?: import("../binary.js").BinaryWriter): import("../binary.js").BinaryWriter;
187
+ decode(input: Uint8Array | import("../binary.js").BinaryReader, length?: number): _119.RequestLoadSnapshotChunk;
188
188
  fromJSON(object: any): _119.RequestLoadSnapshotChunk;
189
- toJSON(message: _119.RequestLoadSnapshotChunk): unknown;
190
- fromPartial(object: Partial<_119.RequestLoadSnapshotChunk>): _119.RequestLoadSnapshotChunk;
191
- fromProtoMsg(message: _119.RequestLoadSnapshotChunkProtoMsg): _119.RequestLoadSnapshotChunk;
192
- toProto(message: _119.RequestLoadSnapshotChunk): Uint8Array;
193
- toProtoMsg(message: _119.RequestLoadSnapshotChunk): _119.RequestLoadSnapshotChunkProtoMsg;
189
+ toJSON(message: RequestLoadSnapshotChunk): unknown;
190
+ fromPartial(object: Partial<RequestLoadSnapshotChunk>): _119.RequestLoadSnapshotChunk;
191
+ fromProtoMsg(message: RequestLoadSnapshotChunkProtoMsg): _119.RequestLoadSnapshotChunk;
192
+ toProto(message: RequestLoadSnapshotChunk): Uint8Array;
193
+ toProtoMsg(message: RequestLoadSnapshotChunk): _119.RequestLoadSnapshotChunkProtoMsg;
194
194
  };
195
195
  RequestApplySnapshotChunk: {
196
196
  typeUrl: string;
197
- encode(message: _119.RequestApplySnapshotChunk, writer?: import("../binary.js").BinaryWriter): import("../binary.js").BinaryWriter;
198
- decode(input: Uint8Array | import("../binary.js").BinaryReader, length?: number | undefined): _119.RequestApplySnapshotChunk;
197
+ encode(message: RequestApplySnapshotChunk, writer?: import("../binary.js").BinaryWriter): import("../binary.js").BinaryWriter;
198
+ decode(input: Uint8Array | import("../binary.js").BinaryReader, length?: number): _119.RequestApplySnapshotChunk;
199
199
  fromJSON(object: any): _119.RequestApplySnapshotChunk;
200
- toJSON(message: _119.RequestApplySnapshotChunk): unknown;
201
- fromPartial(object: Partial<_119.RequestApplySnapshotChunk>): _119.RequestApplySnapshotChunk;
202
- fromProtoMsg(message: _119.RequestApplySnapshotChunkProtoMsg): _119.RequestApplySnapshotChunk;
203
- toProto(message: _119.RequestApplySnapshotChunk): Uint8Array;
204
- toProtoMsg(message: _119.RequestApplySnapshotChunk): _119.RequestApplySnapshotChunkProtoMsg;
200
+ toJSON(message: RequestApplySnapshotChunk): unknown;
201
+ fromPartial(object: Partial<RequestApplySnapshotChunk>): _119.RequestApplySnapshotChunk;
202
+ fromProtoMsg(message: RequestApplySnapshotChunkProtoMsg): _119.RequestApplySnapshotChunk;
203
+ toProto(message: RequestApplySnapshotChunk): Uint8Array;
204
+ toProtoMsg(message: RequestApplySnapshotChunk): _119.RequestApplySnapshotChunkProtoMsg;
205
205
  };
206
206
  Response: {
207
207
  typeUrl: string;
208
- encode(message: _119.Response, writer?: import("../binary.js").BinaryWriter): import("../binary.js").BinaryWriter;
209
- decode(input: Uint8Array | import("../binary.js").BinaryReader, length?: number | undefined): _119.Response;
208
+ encode(message: Response, writer?: import("../binary.js").BinaryWriter): import("../binary.js").BinaryWriter;
209
+ decode(input: Uint8Array | import("../binary.js").BinaryReader, length?: number): _119.Response;
210
210
  fromJSON(object: any): _119.Response;
211
- toJSON(message: _119.Response): unknown;
212
- fromPartial(object: Partial<_119.Response>): _119.Response;
213
- fromProtoMsg(message: _119.ResponseProtoMsg): _119.Response;
214
- toProto(message: _119.Response): Uint8Array;
215
- toProtoMsg(message: _119.Response): _119.ResponseProtoMsg;
211
+ toJSON(message: Response): unknown;
212
+ fromPartial(object: Partial<Response>): _119.Response;
213
+ fromProtoMsg(message: ResponseProtoMsg): _119.Response;
214
+ toProto(message: Response): Uint8Array;
215
+ toProtoMsg(message: Response): _119.ResponseProtoMsg;
216
216
  };
217
217
  ResponseException: {
218
218
  typeUrl: string;
219
- encode(message: _119.ResponseException, writer?: import("../binary.js").BinaryWriter): import("../binary.js").BinaryWriter;
220
- decode(input: Uint8Array | import("../binary.js").BinaryReader, length?: number | undefined): _119.ResponseException;
219
+ encode(message: ResponseException, writer?: import("../binary.js").BinaryWriter): import("../binary.js").BinaryWriter;
220
+ decode(input: Uint8Array | import("../binary.js").BinaryReader, length?: number): _119.ResponseException;
221
221
  fromJSON(object: any): _119.ResponseException;
222
- toJSON(message: _119.ResponseException): unknown;
223
- fromPartial(object: Partial<_119.ResponseException>): _119.ResponseException;
224
- fromProtoMsg(message: _119.ResponseExceptionProtoMsg): _119.ResponseException;
225
- toProto(message: _119.ResponseException): Uint8Array;
226
- toProtoMsg(message: _119.ResponseException): _119.ResponseExceptionProtoMsg;
222
+ toJSON(message: ResponseException): unknown;
223
+ fromPartial(object: Partial<ResponseException>): _119.ResponseException;
224
+ fromProtoMsg(message: ResponseExceptionProtoMsg): _119.ResponseException;
225
+ toProto(message: ResponseException): Uint8Array;
226
+ toProtoMsg(message: ResponseException): _119.ResponseExceptionProtoMsg;
227
227
  };
228
228
  ResponseEcho: {
229
229
  typeUrl: string;
230
- encode(message: _119.ResponseEcho, writer?: import("../binary.js").BinaryWriter): import("../binary.js").BinaryWriter;
231
- decode(input: Uint8Array | import("../binary.js").BinaryReader, length?: number | undefined): _119.ResponseEcho;
230
+ encode(message: ResponseEcho, writer?: import("../binary.js").BinaryWriter): import("../binary.js").BinaryWriter;
231
+ decode(input: Uint8Array | import("../binary.js").BinaryReader, length?: number): _119.ResponseEcho;
232
232
  fromJSON(object: any): _119.ResponseEcho;
233
- toJSON(message: _119.ResponseEcho): unknown;
234
- fromPartial(object: Partial<_119.ResponseEcho>): _119.ResponseEcho;
235
- fromProtoMsg(message: _119.ResponseEchoProtoMsg): _119.ResponseEcho;
236
- toProto(message: _119.ResponseEcho): Uint8Array;
237
- toProtoMsg(message: _119.ResponseEcho): _119.ResponseEchoProtoMsg;
233
+ toJSON(message: ResponseEcho): unknown;
234
+ fromPartial(object: Partial<ResponseEcho>): _119.ResponseEcho;
235
+ fromProtoMsg(message: ResponseEchoProtoMsg): _119.ResponseEcho;
236
+ toProto(message: ResponseEcho): Uint8Array;
237
+ toProtoMsg(message: ResponseEcho): _119.ResponseEchoProtoMsg;
238
238
  };
239
239
  ResponseFlush: {
240
240
  typeUrl: string;
241
- encode(_: _119.ResponseFlush, writer?: import("../binary.js").BinaryWriter): import("../binary.js").BinaryWriter;
242
- decode(input: Uint8Array | import("../binary.js").BinaryReader, length?: number | undefined): _119.ResponseFlush;
241
+ encode(_: ResponseFlush, writer?: import("../binary.js").BinaryWriter): import("../binary.js").BinaryWriter;
242
+ decode(input: Uint8Array | import("../binary.js").BinaryReader, length?: number): _119.ResponseFlush;
243
243
  fromJSON(_: any): _119.ResponseFlush;
244
- toJSON(_: _119.ResponseFlush): unknown;
245
- fromPartial(_: Partial<_119.ResponseFlush>): _119.ResponseFlush;
246
- fromProtoMsg(message: _119.ResponseFlushProtoMsg): _119.ResponseFlush;
247
- toProto(message: _119.ResponseFlush): Uint8Array;
248
- toProtoMsg(message: _119.ResponseFlush): _119.ResponseFlushProtoMsg;
244
+ toJSON(_: ResponseFlush): unknown;
245
+ fromPartial(_: Partial<ResponseFlush>): _119.ResponseFlush;
246
+ fromProtoMsg(message: ResponseFlushProtoMsg): _119.ResponseFlush;
247
+ toProto(message: ResponseFlush): Uint8Array;
248
+ toProtoMsg(message: ResponseFlush): _119.ResponseFlushProtoMsg;
249
249
  };
250
250
  ResponseInfo: {
251
251
  typeUrl: string;
252
- encode(message: _119.ResponseInfo, writer?: import("../binary.js").BinaryWriter): import("../binary.js").BinaryWriter;
253
- decode(input: Uint8Array | import("../binary.js").BinaryReader, length?: number | undefined): _119.ResponseInfo;
252
+ encode(message: ResponseInfo, writer?: import("../binary.js").BinaryWriter): import("../binary.js").BinaryWriter;
253
+ decode(input: Uint8Array | import("../binary.js").BinaryReader, length?: number): _119.ResponseInfo;
254
254
  fromJSON(object: any): _119.ResponseInfo;
255
- toJSON(message: _119.ResponseInfo): unknown;
256
- fromPartial(object: Partial<_119.ResponseInfo>): _119.ResponseInfo;
257
- fromProtoMsg(message: _119.ResponseInfoProtoMsg): _119.ResponseInfo;
258
- toProto(message: _119.ResponseInfo): Uint8Array;
259
- toProtoMsg(message: _119.ResponseInfo): _119.ResponseInfoProtoMsg;
255
+ toJSON(message: ResponseInfo): unknown;
256
+ fromPartial(object: Partial<ResponseInfo>): _119.ResponseInfo;
257
+ fromProtoMsg(message: ResponseInfoProtoMsg): _119.ResponseInfo;
258
+ toProto(message: ResponseInfo): Uint8Array;
259
+ toProtoMsg(message: ResponseInfo): _119.ResponseInfoProtoMsg;
260
260
  };
261
261
  ResponseSetOption: {
262
262
  typeUrl: string;
263
- encode(message: _119.ResponseSetOption, writer?: import("../binary.js").BinaryWriter): import("../binary.js").BinaryWriter;
264
- decode(input: Uint8Array | import("../binary.js").BinaryReader, length?: number | undefined): _119.ResponseSetOption;
263
+ encode(message: ResponseSetOption, writer?: import("../binary.js").BinaryWriter): import("../binary.js").BinaryWriter;
264
+ decode(input: Uint8Array | import("../binary.js").BinaryReader, length?: number): _119.ResponseSetOption;
265
265
  fromJSON(object: any): _119.ResponseSetOption;
266
- toJSON(message: _119.ResponseSetOption): unknown;
267
- fromPartial(object: Partial<_119.ResponseSetOption>): _119.ResponseSetOption;
268
- fromProtoMsg(message: _119.ResponseSetOptionProtoMsg): _119.ResponseSetOption;
269
- toProto(message: _119.ResponseSetOption): Uint8Array;
270
- toProtoMsg(message: _119.ResponseSetOption): _119.ResponseSetOptionProtoMsg;
266
+ toJSON(message: ResponseSetOption): unknown;
267
+ fromPartial(object: Partial<ResponseSetOption>): _119.ResponseSetOption;
268
+ fromProtoMsg(message: ResponseSetOptionProtoMsg): _119.ResponseSetOption;
269
+ toProto(message: ResponseSetOption): Uint8Array;
270
+ toProtoMsg(message: ResponseSetOption): _119.ResponseSetOptionProtoMsg;
271
271
  };
272
272
  ResponseInitChain: {
273
273
  typeUrl: string;
274
- encode(message: _119.ResponseInitChain, writer?: import("../binary.js").BinaryWriter): import("../binary.js").BinaryWriter;
275
- decode(input: Uint8Array | import("../binary.js").BinaryReader, length?: number | undefined): _119.ResponseInitChain;
274
+ encode(message: ResponseInitChain, writer?: import("../binary.js").BinaryWriter): import("../binary.js").BinaryWriter;
275
+ decode(input: Uint8Array | import("../binary.js").BinaryReader, length?: number): _119.ResponseInitChain;
276
276
  fromJSON(object: any): _119.ResponseInitChain;
277
- toJSON(message: _119.ResponseInitChain): unknown;
278
- fromPartial(object: Partial<_119.ResponseInitChain>): _119.ResponseInitChain;
279
- fromProtoMsg(message: _119.ResponseInitChainProtoMsg): _119.ResponseInitChain;
280
- toProto(message: _119.ResponseInitChain): Uint8Array;
281
- toProtoMsg(message: _119.ResponseInitChain): _119.ResponseInitChainProtoMsg;
277
+ toJSON(message: ResponseInitChain): unknown;
278
+ fromPartial(object: Partial<ResponseInitChain>): _119.ResponseInitChain;
279
+ fromProtoMsg(message: ResponseInitChainProtoMsg): _119.ResponseInitChain;
280
+ toProto(message: ResponseInitChain): Uint8Array;
281
+ toProtoMsg(message: ResponseInitChain): _119.ResponseInitChainProtoMsg;
282
282
  };
283
283
  ResponseQuery: {
284
284
  typeUrl: string;
285
- encode(message: _119.ResponseQuery, writer?: import("../binary.js").BinaryWriter): import("../binary.js").BinaryWriter;
286
- decode(input: Uint8Array | import("../binary.js").BinaryReader, length?: number | undefined): _119.ResponseQuery;
285
+ encode(message: ResponseQuery, writer?: import("../binary.js").BinaryWriter): import("../binary.js").BinaryWriter;
286
+ decode(input: Uint8Array | import("../binary.js").BinaryReader, length?: number): _119.ResponseQuery;
287
287
  fromJSON(object: any): _119.ResponseQuery;
288
- toJSON(message: _119.ResponseQuery): unknown;
289
- fromPartial(object: Partial<_119.ResponseQuery>): _119.ResponseQuery;
290
- fromProtoMsg(message: _119.ResponseQueryProtoMsg): _119.ResponseQuery;
291
- toProto(message: _119.ResponseQuery): Uint8Array;
292
- toProtoMsg(message: _119.ResponseQuery): _119.ResponseQueryProtoMsg;
288
+ toJSON(message: ResponseQuery): unknown;
289
+ fromPartial(object: Partial<ResponseQuery>): _119.ResponseQuery;
290
+ fromProtoMsg(message: ResponseQueryProtoMsg): _119.ResponseQuery;
291
+ toProto(message: ResponseQuery): Uint8Array;
292
+ toProtoMsg(message: ResponseQuery): _119.ResponseQueryProtoMsg;
293
293
  };
294
294
  ResponseBeginBlock: {
295
295
  typeUrl: string;
296
- encode(message: _119.ResponseBeginBlock, writer?: import("../binary.js").BinaryWriter): import("../binary.js").BinaryWriter;
297
- decode(input: Uint8Array | import("../binary.js").BinaryReader, length?: number | undefined): _119.ResponseBeginBlock;
296
+ encode(message: ResponseBeginBlock, writer?: import("../binary.js").BinaryWriter): import("../binary.js").BinaryWriter;
297
+ decode(input: Uint8Array | import("../binary.js").BinaryReader, length?: number): _119.ResponseBeginBlock;
298
298
  fromJSON(object: any): _119.ResponseBeginBlock;
299
- toJSON(message: _119.ResponseBeginBlock): unknown;
300
- fromPartial(object: Partial<_119.ResponseBeginBlock>): _119.ResponseBeginBlock;
301
- fromProtoMsg(message: _119.ResponseBeginBlockProtoMsg): _119.ResponseBeginBlock;
302
- toProto(message: _119.ResponseBeginBlock): Uint8Array;
303
- toProtoMsg(message: _119.ResponseBeginBlock): _119.ResponseBeginBlockProtoMsg;
299
+ toJSON(message: ResponseBeginBlock): unknown;
300
+ fromPartial(object: Partial<ResponseBeginBlock>): _119.ResponseBeginBlock;
301
+ fromProtoMsg(message: ResponseBeginBlockProtoMsg): _119.ResponseBeginBlock;
302
+ toProto(message: ResponseBeginBlock): Uint8Array;
303
+ toProtoMsg(message: ResponseBeginBlock): _119.ResponseBeginBlockProtoMsg;
304
304
  };
305
305
  ResponseCheckTx: {
306
306
  typeUrl: string;
307
- encode(message: _119.ResponseCheckTx, writer?: import("../binary.js").BinaryWriter): import("../binary.js").BinaryWriter;
308
- decode(input: Uint8Array | import("../binary.js").BinaryReader, length?: number | undefined): _119.ResponseCheckTx;
307
+ encode(message: ResponseCheckTx, writer?: import("../binary.js").BinaryWriter): import("../binary.js").BinaryWriter;
308
+ decode(input: Uint8Array | import("../binary.js").BinaryReader, length?: number): _119.ResponseCheckTx;
309
309
  fromJSON(object: any): _119.ResponseCheckTx;
310
- toJSON(message: _119.ResponseCheckTx): unknown;
311
- fromPartial(object: Partial<_119.ResponseCheckTx>): _119.ResponseCheckTx;
312
- fromProtoMsg(message: _119.ResponseCheckTxProtoMsg): _119.ResponseCheckTx;
313
- toProto(message: _119.ResponseCheckTx): Uint8Array;
314
- toProtoMsg(message: _119.ResponseCheckTx): _119.ResponseCheckTxProtoMsg;
310
+ toJSON(message: ResponseCheckTx): unknown;
311
+ fromPartial(object: Partial<ResponseCheckTx>): _119.ResponseCheckTx;
312
+ fromProtoMsg(message: ResponseCheckTxProtoMsg): _119.ResponseCheckTx;
313
+ toProto(message: ResponseCheckTx): Uint8Array;
314
+ toProtoMsg(message: ResponseCheckTx): _119.ResponseCheckTxProtoMsg;
315
315
  };
316
316
  ResponseDeliverTx: {
317
317
  typeUrl: string;
318
- encode(message: _119.ResponseDeliverTx, writer?: import("../binary.js").BinaryWriter): import("../binary.js").BinaryWriter;
319
- decode(input: Uint8Array | import("../binary.js").BinaryReader, length?: number | undefined): _119.ResponseDeliverTx;
318
+ encode(message: ResponseDeliverTx, writer?: import("../binary.js").BinaryWriter): import("../binary.js").BinaryWriter;
319
+ decode(input: Uint8Array | import("../binary.js").BinaryReader, length?: number): _119.ResponseDeliverTx;
320
320
  fromJSON(object: any): _119.ResponseDeliverTx;
321
- toJSON(message: _119.ResponseDeliverTx): unknown;
322
- fromPartial(object: Partial<_119.ResponseDeliverTx>): _119.ResponseDeliverTx;
323
- fromProtoMsg(message: _119.ResponseDeliverTxProtoMsg): _119.ResponseDeliverTx;
324
- toProto(message: _119.ResponseDeliverTx): Uint8Array;
325
- toProtoMsg(message: _119.ResponseDeliverTx): _119.ResponseDeliverTxProtoMsg;
321
+ toJSON(message: ResponseDeliverTx): unknown;
322
+ fromPartial(object: Partial<ResponseDeliverTx>): _119.ResponseDeliverTx;
323
+ fromProtoMsg(message: ResponseDeliverTxProtoMsg): _119.ResponseDeliverTx;
324
+ toProto(message: ResponseDeliverTx): Uint8Array;
325
+ toProtoMsg(message: ResponseDeliverTx): _119.ResponseDeliverTxProtoMsg;
326
326
  };
327
327
  ResponseEndBlock: {
328
328
  typeUrl: string;
329
- encode(message: _119.ResponseEndBlock, writer?: import("../binary.js").BinaryWriter): import("../binary.js").BinaryWriter;
330
- decode(input: Uint8Array | import("../binary.js").BinaryReader, length?: number | undefined): _119.ResponseEndBlock;
329
+ encode(message: ResponseEndBlock, writer?: import("../binary.js").BinaryWriter): import("../binary.js").BinaryWriter;
330
+ decode(input: Uint8Array | import("../binary.js").BinaryReader, length?: number): _119.ResponseEndBlock;
331
331
  fromJSON(object: any): _119.ResponseEndBlock;
332
- toJSON(message: _119.ResponseEndBlock): unknown;
333
- fromPartial(object: Partial<_119.ResponseEndBlock>): _119.ResponseEndBlock;
334
- fromProtoMsg(message: _119.ResponseEndBlockProtoMsg): _119.ResponseEndBlock;
335
- toProto(message: _119.ResponseEndBlock): Uint8Array;
336
- toProtoMsg(message: _119.ResponseEndBlock): _119.ResponseEndBlockProtoMsg;
332
+ toJSON(message: ResponseEndBlock): unknown;
333
+ fromPartial(object: Partial<ResponseEndBlock>): _119.ResponseEndBlock;
334
+ fromProtoMsg(message: ResponseEndBlockProtoMsg): _119.ResponseEndBlock;
335
+ toProto(message: ResponseEndBlock): Uint8Array;
336
+ toProtoMsg(message: ResponseEndBlock): _119.ResponseEndBlockProtoMsg;
337
337
  };
338
338
  ResponseCommit: {
339
339
  typeUrl: string;
340
- encode(message: _119.ResponseCommit, writer?: import("../binary.js").BinaryWriter): import("../binary.js").BinaryWriter;
341
- decode(input: Uint8Array | import("../binary.js").BinaryReader, length?: number | undefined): _119.ResponseCommit;
340
+ encode(message: ResponseCommit, writer?: import("../binary.js").BinaryWriter): import("../binary.js").BinaryWriter;
341
+ decode(input: Uint8Array | import("../binary.js").BinaryReader, length?: number): _119.ResponseCommit;
342
342
  fromJSON(object: any): _119.ResponseCommit;
343
- toJSON(message: _119.ResponseCommit): unknown;
344
- fromPartial(object: Partial<_119.ResponseCommit>): _119.ResponseCommit;
345
- fromProtoMsg(message: _119.ResponseCommitProtoMsg): _119.ResponseCommit;
346
- toProto(message: _119.ResponseCommit): Uint8Array;
347
- toProtoMsg(message: _119.ResponseCommit): _119.ResponseCommitProtoMsg;
343
+ toJSON(message: ResponseCommit): unknown;
344
+ fromPartial(object: Partial<ResponseCommit>): _119.ResponseCommit;
345
+ fromProtoMsg(message: ResponseCommitProtoMsg): _119.ResponseCommit;
346
+ toProto(message: ResponseCommit): Uint8Array;
347
+ toProtoMsg(message: ResponseCommit): _119.ResponseCommitProtoMsg;
348
348
  };
349
349
  ResponseListSnapshots: {
350
350
  typeUrl: string;
351
- encode(message: _119.ResponseListSnapshots, writer?: import("../binary.js").BinaryWriter): import("../binary.js").BinaryWriter;
352
- decode(input: Uint8Array | import("../binary.js").BinaryReader, length?: number | undefined): _119.ResponseListSnapshots;
351
+ encode(message: ResponseListSnapshots, writer?: import("../binary.js").BinaryWriter): import("../binary.js").BinaryWriter;
352
+ decode(input: Uint8Array | import("../binary.js").BinaryReader, length?: number): _119.ResponseListSnapshots;
353
353
  fromJSON(object: any): _119.ResponseListSnapshots;
354
- toJSON(message: _119.ResponseListSnapshots): unknown;
355
- fromPartial(object: Partial<_119.ResponseListSnapshots>): _119.ResponseListSnapshots;
356
- fromProtoMsg(message: _119.ResponseListSnapshotsProtoMsg): _119.ResponseListSnapshots;
357
- toProto(message: _119.ResponseListSnapshots): Uint8Array;
358
- toProtoMsg(message: _119.ResponseListSnapshots): _119.ResponseListSnapshotsProtoMsg;
354
+ toJSON(message: ResponseListSnapshots): unknown;
355
+ fromPartial(object: Partial<ResponseListSnapshots>): _119.ResponseListSnapshots;
356
+ fromProtoMsg(message: ResponseListSnapshotsProtoMsg): _119.ResponseListSnapshots;
357
+ toProto(message: ResponseListSnapshots): Uint8Array;
358
+ toProtoMsg(message: ResponseListSnapshots): _119.ResponseListSnapshotsProtoMsg;
359
359
  };
360
360
  ResponseOfferSnapshot: {
361
361
  typeUrl: string;
362
- encode(message: _119.ResponseOfferSnapshot, writer?: import("../binary.js").BinaryWriter): import("../binary.js").BinaryWriter;
363
- decode(input: Uint8Array | import("../binary.js").BinaryReader, length?: number | undefined): _119.ResponseOfferSnapshot;
362
+ encode(message: ResponseOfferSnapshot, writer?: import("../binary.js").BinaryWriter): import("../binary.js").BinaryWriter;
363
+ decode(input: Uint8Array | import("../binary.js").BinaryReader, length?: number): _119.ResponseOfferSnapshot;
364
364
  fromJSON(object: any): _119.ResponseOfferSnapshot;
365
- toJSON(message: _119.ResponseOfferSnapshot): unknown;
366
- fromPartial(object: Partial<_119.ResponseOfferSnapshot>): _119.ResponseOfferSnapshot;
367
- fromProtoMsg(message: _119.ResponseOfferSnapshotProtoMsg): _119.ResponseOfferSnapshot;
368
- toProto(message: _119.ResponseOfferSnapshot): Uint8Array;
369
- toProtoMsg(message: _119.ResponseOfferSnapshot): _119.ResponseOfferSnapshotProtoMsg;
365
+ toJSON(message: ResponseOfferSnapshot): unknown;
366
+ fromPartial(object: Partial<ResponseOfferSnapshot>): _119.ResponseOfferSnapshot;
367
+ fromProtoMsg(message: ResponseOfferSnapshotProtoMsg): _119.ResponseOfferSnapshot;
368
+ toProto(message: ResponseOfferSnapshot): Uint8Array;
369
+ toProtoMsg(message: ResponseOfferSnapshot): _119.ResponseOfferSnapshotProtoMsg;
370
370
  };
371
371
  ResponseLoadSnapshotChunk: {
372
372
  typeUrl: string;
373
- encode(message: _119.ResponseLoadSnapshotChunk, writer?: import("../binary.js").BinaryWriter): import("../binary.js").BinaryWriter;
374
- decode(input: Uint8Array | import("../binary.js").BinaryReader, length?: number | undefined): _119.ResponseLoadSnapshotChunk;
373
+ encode(message: ResponseLoadSnapshotChunk, writer?: import("../binary.js").BinaryWriter): import("../binary.js").BinaryWriter;
374
+ decode(input: Uint8Array | import("../binary.js").BinaryReader, length?: number): _119.ResponseLoadSnapshotChunk;
375
375
  fromJSON(object: any): _119.ResponseLoadSnapshotChunk;
376
- toJSON(message: _119.ResponseLoadSnapshotChunk): unknown;
377
- fromPartial(object: Partial<_119.ResponseLoadSnapshotChunk>): _119.ResponseLoadSnapshotChunk;
378
- fromProtoMsg(message: _119.ResponseLoadSnapshotChunkProtoMsg): _119.ResponseLoadSnapshotChunk;
379
- toProto(message: _119.ResponseLoadSnapshotChunk): Uint8Array;
380
- toProtoMsg(message: _119.ResponseLoadSnapshotChunk): _119.ResponseLoadSnapshotChunkProtoMsg;
376
+ toJSON(message: ResponseLoadSnapshotChunk): unknown;
377
+ fromPartial(object: Partial<ResponseLoadSnapshotChunk>): _119.ResponseLoadSnapshotChunk;
378
+ fromProtoMsg(message: ResponseLoadSnapshotChunkProtoMsg): _119.ResponseLoadSnapshotChunk;
379
+ toProto(message: ResponseLoadSnapshotChunk): Uint8Array;
380
+ toProtoMsg(message: ResponseLoadSnapshotChunk): _119.ResponseLoadSnapshotChunkProtoMsg;
381
381
  };
382
382
  ResponseApplySnapshotChunk: {
383
383
  typeUrl: string;
384
- encode(message: _119.ResponseApplySnapshotChunk, writer?: import("../binary.js").BinaryWriter): import("../binary.js").BinaryWriter;
385
- decode(input: Uint8Array | import("../binary.js").BinaryReader, length?: number | undefined): _119.ResponseApplySnapshotChunk;
384
+ encode(message: ResponseApplySnapshotChunk, writer?: import("../binary.js").BinaryWriter): import("../binary.js").BinaryWriter;
385
+ decode(input: Uint8Array | import("../binary.js").BinaryReader, length?: number): _119.ResponseApplySnapshotChunk;
386
386
  fromJSON(object: any): _119.ResponseApplySnapshotChunk;
387
- toJSON(message: _119.ResponseApplySnapshotChunk): unknown;
388
- fromPartial(object: Partial<_119.ResponseApplySnapshotChunk>): _119.ResponseApplySnapshotChunk;
389
- fromProtoMsg(message: _119.ResponseApplySnapshotChunkProtoMsg): _119.ResponseApplySnapshotChunk;
390
- toProto(message: _119.ResponseApplySnapshotChunk): Uint8Array;
391
- toProtoMsg(message: _119.ResponseApplySnapshotChunk): _119.ResponseApplySnapshotChunkProtoMsg;
387
+ toJSON(message: ResponseApplySnapshotChunk): unknown;
388
+ fromPartial(object: Partial<ResponseApplySnapshotChunk>): _119.ResponseApplySnapshotChunk;
389
+ fromProtoMsg(message: ResponseApplySnapshotChunkProtoMsg): _119.ResponseApplySnapshotChunk;
390
+ toProto(message: ResponseApplySnapshotChunk): Uint8Array;
391
+ toProtoMsg(message: ResponseApplySnapshotChunk): _119.ResponseApplySnapshotChunkProtoMsg;
392
392
  };
393
393
  ConsensusParams: {
394
394
  typeUrl: string;
395
- encode(message: _119.ConsensusParams, writer?: import("../binary.js").BinaryWriter): import("../binary.js").BinaryWriter;
396
- decode(input: Uint8Array | import("../binary.js").BinaryReader, length?: number | undefined): _119.ConsensusParams;
395
+ encode(message: ConsensusParams, writer?: import("../binary.js").BinaryWriter): import("../binary.js").BinaryWriter;
396
+ decode(input: Uint8Array | import("../binary.js").BinaryReader, length?: number): _119.ConsensusParams;
397
397
  fromJSON(object: any): _119.ConsensusParams;
398
- toJSON(message: _119.ConsensusParams): unknown;
399
- fromPartial(object: Partial<_119.ConsensusParams>): _119.ConsensusParams;
400
- fromProtoMsg(message: _119.ConsensusParamsProtoMsg): _119.ConsensusParams;
401
- toProto(message: _119.ConsensusParams): Uint8Array;
402
- toProtoMsg(message: _119.ConsensusParams): _119.ConsensusParamsProtoMsg;
398
+ toJSON(message: ConsensusParams): unknown;
399
+ fromPartial(object: Partial<ConsensusParams>): _119.ConsensusParams;
400
+ fromProtoMsg(message: ConsensusParamsProtoMsg): _119.ConsensusParams;
401
+ toProto(message: ConsensusParams): Uint8Array;
402
+ toProtoMsg(message: ConsensusParams): _119.ConsensusParamsProtoMsg;
403
403
  };
404
404
  BlockParams: {
405
405
  typeUrl: string;
406
- encode(message: _119.BlockParams, writer?: import("../binary.js").BinaryWriter): import("../binary.js").BinaryWriter;
407
- decode(input: Uint8Array | import("../binary.js").BinaryReader, length?: number | undefined): _119.BlockParams;
406
+ encode(message: BlockParams, writer?: import("../binary.js").BinaryWriter): import("../binary.js").BinaryWriter;
407
+ decode(input: Uint8Array | import("../binary.js").BinaryReader, length?: number): _119.BlockParams;
408
408
  fromJSON(object: any): _119.BlockParams;
409
- toJSON(message: _119.BlockParams): unknown;
410
- fromPartial(object: Partial<_119.BlockParams>): _119.BlockParams;
411
- fromProtoMsg(message: _119.BlockParamsProtoMsg): _119.BlockParams;
412
- toProto(message: _119.BlockParams): Uint8Array;
413
- toProtoMsg(message: _119.BlockParams): _119.BlockParamsProtoMsg;
409
+ toJSON(message: BlockParams): unknown;
410
+ fromPartial(object: Partial<BlockParams>): _119.BlockParams;
411
+ fromProtoMsg(message: BlockParamsProtoMsg): _119.BlockParams;
412
+ toProto(message: BlockParams): Uint8Array;
413
+ toProtoMsg(message: BlockParams): _119.BlockParamsProtoMsg;
414
414
  };
415
415
  LastCommitInfo: {
416
416
  typeUrl: string;
417
- encode(message: _119.LastCommitInfo, writer?: import("../binary.js").BinaryWriter): import("../binary.js").BinaryWriter;
418
- decode(input: Uint8Array | import("../binary.js").BinaryReader, length?: number | undefined): _119.LastCommitInfo;
417
+ encode(message: LastCommitInfo, writer?: import("../binary.js").BinaryWriter): import("../binary.js").BinaryWriter;
418
+ decode(input: Uint8Array | import("../binary.js").BinaryReader, length?: number): _119.LastCommitInfo;
419
419
  fromJSON(object: any): _119.LastCommitInfo;
420
- toJSON(message: _119.LastCommitInfo): unknown;
421
- fromPartial(object: Partial<_119.LastCommitInfo>): _119.LastCommitInfo;
422
- fromProtoMsg(message: _119.LastCommitInfoProtoMsg): _119.LastCommitInfo;
423
- toProto(message: _119.LastCommitInfo): Uint8Array;
424
- toProtoMsg(message: _119.LastCommitInfo): _119.LastCommitInfoProtoMsg;
420
+ toJSON(message: LastCommitInfo): unknown;
421
+ fromPartial(object: Partial<LastCommitInfo>): _119.LastCommitInfo;
422
+ fromProtoMsg(message: LastCommitInfoProtoMsg): _119.LastCommitInfo;
423
+ toProto(message: LastCommitInfo): Uint8Array;
424
+ toProtoMsg(message: LastCommitInfo): _119.LastCommitInfoProtoMsg;
425
425
  };
426
426
  Event: {
427
427
  typeUrl: string;
428
- encode(message: _119.Event, writer?: import("../binary.js").BinaryWriter): import("../binary.js").BinaryWriter;
429
- decode(input: Uint8Array | import("../binary.js").BinaryReader, length?: number | undefined): _119.Event;
428
+ encode(message: Event, writer?: import("../binary.js").BinaryWriter): import("../binary.js").BinaryWriter;
429
+ decode(input: Uint8Array | import("../binary.js").BinaryReader, length?: number): _119.Event;
430
430
  fromJSON(object: any): _119.Event;
431
- toJSON(message: _119.Event): unknown;
432
- fromPartial(object: Partial<_119.Event>): _119.Event;
433
- fromProtoMsg(message: _119.EventProtoMsg): _119.Event;
434
- toProto(message: _119.Event): Uint8Array;
435
- toProtoMsg(message: _119.Event): _119.EventProtoMsg;
431
+ toJSON(message: Event): unknown;
432
+ fromPartial(object: Partial<Event>): _119.Event;
433
+ fromProtoMsg(message: EventProtoMsg): _119.Event;
434
+ toProto(message: Event): Uint8Array;
435
+ toProtoMsg(message: Event): _119.EventProtoMsg;
436
436
  };
437
437
  EventAttribute: {
438
438
  typeUrl: string;
439
- encode(message: _119.EventAttribute, writer?: import("../binary.js").BinaryWriter): import("../binary.js").BinaryWriter;
440
- decode(input: Uint8Array | import("../binary.js").BinaryReader, length?: number | undefined): _119.EventAttribute;
439
+ encode(message: EventAttribute, writer?: import("../binary.js").BinaryWriter): import("../binary.js").BinaryWriter;
440
+ decode(input: Uint8Array | import("../binary.js").BinaryReader, length?: number): _119.EventAttribute;
441
441
  fromJSON(object: any): _119.EventAttribute;
442
- toJSON(message: _119.EventAttribute): unknown;
443
- fromPartial(object: Partial<_119.EventAttribute>): _119.EventAttribute;
444
- fromProtoMsg(message: _119.EventAttributeProtoMsg): _119.EventAttribute;
445
- toProto(message: _119.EventAttribute): Uint8Array;
446
- toProtoMsg(message: _119.EventAttribute): _119.EventAttributeProtoMsg;
442
+ toJSON(message: EventAttribute): unknown;
443
+ fromPartial(object: Partial<EventAttribute>): _119.EventAttribute;
444
+ fromProtoMsg(message: EventAttributeProtoMsg): _119.EventAttribute;
445
+ toProto(message: EventAttribute): Uint8Array;
446
+ toProtoMsg(message: EventAttribute): _119.EventAttributeProtoMsg;
447
447
  };
448
448
  TxResult: {
449
449
  typeUrl: string;
450
- encode(message: _119.TxResult, writer?: import("../binary.js").BinaryWriter): import("../binary.js").BinaryWriter;
451
- decode(input: Uint8Array | import("../binary.js").BinaryReader, length?: number | undefined): _119.TxResult;
450
+ encode(message: TxResult, writer?: import("../binary.js").BinaryWriter): import("../binary.js").BinaryWriter;
451
+ decode(input: Uint8Array | import("../binary.js").BinaryReader, length?: number): _119.TxResult;
452
452
  fromJSON(object: any): _119.TxResult;
453
- toJSON(message: _119.TxResult): unknown;
454
- fromPartial(object: Partial<_119.TxResult>): _119.TxResult;
455
- fromProtoMsg(message: _119.TxResultProtoMsg): _119.TxResult;
456
- toProto(message: _119.TxResult): Uint8Array;
457
- toProtoMsg(message: _119.TxResult): _119.TxResultProtoMsg;
453
+ toJSON(message: TxResult): unknown;
454
+ fromPartial(object: Partial<TxResult>): _119.TxResult;
455
+ fromProtoMsg(message: TxResultProtoMsg): _119.TxResult;
456
+ toProto(message: TxResult): Uint8Array;
457
+ toProtoMsg(message: TxResult): _119.TxResultProtoMsg;
458
458
  };
459
459
  Validator: {
460
460
  typeUrl: string;
461
- encode(message: _119.Validator, writer?: import("../binary.js").BinaryWriter): import("../binary.js").BinaryWriter;
462
- decode(input: Uint8Array | import("../binary.js").BinaryReader, length?: number | undefined): _119.Validator;
461
+ encode(message: Validator, writer?: import("../binary.js").BinaryWriter): import("../binary.js").BinaryWriter;
462
+ decode(input: Uint8Array | import("../binary.js").BinaryReader, length?: number): _119.Validator;
463
463
  fromJSON(object: any): _119.Validator;
464
- toJSON(message: _119.Validator): unknown;
465
- fromPartial(object: Partial<_119.Validator>): _119.Validator;
466
- fromProtoMsg(message: _119.ValidatorProtoMsg): _119.Validator;
467
- toProto(message: _119.Validator): Uint8Array;
468
- toProtoMsg(message: _119.Validator): _119.ValidatorProtoMsg;
464
+ toJSON(message: Validator): unknown;
465
+ fromPartial(object: Partial<Validator>): _119.Validator;
466
+ fromProtoMsg(message: ValidatorProtoMsg): _119.Validator;
467
+ toProto(message: Validator): Uint8Array;
468
+ toProtoMsg(message: Validator): _119.ValidatorProtoMsg;
469
469
  };
470
470
  ValidatorUpdate: {
471
471
  typeUrl: string;
472
- encode(message: _119.ValidatorUpdate, writer?: import("../binary.js").BinaryWriter): import("../binary.js").BinaryWriter;
473
- decode(input: Uint8Array | import("../binary.js").BinaryReader, length?: number | undefined): _119.ValidatorUpdate;
472
+ encode(message: ValidatorUpdate, writer?: import("../binary.js").BinaryWriter): import("../binary.js").BinaryWriter;
473
+ decode(input: Uint8Array | import("../binary.js").BinaryReader, length?: number): _119.ValidatorUpdate;
474
474
  fromJSON(object: any): _119.ValidatorUpdate;
475
- toJSON(message: _119.ValidatorUpdate): unknown;
476
- fromPartial(object: Partial<_119.ValidatorUpdate>): _119.ValidatorUpdate;
477
- fromProtoMsg(message: _119.ValidatorUpdateProtoMsg): _119.ValidatorUpdate;
478
- toProto(message: _119.ValidatorUpdate): Uint8Array;
479
- toProtoMsg(message: _119.ValidatorUpdate): _119.ValidatorUpdateProtoMsg;
475
+ toJSON(message: ValidatorUpdate): unknown;
476
+ fromPartial(object: Partial<ValidatorUpdate>): _119.ValidatorUpdate;
477
+ fromProtoMsg(message: ValidatorUpdateProtoMsg): _119.ValidatorUpdate;
478
+ toProto(message: ValidatorUpdate): Uint8Array;
479
+ toProtoMsg(message: ValidatorUpdate): _119.ValidatorUpdateProtoMsg;
480
480
  };
481
481
  VoteInfo: {
482
482
  typeUrl: string;
483
- encode(message: _119.VoteInfo, writer?: import("../binary.js").BinaryWriter): import("../binary.js").BinaryWriter;
484
- decode(input: Uint8Array | import("../binary.js").BinaryReader, length?: number | undefined): _119.VoteInfo;
483
+ encode(message: VoteInfo, writer?: import("../binary.js").BinaryWriter): import("../binary.js").BinaryWriter;
484
+ decode(input: Uint8Array | import("../binary.js").BinaryReader, length?: number): _119.VoteInfo;
485
485
  fromJSON(object: any): _119.VoteInfo;
486
- toJSON(message: _119.VoteInfo): unknown;
487
- fromPartial(object: Partial<_119.VoteInfo>): _119.VoteInfo;
488
- fromProtoMsg(message: _119.VoteInfoProtoMsg): _119.VoteInfo;
489
- toProto(message: _119.VoteInfo): Uint8Array;
490
- toProtoMsg(message: _119.VoteInfo): _119.VoteInfoProtoMsg;
486
+ toJSON(message: VoteInfo): unknown;
487
+ fromPartial(object: Partial<VoteInfo>): _119.VoteInfo;
488
+ fromProtoMsg(message: VoteInfoProtoMsg): _119.VoteInfo;
489
+ toProto(message: VoteInfo): Uint8Array;
490
+ toProtoMsg(message: VoteInfo): _119.VoteInfoProtoMsg;
491
491
  };
492
492
  Evidence: {
493
493
  typeUrl: string;
494
- encode(message: _119.Evidence, writer?: import("../binary.js").BinaryWriter): import("../binary.js").BinaryWriter;
495
- decode(input: Uint8Array | import("../binary.js").BinaryReader, length?: number | undefined): _119.Evidence;
494
+ encode(message: Evidence, writer?: import("../binary.js").BinaryWriter): import("../binary.js").BinaryWriter;
495
+ decode(input: Uint8Array | import("../binary.js").BinaryReader, length?: number): _119.Evidence;
496
496
  fromJSON(object: any): _119.Evidence;
497
- toJSON(message: _119.Evidence): unknown;
498
- fromPartial(object: Partial<_119.Evidence>): _119.Evidence;
499
- fromProtoMsg(message: _119.EvidenceProtoMsg): _119.Evidence;
500
- toProto(message: _119.Evidence): Uint8Array;
501
- toProtoMsg(message: _119.Evidence): _119.EvidenceProtoMsg;
497
+ toJSON(message: Evidence): unknown;
498
+ fromPartial(object: Partial<Evidence>): _119.Evidence;
499
+ fromProtoMsg(message: EvidenceProtoMsg): _119.Evidence;
500
+ toProto(message: Evidence): Uint8Array;
501
+ toProtoMsg(message: Evidence): _119.EvidenceProtoMsg;
502
502
  };
503
503
  Snapshot: {
504
504
  typeUrl: string;
505
- encode(message: _119.Snapshot, writer?: import("../binary.js").BinaryWriter): import("../binary.js").BinaryWriter;
506
- decode(input: Uint8Array | import("../binary.js").BinaryReader, length?: number | undefined): _119.Snapshot;
505
+ encode(message: Snapshot, writer?: import("../binary.js").BinaryWriter): import("../binary.js").BinaryWriter;
506
+ decode(input: Uint8Array | import("../binary.js").BinaryReader, length?: number): _119.Snapshot;
507
507
  fromJSON(object: any): _119.Snapshot;
508
- toJSON(message: _119.Snapshot): unknown;
509
- fromPartial(object: Partial<_119.Snapshot>): _119.Snapshot;
510
- fromProtoMsg(message: _119.SnapshotProtoMsg): _119.Snapshot;
511
- toProto(message: _119.Snapshot): Uint8Array;
512
- toProtoMsg(message: _119.Snapshot): _119.SnapshotProtoMsg;
508
+ toJSON(message: Snapshot): unknown;
509
+ fromPartial(object: Partial<Snapshot>): _119.Snapshot;
510
+ fromProtoMsg(message: SnapshotProtoMsg): _119.Snapshot;
511
+ toProto(message: Snapshot): Uint8Array;
512
+ toProtoMsg(message: Snapshot): _119.SnapshotProtoMsg;
513
513
  };
514
514
  };
515
515
  const crypto: {
516
516
  Proof: {
517
517
  typeUrl: string;
518
- encode(message: _121.Proof, writer?: import("../binary.js").BinaryWriter): import("../binary.js").BinaryWriter;
519
- decode(input: Uint8Array | import("../binary.js").BinaryReader, length?: number | undefined): _121.Proof;
518
+ encode(message: Proof, writer?: import("../binary.js").BinaryWriter): import("../binary.js").BinaryWriter;
519
+ decode(input: Uint8Array | import("../binary.js").BinaryReader, length?: number): _121.Proof;
520
520
  fromJSON(object: any): _121.Proof;
521
- toJSON(message: _121.Proof): unknown;
522
- fromPartial(object: Partial<_121.Proof>): _121.Proof;
523
- fromProtoMsg(message: _121.ProofProtoMsg): _121.Proof;
524
- toProto(message: _121.Proof): Uint8Array;
525
- toProtoMsg(message: _121.Proof): _121.ProofProtoMsg;
521
+ toJSON(message: Proof): unknown;
522
+ fromPartial(object: Partial<Proof>): _121.Proof;
523
+ fromProtoMsg(message: ProofProtoMsg): _121.Proof;
524
+ toProto(message: Proof): Uint8Array;
525
+ toProtoMsg(message: Proof): _121.ProofProtoMsg;
526
526
  };
527
527
  ValueOp: {
528
528
  typeUrl: string;
529
- encode(message: _121.ValueOp, writer?: import("../binary.js").BinaryWriter): import("../binary.js").BinaryWriter;
530
- decode(input: Uint8Array | import("../binary.js").BinaryReader, length?: number | undefined): _121.ValueOp;
529
+ encode(message: ValueOp, writer?: import("../binary.js").BinaryWriter): import("../binary.js").BinaryWriter;
530
+ decode(input: Uint8Array | import("../binary.js").BinaryReader, length?: number): _121.ValueOp;
531
531
  fromJSON(object: any): _121.ValueOp;
532
- toJSON(message: _121.ValueOp): unknown;
533
- fromPartial(object: Partial<_121.ValueOp>): _121.ValueOp;
534
- fromProtoMsg(message: _121.ValueOpProtoMsg): _121.ValueOp;
535
- toProto(message: _121.ValueOp): Uint8Array;
536
- toProtoMsg(message: _121.ValueOp): _121.ValueOpProtoMsg;
532
+ toJSON(message: ValueOp): unknown;
533
+ fromPartial(object: Partial<ValueOp>): _121.ValueOp;
534
+ fromProtoMsg(message: ValueOpProtoMsg): _121.ValueOp;
535
+ toProto(message: ValueOp): Uint8Array;
536
+ toProtoMsg(message: ValueOp): _121.ValueOpProtoMsg;
537
537
  };
538
538
  DominoOp: {
539
539
  typeUrl: string;
540
- encode(message: _121.DominoOp, writer?: import("../binary.js").BinaryWriter): import("../binary.js").BinaryWriter;
541
- decode(input: Uint8Array | import("../binary.js").BinaryReader, length?: number | undefined): _121.DominoOp;
540
+ encode(message: DominoOp, writer?: import("../binary.js").BinaryWriter): import("../binary.js").BinaryWriter;
541
+ decode(input: Uint8Array | import("../binary.js").BinaryReader, length?: number): _121.DominoOp;
542
542
  fromJSON(object: any): _121.DominoOp;
543
- toJSON(message: _121.DominoOp): unknown;
544
- fromPartial(object: Partial<_121.DominoOp>): _121.DominoOp;
545
- fromProtoMsg(message: _121.DominoOpProtoMsg): _121.DominoOp;
546
- toProto(message: _121.DominoOp): Uint8Array;
547
- toProtoMsg(message: _121.DominoOp): _121.DominoOpProtoMsg;
543
+ toJSON(message: DominoOp): unknown;
544
+ fromPartial(object: Partial<DominoOp>): _121.DominoOp;
545
+ fromProtoMsg(message: DominoOpProtoMsg): _121.DominoOp;
546
+ toProto(message: DominoOp): Uint8Array;
547
+ toProtoMsg(message: DominoOp): _121.DominoOpProtoMsg;
548
548
  };
549
549
  ProofOp: {
550
550
  typeUrl: string;
551
- encode(message: _121.ProofOp, writer?: import("../binary.js").BinaryWriter): import("../binary.js").BinaryWriter;
552
- decode(input: Uint8Array | import("../binary.js").BinaryReader, length?: number | undefined): _121.ProofOp;
551
+ encode(message: ProofOp, writer?: import("../binary.js").BinaryWriter): import("../binary.js").BinaryWriter;
552
+ decode(input: Uint8Array | import("../binary.js").BinaryReader, length?: number): _121.ProofOp;
553
553
  fromJSON(object: any): _121.ProofOp;
554
- toJSON(message: _121.ProofOp): unknown;
555
- fromPartial(object: Partial<_121.ProofOp>): _121.ProofOp;
556
- fromProtoMsg(message: _121.ProofOpProtoMsg): _121.ProofOp;
557
- toProto(message: _121.ProofOp): Uint8Array;
558
- toProtoMsg(message: _121.ProofOp): _121.ProofOpProtoMsg;
554
+ toJSON(message: ProofOp): unknown;
555
+ fromPartial(object: Partial<ProofOp>): _121.ProofOp;
556
+ fromProtoMsg(message: ProofOpProtoMsg): _121.ProofOp;
557
+ toProto(message: ProofOp): Uint8Array;
558
+ toProtoMsg(message: ProofOp): _121.ProofOpProtoMsg;
559
559
  };
560
560
  ProofOps: {
561
561
  typeUrl: string;
562
- encode(message: _121.ProofOps, writer?: import("../binary.js").BinaryWriter): import("../binary.js").BinaryWriter;
563
- decode(input: Uint8Array | import("../binary.js").BinaryReader, length?: number | undefined): _121.ProofOps;
562
+ encode(message: ProofOps, writer?: import("../binary.js").BinaryWriter): import("../binary.js").BinaryWriter;
563
+ decode(input: Uint8Array | import("../binary.js").BinaryReader, length?: number): _121.ProofOps;
564
564
  fromJSON(object: any): _121.ProofOps;
565
- toJSON(message: _121.ProofOps): unknown;
566
- fromPartial(object: Partial<_121.ProofOps>): _121.ProofOps;
567
- fromProtoMsg(message: _121.ProofOpsProtoMsg): _121.ProofOps;
568
- toProto(message: _121.ProofOps): Uint8Array;
569
- toProtoMsg(message: _121.ProofOps): _121.ProofOpsProtoMsg;
565
+ toJSON(message: ProofOps): unknown;
566
+ fromPartial(object: Partial<ProofOps>): _121.ProofOps;
567
+ fromProtoMsg(message: ProofOpsProtoMsg): _121.ProofOps;
568
+ toProto(message: ProofOps): Uint8Array;
569
+ toProtoMsg(message: ProofOps): _121.ProofOpsProtoMsg;
570
570
  };
571
571
  PublicKey: {
572
572
  typeUrl: string;
573
- encode(message: _120.PublicKey, writer?: import("../binary.js").BinaryWriter): import("../binary.js").BinaryWriter;
574
- decode(input: Uint8Array | import("../binary.js").BinaryReader, length?: number | undefined): _120.PublicKey;
573
+ encode(message: PublicKey, writer?: import("../binary.js").BinaryWriter): import("../binary.js").BinaryWriter;
574
+ decode(input: Uint8Array | import("../binary.js").BinaryReader, length?: number): _120.PublicKey;
575
575
  fromJSON(object: any): _120.PublicKey;
576
- toJSON(message: _120.PublicKey): unknown;
577
- fromPartial(object: Partial<_120.PublicKey>): _120.PublicKey;
578
- fromProtoMsg(message: _120.PublicKeyProtoMsg): _120.PublicKey;
579
- toProto(message: _120.PublicKey): Uint8Array;
580
- toProtoMsg(message: _120.PublicKey): _120.PublicKeyProtoMsg;
576
+ toJSON(message: PublicKey): unknown;
577
+ fromPartial(object: Partial<PublicKey>): _120.PublicKey;
578
+ fromProtoMsg(message: PublicKeyProtoMsg): _120.PublicKey;
579
+ toProto(message: PublicKey): Uint8Array;
580
+ toProtoMsg(message: PublicKey): _120.PublicKeyProtoMsg;
581
581
  };
582
582
  };
583
583
  namespace libs {
584
584
  const bits: {
585
585
  BitArray: {
586
586
  typeUrl: string;
587
- encode(message: _122.BitArray, writer?: import("../binary.js").BinaryWriter): import("../binary.js").BinaryWriter;
588
- decode(input: Uint8Array | import("../binary.js").BinaryReader, length?: number | undefined): _122.BitArray;
587
+ encode(message: BitArray, writer?: import("../binary.js").BinaryWriter): import("../binary.js").BinaryWriter;
588
+ decode(input: Uint8Array | import("../binary.js").BinaryReader, length?: number): _122.BitArray;
589
589
  fromJSON(object: any): _122.BitArray;
590
- toJSON(message: _122.BitArray): unknown;
591
- fromPartial(object: Partial<_122.BitArray>): _122.BitArray;
592
- fromProtoMsg(message: _122.BitArrayProtoMsg): _122.BitArray;
593
- toProto(message: _122.BitArray): Uint8Array;
594
- toProtoMsg(message: _122.BitArray): _122.BitArrayProtoMsg;
590
+ toJSON(message: BitArray): unknown;
591
+ fromPartial(object: Partial<BitArray>): _122.BitArray;
592
+ fromProtoMsg(message: BitArrayProtoMsg): _122.BitArray;
593
+ toProto(message: BitArray): Uint8Array;
594
+ toProtoMsg(message: BitArray): _122.BitArrayProtoMsg;
595
595
  };
596
596
  };
597
597
  }
598
598
  const p2p: {
599
599
  ProtocolVersion: {
600
600
  typeUrl: string;
601
- encode(message: _123.ProtocolVersion, writer?: import("../binary.js").BinaryWriter): import("../binary.js").BinaryWriter;
602
- decode(input: Uint8Array | import("../binary.js").BinaryReader, length?: number | undefined): _123.ProtocolVersion;
601
+ encode(message: ProtocolVersion, writer?: import("../binary.js").BinaryWriter): import("../binary.js").BinaryWriter;
602
+ decode(input: Uint8Array | import("../binary.js").BinaryReader, length?: number): _123.ProtocolVersion;
603
603
  fromJSON(object: any): _123.ProtocolVersion;
604
- toJSON(message: _123.ProtocolVersion): unknown;
605
- fromPartial(object: Partial<_123.ProtocolVersion>): _123.ProtocolVersion;
606
- fromProtoMsg(message: _123.ProtocolVersionProtoMsg): _123.ProtocolVersion;
607
- toProto(message: _123.ProtocolVersion): Uint8Array;
608
- toProtoMsg(message: _123.ProtocolVersion): _123.ProtocolVersionProtoMsg;
604
+ toJSON(message: ProtocolVersion): unknown;
605
+ fromPartial(object: Partial<ProtocolVersion>): _123.ProtocolVersion;
606
+ fromProtoMsg(message: ProtocolVersionProtoMsg): _123.ProtocolVersion;
607
+ toProto(message: ProtocolVersion): Uint8Array;
608
+ toProtoMsg(message: ProtocolVersion): _123.ProtocolVersionProtoMsg;
609
609
  };
610
610
  NodeInfo: {
611
611
  typeUrl: string;
612
- encode(message: _123.NodeInfo, writer?: import("../binary.js").BinaryWriter): import("../binary.js").BinaryWriter;
613
- decode(input: Uint8Array | import("../binary.js").BinaryReader, length?: number | undefined): _123.NodeInfo;
612
+ encode(message: NodeInfo, writer?: import("../binary.js").BinaryWriter): import("../binary.js").BinaryWriter;
613
+ decode(input: Uint8Array | import("../binary.js").BinaryReader, length?: number): _123.NodeInfo;
614
614
  fromJSON(object: any): _123.NodeInfo;
615
- toJSON(message: _123.NodeInfo): unknown;
616
- fromPartial(object: Partial<_123.NodeInfo>): _123.NodeInfo;
617
- fromProtoMsg(message: _123.NodeInfoProtoMsg): _123.NodeInfo;
618
- toProto(message: _123.NodeInfo): Uint8Array;
619
- toProtoMsg(message: _123.NodeInfo): _123.NodeInfoProtoMsg;
615
+ toJSON(message: NodeInfo): unknown;
616
+ fromPartial(object: Partial<NodeInfo>): _123.NodeInfo;
617
+ fromProtoMsg(message: NodeInfoProtoMsg): _123.NodeInfo;
618
+ toProto(message: NodeInfo): Uint8Array;
619
+ toProtoMsg(message: NodeInfo): _123.NodeInfoProtoMsg;
620
620
  };
621
621
  NodeInfoOther: {
622
622
  typeUrl: string;
623
- encode(message: _123.NodeInfoOther, writer?: import("../binary.js").BinaryWriter): import("../binary.js").BinaryWriter;
624
- decode(input: Uint8Array | import("../binary.js").BinaryReader, length?: number | undefined): _123.NodeInfoOther;
623
+ encode(message: NodeInfoOther, writer?: import("../binary.js").BinaryWriter): import("../binary.js").BinaryWriter;
624
+ decode(input: Uint8Array | import("../binary.js").BinaryReader, length?: number): _123.NodeInfoOther;
625
625
  fromJSON(object: any): _123.NodeInfoOther;
626
- toJSON(message: _123.NodeInfoOther): unknown;
627
- fromPartial(object: Partial<_123.NodeInfoOther>): _123.NodeInfoOther;
628
- fromProtoMsg(message: _123.NodeInfoOtherProtoMsg): _123.NodeInfoOther;
629
- toProto(message: _123.NodeInfoOther): Uint8Array;
630
- toProtoMsg(message: _123.NodeInfoOther): _123.NodeInfoOtherProtoMsg;
626
+ toJSON(message: NodeInfoOther): unknown;
627
+ fromPartial(object: Partial<NodeInfoOther>): _123.NodeInfoOther;
628
+ fromProtoMsg(message: NodeInfoOtherProtoMsg): _123.NodeInfoOther;
629
+ toProto(message: NodeInfoOther): Uint8Array;
630
+ toProtoMsg(message: NodeInfoOther): _123.NodeInfoOtherProtoMsg;
631
631
  };
632
632
  PeerInfo: {
633
633
  typeUrl: string;
634
- encode(message: _123.PeerInfo, writer?: import("../binary.js").BinaryWriter): import("../binary.js").BinaryWriter;
635
- decode(input: Uint8Array | import("../binary.js").BinaryReader, length?: number | undefined): _123.PeerInfo;
634
+ encode(message: PeerInfo, writer?: import("../binary.js").BinaryWriter): import("../binary.js").BinaryWriter;
635
+ decode(input: Uint8Array | import("../binary.js").BinaryReader, length?: number): _123.PeerInfo;
636
636
  fromJSON(object: any): _123.PeerInfo;
637
- toJSON(message: _123.PeerInfo): unknown;
638
- fromPartial(object: Partial<_123.PeerInfo>): _123.PeerInfo;
639
- fromProtoMsg(message: _123.PeerInfoProtoMsg): _123.PeerInfo;
640
- toProto(message: _123.PeerInfo): Uint8Array;
641
- toProtoMsg(message: _123.PeerInfo): _123.PeerInfoProtoMsg;
637
+ toJSON(message: PeerInfo): unknown;
638
+ fromPartial(object: Partial<PeerInfo>): _123.PeerInfo;
639
+ fromProtoMsg(message: PeerInfoProtoMsg): _123.PeerInfo;
640
+ toProto(message: PeerInfo): Uint8Array;
641
+ toProtoMsg(message: PeerInfo): _123.PeerInfoProtoMsg;
642
642
  };
643
643
  PeerAddressInfo: {
644
644
  typeUrl: string;
645
- encode(message: _123.PeerAddressInfo, writer?: import("../binary.js").BinaryWriter): import("../binary.js").BinaryWriter;
646
- decode(input: Uint8Array | import("../binary.js").BinaryReader, length?: number | undefined): _123.PeerAddressInfo;
645
+ encode(message: PeerAddressInfo, writer?: import("../binary.js").BinaryWriter): import("../binary.js").BinaryWriter;
646
+ decode(input: Uint8Array | import("../binary.js").BinaryReader, length?: number): _123.PeerAddressInfo;
647
647
  fromJSON(object: any): _123.PeerAddressInfo;
648
- toJSON(message: _123.PeerAddressInfo): unknown;
649
- fromPartial(object: Partial<_123.PeerAddressInfo>): _123.PeerAddressInfo;
650
- fromProtoMsg(message: _123.PeerAddressInfoProtoMsg): _123.PeerAddressInfo;
651
- toProto(message: _123.PeerAddressInfo): Uint8Array;
652
- toProtoMsg(message: _123.PeerAddressInfo): _123.PeerAddressInfoProtoMsg;
648
+ toJSON(message: PeerAddressInfo): unknown;
649
+ fromPartial(object: Partial<PeerAddressInfo>): _123.PeerAddressInfo;
650
+ fromProtoMsg(message: PeerAddressInfoProtoMsg): _123.PeerAddressInfo;
651
+ toProto(message: PeerAddressInfo): Uint8Array;
652
+ toProtoMsg(message: PeerAddressInfo): _123.PeerAddressInfoProtoMsg;
653
653
  };
654
654
  };
655
655
  const types: {
656
656
  ValidatorSet: {
657
657
  typeUrl: string;
658
- encode(message: _128.ValidatorSet, writer?: import("../binary.js").BinaryWriter): import("../binary.js").BinaryWriter;
659
- decode(input: Uint8Array | import("../binary.js").BinaryReader, length?: number | undefined): _128.ValidatorSet;
658
+ encode(message: ValidatorSet, writer?: import("../binary.js").BinaryWriter): import("../binary.js").BinaryWriter;
659
+ decode(input: Uint8Array | import("../binary.js").BinaryReader, length?: number): _128.ValidatorSet;
660
660
  fromJSON(object: any): _128.ValidatorSet;
661
- toJSON(message: _128.ValidatorSet): unknown;
662
- fromPartial(object: Partial<_128.ValidatorSet>): _128.ValidatorSet;
663
- fromProtoMsg(message: _128.ValidatorSetProtoMsg): _128.ValidatorSet;
664
- toProto(message: _128.ValidatorSet): Uint8Array;
665
- toProtoMsg(message: _128.ValidatorSet): _128.ValidatorSetProtoMsg;
661
+ toJSON(message: ValidatorSet): unknown;
662
+ fromPartial(object: Partial<ValidatorSet>): _128.ValidatorSet;
663
+ fromProtoMsg(message: ValidatorSetProtoMsg): _128.ValidatorSet;
664
+ toProto(message: ValidatorSet): Uint8Array;
665
+ toProtoMsg(message: ValidatorSet): _128.ValidatorSetProtoMsg;
666
666
  };
667
667
  Validator: {
668
668
  typeUrl: string;
669
- encode(message: _128.Validator, writer?: import("../binary.js").BinaryWriter): import("../binary.js").BinaryWriter;
670
- decode(input: Uint8Array | import("../binary.js").BinaryReader, length?: number | undefined): _128.Validator;
669
+ encode(message: Validator, writer?: import("../binary.js").BinaryWriter): import("../binary.js").BinaryWriter;
670
+ decode(input: Uint8Array | import("../binary.js").BinaryReader, length?: number): _128.Validator;
671
671
  fromJSON(object: any): _128.Validator;
672
- toJSON(message: _128.Validator): unknown;
673
- fromPartial(object: Partial<_128.Validator>): _128.Validator;
674
- fromProtoMsg(message: _128.ValidatorProtoMsg): _128.Validator;
675
- toProto(message: _128.Validator): Uint8Array;
676
- toProtoMsg(message: _128.Validator): _128.ValidatorProtoMsg;
672
+ toJSON(message: Validator): unknown;
673
+ fromPartial(object: Partial<Validator>): _128.Validator;
674
+ fromProtoMsg(message: ValidatorProtoMsg): _128.Validator;
675
+ toProto(message: Validator): Uint8Array;
676
+ toProtoMsg(message: Validator): _128.ValidatorProtoMsg;
677
677
  };
678
678
  SimpleValidator: {
679
679
  typeUrl: string;
680
- encode(message: _128.SimpleValidator, writer?: import("../binary.js").BinaryWriter): import("../binary.js").BinaryWriter;
681
- decode(input: Uint8Array | import("../binary.js").BinaryReader, length?: number | undefined): _128.SimpleValidator;
680
+ encode(message: SimpleValidator, writer?: import("../binary.js").BinaryWriter): import("../binary.js").BinaryWriter;
681
+ decode(input: Uint8Array | import("../binary.js").BinaryReader, length?: number): _128.SimpleValidator;
682
682
  fromJSON(object: any): _128.SimpleValidator;
683
- toJSON(message: _128.SimpleValidator): unknown;
684
- fromPartial(object: Partial<_128.SimpleValidator>): _128.SimpleValidator;
685
- fromProtoMsg(message: _128.SimpleValidatorProtoMsg): _128.SimpleValidator;
686
- toProto(message: _128.SimpleValidator): Uint8Array;
687
- toProtoMsg(message: _128.SimpleValidator): _128.SimpleValidatorProtoMsg;
683
+ toJSON(message: SimpleValidator): unknown;
684
+ fromPartial(object: Partial<SimpleValidator>): _128.SimpleValidator;
685
+ fromProtoMsg(message: SimpleValidatorProtoMsg): _128.SimpleValidator;
686
+ toProto(message: SimpleValidator): Uint8Array;
687
+ toProtoMsg(message: SimpleValidator): _128.SimpleValidatorProtoMsg;
688
688
  };
689
689
  blockIDFlagFromJSON(object: any): _127.BlockIDFlag;
690
- blockIDFlagToJSON(object: _127.BlockIDFlag): string;
690
+ blockIDFlagToJSON(object: BlockIDFlag): string;
691
691
  signedMsgTypeFromJSON(object: any): _127.SignedMsgType;
692
- signedMsgTypeToJSON(object: _127.SignedMsgType): string;
692
+ signedMsgTypeToJSON(object: SignedMsgType): string;
693
693
  BlockIDFlag: typeof _127.BlockIDFlag;
694
694
  BlockIDFlagSDKType: typeof _127.BlockIDFlag;
695
695
  SignedMsgType: typeof _127.SignedMsgType;
696
696
  SignedMsgTypeSDKType: typeof _127.SignedMsgType;
697
697
  PartSetHeader: {
698
698
  typeUrl: string;
699
- encode(message: _127.PartSetHeader, writer?: import("../binary.js").BinaryWriter): import("../binary.js").BinaryWriter;
700
- decode(input: Uint8Array | import("../binary.js").BinaryReader, length?: number | undefined): _127.PartSetHeader;
699
+ encode(message: PartSetHeader, writer?: import("../binary.js").BinaryWriter): import("../binary.js").BinaryWriter;
700
+ decode(input: Uint8Array | import("../binary.js").BinaryReader, length?: number): _127.PartSetHeader;
701
701
  fromJSON(object: any): _127.PartSetHeader;
702
- toJSON(message: _127.PartSetHeader): unknown;
703
- fromPartial(object: Partial<_127.PartSetHeader>): _127.PartSetHeader;
704
- fromProtoMsg(message: _127.PartSetHeaderProtoMsg): _127.PartSetHeader;
705
- toProto(message: _127.PartSetHeader): Uint8Array;
706
- toProtoMsg(message: _127.PartSetHeader): _127.PartSetHeaderProtoMsg;
702
+ toJSON(message: PartSetHeader): unknown;
703
+ fromPartial(object: Partial<PartSetHeader>): _127.PartSetHeader;
704
+ fromProtoMsg(message: PartSetHeaderProtoMsg): _127.PartSetHeader;
705
+ toProto(message: PartSetHeader): Uint8Array;
706
+ toProtoMsg(message: PartSetHeader): _127.PartSetHeaderProtoMsg;
707
707
  };
708
708
  Part: {
709
709
  typeUrl: string;
710
- encode(message: _127.Part, writer?: import("../binary.js").BinaryWriter): import("../binary.js").BinaryWriter;
711
- decode(input: Uint8Array | import("../binary.js").BinaryReader, length?: number | undefined): _127.Part;
710
+ encode(message: Part, writer?: import("../binary.js").BinaryWriter): import("../binary.js").BinaryWriter;
711
+ decode(input: Uint8Array | import("../binary.js").BinaryReader, length?: number): _127.Part;
712
712
  fromJSON(object: any): _127.Part;
713
- toJSON(message: _127.Part): unknown;
714
- fromPartial(object: Partial<_127.Part>): _127.Part;
715
- fromProtoMsg(message: _127.PartProtoMsg): _127.Part;
716
- toProto(message: _127.Part): Uint8Array;
717
- toProtoMsg(message: _127.Part): _127.PartProtoMsg;
713
+ toJSON(message: Part): unknown;
714
+ fromPartial(object: Partial<Part>): _127.Part;
715
+ fromProtoMsg(message: PartProtoMsg): _127.Part;
716
+ toProto(message: Part): Uint8Array;
717
+ toProtoMsg(message: Part): _127.PartProtoMsg;
718
718
  };
719
719
  BlockID: {
720
720
  typeUrl: string;
721
- encode(message: _127.BlockID, writer?: import("../binary.js").BinaryWriter): import("../binary.js").BinaryWriter;
722
- decode(input: Uint8Array | import("../binary.js").BinaryReader, length?: number | undefined): _127.BlockID;
721
+ encode(message: BlockID, writer?: import("../binary.js").BinaryWriter): import("../binary.js").BinaryWriter;
722
+ decode(input: Uint8Array | import("../binary.js").BinaryReader, length?: number): _127.BlockID;
723
723
  fromJSON(object: any): _127.BlockID;
724
- toJSON(message: _127.BlockID): unknown;
725
- fromPartial(object: Partial<_127.BlockID>): _127.BlockID;
726
- fromProtoMsg(message: _127.BlockIDProtoMsg): _127.BlockID;
727
- toProto(message: _127.BlockID): Uint8Array;
728
- toProtoMsg(message: _127.BlockID): _127.BlockIDProtoMsg;
724
+ toJSON(message: BlockID): unknown;
725
+ fromPartial(object: Partial<BlockID>): _127.BlockID;
726
+ fromProtoMsg(message: BlockIDProtoMsg): _127.BlockID;
727
+ toProto(message: BlockID): Uint8Array;
728
+ toProtoMsg(message: BlockID): _127.BlockIDProtoMsg;
729
729
  };
730
730
  Header: {
731
731
  typeUrl: string;
732
- encode(message: _127.Header, writer?: import("../binary.js").BinaryWriter): import("../binary.js").BinaryWriter;
733
- decode(input: Uint8Array | import("../binary.js").BinaryReader, length?: number | undefined): _127.Header;
732
+ encode(message: Header, writer?: import("../binary.js").BinaryWriter): import("../binary.js").BinaryWriter;
733
+ decode(input: Uint8Array | import("../binary.js").BinaryReader, length?: number): _127.Header;
734
734
  fromJSON(object: any): _127.Header;
735
- toJSON(message: _127.Header): unknown;
736
- fromPartial(object: Partial<_127.Header>): _127.Header;
737
- fromProtoMsg(message: _127.HeaderProtoMsg): _127.Header;
738
- toProto(message: _127.Header): Uint8Array;
739
- toProtoMsg(message: _127.Header): _127.HeaderProtoMsg;
735
+ toJSON(message: Header): unknown;
736
+ fromPartial(object: Partial<Header>): _127.Header;
737
+ fromProtoMsg(message: HeaderProtoMsg): _127.Header;
738
+ toProto(message: Header): Uint8Array;
739
+ toProtoMsg(message: Header): _127.HeaderProtoMsg;
740
740
  };
741
741
  Data: {
742
742
  typeUrl: string;
743
- encode(message: _127.Data, writer?: import("../binary.js").BinaryWriter): import("../binary.js").BinaryWriter;
744
- decode(input: Uint8Array | import("../binary.js").BinaryReader, length?: number | undefined): _127.Data;
743
+ encode(message: Data, writer?: import("../binary.js").BinaryWriter): import("../binary.js").BinaryWriter;
744
+ decode(input: Uint8Array | import("../binary.js").BinaryReader, length?: number): _127.Data;
745
745
  fromJSON(object: any): _127.Data;
746
- toJSON(message: _127.Data): unknown;
747
- fromPartial(object: Partial<_127.Data>): _127.Data;
748
- fromProtoMsg(message: _127.DataProtoMsg): _127.Data;
749
- toProto(message: _127.Data): Uint8Array;
750
- toProtoMsg(message: _127.Data): _127.DataProtoMsg;
746
+ toJSON(message: Data): unknown;
747
+ fromPartial(object: Partial<Data>): _127.Data;
748
+ fromProtoMsg(message: DataProtoMsg): _127.Data;
749
+ toProto(message: Data): Uint8Array;
750
+ toProtoMsg(message: Data): _127.DataProtoMsg;
751
751
  };
752
752
  Vote: {
753
753
  typeUrl: string;
754
- encode(message: _127.Vote, writer?: import("../binary.js").BinaryWriter): import("../binary.js").BinaryWriter;
755
- decode(input: Uint8Array | import("../binary.js").BinaryReader, length?: number | undefined): _127.Vote;
754
+ encode(message: Vote, writer?: import("../binary.js").BinaryWriter): import("../binary.js").BinaryWriter;
755
+ decode(input: Uint8Array | import("../binary.js").BinaryReader, length?: number): _127.Vote;
756
756
  fromJSON(object: any): _127.Vote;
757
- toJSON(message: _127.Vote): unknown;
758
- fromPartial(object: Partial<_127.Vote>): _127.Vote;
759
- fromProtoMsg(message: _127.VoteProtoMsg): _127.Vote;
760
- toProto(message: _127.Vote): Uint8Array;
761
- toProtoMsg(message: _127.Vote): _127.VoteProtoMsg;
757
+ toJSON(message: Vote): unknown;
758
+ fromPartial(object: Partial<Vote>): _127.Vote;
759
+ fromProtoMsg(message: VoteProtoMsg): _127.Vote;
760
+ toProto(message: Vote): Uint8Array;
761
+ toProtoMsg(message: Vote): _127.VoteProtoMsg;
762
762
  };
763
763
  Commit: {
764
764
  typeUrl: string;
765
- encode(message: _127.Commit, writer?: import("../binary.js").BinaryWriter): import("../binary.js").BinaryWriter;
766
- decode(input: Uint8Array | import("../binary.js").BinaryReader, length?: number | undefined): _127.Commit;
765
+ encode(message: Commit, writer?: import("../binary.js").BinaryWriter): import("../binary.js").BinaryWriter;
766
+ decode(input: Uint8Array | import("../binary.js").BinaryReader, length?: number): _127.Commit;
767
767
  fromJSON(object: any): _127.Commit;
768
- toJSON(message: _127.Commit): unknown;
769
- fromPartial(object: Partial<_127.Commit>): _127.Commit;
770
- fromProtoMsg(message: _127.CommitProtoMsg): _127.Commit;
771
- toProto(message: _127.Commit): Uint8Array;
772
- toProtoMsg(message: _127.Commit): _127.CommitProtoMsg;
768
+ toJSON(message: Commit): unknown;
769
+ fromPartial(object: Partial<Commit>): _127.Commit;
770
+ fromProtoMsg(message: CommitProtoMsg): _127.Commit;
771
+ toProto(message: Commit): Uint8Array;
772
+ toProtoMsg(message: Commit): _127.CommitProtoMsg;
773
773
  };
774
774
  CommitSig: {
775
775
  typeUrl: string;
776
- encode(message: _127.CommitSig, writer?: import("../binary.js").BinaryWriter): import("../binary.js").BinaryWriter;
777
- decode(input: Uint8Array | import("../binary.js").BinaryReader, length?: number | undefined): _127.CommitSig;
776
+ encode(message: CommitSig, writer?: import("../binary.js").BinaryWriter): import("../binary.js").BinaryWriter;
777
+ decode(input: Uint8Array | import("../binary.js").BinaryReader, length?: number): _127.CommitSig;
778
778
  fromJSON(object: any): _127.CommitSig;
779
- toJSON(message: _127.CommitSig): unknown;
780
- fromPartial(object: Partial<_127.CommitSig>): _127.CommitSig;
781
- fromProtoMsg(message: _127.CommitSigProtoMsg): _127.CommitSig;
782
- toProto(message: _127.CommitSig): Uint8Array;
783
- toProtoMsg(message: _127.CommitSig): _127.CommitSigProtoMsg;
779
+ toJSON(message: CommitSig): unknown;
780
+ fromPartial(object: Partial<CommitSig>): _127.CommitSig;
781
+ fromProtoMsg(message: CommitSigProtoMsg): _127.CommitSig;
782
+ toProto(message: CommitSig): Uint8Array;
783
+ toProtoMsg(message: CommitSig): _127.CommitSigProtoMsg;
784
784
  };
785
785
  Proposal: {
786
786
  typeUrl: string;
787
- encode(message: _127.Proposal, writer?: import("../binary.js").BinaryWriter): import("../binary.js").BinaryWriter;
788
- decode(input: Uint8Array | import("../binary.js").BinaryReader, length?: number | undefined): _127.Proposal;
787
+ encode(message: Proposal, writer?: import("../binary.js").BinaryWriter): import("../binary.js").BinaryWriter;
788
+ decode(input: Uint8Array | import("../binary.js").BinaryReader, length?: number): _127.Proposal;
789
789
  fromJSON(object: any): _127.Proposal;
790
- toJSON(message: _127.Proposal): unknown;
791
- fromPartial(object: Partial<_127.Proposal>): _127.Proposal;
792
- fromProtoMsg(message: _127.ProposalProtoMsg): _127.Proposal;
793
- toProto(message: _127.Proposal): Uint8Array;
794
- toProtoMsg(message: _127.Proposal): _127.ProposalProtoMsg;
790
+ toJSON(message: Proposal): unknown;
791
+ fromPartial(object: Partial<Proposal>): _127.Proposal;
792
+ fromProtoMsg(message: ProposalProtoMsg): _127.Proposal;
793
+ toProto(message: Proposal): Uint8Array;
794
+ toProtoMsg(message: Proposal): _127.ProposalProtoMsg;
795
795
  };
796
796
  SignedHeader: {
797
797
  typeUrl: string;
798
- encode(message: _127.SignedHeader, writer?: import("../binary.js").BinaryWriter): import("../binary.js").BinaryWriter;
799
- decode(input: Uint8Array | import("../binary.js").BinaryReader, length?: number | undefined): _127.SignedHeader;
798
+ encode(message: SignedHeader, writer?: import("../binary.js").BinaryWriter): import("../binary.js").BinaryWriter;
799
+ decode(input: Uint8Array | import("../binary.js").BinaryReader, length?: number): _127.SignedHeader;
800
800
  fromJSON(object: any): _127.SignedHeader;
801
- toJSON(message: _127.SignedHeader): unknown;
802
- fromPartial(object: Partial<_127.SignedHeader>): _127.SignedHeader;
803
- fromProtoMsg(message: _127.SignedHeaderProtoMsg): _127.SignedHeader;
804
- toProto(message: _127.SignedHeader): Uint8Array;
805
- toProtoMsg(message: _127.SignedHeader): _127.SignedHeaderProtoMsg;
801
+ toJSON(message: SignedHeader): unknown;
802
+ fromPartial(object: Partial<SignedHeader>): _127.SignedHeader;
803
+ fromProtoMsg(message: SignedHeaderProtoMsg): _127.SignedHeader;
804
+ toProto(message: SignedHeader): Uint8Array;
805
+ toProtoMsg(message: SignedHeader): _127.SignedHeaderProtoMsg;
806
806
  };
807
807
  LightBlock: {
808
808
  typeUrl: string;
809
- encode(message: _127.LightBlock, writer?: import("../binary.js").BinaryWriter): import("../binary.js").BinaryWriter;
810
- decode(input: Uint8Array | import("../binary.js").BinaryReader, length?: number | undefined): _127.LightBlock;
809
+ encode(message: LightBlock, writer?: import("../binary.js").BinaryWriter): import("../binary.js").BinaryWriter;
810
+ decode(input: Uint8Array | import("../binary.js").BinaryReader, length?: number): _127.LightBlock;
811
811
  fromJSON(object: any): _127.LightBlock;
812
- toJSON(message: _127.LightBlock): unknown;
813
- fromPartial(object: Partial<_127.LightBlock>): _127.LightBlock;
814
- fromProtoMsg(message: _127.LightBlockProtoMsg): _127.LightBlock;
815
- toProto(message: _127.LightBlock): Uint8Array;
816
- toProtoMsg(message: _127.LightBlock): _127.LightBlockProtoMsg;
812
+ toJSON(message: LightBlock): unknown;
813
+ fromPartial(object: Partial<LightBlock>): _127.LightBlock;
814
+ fromProtoMsg(message: LightBlockProtoMsg): _127.LightBlock;
815
+ toProto(message: LightBlock): Uint8Array;
816
+ toProtoMsg(message: LightBlock): _127.LightBlockProtoMsg;
817
817
  };
818
818
  BlockMeta: {
819
819
  typeUrl: string;
820
- encode(message: _127.BlockMeta, writer?: import("../binary.js").BinaryWriter): import("../binary.js").BinaryWriter;
821
- decode(input: Uint8Array | import("../binary.js").BinaryReader, length?: number | undefined): _127.BlockMeta;
820
+ encode(message: BlockMeta, writer?: import("../binary.js").BinaryWriter): import("../binary.js").BinaryWriter;
821
+ decode(input: Uint8Array | import("../binary.js").BinaryReader, length?: number): _127.BlockMeta;
822
822
  fromJSON(object: any): _127.BlockMeta;
823
- toJSON(message: _127.BlockMeta): unknown;
824
- fromPartial(object: Partial<_127.BlockMeta>): _127.BlockMeta;
825
- fromProtoMsg(message: _127.BlockMetaProtoMsg): _127.BlockMeta;
826
- toProto(message: _127.BlockMeta): Uint8Array;
827
- toProtoMsg(message: _127.BlockMeta): _127.BlockMetaProtoMsg;
823
+ toJSON(message: BlockMeta): unknown;
824
+ fromPartial(object: Partial<BlockMeta>): _127.BlockMeta;
825
+ fromProtoMsg(message: BlockMetaProtoMsg): _127.BlockMeta;
826
+ toProto(message: BlockMeta): Uint8Array;
827
+ toProtoMsg(message: BlockMeta): _127.BlockMetaProtoMsg;
828
828
  };
829
829
  TxProof: {
830
830
  typeUrl: string;
831
- encode(message: _127.TxProof, writer?: import("../binary.js").BinaryWriter): import("../binary.js").BinaryWriter;
832
- decode(input: Uint8Array | import("../binary.js").BinaryReader, length?: number | undefined): _127.TxProof;
831
+ encode(message: TxProof, writer?: import("../binary.js").BinaryWriter): import("../binary.js").BinaryWriter;
832
+ decode(input: Uint8Array | import("../binary.js").BinaryReader, length?: number): _127.TxProof;
833
833
  fromJSON(object: any): _127.TxProof;
834
- toJSON(message: _127.TxProof): unknown;
835
- fromPartial(object: Partial<_127.TxProof>): _127.TxProof;
836
- fromProtoMsg(message: _127.TxProofProtoMsg): _127.TxProof;
837
- toProto(message: _127.TxProof): Uint8Array;
838
- toProtoMsg(message: _127.TxProof): _127.TxProofProtoMsg;
834
+ toJSON(message: TxProof): unknown;
835
+ fromPartial(object: Partial<TxProof>): _127.TxProof;
836
+ fromProtoMsg(message: TxProofProtoMsg): _127.TxProof;
837
+ toProto(message: TxProof): Uint8Array;
838
+ toProtoMsg(message: TxProof): _127.TxProofProtoMsg;
839
839
  };
840
840
  ConsensusParams: {
841
841
  typeUrl: string;
842
- encode(message: _126.ConsensusParams, writer?: import("../binary.js").BinaryWriter): import("../binary.js").BinaryWriter;
843
- decode(input: Uint8Array | import("../binary.js").BinaryReader, length?: number | undefined): _126.ConsensusParams;
842
+ encode(message: ConsensusParams, writer?: import("../binary.js").BinaryWriter): import("../binary.js").BinaryWriter;
843
+ decode(input: Uint8Array | import("../binary.js").BinaryReader, length?: number): _126.ConsensusParams;
844
844
  fromJSON(object: any): _126.ConsensusParams;
845
- toJSON(message: _126.ConsensusParams): unknown;
846
- fromPartial(object: Partial<_126.ConsensusParams>): _126.ConsensusParams;
847
- fromProtoMsg(message: _126.ConsensusParamsProtoMsg): _126.ConsensusParams;
848
- toProto(message: _126.ConsensusParams): Uint8Array;
849
- toProtoMsg(message: _126.ConsensusParams): _126.ConsensusParamsProtoMsg;
845
+ toJSON(message: ConsensusParams): unknown;
846
+ fromPartial(object: Partial<ConsensusParams>): _126.ConsensusParams;
847
+ fromProtoMsg(message: ConsensusParamsProtoMsg): _126.ConsensusParams;
848
+ toProto(message: ConsensusParams): Uint8Array;
849
+ toProtoMsg(message: ConsensusParams): _126.ConsensusParamsProtoMsg;
850
850
  };
851
851
  BlockParams: {
852
852
  typeUrl: string;
853
- encode(message: _126.BlockParams, writer?: import("../binary.js").BinaryWriter): import("../binary.js").BinaryWriter;
854
- decode(input: Uint8Array | import("../binary.js").BinaryReader, length?: number | undefined): _126.BlockParams;
853
+ encode(message: BlockParams, writer?: import("../binary.js").BinaryWriter): import("../binary.js").BinaryWriter;
854
+ decode(input: Uint8Array | import("../binary.js").BinaryReader, length?: number): _126.BlockParams;
855
855
  fromJSON(object: any): _126.BlockParams;
856
- toJSON(message: _126.BlockParams): unknown;
857
- fromPartial(object: Partial<_126.BlockParams>): _126.BlockParams;
858
- fromProtoMsg(message: _126.BlockParamsProtoMsg): _126.BlockParams;
859
- toProto(message: _126.BlockParams): Uint8Array;
860
- toProtoMsg(message: _126.BlockParams): _126.BlockParamsProtoMsg;
856
+ toJSON(message: BlockParams): unknown;
857
+ fromPartial(object: Partial<BlockParams>): _126.BlockParams;
858
+ fromProtoMsg(message: BlockParamsProtoMsg): _126.BlockParams;
859
+ toProto(message: BlockParams): Uint8Array;
860
+ toProtoMsg(message: BlockParams): _126.BlockParamsProtoMsg;
861
861
  };
862
862
  EvidenceParams: {
863
863
  typeUrl: string;
864
- encode(message: _126.EvidenceParams, writer?: import("../binary.js").BinaryWriter): import("../binary.js").BinaryWriter;
865
- decode(input: Uint8Array | import("../binary.js").BinaryReader, length?: number | undefined): _126.EvidenceParams;
864
+ encode(message: EvidenceParams, writer?: import("../binary.js").BinaryWriter): import("../binary.js").BinaryWriter;
865
+ decode(input: Uint8Array | import("../binary.js").BinaryReader, length?: number): _126.EvidenceParams;
866
866
  fromJSON(object: any): _126.EvidenceParams;
867
- toJSON(message: _126.EvidenceParams): unknown;
868
- fromPartial(object: Partial<_126.EvidenceParams>): _126.EvidenceParams;
869
- fromProtoMsg(message: _126.EvidenceParamsProtoMsg): _126.EvidenceParams;
870
- toProto(message: _126.EvidenceParams): Uint8Array;
871
- toProtoMsg(message: _126.EvidenceParams): _126.EvidenceParamsProtoMsg;
867
+ toJSON(message: EvidenceParams): unknown;
868
+ fromPartial(object: Partial<EvidenceParams>): _126.EvidenceParams;
869
+ fromProtoMsg(message: EvidenceParamsProtoMsg): _126.EvidenceParams;
870
+ toProto(message: EvidenceParams): Uint8Array;
871
+ toProtoMsg(message: EvidenceParams): _126.EvidenceParamsProtoMsg;
872
872
  };
873
873
  ValidatorParams: {
874
874
  typeUrl: string;
875
- encode(message: _126.ValidatorParams, writer?: import("../binary.js").BinaryWriter): import("../binary.js").BinaryWriter;
876
- decode(input: Uint8Array | import("../binary.js").BinaryReader, length?: number | undefined): _126.ValidatorParams;
875
+ encode(message: ValidatorParams, writer?: import("../binary.js").BinaryWriter): import("../binary.js").BinaryWriter;
876
+ decode(input: Uint8Array | import("../binary.js").BinaryReader, length?: number): _126.ValidatorParams;
877
877
  fromJSON(object: any): _126.ValidatorParams;
878
- toJSON(message: _126.ValidatorParams): unknown;
879
- fromPartial(object: Partial<_126.ValidatorParams>): _126.ValidatorParams;
880
- fromProtoMsg(message: _126.ValidatorParamsProtoMsg): _126.ValidatorParams;
881
- toProto(message: _126.ValidatorParams): Uint8Array;
882
- toProtoMsg(message: _126.ValidatorParams): _126.ValidatorParamsProtoMsg;
878
+ toJSON(message: ValidatorParams): unknown;
879
+ fromPartial(object: Partial<ValidatorParams>): _126.ValidatorParams;
880
+ fromProtoMsg(message: ValidatorParamsProtoMsg): _126.ValidatorParams;
881
+ toProto(message: ValidatorParams): Uint8Array;
882
+ toProtoMsg(message: ValidatorParams): _126.ValidatorParamsProtoMsg;
883
883
  };
884
884
  VersionParams: {
885
885
  typeUrl: string;
886
- encode(message: _126.VersionParams, writer?: import("../binary.js").BinaryWriter): import("../binary.js").BinaryWriter;
887
- decode(input: Uint8Array | import("../binary.js").BinaryReader, length?: number | undefined): _126.VersionParams;
886
+ encode(message: VersionParams, writer?: import("../binary.js").BinaryWriter): import("../binary.js").BinaryWriter;
887
+ decode(input: Uint8Array | import("../binary.js").BinaryReader, length?: number): _126.VersionParams;
888
888
  fromJSON(object: any): _126.VersionParams;
889
- toJSON(message: _126.VersionParams): unknown;
890
- fromPartial(object: Partial<_126.VersionParams>): _126.VersionParams;
891
- fromProtoMsg(message: _126.VersionParamsProtoMsg): _126.VersionParams;
892
- toProto(message: _126.VersionParams): Uint8Array;
893
- toProtoMsg(message: _126.VersionParams): _126.VersionParamsProtoMsg;
889
+ toJSON(message: VersionParams): unknown;
890
+ fromPartial(object: Partial<VersionParams>): _126.VersionParams;
891
+ fromProtoMsg(message: VersionParamsProtoMsg): _126.VersionParams;
892
+ toProto(message: VersionParams): Uint8Array;
893
+ toProtoMsg(message: VersionParams): _126.VersionParamsProtoMsg;
894
894
  };
895
895
  HashedParams: {
896
896
  typeUrl: string;
897
- encode(message: _126.HashedParams, writer?: import("../binary.js").BinaryWriter): import("../binary.js").BinaryWriter;
898
- decode(input: Uint8Array | import("../binary.js").BinaryReader, length?: number | undefined): _126.HashedParams;
897
+ encode(message: HashedParams, writer?: import("../binary.js").BinaryWriter): import("../binary.js").BinaryWriter;
898
+ decode(input: Uint8Array | import("../binary.js").BinaryReader, length?: number): _126.HashedParams;
899
899
  fromJSON(object: any): _126.HashedParams;
900
- toJSON(message: _126.HashedParams): unknown;
901
- fromPartial(object: Partial<_126.HashedParams>): _126.HashedParams;
902
- fromProtoMsg(message: _126.HashedParamsProtoMsg): _126.HashedParams;
903
- toProto(message: _126.HashedParams): Uint8Array;
904
- toProtoMsg(message: _126.HashedParams): _126.HashedParamsProtoMsg;
900
+ toJSON(message: HashedParams): unknown;
901
+ fromPartial(object: Partial<HashedParams>): _126.HashedParams;
902
+ fromProtoMsg(message: HashedParamsProtoMsg): _126.HashedParams;
903
+ toProto(message: HashedParams): Uint8Array;
904
+ toProtoMsg(message: HashedParams): _126.HashedParamsProtoMsg;
905
905
  };
906
906
  Evidence: {
907
907
  typeUrl: string;
908
- encode(message: _125.Evidence, writer?: import("../binary.js").BinaryWriter): import("../binary.js").BinaryWriter;
909
- decode(input: Uint8Array | import("../binary.js").BinaryReader, length?: number | undefined): _125.Evidence;
908
+ encode(message: Evidence, writer?: import("../binary.js").BinaryWriter): import("../binary.js").BinaryWriter;
909
+ decode(input: Uint8Array | import("../binary.js").BinaryReader, length?: number): _125.Evidence;
910
910
  fromJSON(object: any): _125.Evidence;
911
- toJSON(message: _125.Evidence): unknown;
912
- fromPartial(object: Partial<_125.Evidence>): _125.Evidence;
913
- fromProtoMsg(message: _125.EvidenceProtoMsg): _125.Evidence;
914
- toProto(message: _125.Evidence): Uint8Array;
915
- toProtoMsg(message: _125.Evidence): _125.EvidenceProtoMsg;
911
+ toJSON(message: Evidence): unknown;
912
+ fromPartial(object: Partial<Evidence>): _125.Evidence;
913
+ fromProtoMsg(message: EvidenceProtoMsg): _125.Evidence;
914
+ toProto(message: Evidence): Uint8Array;
915
+ toProtoMsg(message: Evidence): _125.EvidenceProtoMsg;
916
916
  };
917
917
  DuplicateVoteEvidence: {
918
918
  typeUrl: string;
919
- encode(message: _125.DuplicateVoteEvidence, writer?: import("../binary.js").BinaryWriter): import("../binary.js").BinaryWriter;
920
- decode(input: Uint8Array | import("../binary.js").BinaryReader, length?: number | undefined): _125.DuplicateVoteEvidence;
919
+ encode(message: DuplicateVoteEvidence, writer?: import("../binary.js").BinaryWriter): import("../binary.js").BinaryWriter;
920
+ decode(input: Uint8Array | import("../binary.js").BinaryReader, length?: number): _125.DuplicateVoteEvidence;
921
921
  fromJSON(object: any): _125.DuplicateVoteEvidence;
922
- toJSON(message: _125.DuplicateVoteEvidence): unknown;
923
- fromPartial(object: Partial<_125.DuplicateVoteEvidence>): _125.DuplicateVoteEvidence;
924
- fromProtoMsg(message: _125.DuplicateVoteEvidenceProtoMsg): _125.DuplicateVoteEvidence;
925
- toProto(message: _125.DuplicateVoteEvidence): Uint8Array;
926
- toProtoMsg(message: _125.DuplicateVoteEvidence): _125.DuplicateVoteEvidenceProtoMsg;
922
+ toJSON(message: DuplicateVoteEvidence): unknown;
923
+ fromPartial(object: Partial<DuplicateVoteEvidence>): _125.DuplicateVoteEvidence;
924
+ fromProtoMsg(message: DuplicateVoteEvidenceProtoMsg): _125.DuplicateVoteEvidence;
925
+ toProto(message: DuplicateVoteEvidence): Uint8Array;
926
+ toProtoMsg(message: DuplicateVoteEvidence): _125.DuplicateVoteEvidenceProtoMsg;
927
927
  };
928
928
  LightClientAttackEvidence: {
929
929
  typeUrl: string;
930
- encode(message: _125.LightClientAttackEvidence, writer?: import("../binary.js").BinaryWriter): import("../binary.js").BinaryWriter;
931
- decode(input: Uint8Array | import("../binary.js").BinaryReader, length?: number | undefined): _125.LightClientAttackEvidence;
930
+ encode(message: LightClientAttackEvidence, writer?: import("../binary.js").BinaryWriter): import("../binary.js").BinaryWriter;
931
+ decode(input: Uint8Array | import("../binary.js").BinaryReader, length?: number): _125.LightClientAttackEvidence;
932
932
  fromJSON(object: any): _125.LightClientAttackEvidence;
933
- toJSON(message: _125.LightClientAttackEvidence): unknown;
934
- fromPartial(object: Partial<_125.LightClientAttackEvidence>): _125.LightClientAttackEvidence;
935
- fromProtoMsg(message: _125.LightClientAttackEvidenceProtoMsg): _125.LightClientAttackEvidence;
936
- toProto(message: _125.LightClientAttackEvidence): Uint8Array;
937
- toProtoMsg(message: _125.LightClientAttackEvidence): _125.LightClientAttackEvidenceProtoMsg;
933
+ toJSON(message: LightClientAttackEvidence): unknown;
934
+ fromPartial(object: Partial<LightClientAttackEvidence>): _125.LightClientAttackEvidence;
935
+ fromProtoMsg(message: LightClientAttackEvidenceProtoMsg): _125.LightClientAttackEvidence;
936
+ toProto(message: LightClientAttackEvidence): Uint8Array;
937
+ toProtoMsg(message: LightClientAttackEvidence): _125.LightClientAttackEvidenceProtoMsg;
938
938
  };
939
939
  EvidenceList: {
940
940
  typeUrl: string;
941
- encode(message: _125.EvidenceList, writer?: import("../binary.js").BinaryWriter): import("../binary.js").BinaryWriter;
942
- decode(input: Uint8Array | import("../binary.js").BinaryReader, length?: number | undefined): _125.EvidenceList;
941
+ encode(message: EvidenceList, writer?: import("../binary.js").BinaryWriter): import("../binary.js").BinaryWriter;
942
+ decode(input: Uint8Array | import("../binary.js").BinaryReader, length?: number): _125.EvidenceList;
943
943
  fromJSON(object: any): _125.EvidenceList;
944
- toJSON(message: _125.EvidenceList): unknown;
945
- fromPartial(object: Partial<_125.EvidenceList>): _125.EvidenceList;
946
- fromProtoMsg(message: _125.EvidenceListProtoMsg): _125.EvidenceList;
947
- toProto(message: _125.EvidenceList): Uint8Array;
948
- toProtoMsg(message: _125.EvidenceList): _125.EvidenceListProtoMsg;
944
+ toJSON(message: EvidenceList): unknown;
945
+ fromPartial(object: Partial<EvidenceList>): _125.EvidenceList;
946
+ fromProtoMsg(message: EvidenceListProtoMsg): _125.EvidenceList;
947
+ toProto(message: EvidenceList): Uint8Array;
948
+ toProtoMsg(message: EvidenceList): _125.EvidenceListProtoMsg;
949
949
  };
950
950
  Block: {
951
951
  typeUrl: string;
952
- encode(message: _124.Block, writer?: import("../binary.js").BinaryWriter): import("../binary.js").BinaryWriter;
953
- decode(input: Uint8Array | import("../binary.js").BinaryReader, length?: number | undefined): _124.Block;
952
+ encode(message: Block, writer?: import("../binary.js").BinaryWriter): import("../binary.js").BinaryWriter;
953
+ decode(input: Uint8Array | import("../binary.js").BinaryReader, length?: number): _124.Block;
954
954
  fromJSON(object: any): _124.Block;
955
- toJSON(message: _124.Block): unknown;
956
- fromPartial(object: Partial<_124.Block>): _124.Block;
957
- fromProtoMsg(message: _124.BlockProtoMsg): _124.Block;
958
- toProto(message: _124.Block): Uint8Array;
959
- toProtoMsg(message: _124.Block): _124.BlockProtoMsg;
955
+ toJSON(message: Block): unknown;
956
+ fromPartial(object: Partial<Block>): _124.Block;
957
+ fromProtoMsg(message: BlockProtoMsg): _124.Block;
958
+ toProto(message: Block): Uint8Array;
959
+ toProtoMsg(message: Block): _124.BlockProtoMsg;
960
960
  };
961
961
  };
962
962
  const version: {
963
963
  App: {
964
964
  typeUrl: string;
965
- encode(message: _129.App, writer?: import("../binary.js").BinaryWriter): import("../binary.js").BinaryWriter;
966
- decode(input: Uint8Array | import("../binary.js").BinaryReader, length?: number | undefined): _129.App;
965
+ encode(message: App, writer?: import("../binary.js").BinaryWriter): import("../binary.js").BinaryWriter;
966
+ decode(input: Uint8Array | import("../binary.js").BinaryReader, length?: number): _129.App;
967
967
  fromJSON(object: any): _129.App;
968
- toJSON(message: _129.App): unknown;
969
- fromPartial(object: Partial<_129.App>): _129.App;
970
- fromProtoMsg(message: _129.AppProtoMsg): _129.App;
971
- toProto(message: _129.App): Uint8Array;
972
- toProtoMsg(message: _129.App): _129.AppProtoMsg;
968
+ toJSON(message: App): unknown;
969
+ fromPartial(object: Partial<App>): _129.App;
970
+ fromProtoMsg(message: AppProtoMsg): _129.App;
971
+ toProto(message: App): Uint8Array;
972
+ toProtoMsg(message: App): _129.AppProtoMsg;
973
973
  };
974
974
  Consensus: {
975
975
  typeUrl: string;
976
- encode(message: _129.Consensus, writer?: import("../binary.js").BinaryWriter): import("../binary.js").BinaryWriter;
977
- decode(input: Uint8Array | import("../binary.js").BinaryReader, length?: number | undefined): _129.Consensus;
976
+ encode(message: Consensus, writer?: import("../binary.js").BinaryWriter): import("../binary.js").BinaryWriter;
977
+ decode(input: Uint8Array | import("../binary.js").BinaryReader, length?: number): _129.Consensus;
978
978
  fromJSON(object: any): _129.Consensus;
979
- toJSON(message: _129.Consensus): unknown;
980
- fromPartial(object: Partial<_129.Consensus>): _129.Consensus;
981
- fromProtoMsg(message: _129.ConsensusProtoMsg): _129.Consensus;
982
- toProto(message: _129.Consensus): Uint8Array;
983
- toProtoMsg(message: _129.Consensus): _129.ConsensusProtoMsg;
979
+ toJSON(message: Consensus): unknown;
980
+ fromPartial(object: Partial<Consensus>): _129.Consensus;
981
+ fromProtoMsg(message: ConsensusProtoMsg): _129.Consensus;
982
+ toProto(message: Consensus): Uint8Array;
983
+ toProtoMsg(message: Consensus): _129.ConsensusProtoMsg;
984
984
  };
985
985
  };
986
986
  }