@agoric/client-utils 0.1.1-dev-deb9254.0.deb9254 → 0.1.1-dev-f169681.0.f169681
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/dist/codegen/agoric/bundle.d.ts +457 -494
- package/dist/codegen/agoric/bundle.d.ts.map +1 -1
- package/dist/codegen/agoric/bundle.js +36 -42
- package/dist/codegen/agoric/bundle.js.map +1 -1
- package/dist/codegen/amino/bundle.js +2 -2
- package/dist/codegen/circle/bundle.d.ts +666 -666
- package/dist/codegen/circle/bundle.js +25 -25
- package/dist/codegen/cosmos/bundle.d.ts +4930 -4930
- package/dist/codegen/cosmos/bundle.d.ts.map +1 -1
- package/dist/codegen/cosmos/bundle.js +217 -217
- package/dist/codegen/cosmos/bundle.js.map +1 -1
- package/dist/codegen/cosmos_proto/bundle.d.ts +21 -21
- package/dist/codegen/cosmos_proto/bundle.js +2 -2
- package/dist/codegen/gogoproto/bundle.js +2 -2
- package/dist/codegen/google/bundle.d.ts +277 -277
- package/dist/codegen/google/bundle.js +7 -7
- package/dist/codegen/ibc/bundle.d.ts +1882 -1882
- package/dist/codegen/ibc/bundle.js +86 -86
- package/dist/codegen/icq/bundle.d.ts +92 -92
- package/dist/codegen/icq/bundle.js +15 -15
- package/dist/codegen/noble/bundle.d.ts +239 -239
- package/dist/codegen/noble/bundle.js +15 -15
- package/dist/codegen/stride/bundle.d.ts +2008 -2008
- package/dist/codegen/stride/bundle.js +58 -58
- package/dist/codegen/tendermint/bundle.d.ts +508 -508
- package/dist/codegen/tendermint/bundle.js +19 -19
- package/dist/tsconfig.build.tsbuildinfo +1 -1
- package/package.json +8 -8
- package/dist/codegen/agoric/lien/genesis.d.ts +0 -54
- package/dist/codegen/agoric/lien/genesis.d.ts.map +0 -1
- package/dist/codegen/agoric/lien/genesis.js +0 -143
- package/dist/codegen/agoric/lien/genesis.js.map +0 -1
- package/dist/codegen/agoric/lien/lien.d.ts +0 -35
- package/dist/codegen/agoric/lien/lien.d.ts.map +0 -1
- package/dist/codegen/agoric/lien/lien.js +0 -87
- package/dist/codegen/agoric/lien/lien.js.map +0 -1
|
@@ -1,703 +1,703 @@
|
|
|
1
|
-
import * as
|
|
2
|
-
import * as
|
|
3
|
-
import * as
|
|
4
|
-
import * as
|
|
5
|
-
import * as
|
|
6
|
-
import * as
|
|
7
|
-
import * as
|
|
8
|
-
import * as
|
|
9
|
-
import * as
|
|
10
|
-
import * as
|
|
11
|
-
import * as
|
|
1
|
+
import * as _201 from './abci/types.js';
|
|
2
|
+
import * as _202 from './crypto/keys.js';
|
|
3
|
+
import * as _203 from './crypto/proof.js';
|
|
4
|
+
import * as _204 from './libs/bits/types.js';
|
|
5
|
+
import * as _205 from './p2p/types.js';
|
|
6
|
+
import * as _206 from './types/block.js';
|
|
7
|
+
import * as _207 from './types/evidence.js';
|
|
8
|
+
import * as _208 from './types/params.js';
|
|
9
|
+
import * as _209 from './types/types.js';
|
|
10
|
+
import * as _210 from './types/validator.js';
|
|
11
|
+
import * as _211 from './version/types.js';
|
|
12
12
|
export declare namespace tendermint {
|
|
13
13
|
const abci: {
|
|
14
|
-
checkTxTypeFromJSON(object: any):
|
|
15
|
-
checkTxTypeToJSON(object:
|
|
16
|
-
evidenceTypeFromJSON(object: any):
|
|
17
|
-
evidenceTypeToJSON(object:
|
|
18
|
-
CheckTxType: typeof
|
|
19
|
-
CheckTxTypeSDKType: typeof
|
|
20
|
-
EvidenceType: typeof
|
|
21
|
-
EvidenceTypeSDKType: typeof
|
|
14
|
+
checkTxTypeFromJSON(object: any): _201.CheckTxType;
|
|
15
|
+
checkTxTypeToJSON(object: _201.CheckTxType): string;
|
|
16
|
+
evidenceTypeFromJSON(object: any): _201.EvidenceType;
|
|
17
|
+
evidenceTypeToJSON(object: _201.EvidenceType): string;
|
|
18
|
+
CheckTxType: typeof _201.CheckTxType;
|
|
19
|
+
CheckTxTypeSDKType: typeof _201.CheckTxType;
|
|
20
|
+
EvidenceType: typeof _201.EvidenceType;
|
|
21
|
+
EvidenceTypeSDKType: typeof _201.EvidenceType;
|
|
22
22
|
RequestQuery: {
|
|
23
23
|
typeUrl: "/tendermint.abci.RequestQuery";
|
|
24
|
-
encode(message:
|
|
25
|
-
decode(input: import("../binary.js").BinaryReader | Uint8Array, length?: number):
|
|
26
|
-
fromJSON(object: any):
|
|
27
|
-
toJSON(message:
|
|
28
|
-
fromPartial(object: Partial<
|
|
29
|
-
fromProtoMsg(message:
|
|
30
|
-
toProto(message:
|
|
31
|
-
toProtoMsg(message:
|
|
24
|
+
encode(message: _201.RequestQuery, writer?: import("../binary.js").BinaryWriter): import("../binary.js").BinaryWriter;
|
|
25
|
+
decode(input: import("../binary.js").BinaryReader | Uint8Array, length?: number): _201.RequestQuery;
|
|
26
|
+
fromJSON(object: any): _201.RequestQuery;
|
|
27
|
+
toJSON(message: _201.RequestQuery): import("../json-safe.js").JsonSafe<_201.RequestQuery>;
|
|
28
|
+
fromPartial(object: Partial<_201.RequestQuery>): _201.RequestQuery;
|
|
29
|
+
fromProtoMsg(message: _201.RequestQueryProtoMsg): _201.RequestQuery;
|
|
30
|
+
toProto(message: _201.RequestQuery): Uint8Array;
|
|
31
|
+
toProtoMsg(message: _201.RequestQuery): _201.RequestQueryProtoMsg;
|
|
32
32
|
};
|
|
33
33
|
RequestBeginBlock: {
|
|
34
34
|
typeUrl: "/tendermint.abci.RequestBeginBlock";
|
|
35
|
-
encode(message:
|
|
36
|
-
decode(input: import("../binary.js").BinaryReader | Uint8Array, length?: number):
|
|
37
|
-
fromJSON(object: any):
|
|
38
|
-
toJSON(message:
|
|
39
|
-
fromPartial(object: Partial<
|
|
40
|
-
fromProtoMsg(message:
|
|
41
|
-
toProto(message:
|
|
42
|
-
toProtoMsg(message:
|
|
35
|
+
encode(message: _201.RequestBeginBlock, writer?: import("../binary.js").BinaryWriter): import("../binary.js").BinaryWriter;
|
|
36
|
+
decode(input: import("../binary.js").BinaryReader | Uint8Array, length?: number): _201.RequestBeginBlock;
|
|
37
|
+
fromJSON(object: any): _201.RequestBeginBlock;
|
|
38
|
+
toJSON(message: _201.RequestBeginBlock): import("../json-safe.js").JsonSafe<_201.RequestBeginBlock>;
|
|
39
|
+
fromPartial(object: Partial<_201.RequestBeginBlock>): _201.RequestBeginBlock;
|
|
40
|
+
fromProtoMsg(message: _201.RequestBeginBlockProtoMsg): _201.RequestBeginBlock;
|
|
41
|
+
toProto(message: _201.RequestBeginBlock): Uint8Array;
|
|
42
|
+
toProtoMsg(message: _201.RequestBeginBlock): _201.RequestBeginBlockProtoMsg;
|
|
43
43
|
};
|
|
44
44
|
RequestCheckTx: {
|
|
45
45
|
typeUrl: "/tendermint.abci.RequestCheckTx";
|
|
46
|
-
encode(message:
|
|
47
|
-
decode(input: import("../binary.js").BinaryReader | Uint8Array, length?: number):
|
|
48
|
-
fromJSON(object: any):
|
|
49
|
-
toJSON(message:
|
|
50
|
-
fromPartial(object: Partial<
|
|
51
|
-
fromProtoMsg(message:
|
|
52
|
-
toProto(message:
|
|
53
|
-
toProtoMsg(message:
|
|
46
|
+
encode(message: _201.RequestCheckTx, writer?: import("../binary.js").BinaryWriter): import("../binary.js").BinaryWriter;
|
|
47
|
+
decode(input: import("../binary.js").BinaryReader | Uint8Array, length?: number): _201.RequestCheckTx;
|
|
48
|
+
fromJSON(object: any): _201.RequestCheckTx;
|
|
49
|
+
toJSON(message: _201.RequestCheckTx): import("../json-safe.js").JsonSafe<_201.RequestCheckTx>;
|
|
50
|
+
fromPartial(object: Partial<_201.RequestCheckTx>): _201.RequestCheckTx;
|
|
51
|
+
fromProtoMsg(message: _201.RequestCheckTxProtoMsg): _201.RequestCheckTx;
|
|
52
|
+
toProto(message: _201.RequestCheckTx): Uint8Array;
|
|
53
|
+
toProtoMsg(message: _201.RequestCheckTx): _201.RequestCheckTxProtoMsg;
|
|
54
54
|
};
|
|
55
55
|
RequestDeliverTx: {
|
|
56
56
|
typeUrl: "/tendermint.abci.RequestDeliverTx";
|
|
57
|
-
encode(message:
|
|
58
|
-
decode(input: import("../binary.js").BinaryReader | Uint8Array, length?: number):
|
|
59
|
-
fromJSON(object: any):
|
|
60
|
-
toJSON(message:
|
|
61
|
-
fromPartial(object: Partial<
|
|
62
|
-
fromProtoMsg(message:
|
|
63
|
-
toProto(message:
|
|
64
|
-
toProtoMsg(message:
|
|
57
|
+
encode(message: _201.RequestDeliverTx, writer?: import("../binary.js").BinaryWriter): import("../binary.js").BinaryWriter;
|
|
58
|
+
decode(input: import("../binary.js").BinaryReader | Uint8Array, length?: number): _201.RequestDeliverTx;
|
|
59
|
+
fromJSON(object: any): _201.RequestDeliverTx;
|
|
60
|
+
toJSON(message: _201.RequestDeliverTx): import("../json-safe.js").JsonSafe<_201.RequestDeliverTx>;
|
|
61
|
+
fromPartial(object: Partial<_201.RequestDeliverTx>): _201.RequestDeliverTx;
|
|
62
|
+
fromProtoMsg(message: _201.RequestDeliverTxProtoMsg): _201.RequestDeliverTx;
|
|
63
|
+
toProto(message: _201.RequestDeliverTx): Uint8Array;
|
|
64
|
+
toProtoMsg(message: _201.RequestDeliverTx): _201.RequestDeliverTxProtoMsg;
|
|
65
65
|
};
|
|
66
66
|
RequestEndBlock: {
|
|
67
67
|
typeUrl: "/tendermint.abci.RequestEndBlock";
|
|
68
|
-
encode(message:
|
|
69
|
-
decode(input: import("../binary.js").BinaryReader | Uint8Array, length?: number):
|
|
70
|
-
fromJSON(object: any):
|
|
71
|
-
toJSON(message:
|
|
72
|
-
fromPartial(object: Partial<
|
|
73
|
-
fromProtoMsg(message:
|
|
74
|
-
toProto(message:
|
|
75
|
-
toProtoMsg(message:
|
|
68
|
+
encode(message: _201.RequestEndBlock, writer?: import("../binary.js").BinaryWriter): import("../binary.js").BinaryWriter;
|
|
69
|
+
decode(input: import("../binary.js").BinaryReader | Uint8Array, length?: number): _201.RequestEndBlock;
|
|
70
|
+
fromJSON(object: any): _201.RequestEndBlock;
|
|
71
|
+
toJSON(message: _201.RequestEndBlock): import("../json-safe.js").JsonSafe<_201.RequestEndBlock>;
|
|
72
|
+
fromPartial(object: Partial<_201.RequestEndBlock>): _201.RequestEndBlock;
|
|
73
|
+
fromProtoMsg(message: _201.RequestEndBlockProtoMsg): _201.RequestEndBlock;
|
|
74
|
+
toProto(message: _201.RequestEndBlock): Uint8Array;
|
|
75
|
+
toProtoMsg(message: _201.RequestEndBlock): _201.RequestEndBlockProtoMsg;
|
|
76
76
|
};
|
|
77
77
|
RequestCommit: {
|
|
78
78
|
typeUrl: "/tendermint.abci.RequestCommit";
|
|
79
|
-
encode(_:
|
|
80
|
-
decode(input: import("../binary.js").BinaryReader | Uint8Array, length?: number):
|
|
81
|
-
fromJSON(_: any):
|
|
82
|
-
toJSON(_:
|
|
83
|
-
fromPartial(_: Partial<
|
|
84
|
-
fromProtoMsg(message:
|
|
85
|
-
toProto(message:
|
|
86
|
-
toProtoMsg(message:
|
|
79
|
+
encode(_: _201.RequestCommit, writer?: import("../binary.js").BinaryWriter): import("../binary.js").BinaryWriter;
|
|
80
|
+
decode(input: import("../binary.js").BinaryReader | Uint8Array, length?: number): _201.RequestCommit;
|
|
81
|
+
fromJSON(_: any): _201.RequestCommit;
|
|
82
|
+
toJSON(_: _201.RequestCommit): import("../json-safe.js").JsonSafe<_201.RequestCommit>;
|
|
83
|
+
fromPartial(_: Partial<_201.RequestCommit>): _201.RequestCommit;
|
|
84
|
+
fromProtoMsg(message: _201.RequestCommitProtoMsg): _201.RequestCommit;
|
|
85
|
+
toProto(message: _201.RequestCommit): Uint8Array;
|
|
86
|
+
toProtoMsg(message: _201.RequestCommit): _201.RequestCommitProtoMsg;
|
|
87
87
|
};
|
|
88
88
|
ResponseQuery: {
|
|
89
89
|
typeUrl: "/tendermint.abci.ResponseQuery";
|
|
90
|
-
encode(message:
|
|
91
|
-
decode(input: import("../binary.js").BinaryReader | Uint8Array, length?: number):
|
|
92
|
-
fromJSON(object: any):
|
|
93
|
-
toJSON(message:
|
|
94
|
-
fromPartial(object: Partial<
|
|
95
|
-
fromProtoMsg(message:
|
|
96
|
-
toProto(message:
|
|
97
|
-
toProtoMsg(message:
|
|
90
|
+
encode(message: _201.ResponseQuery, writer?: import("../binary.js").BinaryWriter): import("../binary.js").BinaryWriter;
|
|
91
|
+
decode(input: import("../binary.js").BinaryReader | Uint8Array, length?: number): _201.ResponseQuery;
|
|
92
|
+
fromJSON(object: any): _201.ResponseQuery;
|
|
93
|
+
toJSON(message: _201.ResponseQuery): import("../json-safe.js").JsonSafe<_201.ResponseQuery>;
|
|
94
|
+
fromPartial(object: Partial<_201.ResponseQuery>): _201.ResponseQuery;
|
|
95
|
+
fromProtoMsg(message: _201.ResponseQueryProtoMsg): _201.ResponseQuery;
|
|
96
|
+
toProto(message: _201.ResponseQuery): Uint8Array;
|
|
97
|
+
toProtoMsg(message: _201.ResponseQuery): _201.ResponseQueryProtoMsg;
|
|
98
98
|
};
|
|
99
99
|
ResponseBeginBlock: {
|
|
100
100
|
typeUrl: "/tendermint.abci.ResponseBeginBlock";
|
|
101
|
-
encode(message:
|
|
102
|
-
decode(input: import("../binary.js").BinaryReader | Uint8Array, length?: number):
|
|
103
|
-
fromJSON(object: any):
|
|
104
|
-
toJSON(message:
|
|
105
|
-
fromPartial(object: Partial<
|
|
106
|
-
fromProtoMsg(message:
|
|
107
|
-
toProto(message:
|
|
108
|
-
toProtoMsg(message:
|
|
101
|
+
encode(message: _201.ResponseBeginBlock, writer?: import("../binary.js").BinaryWriter): import("../binary.js").BinaryWriter;
|
|
102
|
+
decode(input: import("../binary.js").BinaryReader | Uint8Array, length?: number): _201.ResponseBeginBlock;
|
|
103
|
+
fromJSON(object: any): _201.ResponseBeginBlock;
|
|
104
|
+
toJSON(message: _201.ResponseBeginBlock): import("../json-safe.js").JsonSafe<_201.ResponseBeginBlock>;
|
|
105
|
+
fromPartial(object: Partial<_201.ResponseBeginBlock>): _201.ResponseBeginBlock;
|
|
106
|
+
fromProtoMsg(message: _201.ResponseBeginBlockProtoMsg): _201.ResponseBeginBlock;
|
|
107
|
+
toProto(message: _201.ResponseBeginBlock): Uint8Array;
|
|
108
|
+
toProtoMsg(message: _201.ResponseBeginBlock): _201.ResponseBeginBlockProtoMsg;
|
|
109
109
|
};
|
|
110
110
|
ResponseCheckTx: {
|
|
111
111
|
typeUrl: "/tendermint.abci.ResponseCheckTx";
|
|
112
|
-
encode(message:
|
|
113
|
-
decode(input: import("../binary.js").BinaryReader | Uint8Array, length?: number):
|
|
114
|
-
fromJSON(object: any):
|
|
115
|
-
toJSON(message:
|
|
116
|
-
fromPartial(object: Partial<
|
|
117
|
-
fromProtoMsg(message:
|
|
118
|
-
toProto(message:
|
|
119
|
-
toProtoMsg(message:
|
|
112
|
+
encode(message: _201.ResponseCheckTx, writer?: import("../binary.js").BinaryWriter): import("../binary.js").BinaryWriter;
|
|
113
|
+
decode(input: import("../binary.js").BinaryReader | Uint8Array, length?: number): _201.ResponseCheckTx;
|
|
114
|
+
fromJSON(object: any): _201.ResponseCheckTx;
|
|
115
|
+
toJSON(message: _201.ResponseCheckTx): import("../json-safe.js").JsonSafe<_201.ResponseCheckTx>;
|
|
116
|
+
fromPartial(object: Partial<_201.ResponseCheckTx>): _201.ResponseCheckTx;
|
|
117
|
+
fromProtoMsg(message: _201.ResponseCheckTxProtoMsg): _201.ResponseCheckTx;
|
|
118
|
+
toProto(message: _201.ResponseCheckTx): Uint8Array;
|
|
119
|
+
toProtoMsg(message: _201.ResponseCheckTx): _201.ResponseCheckTxProtoMsg;
|
|
120
120
|
};
|
|
121
121
|
ResponseDeliverTx: {
|
|
122
122
|
typeUrl: "/tendermint.abci.ResponseDeliverTx";
|
|
123
|
-
encode(message:
|
|
124
|
-
decode(input: import("../binary.js").BinaryReader | Uint8Array, length?: number):
|
|
125
|
-
fromJSON(object: any):
|
|
126
|
-
toJSON(message:
|
|
127
|
-
fromPartial(object: Partial<
|
|
128
|
-
fromProtoMsg(message:
|
|
129
|
-
toProto(message:
|
|
130
|
-
toProtoMsg(message:
|
|
123
|
+
encode(message: _201.ResponseDeliverTx, writer?: import("../binary.js").BinaryWriter): import("../binary.js").BinaryWriter;
|
|
124
|
+
decode(input: import("../binary.js").BinaryReader | Uint8Array, length?: number): _201.ResponseDeliverTx;
|
|
125
|
+
fromJSON(object: any): _201.ResponseDeliverTx;
|
|
126
|
+
toJSON(message: _201.ResponseDeliverTx): import("../json-safe.js").JsonSafe<_201.ResponseDeliverTx>;
|
|
127
|
+
fromPartial(object: Partial<_201.ResponseDeliverTx>): _201.ResponseDeliverTx;
|
|
128
|
+
fromProtoMsg(message: _201.ResponseDeliverTxProtoMsg): _201.ResponseDeliverTx;
|
|
129
|
+
toProto(message: _201.ResponseDeliverTx): Uint8Array;
|
|
130
|
+
toProtoMsg(message: _201.ResponseDeliverTx): _201.ResponseDeliverTxProtoMsg;
|
|
131
131
|
};
|
|
132
132
|
ResponseEndBlock: {
|
|
133
133
|
typeUrl: "/tendermint.abci.ResponseEndBlock";
|
|
134
|
-
encode(message:
|
|
135
|
-
decode(input: import("../binary.js").BinaryReader | Uint8Array, length?: number):
|
|
136
|
-
fromJSON(object: any):
|
|
137
|
-
toJSON(message:
|
|
138
|
-
fromPartial(object: Partial<
|
|
139
|
-
fromProtoMsg(message:
|
|
140
|
-
toProto(message:
|
|
141
|
-
toProtoMsg(message:
|
|
134
|
+
encode(message: _201.ResponseEndBlock, writer?: import("../binary.js").BinaryWriter): import("../binary.js").BinaryWriter;
|
|
135
|
+
decode(input: import("../binary.js").BinaryReader | Uint8Array, length?: number): _201.ResponseEndBlock;
|
|
136
|
+
fromJSON(object: any): _201.ResponseEndBlock;
|
|
137
|
+
toJSON(message: _201.ResponseEndBlock): import("../json-safe.js").JsonSafe<_201.ResponseEndBlock>;
|
|
138
|
+
fromPartial(object: Partial<_201.ResponseEndBlock>): _201.ResponseEndBlock;
|
|
139
|
+
fromProtoMsg(message: _201.ResponseEndBlockProtoMsg): _201.ResponseEndBlock;
|
|
140
|
+
toProto(message: _201.ResponseEndBlock): Uint8Array;
|
|
141
|
+
toProtoMsg(message: _201.ResponseEndBlock): _201.ResponseEndBlockProtoMsg;
|
|
142
142
|
};
|
|
143
143
|
ResponseCommit: {
|
|
144
144
|
typeUrl: "/tendermint.abci.ResponseCommit";
|
|
145
|
-
encode(message:
|
|
146
|
-
decode(input: import("../binary.js").BinaryReader | Uint8Array, length?: number):
|
|
147
|
-
fromJSON(object: any):
|
|
148
|
-
toJSON(message:
|
|
149
|
-
fromPartial(object: Partial<
|
|
150
|
-
fromProtoMsg(message:
|
|
151
|
-
toProto(message:
|
|
152
|
-
toProtoMsg(message:
|
|
145
|
+
encode(message: _201.ResponseCommit, writer?: import("../binary.js").BinaryWriter): import("../binary.js").BinaryWriter;
|
|
146
|
+
decode(input: import("../binary.js").BinaryReader | Uint8Array, length?: number): _201.ResponseCommit;
|
|
147
|
+
fromJSON(object: any): _201.ResponseCommit;
|
|
148
|
+
toJSON(message: _201.ResponseCommit): import("../json-safe.js").JsonSafe<_201.ResponseCommit>;
|
|
149
|
+
fromPartial(object: Partial<_201.ResponseCommit>): _201.ResponseCommit;
|
|
150
|
+
fromProtoMsg(message: _201.ResponseCommitProtoMsg): _201.ResponseCommit;
|
|
151
|
+
toProto(message: _201.ResponseCommit): Uint8Array;
|
|
152
|
+
toProtoMsg(message: _201.ResponseCommit): _201.ResponseCommitProtoMsg;
|
|
153
153
|
};
|
|
154
154
|
LastCommitInfo: {
|
|
155
155
|
typeUrl: "/tendermint.abci.LastCommitInfo";
|
|
156
|
-
encode(message:
|
|
157
|
-
decode(input: import("../binary.js").BinaryReader | Uint8Array, length?: number):
|
|
158
|
-
fromJSON(object: any):
|
|
159
|
-
toJSON(message:
|
|
160
|
-
fromPartial(object: Partial<
|
|
161
|
-
fromProtoMsg(message:
|
|
162
|
-
toProto(message:
|
|
163
|
-
toProtoMsg(message:
|
|
156
|
+
encode(message: _201.LastCommitInfo, writer?: import("../binary.js").BinaryWriter): import("../binary.js").BinaryWriter;
|
|
157
|
+
decode(input: import("../binary.js").BinaryReader | Uint8Array, length?: number): _201.LastCommitInfo;
|
|
158
|
+
fromJSON(object: any): _201.LastCommitInfo;
|
|
159
|
+
toJSON(message: _201.LastCommitInfo): import("../json-safe.js").JsonSafe<_201.LastCommitInfo>;
|
|
160
|
+
fromPartial(object: Partial<_201.LastCommitInfo>): _201.LastCommitInfo;
|
|
161
|
+
fromProtoMsg(message: _201.LastCommitInfoProtoMsg): _201.LastCommitInfo;
|
|
162
|
+
toProto(message: _201.LastCommitInfo): Uint8Array;
|
|
163
|
+
toProtoMsg(message: _201.LastCommitInfo): _201.LastCommitInfoProtoMsg;
|
|
164
164
|
};
|
|
165
165
|
Event: {
|
|
166
166
|
typeUrl: "/tendermint.abci.Event";
|
|
167
|
-
encode(message:
|
|
168
|
-
decode(input: import("../binary.js").BinaryReader | Uint8Array, length?: number):
|
|
169
|
-
fromJSON(object: any):
|
|
170
|
-
toJSON(message:
|
|
171
|
-
fromPartial(object: Partial<
|
|
172
|
-
fromProtoMsg(message:
|
|
173
|
-
toProto(message:
|
|
174
|
-
toProtoMsg(message:
|
|
167
|
+
encode(message: _201.Event, writer?: import("../binary.js").BinaryWriter): import("../binary.js").BinaryWriter;
|
|
168
|
+
decode(input: import("../binary.js").BinaryReader | Uint8Array, length?: number): _201.Event;
|
|
169
|
+
fromJSON(object: any): _201.Event;
|
|
170
|
+
toJSON(message: _201.Event): import("../json-safe.js").JsonSafe<_201.Event>;
|
|
171
|
+
fromPartial(object: Partial<_201.Event>): _201.Event;
|
|
172
|
+
fromProtoMsg(message: _201.EventProtoMsg): _201.Event;
|
|
173
|
+
toProto(message: _201.Event): Uint8Array;
|
|
174
|
+
toProtoMsg(message: _201.Event): _201.EventProtoMsg;
|
|
175
175
|
};
|
|
176
176
|
EventAttribute: {
|
|
177
177
|
typeUrl: "/tendermint.abci.EventAttribute";
|
|
178
|
-
encode(message:
|
|
179
|
-
decode(input: import("../binary.js").BinaryReader | Uint8Array, length?: number):
|
|
180
|
-
fromJSON(object: any):
|
|
181
|
-
toJSON(message:
|
|
182
|
-
fromPartial(object: Partial<
|
|
183
|
-
fromProtoMsg(message:
|
|
184
|
-
toProto(message:
|
|
185
|
-
toProtoMsg(message:
|
|
178
|
+
encode(message: _201.EventAttribute, writer?: import("../binary.js").BinaryWriter): import("../binary.js").BinaryWriter;
|
|
179
|
+
decode(input: import("../binary.js").BinaryReader | Uint8Array, length?: number): _201.EventAttribute;
|
|
180
|
+
fromJSON(object: any): _201.EventAttribute;
|
|
181
|
+
toJSON(message: _201.EventAttribute): import("../json-safe.js").JsonSafe<_201.EventAttribute>;
|
|
182
|
+
fromPartial(object: Partial<_201.EventAttribute>): _201.EventAttribute;
|
|
183
|
+
fromProtoMsg(message: _201.EventAttributeProtoMsg): _201.EventAttribute;
|
|
184
|
+
toProto(message: _201.EventAttribute): Uint8Array;
|
|
185
|
+
toProtoMsg(message: _201.EventAttribute): _201.EventAttributeProtoMsg;
|
|
186
186
|
};
|
|
187
187
|
TxResult: {
|
|
188
188
|
typeUrl: "/tendermint.abci.TxResult";
|
|
189
|
-
encode(message:
|
|
190
|
-
decode(input: import("../binary.js").BinaryReader | Uint8Array, length?: number):
|
|
191
|
-
fromJSON(object: any):
|
|
192
|
-
toJSON(message:
|
|
193
|
-
fromPartial(object: Partial<
|
|
194
|
-
fromProtoMsg(message:
|
|
195
|
-
toProto(message:
|
|
196
|
-
toProtoMsg(message:
|
|
189
|
+
encode(message: _201.TxResult, writer?: import("../binary.js").BinaryWriter): import("../binary.js").BinaryWriter;
|
|
190
|
+
decode(input: import("../binary.js").BinaryReader | Uint8Array, length?: number): _201.TxResult;
|
|
191
|
+
fromJSON(object: any): _201.TxResult;
|
|
192
|
+
toJSON(message: _201.TxResult): import("../json-safe.js").JsonSafe<_201.TxResult>;
|
|
193
|
+
fromPartial(object: Partial<_201.TxResult>): _201.TxResult;
|
|
194
|
+
fromProtoMsg(message: _201.TxResultProtoMsg): _201.TxResult;
|
|
195
|
+
toProto(message: _201.TxResult): Uint8Array;
|
|
196
|
+
toProtoMsg(message: _201.TxResult): _201.TxResultProtoMsg;
|
|
197
197
|
};
|
|
198
198
|
Validator: {
|
|
199
199
|
typeUrl: "/tendermint.abci.Validator";
|
|
200
|
-
encode(message:
|
|
201
|
-
decode(input: import("../binary.js").BinaryReader | Uint8Array, length?: number):
|
|
202
|
-
fromJSON(object: any):
|
|
203
|
-
toJSON(message:
|
|
204
|
-
fromPartial(object: Partial<
|
|
205
|
-
fromProtoMsg(message:
|
|
206
|
-
toProto(message:
|
|
207
|
-
toProtoMsg(message:
|
|
200
|
+
encode(message: _201.Validator, writer?: import("../binary.js").BinaryWriter): import("../binary.js").BinaryWriter;
|
|
201
|
+
decode(input: import("../binary.js").BinaryReader | Uint8Array, length?: number): _201.Validator;
|
|
202
|
+
fromJSON(object: any): _201.Validator;
|
|
203
|
+
toJSON(message: _201.Validator): import("../json-safe.js").JsonSafe<_201.Validator>;
|
|
204
|
+
fromPartial(object: Partial<_201.Validator>): _201.Validator;
|
|
205
|
+
fromProtoMsg(message: _201.ValidatorProtoMsg): _201.Validator;
|
|
206
|
+
toProto(message: _201.Validator): Uint8Array;
|
|
207
|
+
toProtoMsg(message: _201.Validator): _201.ValidatorProtoMsg;
|
|
208
208
|
};
|
|
209
209
|
ValidatorUpdate: {
|
|
210
210
|
typeUrl: "/tendermint.abci.ValidatorUpdate";
|
|
211
|
-
encode(message:
|
|
212
|
-
decode(input: import("../binary.js").BinaryReader | Uint8Array, length?: number):
|
|
213
|
-
fromJSON(object: any):
|
|
214
|
-
toJSON(message:
|
|
215
|
-
fromPartial(object: Partial<
|
|
216
|
-
fromProtoMsg(message:
|
|
217
|
-
toProto(message:
|
|
218
|
-
toProtoMsg(message:
|
|
211
|
+
encode(message: _201.ValidatorUpdate, writer?: import("../binary.js").BinaryWriter): import("../binary.js").BinaryWriter;
|
|
212
|
+
decode(input: import("../binary.js").BinaryReader | Uint8Array, length?: number): _201.ValidatorUpdate;
|
|
213
|
+
fromJSON(object: any): _201.ValidatorUpdate;
|
|
214
|
+
toJSON(message: _201.ValidatorUpdate): import("../json-safe.js").JsonSafe<_201.ValidatorUpdate>;
|
|
215
|
+
fromPartial(object: Partial<_201.ValidatorUpdate>): _201.ValidatorUpdate;
|
|
216
|
+
fromProtoMsg(message: _201.ValidatorUpdateProtoMsg): _201.ValidatorUpdate;
|
|
217
|
+
toProto(message: _201.ValidatorUpdate): Uint8Array;
|
|
218
|
+
toProtoMsg(message: _201.ValidatorUpdate): _201.ValidatorUpdateProtoMsg;
|
|
219
219
|
};
|
|
220
220
|
VoteInfo: {
|
|
221
221
|
typeUrl: "/tendermint.abci.VoteInfo";
|
|
222
|
-
encode(message:
|
|
223
|
-
decode(input: import("../binary.js").BinaryReader | Uint8Array, length?: number):
|
|
224
|
-
fromJSON(object: any):
|
|
225
|
-
toJSON(message:
|
|
226
|
-
fromPartial(object: Partial<
|
|
227
|
-
fromProtoMsg(message:
|
|
228
|
-
toProto(message:
|
|
229
|
-
toProtoMsg(message:
|
|
222
|
+
encode(message: _201.VoteInfo, writer?: import("../binary.js").BinaryWriter): import("../binary.js").BinaryWriter;
|
|
223
|
+
decode(input: import("../binary.js").BinaryReader | Uint8Array, length?: number): _201.VoteInfo;
|
|
224
|
+
fromJSON(object: any): _201.VoteInfo;
|
|
225
|
+
toJSON(message: _201.VoteInfo): import("../json-safe.js").JsonSafe<_201.VoteInfo>;
|
|
226
|
+
fromPartial(object: Partial<_201.VoteInfo>): _201.VoteInfo;
|
|
227
|
+
fromProtoMsg(message: _201.VoteInfoProtoMsg): _201.VoteInfo;
|
|
228
|
+
toProto(message: _201.VoteInfo): Uint8Array;
|
|
229
|
+
toProtoMsg(message: _201.VoteInfo): _201.VoteInfoProtoMsg;
|
|
230
230
|
};
|
|
231
231
|
Evidence: {
|
|
232
232
|
typeUrl: "/tendermint.abci.Evidence";
|
|
233
|
-
encode(message:
|
|
234
|
-
decode(input: import("../binary.js").BinaryReader | Uint8Array, length?: number):
|
|
235
|
-
fromJSON(object: any):
|
|
236
|
-
toJSON(message:
|
|
237
|
-
fromPartial(object: Partial<
|
|
238
|
-
fromProtoMsg(message:
|
|
239
|
-
toProto(message:
|
|
240
|
-
toProtoMsg(message:
|
|
233
|
+
encode(message: _201.Evidence, writer?: import("../binary.js").BinaryWriter): import("../binary.js").BinaryWriter;
|
|
234
|
+
decode(input: import("../binary.js").BinaryReader | Uint8Array, length?: number): _201.Evidence;
|
|
235
|
+
fromJSON(object: any): _201.Evidence;
|
|
236
|
+
toJSON(message: _201.Evidence): import("../json-safe.js").JsonSafe<_201.Evidence>;
|
|
237
|
+
fromPartial(object: Partial<_201.Evidence>): _201.Evidence;
|
|
238
|
+
fromProtoMsg(message: _201.EvidenceProtoMsg): _201.Evidence;
|
|
239
|
+
toProto(message: _201.Evidence): Uint8Array;
|
|
240
|
+
toProtoMsg(message: _201.Evidence): _201.EvidenceProtoMsg;
|
|
241
241
|
};
|
|
242
242
|
};
|
|
243
243
|
const crypto: {
|
|
244
244
|
Proof: {
|
|
245
245
|
typeUrl: "/tendermint.crypto.Proof";
|
|
246
|
-
encode(message:
|
|
247
|
-
decode(input: import("../binary.js").BinaryReader | Uint8Array, length?: number):
|
|
248
|
-
fromJSON(object: any):
|
|
249
|
-
toJSON(message:
|
|
250
|
-
fromPartial(object: Partial<
|
|
251
|
-
fromProtoMsg(message:
|
|
252
|
-
toProto(message:
|
|
253
|
-
toProtoMsg(message:
|
|
246
|
+
encode(message: _203.Proof, writer?: import("../binary.js").BinaryWriter): import("../binary.js").BinaryWriter;
|
|
247
|
+
decode(input: import("../binary.js").BinaryReader | Uint8Array, length?: number): _203.Proof;
|
|
248
|
+
fromJSON(object: any): _203.Proof;
|
|
249
|
+
toJSON(message: _203.Proof): import("../json-safe.js").JsonSafe<_203.Proof>;
|
|
250
|
+
fromPartial(object: Partial<_203.Proof>): _203.Proof;
|
|
251
|
+
fromProtoMsg(message: _203.ProofProtoMsg): _203.Proof;
|
|
252
|
+
toProto(message: _203.Proof): Uint8Array;
|
|
253
|
+
toProtoMsg(message: _203.Proof): _203.ProofProtoMsg;
|
|
254
254
|
};
|
|
255
255
|
ValueOp: {
|
|
256
256
|
typeUrl: "/tendermint.crypto.ValueOp";
|
|
257
|
-
encode(message:
|
|
258
|
-
decode(input: import("../binary.js").BinaryReader | Uint8Array, length?: number):
|
|
259
|
-
fromJSON(object: any):
|
|
260
|
-
toJSON(message:
|
|
261
|
-
fromPartial(object: Partial<
|
|
262
|
-
fromProtoMsg(message:
|
|
263
|
-
toProto(message:
|
|
264
|
-
toProtoMsg(message:
|
|
257
|
+
encode(message: _203.ValueOp, writer?: import("../binary.js").BinaryWriter): import("../binary.js").BinaryWriter;
|
|
258
|
+
decode(input: import("../binary.js").BinaryReader | Uint8Array, length?: number): _203.ValueOp;
|
|
259
|
+
fromJSON(object: any): _203.ValueOp;
|
|
260
|
+
toJSON(message: _203.ValueOp): import("../json-safe.js").JsonSafe<_203.ValueOp>;
|
|
261
|
+
fromPartial(object: Partial<_203.ValueOp>): _203.ValueOp;
|
|
262
|
+
fromProtoMsg(message: _203.ValueOpProtoMsg): _203.ValueOp;
|
|
263
|
+
toProto(message: _203.ValueOp): Uint8Array;
|
|
264
|
+
toProtoMsg(message: _203.ValueOp): _203.ValueOpProtoMsg;
|
|
265
265
|
};
|
|
266
266
|
DominoOp: {
|
|
267
267
|
typeUrl: "/tendermint.crypto.DominoOp";
|
|
268
|
-
encode(message:
|
|
269
|
-
decode(input: import("../binary.js").BinaryReader | Uint8Array, length?: number):
|
|
270
|
-
fromJSON(object: any):
|
|
271
|
-
toJSON(message:
|
|
272
|
-
fromPartial(object: Partial<
|
|
273
|
-
fromProtoMsg(message:
|
|
274
|
-
toProto(message:
|
|
275
|
-
toProtoMsg(message:
|
|
268
|
+
encode(message: _203.DominoOp, writer?: import("../binary.js").BinaryWriter): import("../binary.js").BinaryWriter;
|
|
269
|
+
decode(input: import("../binary.js").BinaryReader | Uint8Array, length?: number): _203.DominoOp;
|
|
270
|
+
fromJSON(object: any): _203.DominoOp;
|
|
271
|
+
toJSON(message: _203.DominoOp): import("../json-safe.js").JsonSafe<_203.DominoOp>;
|
|
272
|
+
fromPartial(object: Partial<_203.DominoOp>): _203.DominoOp;
|
|
273
|
+
fromProtoMsg(message: _203.DominoOpProtoMsg): _203.DominoOp;
|
|
274
|
+
toProto(message: _203.DominoOp): Uint8Array;
|
|
275
|
+
toProtoMsg(message: _203.DominoOp): _203.DominoOpProtoMsg;
|
|
276
276
|
};
|
|
277
277
|
ProofOp: {
|
|
278
278
|
typeUrl: "/tendermint.crypto.ProofOp";
|
|
279
|
-
encode(message:
|
|
280
|
-
decode(input: import("../binary.js").BinaryReader | Uint8Array, length?: number):
|
|
281
|
-
fromJSON(object: any):
|
|
282
|
-
toJSON(message:
|
|
283
|
-
fromPartial(object: Partial<
|
|
284
|
-
fromProtoMsg(message:
|
|
285
|
-
toProto(message:
|
|
286
|
-
toProtoMsg(message:
|
|
279
|
+
encode(message: _203.ProofOp, writer?: import("../binary.js").BinaryWriter): import("../binary.js").BinaryWriter;
|
|
280
|
+
decode(input: import("../binary.js").BinaryReader | Uint8Array, length?: number): _203.ProofOp;
|
|
281
|
+
fromJSON(object: any): _203.ProofOp;
|
|
282
|
+
toJSON(message: _203.ProofOp): import("../json-safe.js").JsonSafe<_203.ProofOp>;
|
|
283
|
+
fromPartial(object: Partial<_203.ProofOp>): _203.ProofOp;
|
|
284
|
+
fromProtoMsg(message: _203.ProofOpProtoMsg): _203.ProofOp;
|
|
285
|
+
toProto(message: _203.ProofOp): Uint8Array;
|
|
286
|
+
toProtoMsg(message: _203.ProofOp): _203.ProofOpProtoMsg;
|
|
287
287
|
};
|
|
288
288
|
ProofOps: {
|
|
289
289
|
typeUrl: "/tendermint.crypto.ProofOps";
|
|
290
|
-
encode(message:
|
|
291
|
-
decode(input: import("../binary.js").BinaryReader | Uint8Array, length?: number):
|
|
292
|
-
fromJSON(object: any):
|
|
293
|
-
toJSON(message:
|
|
294
|
-
fromPartial(object: Partial<
|
|
295
|
-
fromProtoMsg(message:
|
|
296
|
-
toProto(message:
|
|
297
|
-
toProtoMsg(message:
|
|
290
|
+
encode(message: _203.ProofOps, writer?: import("../binary.js").BinaryWriter): import("../binary.js").BinaryWriter;
|
|
291
|
+
decode(input: import("../binary.js").BinaryReader | Uint8Array, length?: number): _203.ProofOps;
|
|
292
|
+
fromJSON(object: any): _203.ProofOps;
|
|
293
|
+
toJSON(message: _203.ProofOps): import("../json-safe.js").JsonSafe<_203.ProofOps>;
|
|
294
|
+
fromPartial(object: Partial<_203.ProofOps>): _203.ProofOps;
|
|
295
|
+
fromProtoMsg(message: _203.ProofOpsProtoMsg): _203.ProofOps;
|
|
296
|
+
toProto(message: _203.ProofOps): Uint8Array;
|
|
297
|
+
toProtoMsg(message: _203.ProofOps): _203.ProofOpsProtoMsg;
|
|
298
298
|
};
|
|
299
299
|
PublicKey: {
|
|
300
300
|
typeUrl: "/tendermint.crypto.PublicKey";
|
|
301
|
-
encode(message:
|
|
302
|
-
decode(input: import("../binary.js").BinaryReader | Uint8Array, length?: number):
|
|
303
|
-
fromJSON(object: any):
|
|
304
|
-
toJSON(message:
|
|
305
|
-
fromPartial(object: Partial<
|
|
306
|
-
fromProtoMsg(message:
|
|
307
|
-
toProto(message:
|
|
308
|
-
toProtoMsg(message:
|
|
301
|
+
encode(message: _202.PublicKey, writer?: import("../binary.js").BinaryWriter): import("../binary.js").BinaryWriter;
|
|
302
|
+
decode(input: import("../binary.js").BinaryReader | Uint8Array, length?: number): _202.PublicKey;
|
|
303
|
+
fromJSON(object: any): _202.PublicKey;
|
|
304
|
+
toJSON(message: _202.PublicKey): import("../json-safe.js").JsonSafe<_202.PublicKey>;
|
|
305
|
+
fromPartial(object: Partial<_202.PublicKey>): _202.PublicKey;
|
|
306
|
+
fromProtoMsg(message: _202.PublicKeyProtoMsg): _202.PublicKey;
|
|
307
|
+
toProto(message: _202.PublicKey): Uint8Array;
|
|
308
|
+
toProtoMsg(message: _202.PublicKey): _202.PublicKeyProtoMsg;
|
|
309
309
|
};
|
|
310
310
|
};
|
|
311
311
|
namespace libs {
|
|
312
312
|
const bits: {
|
|
313
313
|
BitArray: {
|
|
314
314
|
typeUrl: "/tendermint.libs.bits.BitArray";
|
|
315
|
-
encode(message:
|
|
316
|
-
decode(input: import("../binary.js").BinaryReader | Uint8Array, length?: number):
|
|
317
|
-
fromJSON(object: any):
|
|
318
|
-
toJSON(message:
|
|
319
|
-
fromPartial(object: Partial<
|
|
320
|
-
fromProtoMsg(message:
|
|
321
|
-
toProto(message:
|
|
322
|
-
toProtoMsg(message:
|
|
315
|
+
encode(message: _204.BitArray, writer?: import("../binary.js").BinaryWriter): import("../binary.js").BinaryWriter;
|
|
316
|
+
decode(input: import("../binary.js").BinaryReader | Uint8Array, length?: number): _204.BitArray;
|
|
317
|
+
fromJSON(object: any): _204.BitArray;
|
|
318
|
+
toJSON(message: _204.BitArray): import("../json-safe.js").JsonSafe<_204.BitArray>;
|
|
319
|
+
fromPartial(object: Partial<_204.BitArray>): _204.BitArray;
|
|
320
|
+
fromProtoMsg(message: _204.BitArrayProtoMsg): _204.BitArray;
|
|
321
|
+
toProto(message: _204.BitArray): Uint8Array;
|
|
322
|
+
toProtoMsg(message: _204.BitArray): _204.BitArrayProtoMsg;
|
|
323
323
|
};
|
|
324
324
|
};
|
|
325
325
|
}
|
|
326
326
|
const p2p: {
|
|
327
327
|
NetAddress: {
|
|
328
328
|
typeUrl: "/tendermint.p2p.NetAddress";
|
|
329
|
-
encode(message:
|
|
330
|
-
decode(input: import("../binary.js").BinaryReader | Uint8Array, length?: number):
|
|
331
|
-
fromJSON(object: any):
|
|
332
|
-
toJSON(message:
|
|
333
|
-
fromPartial(object: Partial<
|
|
334
|
-
fromProtoMsg(message:
|
|
335
|
-
toProto(message:
|
|
336
|
-
toProtoMsg(message:
|
|
329
|
+
encode(message: _205.NetAddress, writer?: import("../binary.js").BinaryWriter): import("../binary.js").BinaryWriter;
|
|
330
|
+
decode(input: import("../binary.js").BinaryReader | Uint8Array, length?: number): _205.NetAddress;
|
|
331
|
+
fromJSON(object: any): _205.NetAddress;
|
|
332
|
+
toJSON(message: _205.NetAddress): import("../json-safe.js").JsonSafe<_205.NetAddress>;
|
|
333
|
+
fromPartial(object: Partial<_205.NetAddress>): _205.NetAddress;
|
|
334
|
+
fromProtoMsg(message: _205.NetAddressProtoMsg): _205.NetAddress;
|
|
335
|
+
toProto(message: _205.NetAddress): Uint8Array;
|
|
336
|
+
toProtoMsg(message: _205.NetAddress): _205.NetAddressProtoMsg;
|
|
337
337
|
};
|
|
338
338
|
ProtocolVersion: {
|
|
339
339
|
typeUrl: "/tendermint.p2p.ProtocolVersion";
|
|
340
|
-
encode(message:
|
|
341
|
-
decode(input: import("../binary.js").BinaryReader | Uint8Array, length?: number):
|
|
342
|
-
fromJSON(object: any):
|
|
343
|
-
toJSON(message:
|
|
344
|
-
fromPartial(object: Partial<
|
|
345
|
-
fromProtoMsg(message:
|
|
346
|
-
toProto(message:
|
|
347
|
-
toProtoMsg(message:
|
|
340
|
+
encode(message: _205.ProtocolVersion, writer?: import("../binary.js").BinaryWriter): import("../binary.js").BinaryWriter;
|
|
341
|
+
decode(input: import("../binary.js").BinaryReader | Uint8Array, length?: number): _205.ProtocolVersion;
|
|
342
|
+
fromJSON(object: any): _205.ProtocolVersion;
|
|
343
|
+
toJSON(message: _205.ProtocolVersion): import("../json-safe.js").JsonSafe<_205.ProtocolVersion>;
|
|
344
|
+
fromPartial(object: Partial<_205.ProtocolVersion>): _205.ProtocolVersion;
|
|
345
|
+
fromProtoMsg(message: _205.ProtocolVersionProtoMsg): _205.ProtocolVersion;
|
|
346
|
+
toProto(message: _205.ProtocolVersion): Uint8Array;
|
|
347
|
+
toProtoMsg(message: _205.ProtocolVersion): _205.ProtocolVersionProtoMsg;
|
|
348
348
|
};
|
|
349
349
|
DefaultNodeInfo: {
|
|
350
350
|
typeUrl: "/tendermint.p2p.DefaultNodeInfo";
|
|
351
|
-
encode(message:
|
|
352
|
-
decode(input: import("../binary.js").BinaryReader | Uint8Array, length?: number):
|
|
353
|
-
fromJSON(object: any):
|
|
354
|
-
toJSON(message:
|
|
355
|
-
fromPartial(object: Partial<
|
|
356
|
-
fromProtoMsg(message:
|
|
357
|
-
toProto(message:
|
|
358
|
-
toProtoMsg(message:
|
|
351
|
+
encode(message: _205.DefaultNodeInfo, writer?: import("../binary.js").BinaryWriter): import("../binary.js").BinaryWriter;
|
|
352
|
+
decode(input: import("../binary.js").BinaryReader | Uint8Array, length?: number): _205.DefaultNodeInfo;
|
|
353
|
+
fromJSON(object: any): _205.DefaultNodeInfo;
|
|
354
|
+
toJSON(message: _205.DefaultNodeInfo): import("../json-safe.js").JsonSafe<_205.DefaultNodeInfo>;
|
|
355
|
+
fromPartial(object: Partial<_205.DefaultNodeInfo>): _205.DefaultNodeInfo;
|
|
356
|
+
fromProtoMsg(message: _205.DefaultNodeInfoProtoMsg): _205.DefaultNodeInfo;
|
|
357
|
+
toProto(message: _205.DefaultNodeInfo): Uint8Array;
|
|
358
|
+
toProtoMsg(message: _205.DefaultNodeInfo): _205.DefaultNodeInfoProtoMsg;
|
|
359
359
|
};
|
|
360
360
|
DefaultNodeInfoOther: {
|
|
361
361
|
typeUrl: "/tendermint.p2p.DefaultNodeInfoOther";
|
|
362
|
-
encode(message:
|
|
363
|
-
decode(input: import("../binary.js").BinaryReader | Uint8Array, length?: number):
|
|
364
|
-
fromJSON(object: any):
|
|
365
|
-
toJSON(message:
|
|
366
|
-
fromPartial(object: Partial<
|
|
367
|
-
fromProtoMsg(message:
|
|
368
|
-
toProto(message:
|
|
369
|
-
toProtoMsg(message:
|
|
362
|
+
encode(message: _205.DefaultNodeInfoOther, writer?: import("../binary.js").BinaryWriter): import("../binary.js").BinaryWriter;
|
|
363
|
+
decode(input: import("../binary.js").BinaryReader | Uint8Array, length?: number): _205.DefaultNodeInfoOther;
|
|
364
|
+
fromJSON(object: any): _205.DefaultNodeInfoOther;
|
|
365
|
+
toJSON(message: _205.DefaultNodeInfoOther): import("../json-safe.js").JsonSafe<_205.DefaultNodeInfoOther>;
|
|
366
|
+
fromPartial(object: Partial<_205.DefaultNodeInfoOther>): _205.DefaultNodeInfoOther;
|
|
367
|
+
fromProtoMsg(message: _205.DefaultNodeInfoOtherProtoMsg): _205.DefaultNodeInfoOther;
|
|
368
|
+
toProto(message: _205.DefaultNodeInfoOther): Uint8Array;
|
|
369
|
+
toProtoMsg(message: _205.DefaultNodeInfoOther): _205.DefaultNodeInfoOtherProtoMsg;
|
|
370
370
|
};
|
|
371
371
|
};
|
|
372
372
|
const types: {
|
|
373
373
|
ValidatorSet: {
|
|
374
374
|
typeUrl: "/tendermint.types.ValidatorSet";
|
|
375
|
-
encode(message:
|
|
376
|
-
decode(input: import("../binary.js").BinaryReader | Uint8Array, length?: number):
|
|
377
|
-
fromJSON(object: any):
|
|
378
|
-
toJSON(message:
|
|
379
|
-
fromPartial(object: Partial<
|
|
380
|
-
fromProtoMsg(message:
|
|
381
|
-
toProto(message:
|
|
382
|
-
toProtoMsg(message:
|
|
375
|
+
encode(message: _210.ValidatorSet, writer?: import("../binary.js").BinaryWriter): import("../binary.js").BinaryWriter;
|
|
376
|
+
decode(input: import("../binary.js").BinaryReader | Uint8Array, length?: number): _210.ValidatorSet;
|
|
377
|
+
fromJSON(object: any): _210.ValidatorSet;
|
|
378
|
+
toJSON(message: _210.ValidatorSet): import("../json-safe.js").JsonSafe<_210.ValidatorSet>;
|
|
379
|
+
fromPartial(object: Partial<_210.ValidatorSet>): _210.ValidatorSet;
|
|
380
|
+
fromProtoMsg(message: _210.ValidatorSetProtoMsg): _210.ValidatorSet;
|
|
381
|
+
toProto(message: _210.ValidatorSet): Uint8Array;
|
|
382
|
+
toProtoMsg(message: _210.ValidatorSet): _210.ValidatorSetProtoMsg;
|
|
383
383
|
};
|
|
384
384
|
Validator: {
|
|
385
385
|
typeUrl: "/tendermint.types.Validator";
|
|
386
|
-
encode(message:
|
|
387
|
-
decode(input: import("../binary.js").BinaryReader | Uint8Array, length?: number):
|
|
388
|
-
fromJSON(object: any):
|
|
389
|
-
toJSON(message:
|
|
390
|
-
fromPartial(object: Partial<
|
|
391
|
-
fromProtoMsg(message:
|
|
392
|
-
toProto(message:
|
|
393
|
-
toProtoMsg(message:
|
|
386
|
+
encode(message: _210.Validator, writer?: import("../binary.js").BinaryWriter): import("../binary.js").BinaryWriter;
|
|
387
|
+
decode(input: import("../binary.js").BinaryReader | Uint8Array, length?: number): _210.Validator;
|
|
388
|
+
fromJSON(object: any): _210.Validator;
|
|
389
|
+
toJSON(message: _210.Validator): import("../json-safe.js").JsonSafe<_210.Validator>;
|
|
390
|
+
fromPartial(object: Partial<_210.Validator>): _210.Validator;
|
|
391
|
+
fromProtoMsg(message: _210.ValidatorProtoMsg): _210.Validator;
|
|
392
|
+
toProto(message: _210.Validator): Uint8Array;
|
|
393
|
+
toProtoMsg(message: _210.Validator): _210.ValidatorProtoMsg;
|
|
394
394
|
};
|
|
395
395
|
SimpleValidator: {
|
|
396
396
|
typeUrl: "/tendermint.types.SimpleValidator";
|
|
397
|
-
encode(message:
|
|
398
|
-
decode(input: import("../binary.js").BinaryReader | Uint8Array, length?: number):
|
|
399
|
-
fromJSON(object: any):
|
|
400
|
-
toJSON(message:
|
|
401
|
-
fromPartial(object: Partial<
|
|
402
|
-
fromProtoMsg(message:
|
|
403
|
-
toProto(message:
|
|
404
|
-
toProtoMsg(message:
|
|
405
|
-
};
|
|
406
|
-
blockIDFlagFromJSON(object: any):
|
|
407
|
-
blockIDFlagToJSON(object:
|
|
408
|
-
signedMsgTypeFromJSON(object: any):
|
|
409
|
-
signedMsgTypeToJSON(object:
|
|
410
|
-
BlockIDFlag: typeof
|
|
411
|
-
BlockIDFlagSDKType: typeof
|
|
412
|
-
SignedMsgType: typeof
|
|
413
|
-
SignedMsgTypeSDKType: typeof
|
|
397
|
+
encode(message: _210.SimpleValidator, writer?: import("../binary.js").BinaryWriter): import("../binary.js").BinaryWriter;
|
|
398
|
+
decode(input: import("../binary.js").BinaryReader | Uint8Array, length?: number): _210.SimpleValidator;
|
|
399
|
+
fromJSON(object: any): _210.SimpleValidator;
|
|
400
|
+
toJSON(message: _210.SimpleValidator): import("../json-safe.js").JsonSafe<_210.SimpleValidator>;
|
|
401
|
+
fromPartial(object: Partial<_210.SimpleValidator>): _210.SimpleValidator;
|
|
402
|
+
fromProtoMsg(message: _210.SimpleValidatorProtoMsg): _210.SimpleValidator;
|
|
403
|
+
toProto(message: _210.SimpleValidator): Uint8Array;
|
|
404
|
+
toProtoMsg(message: _210.SimpleValidator): _210.SimpleValidatorProtoMsg;
|
|
405
|
+
};
|
|
406
|
+
blockIDFlagFromJSON(object: any): _209.BlockIDFlag;
|
|
407
|
+
blockIDFlagToJSON(object: _209.BlockIDFlag): string;
|
|
408
|
+
signedMsgTypeFromJSON(object: any): _209.SignedMsgType;
|
|
409
|
+
signedMsgTypeToJSON(object: _209.SignedMsgType): string;
|
|
410
|
+
BlockIDFlag: typeof _209.BlockIDFlag;
|
|
411
|
+
BlockIDFlagSDKType: typeof _209.BlockIDFlag;
|
|
412
|
+
SignedMsgType: typeof _209.SignedMsgType;
|
|
413
|
+
SignedMsgTypeSDKType: typeof _209.SignedMsgType;
|
|
414
414
|
PartSetHeader: {
|
|
415
415
|
typeUrl: "/tendermint.types.PartSetHeader";
|
|
416
|
-
encode(message:
|
|
417
|
-
decode(input: import("../binary.js").BinaryReader | Uint8Array, length?: number):
|
|
418
|
-
fromJSON(object: any):
|
|
419
|
-
toJSON(message:
|
|
420
|
-
fromPartial(object: Partial<
|
|
421
|
-
fromProtoMsg(message:
|
|
422
|
-
toProto(message:
|
|
423
|
-
toProtoMsg(message:
|
|
416
|
+
encode(message: _209.PartSetHeader, writer?: import("../binary.js").BinaryWriter): import("../binary.js").BinaryWriter;
|
|
417
|
+
decode(input: import("../binary.js").BinaryReader | Uint8Array, length?: number): _209.PartSetHeader;
|
|
418
|
+
fromJSON(object: any): _209.PartSetHeader;
|
|
419
|
+
toJSON(message: _209.PartSetHeader): import("../json-safe.js").JsonSafe<_209.PartSetHeader>;
|
|
420
|
+
fromPartial(object: Partial<_209.PartSetHeader>): _209.PartSetHeader;
|
|
421
|
+
fromProtoMsg(message: _209.PartSetHeaderProtoMsg): _209.PartSetHeader;
|
|
422
|
+
toProto(message: _209.PartSetHeader): Uint8Array;
|
|
423
|
+
toProtoMsg(message: _209.PartSetHeader): _209.PartSetHeaderProtoMsg;
|
|
424
424
|
};
|
|
425
425
|
Part: {
|
|
426
426
|
typeUrl: "/tendermint.types.Part";
|
|
427
|
-
encode(message:
|
|
428
|
-
decode(input: import("../binary.js").BinaryReader | Uint8Array, length?: number):
|
|
429
|
-
fromJSON(object: any):
|
|
430
|
-
toJSON(message:
|
|
431
|
-
fromPartial(object: Partial<
|
|
432
|
-
fromProtoMsg(message:
|
|
433
|
-
toProto(message:
|
|
434
|
-
toProtoMsg(message:
|
|
427
|
+
encode(message: _209.Part, writer?: import("../binary.js").BinaryWriter): import("../binary.js").BinaryWriter;
|
|
428
|
+
decode(input: import("../binary.js").BinaryReader | Uint8Array, length?: number): _209.Part;
|
|
429
|
+
fromJSON(object: any): _209.Part;
|
|
430
|
+
toJSON(message: _209.Part): import("../json-safe.js").JsonSafe<_209.Part>;
|
|
431
|
+
fromPartial(object: Partial<_209.Part>): _209.Part;
|
|
432
|
+
fromProtoMsg(message: _209.PartProtoMsg): _209.Part;
|
|
433
|
+
toProto(message: _209.Part): Uint8Array;
|
|
434
|
+
toProtoMsg(message: _209.Part): _209.PartProtoMsg;
|
|
435
435
|
};
|
|
436
436
|
BlockID: {
|
|
437
437
|
typeUrl: "/tendermint.types.BlockID";
|
|
438
|
-
encode(message:
|
|
439
|
-
decode(input: import("../binary.js").BinaryReader | Uint8Array, length?: number):
|
|
440
|
-
fromJSON(object: any):
|
|
441
|
-
toJSON(message:
|
|
442
|
-
fromPartial(object: Partial<
|
|
443
|
-
fromProtoMsg(message:
|
|
444
|
-
toProto(message:
|
|
445
|
-
toProtoMsg(message:
|
|
438
|
+
encode(message: _209.BlockID, writer?: import("../binary.js").BinaryWriter): import("../binary.js").BinaryWriter;
|
|
439
|
+
decode(input: import("../binary.js").BinaryReader | Uint8Array, length?: number): _209.BlockID;
|
|
440
|
+
fromJSON(object: any): _209.BlockID;
|
|
441
|
+
toJSON(message: _209.BlockID): import("../json-safe.js").JsonSafe<_209.BlockID>;
|
|
442
|
+
fromPartial(object: Partial<_209.BlockID>): _209.BlockID;
|
|
443
|
+
fromProtoMsg(message: _209.BlockIDProtoMsg): _209.BlockID;
|
|
444
|
+
toProto(message: _209.BlockID): Uint8Array;
|
|
445
|
+
toProtoMsg(message: _209.BlockID): _209.BlockIDProtoMsg;
|
|
446
446
|
};
|
|
447
447
|
Header: {
|
|
448
448
|
typeUrl: "/tendermint.types.Header";
|
|
449
|
-
encode(message:
|
|
450
|
-
decode(input: import("../binary.js").BinaryReader | Uint8Array, length?: number):
|
|
451
|
-
fromJSON(object: any):
|
|
452
|
-
toJSON(message:
|
|
453
|
-
fromPartial(object: Partial<
|
|
454
|
-
fromProtoMsg(message:
|
|
455
|
-
toProto(message:
|
|
456
|
-
toProtoMsg(message:
|
|
449
|
+
encode(message: _209.Header, writer?: import("../binary.js").BinaryWriter): import("../binary.js").BinaryWriter;
|
|
450
|
+
decode(input: import("../binary.js").BinaryReader | Uint8Array, length?: number): _209.Header;
|
|
451
|
+
fromJSON(object: any): _209.Header;
|
|
452
|
+
toJSON(message: _209.Header): import("../json-safe.js").JsonSafe<_209.Header>;
|
|
453
|
+
fromPartial(object: Partial<_209.Header>): _209.Header;
|
|
454
|
+
fromProtoMsg(message: _209.HeaderProtoMsg): _209.Header;
|
|
455
|
+
toProto(message: _209.Header): Uint8Array;
|
|
456
|
+
toProtoMsg(message: _209.Header): _209.HeaderProtoMsg;
|
|
457
457
|
};
|
|
458
458
|
Data: {
|
|
459
459
|
typeUrl: "/tendermint.types.Data";
|
|
460
|
-
encode(message:
|
|
461
|
-
decode(input: import("../binary.js").BinaryReader | Uint8Array, length?: number):
|
|
462
|
-
fromJSON(object: any):
|
|
463
|
-
toJSON(message:
|
|
464
|
-
fromPartial(object: Partial<
|
|
465
|
-
fromProtoMsg(message:
|
|
466
|
-
toProto(message:
|
|
467
|
-
toProtoMsg(message:
|
|
460
|
+
encode(message: _209.Data, writer?: import("../binary.js").BinaryWriter): import("../binary.js").BinaryWriter;
|
|
461
|
+
decode(input: import("../binary.js").BinaryReader | Uint8Array, length?: number): _209.Data;
|
|
462
|
+
fromJSON(object: any): _209.Data;
|
|
463
|
+
toJSON(message: _209.Data): import("../json-safe.js").JsonSafe<_209.Data>;
|
|
464
|
+
fromPartial(object: Partial<_209.Data>): _209.Data;
|
|
465
|
+
fromProtoMsg(message: _209.DataProtoMsg): _209.Data;
|
|
466
|
+
toProto(message: _209.Data): Uint8Array;
|
|
467
|
+
toProtoMsg(message: _209.Data): _209.DataProtoMsg;
|
|
468
468
|
};
|
|
469
469
|
Vote: {
|
|
470
470
|
typeUrl: "/tendermint.types.Vote";
|
|
471
|
-
encode(message:
|
|
472
|
-
decode(input: import("../binary.js").BinaryReader | Uint8Array, length?: number):
|
|
473
|
-
fromJSON(object: any):
|
|
474
|
-
toJSON(message:
|
|
475
|
-
fromPartial(object: Partial<
|
|
476
|
-
fromProtoMsg(message:
|
|
477
|
-
toProto(message:
|
|
478
|
-
toProtoMsg(message:
|
|
471
|
+
encode(message: _209.Vote, writer?: import("../binary.js").BinaryWriter): import("../binary.js").BinaryWriter;
|
|
472
|
+
decode(input: import("../binary.js").BinaryReader | Uint8Array, length?: number): _209.Vote;
|
|
473
|
+
fromJSON(object: any): _209.Vote;
|
|
474
|
+
toJSON(message: _209.Vote): import("../json-safe.js").JsonSafe<_209.Vote>;
|
|
475
|
+
fromPartial(object: Partial<_209.Vote>): _209.Vote;
|
|
476
|
+
fromProtoMsg(message: _209.VoteProtoMsg): _209.Vote;
|
|
477
|
+
toProto(message: _209.Vote): Uint8Array;
|
|
478
|
+
toProtoMsg(message: _209.Vote): _209.VoteProtoMsg;
|
|
479
479
|
};
|
|
480
480
|
Commit: {
|
|
481
481
|
typeUrl: "/tendermint.types.Commit";
|
|
482
|
-
encode(message:
|
|
483
|
-
decode(input: import("../binary.js").BinaryReader | Uint8Array, length?: number):
|
|
484
|
-
fromJSON(object: any):
|
|
485
|
-
toJSON(message:
|
|
486
|
-
fromPartial(object: Partial<
|
|
487
|
-
fromProtoMsg(message:
|
|
488
|
-
toProto(message:
|
|
489
|
-
toProtoMsg(message:
|
|
482
|
+
encode(message: _209.Commit, writer?: import("../binary.js").BinaryWriter): import("../binary.js").BinaryWriter;
|
|
483
|
+
decode(input: import("../binary.js").BinaryReader | Uint8Array, length?: number): _209.Commit;
|
|
484
|
+
fromJSON(object: any): _209.Commit;
|
|
485
|
+
toJSON(message: _209.Commit): import("../json-safe.js").JsonSafe<_209.Commit>;
|
|
486
|
+
fromPartial(object: Partial<_209.Commit>): _209.Commit;
|
|
487
|
+
fromProtoMsg(message: _209.CommitProtoMsg): _209.Commit;
|
|
488
|
+
toProto(message: _209.Commit): Uint8Array;
|
|
489
|
+
toProtoMsg(message: _209.Commit): _209.CommitProtoMsg;
|
|
490
490
|
};
|
|
491
491
|
CommitSig: {
|
|
492
492
|
typeUrl: "/tendermint.types.CommitSig";
|
|
493
|
-
encode(message:
|
|
494
|
-
decode(input: import("../binary.js").BinaryReader | Uint8Array, length?: number):
|
|
495
|
-
fromJSON(object: any):
|
|
496
|
-
toJSON(message:
|
|
497
|
-
fromPartial(object: Partial<
|
|
498
|
-
fromProtoMsg(message:
|
|
499
|
-
toProto(message:
|
|
500
|
-
toProtoMsg(message:
|
|
493
|
+
encode(message: _209.CommitSig, writer?: import("../binary.js").BinaryWriter): import("../binary.js").BinaryWriter;
|
|
494
|
+
decode(input: import("../binary.js").BinaryReader | Uint8Array, length?: number): _209.CommitSig;
|
|
495
|
+
fromJSON(object: any): _209.CommitSig;
|
|
496
|
+
toJSON(message: _209.CommitSig): import("../json-safe.js").JsonSafe<_209.CommitSig>;
|
|
497
|
+
fromPartial(object: Partial<_209.CommitSig>): _209.CommitSig;
|
|
498
|
+
fromProtoMsg(message: _209.CommitSigProtoMsg): _209.CommitSig;
|
|
499
|
+
toProto(message: _209.CommitSig): Uint8Array;
|
|
500
|
+
toProtoMsg(message: _209.CommitSig): _209.CommitSigProtoMsg;
|
|
501
501
|
};
|
|
502
502
|
Proposal: {
|
|
503
503
|
typeUrl: "/tendermint.types.Proposal";
|
|
504
|
-
encode(message:
|
|
505
|
-
decode(input: import("../binary.js").BinaryReader | Uint8Array, length?: number):
|
|
506
|
-
fromJSON(object: any):
|
|
507
|
-
toJSON(message:
|
|
508
|
-
fromPartial(object: Partial<
|
|
509
|
-
fromProtoMsg(message:
|
|
510
|
-
toProto(message:
|
|
511
|
-
toProtoMsg(message:
|
|
504
|
+
encode(message: _209.Proposal, writer?: import("../binary.js").BinaryWriter): import("../binary.js").BinaryWriter;
|
|
505
|
+
decode(input: import("../binary.js").BinaryReader | Uint8Array, length?: number): _209.Proposal;
|
|
506
|
+
fromJSON(object: any): _209.Proposal;
|
|
507
|
+
toJSON(message: _209.Proposal): import("../json-safe.js").JsonSafe<_209.Proposal>;
|
|
508
|
+
fromPartial(object: Partial<_209.Proposal>): _209.Proposal;
|
|
509
|
+
fromProtoMsg(message: _209.ProposalProtoMsg): _209.Proposal;
|
|
510
|
+
toProto(message: _209.Proposal): Uint8Array;
|
|
511
|
+
toProtoMsg(message: _209.Proposal): _209.ProposalProtoMsg;
|
|
512
512
|
};
|
|
513
513
|
SignedHeader: {
|
|
514
514
|
typeUrl: "/tendermint.types.SignedHeader";
|
|
515
|
-
encode(message:
|
|
516
|
-
decode(input: import("../binary.js").BinaryReader | Uint8Array, length?: number):
|
|
517
|
-
fromJSON(object: any):
|
|
518
|
-
toJSON(message:
|
|
519
|
-
fromPartial(object: Partial<
|
|
520
|
-
fromProtoMsg(message:
|
|
521
|
-
toProto(message:
|
|
522
|
-
toProtoMsg(message:
|
|
515
|
+
encode(message: _209.SignedHeader, writer?: import("../binary.js").BinaryWriter): import("../binary.js").BinaryWriter;
|
|
516
|
+
decode(input: import("../binary.js").BinaryReader | Uint8Array, length?: number): _209.SignedHeader;
|
|
517
|
+
fromJSON(object: any): _209.SignedHeader;
|
|
518
|
+
toJSON(message: _209.SignedHeader): import("../json-safe.js").JsonSafe<_209.SignedHeader>;
|
|
519
|
+
fromPartial(object: Partial<_209.SignedHeader>): _209.SignedHeader;
|
|
520
|
+
fromProtoMsg(message: _209.SignedHeaderProtoMsg): _209.SignedHeader;
|
|
521
|
+
toProto(message: _209.SignedHeader): Uint8Array;
|
|
522
|
+
toProtoMsg(message: _209.SignedHeader): _209.SignedHeaderProtoMsg;
|
|
523
523
|
};
|
|
524
524
|
LightBlock: {
|
|
525
525
|
typeUrl: "/tendermint.types.LightBlock";
|
|
526
|
-
encode(message:
|
|
527
|
-
decode(input: import("../binary.js").BinaryReader | Uint8Array, length?: number):
|
|
528
|
-
fromJSON(object: any):
|
|
529
|
-
toJSON(message:
|
|
530
|
-
fromPartial(object: Partial<
|
|
531
|
-
fromProtoMsg(message:
|
|
532
|
-
toProto(message:
|
|
533
|
-
toProtoMsg(message:
|
|
526
|
+
encode(message: _209.LightBlock, writer?: import("../binary.js").BinaryWriter): import("../binary.js").BinaryWriter;
|
|
527
|
+
decode(input: import("../binary.js").BinaryReader | Uint8Array, length?: number): _209.LightBlock;
|
|
528
|
+
fromJSON(object: any): _209.LightBlock;
|
|
529
|
+
toJSON(message: _209.LightBlock): import("../json-safe.js").JsonSafe<_209.LightBlock>;
|
|
530
|
+
fromPartial(object: Partial<_209.LightBlock>): _209.LightBlock;
|
|
531
|
+
fromProtoMsg(message: _209.LightBlockProtoMsg): _209.LightBlock;
|
|
532
|
+
toProto(message: _209.LightBlock): Uint8Array;
|
|
533
|
+
toProtoMsg(message: _209.LightBlock): _209.LightBlockProtoMsg;
|
|
534
534
|
};
|
|
535
535
|
BlockMeta: {
|
|
536
536
|
typeUrl: "/tendermint.types.BlockMeta";
|
|
537
|
-
encode(message:
|
|
538
|
-
decode(input: import("../binary.js").BinaryReader | Uint8Array, length?: number):
|
|
539
|
-
fromJSON(object: any):
|
|
540
|
-
toJSON(message:
|
|
541
|
-
fromPartial(object: Partial<
|
|
542
|
-
fromProtoMsg(message:
|
|
543
|
-
toProto(message:
|
|
544
|
-
toProtoMsg(message:
|
|
537
|
+
encode(message: _209.BlockMeta, writer?: import("../binary.js").BinaryWriter): import("../binary.js").BinaryWriter;
|
|
538
|
+
decode(input: import("../binary.js").BinaryReader | Uint8Array, length?: number): _209.BlockMeta;
|
|
539
|
+
fromJSON(object: any): _209.BlockMeta;
|
|
540
|
+
toJSON(message: _209.BlockMeta): import("../json-safe.js").JsonSafe<_209.BlockMeta>;
|
|
541
|
+
fromPartial(object: Partial<_209.BlockMeta>): _209.BlockMeta;
|
|
542
|
+
fromProtoMsg(message: _209.BlockMetaProtoMsg): _209.BlockMeta;
|
|
543
|
+
toProto(message: _209.BlockMeta): Uint8Array;
|
|
544
|
+
toProtoMsg(message: _209.BlockMeta): _209.BlockMetaProtoMsg;
|
|
545
545
|
};
|
|
546
546
|
TxProof: {
|
|
547
547
|
typeUrl: "/tendermint.types.TxProof";
|
|
548
|
-
encode(message:
|
|
549
|
-
decode(input: import("../binary.js").BinaryReader | Uint8Array, length?: number):
|
|
550
|
-
fromJSON(object: any):
|
|
551
|
-
toJSON(message:
|
|
552
|
-
fromPartial(object: Partial<
|
|
553
|
-
fromProtoMsg(message:
|
|
554
|
-
toProto(message:
|
|
555
|
-
toProtoMsg(message:
|
|
548
|
+
encode(message: _209.TxProof, writer?: import("../binary.js").BinaryWriter): import("../binary.js").BinaryWriter;
|
|
549
|
+
decode(input: import("../binary.js").BinaryReader | Uint8Array, length?: number): _209.TxProof;
|
|
550
|
+
fromJSON(object: any): _209.TxProof;
|
|
551
|
+
toJSON(message: _209.TxProof): import("../json-safe.js").JsonSafe<_209.TxProof>;
|
|
552
|
+
fromPartial(object: Partial<_209.TxProof>): _209.TxProof;
|
|
553
|
+
fromProtoMsg(message: _209.TxProofProtoMsg): _209.TxProof;
|
|
554
|
+
toProto(message: _209.TxProof): Uint8Array;
|
|
555
|
+
toProtoMsg(message: _209.TxProof): _209.TxProofProtoMsg;
|
|
556
556
|
};
|
|
557
557
|
ConsensusParams: {
|
|
558
558
|
typeUrl: "/tendermint.types.ConsensusParams";
|
|
559
|
-
encode(message:
|
|
560
|
-
decode(input: import("../binary.js").BinaryReader | Uint8Array, length?: number):
|
|
561
|
-
fromJSON(object: any):
|
|
562
|
-
toJSON(message:
|
|
563
|
-
fromPartial(object: Partial<
|
|
564
|
-
fromProtoMsg(message:
|
|
565
|
-
toProto(message:
|
|
566
|
-
toProtoMsg(message:
|
|
559
|
+
encode(message: _208.ConsensusParams, writer?: import("../binary.js").BinaryWriter): import("../binary.js").BinaryWriter;
|
|
560
|
+
decode(input: import("../binary.js").BinaryReader | Uint8Array, length?: number): _208.ConsensusParams;
|
|
561
|
+
fromJSON(object: any): _208.ConsensusParams;
|
|
562
|
+
toJSON(message: _208.ConsensusParams): import("../json-safe.js").JsonSafe<_208.ConsensusParams>;
|
|
563
|
+
fromPartial(object: Partial<_208.ConsensusParams>): _208.ConsensusParams;
|
|
564
|
+
fromProtoMsg(message: _208.ConsensusParamsProtoMsg): _208.ConsensusParams;
|
|
565
|
+
toProto(message: _208.ConsensusParams): Uint8Array;
|
|
566
|
+
toProtoMsg(message: _208.ConsensusParams): _208.ConsensusParamsProtoMsg;
|
|
567
567
|
};
|
|
568
568
|
BlockParams: {
|
|
569
569
|
typeUrl: "/tendermint.types.BlockParams";
|
|
570
|
-
encode(message:
|
|
571
|
-
decode(input: import("../binary.js").BinaryReader | Uint8Array, length?: number):
|
|
572
|
-
fromJSON(object: any):
|
|
573
|
-
toJSON(message:
|
|
574
|
-
fromPartial(object: Partial<
|
|
575
|
-
fromProtoMsg(message:
|
|
576
|
-
toProto(message:
|
|
577
|
-
toProtoMsg(message:
|
|
570
|
+
encode(message: _208.BlockParams, writer?: import("../binary.js").BinaryWriter): import("../binary.js").BinaryWriter;
|
|
571
|
+
decode(input: import("../binary.js").BinaryReader | Uint8Array, length?: number): _208.BlockParams;
|
|
572
|
+
fromJSON(object: any): _208.BlockParams;
|
|
573
|
+
toJSON(message: _208.BlockParams): import("../json-safe.js").JsonSafe<_208.BlockParams>;
|
|
574
|
+
fromPartial(object: Partial<_208.BlockParams>): _208.BlockParams;
|
|
575
|
+
fromProtoMsg(message: _208.BlockParamsProtoMsg): _208.BlockParams;
|
|
576
|
+
toProto(message: _208.BlockParams): Uint8Array;
|
|
577
|
+
toProtoMsg(message: _208.BlockParams): _208.BlockParamsProtoMsg;
|
|
578
578
|
};
|
|
579
579
|
EvidenceParams: {
|
|
580
580
|
typeUrl: "/tendermint.types.EvidenceParams";
|
|
581
|
-
encode(message:
|
|
582
|
-
decode(input: import("../binary.js").BinaryReader | Uint8Array, length?: number):
|
|
583
|
-
fromJSON(object: any):
|
|
584
|
-
toJSON(message:
|
|
585
|
-
fromPartial(object: Partial<
|
|
586
|
-
fromProtoMsg(message:
|
|
587
|
-
toProto(message:
|
|
588
|
-
toProtoMsg(message:
|
|
581
|
+
encode(message: _208.EvidenceParams, writer?: import("../binary.js").BinaryWriter): import("../binary.js").BinaryWriter;
|
|
582
|
+
decode(input: import("../binary.js").BinaryReader | Uint8Array, length?: number): _208.EvidenceParams;
|
|
583
|
+
fromJSON(object: any): _208.EvidenceParams;
|
|
584
|
+
toJSON(message: _208.EvidenceParams): import("../json-safe.js").JsonSafe<_208.EvidenceParams>;
|
|
585
|
+
fromPartial(object: Partial<_208.EvidenceParams>): _208.EvidenceParams;
|
|
586
|
+
fromProtoMsg(message: _208.EvidenceParamsProtoMsg): _208.EvidenceParams;
|
|
587
|
+
toProto(message: _208.EvidenceParams): Uint8Array;
|
|
588
|
+
toProtoMsg(message: _208.EvidenceParams): _208.EvidenceParamsProtoMsg;
|
|
589
589
|
};
|
|
590
590
|
ValidatorParams: {
|
|
591
591
|
typeUrl: "/tendermint.types.ValidatorParams";
|
|
592
|
-
encode(message:
|
|
593
|
-
decode(input: import("../binary.js").BinaryReader | Uint8Array, length?: number):
|
|
594
|
-
fromJSON(object: any):
|
|
595
|
-
toJSON(message:
|
|
596
|
-
fromPartial(object: Partial<
|
|
597
|
-
fromProtoMsg(message:
|
|
598
|
-
toProto(message:
|
|
599
|
-
toProtoMsg(message:
|
|
592
|
+
encode(message: _208.ValidatorParams, writer?: import("../binary.js").BinaryWriter): import("../binary.js").BinaryWriter;
|
|
593
|
+
decode(input: import("../binary.js").BinaryReader | Uint8Array, length?: number): _208.ValidatorParams;
|
|
594
|
+
fromJSON(object: any): _208.ValidatorParams;
|
|
595
|
+
toJSON(message: _208.ValidatorParams): import("../json-safe.js").JsonSafe<_208.ValidatorParams>;
|
|
596
|
+
fromPartial(object: Partial<_208.ValidatorParams>): _208.ValidatorParams;
|
|
597
|
+
fromProtoMsg(message: _208.ValidatorParamsProtoMsg): _208.ValidatorParams;
|
|
598
|
+
toProto(message: _208.ValidatorParams): Uint8Array;
|
|
599
|
+
toProtoMsg(message: _208.ValidatorParams): _208.ValidatorParamsProtoMsg;
|
|
600
600
|
};
|
|
601
601
|
VersionParams: {
|
|
602
602
|
typeUrl: "/tendermint.types.VersionParams";
|
|
603
|
-
encode(message:
|
|
604
|
-
decode(input: import("../binary.js").BinaryReader | Uint8Array, length?: number):
|
|
605
|
-
fromJSON(object: any):
|
|
606
|
-
toJSON(message:
|
|
607
|
-
fromPartial(object: Partial<
|
|
608
|
-
fromProtoMsg(message:
|
|
609
|
-
toProto(message:
|
|
610
|
-
toProtoMsg(message:
|
|
603
|
+
encode(message: _208.VersionParams, writer?: import("../binary.js").BinaryWriter): import("../binary.js").BinaryWriter;
|
|
604
|
+
decode(input: import("../binary.js").BinaryReader | Uint8Array, length?: number): _208.VersionParams;
|
|
605
|
+
fromJSON(object: any): _208.VersionParams;
|
|
606
|
+
toJSON(message: _208.VersionParams): import("../json-safe.js").JsonSafe<_208.VersionParams>;
|
|
607
|
+
fromPartial(object: Partial<_208.VersionParams>): _208.VersionParams;
|
|
608
|
+
fromProtoMsg(message: _208.VersionParamsProtoMsg): _208.VersionParams;
|
|
609
|
+
toProto(message: _208.VersionParams): Uint8Array;
|
|
610
|
+
toProtoMsg(message: _208.VersionParams): _208.VersionParamsProtoMsg;
|
|
611
611
|
};
|
|
612
612
|
HashedParams: {
|
|
613
613
|
typeUrl: "/tendermint.types.HashedParams";
|
|
614
|
-
encode(message:
|
|
615
|
-
decode(input: import("../binary.js").BinaryReader | Uint8Array, length?: number):
|
|
616
|
-
fromJSON(object: any):
|
|
617
|
-
toJSON(message:
|
|
618
|
-
fromPartial(object: Partial<
|
|
619
|
-
fromProtoMsg(message:
|
|
620
|
-
toProto(message:
|
|
621
|
-
toProtoMsg(message:
|
|
614
|
+
encode(message: _208.HashedParams, writer?: import("../binary.js").BinaryWriter): import("../binary.js").BinaryWriter;
|
|
615
|
+
decode(input: import("../binary.js").BinaryReader | Uint8Array, length?: number): _208.HashedParams;
|
|
616
|
+
fromJSON(object: any): _208.HashedParams;
|
|
617
|
+
toJSON(message: _208.HashedParams): import("../json-safe.js").JsonSafe<_208.HashedParams>;
|
|
618
|
+
fromPartial(object: Partial<_208.HashedParams>): _208.HashedParams;
|
|
619
|
+
fromProtoMsg(message: _208.HashedParamsProtoMsg): _208.HashedParams;
|
|
620
|
+
toProto(message: _208.HashedParams): Uint8Array;
|
|
621
|
+
toProtoMsg(message: _208.HashedParams): _208.HashedParamsProtoMsg;
|
|
622
622
|
};
|
|
623
623
|
Evidence: {
|
|
624
624
|
typeUrl: "/tendermint.types.Evidence";
|
|
625
|
-
encode(message:
|
|
626
|
-
decode(input: import("../binary.js").BinaryReader | Uint8Array, length?: number):
|
|
627
|
-
fromJSON(object: any):
|
|
628
|
-
toJSON(message:
|
|
629
|
-
fromPartial(object: Partial<
|
|
630
|
-
fromProtoMsg(message:
|
|
631
|
-
toProto(message:
|
|
632
|
-
toProtoMsg(message:
|
|
625
|
+
encode(message: _207.Evidence, writer?: import("../binary.js").BinaryWriter): import("../binary.js").BinaryWriter;
|
|
626
|
+
decode(input: import("../binary.js").BinaryReader | Uint8Array, length?: number): _207.Evidence;
|
|
627
|
+
fromJSON(object: any): _207.Evidence;
|
|
628
|
+
toJSON(message: _207.Evidence): import("../json-safe.js").JsonSafe<_207.Evidence>;
|
|
629
|
+
fromPartial(object: Partial<_207.Evidence>): _207.Evidence;
|
|
630
|
+
fromProtoMsg(message: _207.EvidenceProtoMsg): _207.Evidence;
|
|
631
|
+
toProto(message: _207.Evidence): Uint8Array;
|
|
632
|
+
toProtoMsg(message: _207.Evidence): _207.EvidenceProtoMsg;
|
|
633
633
|
};
|
|
634
634
|
DuplicateVoteEvidence: {
|
|
635
635
|
typeUrl: "/tendermint.types.DuplicateVoteEvidence";
|
|
636
|
-
encode(message:
|
|
637
|
-
decode(input: import("../binary.js").BinaryReader | Uint8Array, length?: number):
|
|
638
|
-
fromJSON(object: any):
|
|
639
|
-
toJSON(message:
|
|
640
|
-
fromPartial(object: Partial<
|
|
641
|
-
fromProtoMsg(message:
|
|
642
|
-
toProto(message:
|
|
643
|
-
toProtoMsg(message:
|
|
636
|
+
encode(message: _207.DuplicateVoteEvidence, writer?: import("../binary.js").BinaryWriter): import("../binary.js").BinaryWriter;
|
|
637
|
+
decode(input: import("../binary.js").BinaryReader | Uint8Array, length?: number): _207.DuplicateVoteEvidence;
|
|
638
|
+
fromJSON(object: any): _207.DuplicateVoteEvidence;
|
|
639
|
+
toJSON(message: _207.DuplicateVoteEvidence): import("../json-safe.js").JsonSafe<_207.DuplicateVoteEvidence>;
|
|
640
|
+
fromPartial(object: Partial<_207.DuplicateVoteEvidence>): _207.DuplicateVoteEvidence;
|
|
641
|
+
fromProtoMsg(message: _207.DuplicateVoteEvidenceProtoMsg): _207.DuplicateVoteEvidence;
|
|
642
|
+
toProto(message: _207.DuplicateVoteEvidence): Uint8Array;
|
|
643
|
+
toProtoMsg(message: _207.DuplicateVoteEvidence): _207.DuplicateVoteEvidenceProtoMsg;
|
|
644
644
|
};
|
|
645
645
|
LightClientAttackEvidence: {
|
|
646
646
|
typeUrl: "/tendermint.types.LightClientAttackEvidence";
|
|
647
|
-
encode(message:
|
|
648
|
-
decode(input: import("../binary.js").BinaryReader | Uint8Array, length?: number):
|
|
649
|
-
fromJSON(object: any):
|
|
650
|
-
toJSON(message:
|
|
651
|
-
fromPartial(object: Partial<
|
|
652
|
-
fromProtoMsg(message:
|
|
653
|
-
toProto(message:
|
|
654
|
-
toProtoMsg(message:
|
|
647
|
+
encode(message: _207.LightClientAttackEvidence, writer?: import("../binary.js").BinaryWriter): import("../binary.js").BinaryWriter;
|
|
648
|
+
decode(input: import("../binary.js").BinaryReader | Uint8Array, length?: number): _207.LightClientAttackEvidence;
|
|
649
|
+
fromJSON(object: any): _207.LightClientAttackEvidence;
|
|
650
|
+
toJSON(message: _207.LightClientAttackEvidence): import("../json-safe.js").JsonSafe<_207.LightClientAttackEvidence>;
|
|
651
|
+
fromPartial(object: Partial<_207.LightClientAttackEvidence>): _207.LightClientAttackEvidence;
|
|
652
|
+
fromProtoMsg(message: _207.LightClientAttackEvidenceProtoMsg): _207.LightClientAttackEvidence;
|
|
653
|
+
toProto(message: _207.LightClientAttackEvidence): Uint8Array;
|
|
654
|
+
toProtoMsg(message: _207.LightClientAttackEvidence): _207.LightClientAttackEvidenceProtoMsg;
|
|
655
655
|
};
|
|
656
656
|
EvidenceList: {
|
|
657
657
|
typeUrl: "/tendermint.types.EvidenceList";
|
|
658
|
-
encode(message:
|
|
659
|
-
decode(input: import("../binary.js").BinaryReader | Uint8Array, length?: number):
|
|
660
|
-
fromJSON(object: any):
|
|
661
|
-
toJSON(message:
|
|
662
|
-
fromPartial(object: Partial<
|
|
663
|
-
fromProtoMsg(message:
|
|
664
|
-
toProto(message:
|
|
665
|
-
toProtoMsg(message:
|
|
658
|
+
encode(message: _207.EvidenceList, writer?: import("../binary.js").BinaryWriter): import("../binary.js").BinaryWriter;
|
|
659
|
+
decode(input: import("../binary.js").BinaryReader | Uint8Array, length?: number): _207.EvidenceList;
|
|
660
|
+
fromJSON(object: any): _207.EvidenceList;
|
|
661
|
+
toJSON(message: _207.EvidenceList): import("../json-safe.js").JsonSafe<_207.EvidenceList>;
|
|
662
|
+
fromPartial(object: Partial<_207.EvidenceList>): _207.EvidenceList;
|
|
663
|
+
fromProtoMsg(message: _207.EvidenceListProtoMsg): _207.EvidenceList;
|
|
664
|
+
toProto(message: _207.EvidenceList): Uint8Array;
|
|
665
|
+
toProtoMsg(message: _207.EvidenceList): _207.EvidenceListProtoMsg;
|
|
666
666
|
};
|
|
667
667
|
Block: {
|
|
668
668
|
typeUrl: "/tendermint.types.Block";
|
|
669
|
-
encode(message:
|
|
670
|
-
decode(input: import("../binary.js").BinaryReader | Uint8Array, length?: number):
|
|
671
|
-
fromJSON(object: any):
|
|
672
|
-
toJSON(message:
|
|
673
|
-
fromPartial(object: Partial<
|
|
674
|
-
fromProtoMsg(message:
|
|
675
|
-
toProto(message:
|
|
676
|
-
toProtoMsg(message:
|
|
669
|
+
encode(message: _206.Block, writer?: import("../binary.js").BinaryWriter): import("../binary.js").BinaryWriter;
|
|
670
|
+
decode(input: import("../binary.js").BinaryReader | Uint8Array, length?: number): _206.Block;
|
|
671
|
+
fromJSON(object: any): _206.Block;
|
|
672
|
+
toJSON(message: _206.Block): import("../json-safe.js").JsonSafe<_206.Block>;
|
|
673
|
+
fromPartial(object: Partial<_206.Block>): _206.Block;
|
|
674
|
+
fromProtoMsg(message: _206.BlockProtoMsg): _206.Block;
|
|
675
|
+
toProto(message: _206.Block): Uint8Array;
|
|
676
|
+
toProtoMsg(message: _206.Block): _206.BlockProtoMsg;
|
|
677
677
|
};
|
|
678
678
|
};
|
|
679
679
|
const version: {
|
|
680
680
|
App: {
|
|
681
681
|
typeUrl: "/tendermint.version.App";
|
|
682
|
-
encode(message:
|
|
683
|
-
decode(input: import("../binary.js").BinaryReader | Uint8Array, length?: number):
|
|
684
|
-
fromJSON(object: any):
|
|
685
|
-
toJSON(message:
|
|
686
|
-
fromPartial(object: Partial<
|
|
687
|
-
fromProtoMsg(message:
|
|
688
|
-
toProto(message:
|
|
689
|
-
toProtoMsg(message:
|
|
682
|
+
encode(message: _211.App, writer?: import("../binary.js").BinaryWriter): import("../binary.js").BinaryWriter;
|
|
683
|
+
decode(input: import("../binary.js").BinaryReader | Uint8Array, length?: number): _211.App;
|
|
684
|
+
fromJSON(object: any): _211.App;
|
|
685
|
+
toJSON(message: _211.App): import("../json-safe.js").JsonSafe<_211.App>;
|
|
686
|
+
fromPartial(object: Partial<_211.App>): _211.App;
|
|
687
|
+
fromProtoMsg(message: _211.AppProtoMsg): _211.App;
|
|
688
|
+
toProto(message: _211.App): Uint8Array;
|
|
689
|
+
toProtoMsg(message: _211.App): _211.AppProtoMsg;
|
|
690
690
|
};
|
|
691
691
|
Consensus: {
|
|
692
692
|
typeUrl: "/tendermint.version.Consensus";
|
|
693
|
-
encode(message:
|
|
694
|
-
decode(input: import("../binary.js").BinaryReader | Uint8Array, length?: number):
|
|
695
|
-
fromJSON(object: any):
|
|
696
|
-
toJSON(message:
|
|
697
|
-
fromPartial(object: Partial<
|
|
698
|
-
fromProtoMsg(message:
|
|
699
|
-
toProto(message:
|
|
700
|
-
toProtoMsg(message:
|
|
693
|
+
encode(message: _211.Consensus, writer?: import("../binary.js").BinaryWriter): import("../binary.js").BinaryWriter;
|
|
694
|
+
decode(input: import("../binary.js").BinaryReader | Uint8Array, length?: number): _211.Consensus;
|
|
695
|
+
fromJSON(object: any): _211.Consensus;
|
|
696
|
+
toJSON(message: _211.Consensus): import("../json-safe.js").JsonSafe<_211.Consensus>;
|
|
697
|
+
fromPartial(object: Partial<_211.Consensus>): _211.Consensus;
|
|
698
|
+
fromProtoMsg(message: _211.ConsensusProtoMsg): _211.Consensus;
|
|
699
|
+
toProto(message: _211.Consensus): Uint8Array;
|
|
700
|
+
toProtoMsg(message: _211.Consensus): _211.ConsensusProtoMsg;
|
|
701
701
|
};
|
|
702
702
|
};
|
|
703
703
|
}
|