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