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