@sparkdreamnft/sparkdreamjs 0.0.8 → 0.0.10
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/cosmos/bundle.d.ts +160 -160
- package/cosmos/bundle.js +182 -182
- package/esm/cosmos/bundle.js +182 -182
- package/esm/ibc/bundle.js +76 -76
- package/esm/sparkdream/blog/v1/params.js +25 -1
- package/esm/sparkdream/blog/v1/post.js +16 -1
- package/esm/sparkdream/blog/v1/query.js +165 -0
- package/esm/sparkdream/blog/v1/query.lcd.js +11 -0
- package/esm/sparkdream/blog/v1/query.rpc.Query.js +10 -1
- package/esm/sparkdream/blog/v1/tx.js +32 -2
- package/esm/sparkdream/bundle.js +367 -327
- package/esm/sparkdream/client.js +4 -1
- package/esm/sparkdream/collect/v1/curator_activity.js +158 -0
- package/esm/sparkdream/collect/v1/genesis.js +12 -11
- package/esm/sparkdream/collect/v1/params.js +37 -1
- package/esm/sparkdream/collect/v1/query.js +201 -186
- package/esm/sparkdream/collect/v1/query.lcd.js +16 -16
- package/esm/sparkdream/collect/v1/query.rpc.Query.js +19 -19
- package/esm/sparkdream/collect/v1/tx.amino.js +1 -11
- package/esm/sparkdream/collect/v1/tx.js +0 -258
- package/esm/sparkdream/collect/v1/tx.registry.js +2 -38
- package/esm/sparkdream/collect/v1/tx.rpc.msg.js +3 -14
- package/esm/sparkdream/collect/v1/types.js +50 -143
- package/esm/sparkdream/{forum → commons}/v1/category.js +7 -5
- package/esm/sparkdream/commons/v1/genesis.js +29 -1
- package/esm/sparkdream/commons/v1/query.js +292 -0
- package/esm/sparkdream/commons/v1/query.lcd.js +18 -0
- package/esm/sparkdream/commons/v1/query.rpc.Query.js +21 -1
- package/esm/sparkdream/commons/v1/tx.amino.js +6 -1
- package/esm/sparkdream/commons/v1/tx.js +193 -0
- package/esm/sparkdream/commons/v1/tx.registry.js +20 -2
- package/esm/sparkdream/commons/v1/tx.rpc.msg.js +8 -1
- package/esm/sparkdream/federation/module/v1/module.js +71 -0
- package/esm/sparkdream/federation/v1/genesis.js +245 -0
- package/esm/sparkdream/federation/v1/packet.js +810 -0
- package/esm/sparkdream/federation/v1/params.js +789 -0
- package/esm/sparkdream/federation/v1/query.js +2479 -0
- package/esm/sparkdream/federation/v1/query.lcd.js +142 -0
- package/esm/sparkdream/federation/v1/query.rpc.Query.js +181 -0
- package/esm/sparkdream/federation/v1/tx.amino.js +129 -0
- package/esm/sparkdream/federation/v1/tx.js +3929 -0
- package/esm/sparkdream/federation/v1/tx.registry.js +465 -0
- package/esm/sparkdream/federation/v1/tx.rpc.msg.js +163 -0
- package/esm/sparkdream/federation/v1/types.js +2266 -0
- package/esm/sparkdream/federation/v1/verifier_activity.js +194 -0
- package/esm/sparkdream/forum/v1/genesis.js +26 -250
- package/esm/sparkdream/forum/v1/params.js +146 -2
- package/esm/sparkdream/forum/v1/query.js +2084 -7387
- package/esm/sparkdream/forum/v1/query.lcd.js +0 -310
- package/esm/sparkdream/forum/v1/query.rpc.Query.js +1 -339
- package/esm/sparkdream/forum/v1/sentinel_activity.js +46 -139
- package/esm/sparkdream/forum/v1/tx.amino.js +1 -76
- package/esm/sparkdream/forum/v1/tx.js +333 -2628
- package/esm/sparkdream/forum/v1/tx.registry.js +2 -272
- package/esm/sparkdream/forum/v1/tx.rpc.msg.js +1 -91
- package/esm/sparkdream/forum/v1/types.js +0 -216
- package/esm/sparkdream/futarchy/v1/market.js +13 -1
- package/esm/sparkdream/lcd.js +5 -0
- package/esm/sparkdream/rep/v1/accountability.js +172 -0
- package/esm/sparkdream/rep/v1/bonded_role.js +446 -0
- package/esm/sparkdream/rep/v1/genesis.js +224 -1
- package/esm/sparkdream/{forum → rep}/v1/gov_action_appeal.js +4 -4
- package/esm/sparkdream/{forum → rep}/v1/jury_participation.js +4 -4
- package/esm/sparkdream/rep/v1/member.js +25 -1
- package/esm/sparkdream/{forum → rep}/v1/member_report.js +102 -5
- package/esm/sparkdream/{forum → rep}/v1/member_warning.js +4 -4
- package/esm/sparkdream/rep/v1/params.js +782 -254
- package/esm/sparkdream/rep/v1/project.js +13 -1
- package/esm/sparkdream/rep/v1/query.js +5251 -0
- package/esm/sparkdream/rep/v1/query.lcd.js +293 -0
- package/esm/sparkdream/rep/v1/query.rpc.Query.js +334 -1
- package/esm/sparkdream/{common → rep}/v1/reserved_tag.js +5 -5
- package/esm/sparkdream/{common → rep}/v1/tag.js +6 -6
- package/esm/sparkdream/{forum → rep}/v1/tag_budget.js +4 -4
- package/esm/sparkdream/{forum → rep}/v1/tag_budget_award.js +4 -4
- package/esm/sparkdream/{forum → rep}/v1/tag_report.js +4 -4
- package/esm/sparkdream/rep/v1/tx.amino.js +81 -1
- package/esm/sparkdream/rep/v1/tx.js +2467 -0
- package/esm/sparkdream/rep/v1/tx.registry.js +290 -2
- package/esm/sparkdream/rep/v1/tx.rpc.msg.js +104 -1
- package/esm/sparkdream/rpc.query.js +3 -0
- package/esm/sparkdream/rpc.tx.js +3 -0
- package/esm/sparkdream/season/v1/enums.js +10 -0
- package/esm/sparkdream/season/v1/params.js +94 -46
- package/esm/sparkdream/shield/v1/types.js +47 -5
- package/esm/tendermint/bundle.js +20 -20
- package/ibc/bundle.d.ts +90 -90
- package/ibc/bundle.js +76 -76
- package/package.json +1 -1
- package/sparkdream/blog/v1/params.d.ts +16 -0
- package/sparkdream/blog/v1/params.js +25 -1
- package/sparkdream/blog/v1/post.d.ts +8 -0
- package/sparkdream/blog/v1/post.js +16 -1
- package/sparkdream/blog/v1/query.d.ts +92 -0
- package/sparkdream/blog/v1/query.js +166 -1
- package/sparkdream/blog/v1/query.lcd.d.ts +2 -1
- package/sparkdream/blog/v1/query.lcd.js +11 -0
- package/sparkdream/blog/v1/query.rpc.Query.d.ts +5 -1
- package/sparkdream/blog/v1/query.rpc.Query.js +9 -0
- package/sparkdream/blog/v1/tx.d.ts +16 -0
- package/sparkdream/blog/v1/tx.js +32 -2
- package/sparkdream/bundle.d.ts +14529 -12577
- package/sparkdream/bundle.js +367 -327
- package/sparkdream/client.d.ts +192 -67
- package/sparkdream/client.js +4 -1
- package/sparkdream/collect/v1/curator_activity.d.ts +123 -0
- package/sparkdream/collect/v1/curator_activity.js +161 -0
- package/sparkdream/collect/v1/genesis.d.ts +4 -3
- package/sparkdream/collect/v1/genesis.js +11 -10
- package/sparkdream/collect/v1/params.d.ts +32 -0
- package/sparkdream/collect/v1/params.js +37 -1
- package/sparkdream/collect/v1/query.d.ts +142 -133
- package/sparkdream/collect/v1/query.js +201 -186
- package/sparkdream/collect/v1/query.lcd.d.ts +3 -3
- package/sparkdream/collect/v1/query.lcd.js +16 -16
- package/sparkdream/collect/v1/query.rpc.Query.d.ts +13 -7
- package/sparkdream/collect/v1/query.rpc.Query.js +18 -18
- package/sparkdream/collect/v1/tx.amino.d.ts +1 -11
- package/sparkdream/collect/v1/tx.amino.js +0 -10
- package/sparkdream/collect/v1/tx.d.ts +0 -162
- package/sparkdream/collect/v1/tx.js +2 -260
- package/sparkdream/collect/v1/tx.registry.d.ts +1 -25
- package/sparkdream/collect/v1/tx.registry.js +1 -37
- package/sparkdream/collect/v1/tx.rpc.msg.d.ts +5 -5
- package/sparkdream/collect/v1/tx.rpc.msg.js +2 -13
- package/sparkdream/collect/v1/types.d.ts +26 -56
- package/sparkdream/collect/v1/types.js +51 -144
- package/sparkdream/{forum → commons}/v1/category.d.ts +17 -11
- package/sparkdream/{forum → commons}/v1/category.js +7 -5
- package/sparkdream/commons/v1/genesis.d.ts +17 -0
- package/sparkdream/commons/v1/genesis.js +29 -1
- package/sparkdream/commons/v1/query.d.ts +179 -0
- package/sparkdream/commons/v1/query.js +293 -1
- package/sparkdream/commons/v1/query.lcd.d.ts +3 -1
- package/sparkdream/commons/v1/query.lcd.js +18 -0
- package/sparkdream/commons/v1/query.rpc.Query.d.ts +9 -1
- package/sparkdream/commons/v1/query.rpc.Query.js +20 -0
- package/sparkdream/commons/v1/tx.amino.d.ts +6 -1
- package/sparkdream/commons/v1/tx.amino.js +5 -0
- package/sparkdream/commons/v1/tx.d.ts +98 -0
- package/sparkdream/commons/v1/tx.js +194 -1
- package/sparkdream/commons/v1/tx.registry.d.ts +13 -1
- package/sparkdream/commons/v1/tx.registry.js +19 -1
- package/sparkdream/commons/v1/tx.rpc.msg.d.ts +7 -1
- package/sparkdream/commons/v1/tx.rpc.msg.js +7 -0
- package/sparkdream/federation/module/v1/module.d.ts +54 -0
- package/sparkdream/federation/module/v1/module.js +74 -0
- package/sparkdream/federation/v1/genesis.d.ts +79 -0
- package/sparkdream/federation/v1/genesis.js +248 -0
- package/sparkdream/federation/v1/packet.d.ts +397 -0
- package/sparkdream/federation/v1/packet.js +813 -0
- package/sparkdream/federation/v1/params.d.ts +272 -0
- package/sparkdream/federation/v1/params.js +792 -0
- package/sparkdream/federation/v1/query.d.ts +1458 -0
- package/sparkdream/federation/v1/query.js +2482 -0
- package/sparkdream/federation/v1/query.lcd.d.ts +25 -0
- package/sparkdream/federation/v1/query.lcd.js +146 -0
- package/sparkdream/federation/v1/query.rpc.Query.d.ts +69 -0
- package/sparkdream/federation/v1/query.rpc.Query.js +186 -0
- package/sparkdream/federation/v1/tx.amino.d.ts +128 -0
- package/sparkdream/federation/v1/tx.amino.js +132 -0
- package/sparkdream/federation/v1/tx.d.ts +2147 -0
- package/sparkdream/federation/v1/tx.js +3932 -0
- package/sparkdream/federation/v1/tx.registry.d.ts +313 -0
- package/sparkdream/federation/v1/tx.registry.js +469 -0
- package/sparkdream/federation/v1/tx.rpc.msg.d.ts +65 -0
- package/sparkdream/federation/v1/tx.rpc.msg.js +168 -0
- package/sparkdream/federation/v1/types.d.ts +810 -0
- package/sparkdream/federation/v1/types.js +2281 -0
- package/sparkdream/federation/v1/verifier_activity.d.ts +113 -0
- package/sparkdream/federation/v1/verifier_activity.js +197 -0
- package/sparkdream/forum/v1/genesis.d.ts +0 -41
- package/sparkdream/forum/v1/genesis.js +26 -250
- package/sparkdream/forum/v1/params.d.ts +112 -0
- package/sparkdream/forum/v1/params.js +146 -2
- package/sparkdream/forum/v1/query.d.ts +65 -3164
- package/sparkdream/forum/v1/query.js +2086 -7391
- package/sparkdream/forum/v1/query.lcd.d.ts +1 -35
- package/sparkdream/forum/v1/query.lcd.js +0 -310
- package/sparkdream/forum/v1/query.rpc.Query.d.ts +1 -137
- package/sparkdream/forum/v1/query.rpc.Query.js +0 -338
- package/sparkdream/forum/v1/sentinel_activity.d.ts +9 -20
- package/sparkdream/forum/v1/sentinel_activity.js +46 -139
- package/sparkdream/forum/v1/tx.amino.d.ts +1 -76
- package/sparkdream/forum/v1/tx.amino.js +0 -75
- package/sparkdream/forum/v1/tx.d.ts +85 -1445
- package/sparkdream/forum/v1/tx.js +335 -2630
- package/sparkdream/forum/v1/tx.registry.d.ts +1 -181
- package/sparkdream/forum/v1/tx.registry.js +1 -271
- package/sparkdream/forum/v1/tx.rpc.msg.d.ts +1 -46
- package/sparkdream/forum/v1/tx.rpc.msg.js +0 -90
- package/sparkdream/forum/v1/types.d.ts +0 -50
- package/sparkdream/forum/v1/types.js +1 -225
- package/sparkdream/futarchy/v1/market.d.ts +14 -0
- package/sparkdream/futarchy/v1/market.js +13 -1
- package/sparkdream/lcd.d.ts +3 -0
- package/sparkdream/lcd.js +5 -0
- package/sparkdream/rep/v1/accountability.d.ts +39 -0
- package/sparkdream/rep/v1/accountability.js +181 -0
- package/sparkdream/rep/v1/bonded_role.d.ts +330 -0
- package/sparkdream/rep/v1/bonded_role.js +453 -0
- package/sparkdream/rep/v1/genesis.d.ts +70 -0
- package/sparkdream/rep/v1/genesis.js +224 -1
- package/sparkdream/{forum → rep}/v1/gov_action_appeal.d.ts +9 -9
- package/sparkdream/{forum → rep}/v1/gov_action_appeal.js +4 -4
- package/sparkdream/{forum → rep}/v1/jury_participation.d.ts +8 -8
- package/sparkdream/{forum → rep}/v1/jury_participation.js +4 -4
- package/sparkdream/rep/v1/member.d.ts +16 -0
- package/sparkdream/rep/v1/member.js +25 -1
- package/sparkdream/rep/v1/member_report.d.ts +128 -0
- package/sparkdream/{forum → rep}/v1/member_report.js +103 -6
- package/sparkdream/{forum → rep}/v1/member_warning.d.ts +8 -8
- package/sparkdream/{forum → rep}/v1/member_warning.js +4 -4
- package/sparkdream/rep/v1/params.d.ts +352 -8
- package/sparkdream/rep/v1/params.js +782 -254
- package/sparkdream/rep/v1/project.d.ts +10 -0
- package/sparkdream/rep/v1/project.js +13 -1
- package/sparkdream/rep/v1/query.d.ts +4222 -1156
- package/sparkdream/rep/v1/query.js +5254 -1
- package/sparkdream/rep/v1/query.lcd.d.ts +35 -1
- package/sparkdream/rep/v1/query.lcd.js +293 -0
- package/sparkdream/rep/v1/query.rpc.Query.d.ts +140 -1
- package/sparkdream/rep/v1/query.rpc.Query.js +333 -0
- package/sparkdream/{common → rep}/v1/reserved_tag.d.ts +11 -11
- package/sparkdream/{common → rep}/v1/reserved_tag.js +5 -5
- package/sparkdream/{common → rep}/v1/tag.d.ts +14 -14
- package/sparkdream/{common → rep}/v1/tag.js +6 -6
- package/sparkdream/{forum → rep}/v1/tag_budget.d.ts +8 -8
- package/sparkdream/{forum → rep}/v1/tag_budget.js +4 -4
- package/sparkdream/{forum → rep}/v1/tag_budget_award.d.ts +8 -8
- package/sparkdream/{forum → rep}/v1/tag_budget_award.js +4 -4
- package/sparkdream/{forum → rep}/v1/tag_report.d.ts +8 -8
- package/sparkdream/{forum → rep}/v1/tag_report.js +4 -4
- package/sparkdream/rep/v1/tx.amino.d.ts +81 -1
- package/sparkdream/rep/v1/tx.amino.js +80 -0
- package/sparkdream/rep/v1/tx.d.ts +1484 -0
- package/sparkdream/rep/v1/tx.js +2468 -1
- package/sparkdream/rep/v1/tx.registry.d.ts +193 -1
- package/sparkdream/rep/v1/tx.registry.js +289 -1
- package/sparkdream/rep/v1/tx.rpc.msg.d.ts +64 -1
- package/sparkdream/rep/v1/tx.rpc.msg.js +103 -0
- package/sparkdream/rpc.query.d.ts +60 -36
- package/sparkdream/rpc.query.js +3 -0
- package/sparkdream/rpc.tx.d.ts +3 -0
- package/sparkdream/rpc.tx.js +3 -0
- package/sparkdream/season/v1/enums.d.ts +5 -0
- package/sparkdream/season/v1/enums.js +10 -0
- package/sparkdream/season/v1/params.d.ts +36 -4
- package/sparkdream/season/v1/params.js +94 -46
- package/sparkdream/shield/v1/types.d.ts +28 -0
- package/sparkdream/shield/v1/types.js +47 -5
- package/tendermint/bundle.d.ts +844 -844
- package/tendermint/bundle.js +20 -20
- package/esm/sparkdream/forum/v1/member_salvation_status.js +0 -119
- package/sparkdream/forum/v1/member_report.d.ts +0 -67
- package/sparkdream/forum/v1/member_salvation_status.d.ts +0 -54
- package/sparkdream/forum/v1/member_salvation_status.js +0 -122
package/tendermint/bundle.d.ts
CHANGED
|
@@ -1,1122 +1,1122 @@
|
|
|
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
|
|
1
|
+
import * as _330 from "./abci/types";
|
|
2
|
+
import * as _331 from "./crypto/keys";
|
|
3
|
+
import * as _332 from "./crypto/proof";
|
|
4
|
+
import * as _333 from "./p2p/types";
|
|
5
|
+
import * as _334 from "./types/block";
|
|
6
|
+
import * as _335 from "./types/evidence";
|
|
7
|
+
import * as _336 from "./types/params";
|
|
8
|
+
import * as _337 from "./types/types";
|
|
9
|
+
import * as _338 from "./types/validator";
|
|
10
|
+
import * as _339 from "./version/types";
|
|
11
11
|
export declare namespace tendermint {
|
|
12
12
|
const abci: {
|
|
13
|
-
checkTxTypeFromJSON(object: any):
|
|
14
|
-
checkTxTypeToJSON(object:
|
|
15
|
-
responseOfferSnapshot_ResultFromJSON(object: any):
|
|
16
|
-
responseOfferSnapshot_ResultToJSON(object:
|
|
17
|
-
responseApplySnapshotChunk_ResultFromJSON(object: any):
|
|
18
|
-
responseApplySnapshotChunk_ResultToJSON(object:
|
|
19
|
-
responseProcessProposal_ProposalStatusFromJSON(object: any):
|
|
20
|
-
responseProcessProposal_ProposalStatusToJSON(object:
|
|
21
|
-
responseVerifyVoteExtension_VerifyStatusFromJSON(object: any):
|
|
22
|
-
responseVerifyVoteExtension_VerifyStatusToJSON(object:
|
|
23
|
-
misbehaviorTypeFromJSON(object: any):
|
|
24
|
-
misbehaviorTypeToJSON(object:
|
|
25
|
-
CheckTxType: typeof
|
|
26
|
-
CheckTxTypeAmino: typeof
|
|
27
|
-
ResponseOfferSnapshot_Result: typeof
|
|
28
|
-
ResponseOfferSnapshot_ResultAmino: typeof
|
|
29
|
-
ResponseApplySnapshotChunk_Result: typeof
|
|
30
|
-
ResponseApplySnapshotChunk_ResultAmino: typeof
|
|
31
|
-
ResponseProcessProposal_ProposalStatus: typeof
|
|
32
|
-
ResponseProcessProposal_ProposalStatusAmino: typeof
|
|
33
|
-
ResponseVerifyVoteExtension_VerifyStatus: typeof
|
|
34
|
-
ResponseVerifyVoteExtension_VerifyStatusAmino: typeof
|
|
35
|
-
MisbehaviorType: typeof
|
|
36
|
-
MisbehaviorTypeAmino: typeof
|
|
13
|
+
checkTxTypeFromJSON(object: any): _330.CheckTxType;
|
|
14
|
+
checkTxTypeToJSON(object: _330.CheckTxType): string;
|
|
15
|
+
responseOfferSnapshot_ResultFromJSON(object: any): _330.ResponseOfferSnapshot_Result;
|
|
16
|
+
responseOfferSnapshot_ResultToJSON(object: _330.ResponseOfferSnapshot_Result): string;
|
|
17
|
+
responseApplySnapshotChunk_ResultFromJSON(object: any): _330.ResponseApplySnapshotChunk_Result;
|
|
18
|
+
responseApplySnapshotChunk_ResultToJSON(object: _330.ResponseApplySnapshotChunk_Result): string;
|
|
19
|
+
responseProcessProposal_ProposalStatusFromJSON(object: any): _330.ResponseProcessProposal_ProposalStatus;
|
|
20
|
+
responseProcessProposal_ProposalStatusToJSON(object: _330.ResponseProcessProposal_ProposalStatus): string;
|
|
21
|
+
responseVerifyVoteExtension_VerifyStatusFromJSON(object: any): _330.ResponseVerifyVoteExtension_VerifyStatus;
|
|
22
|
+
responseVerifyVoteExtension_VerifyStatusToJSON(object: _330.ResponseVerifyVoteExtension_VerifyStatus): string;
|
|
23
|
+
misbehaviorTypeFromJSON(object: any): _330.MisbehaviorType;
|
|
24
|
+
misbehaviorTypeToJSON(object: _330.MisbehaviorType): string;
|
|
25
|
+
CheckTxType: typeof _330.CheckTxType;
|
|
26
|
+
CheckTxTypeAmino: typeof _330.CheckTxType;
|
|
27
|
+
ResponseOfferSnapshot_Result: typeof _330.ResponseOfferSnapshot_Result;
|
|
28
|
+
ResponseOfferSnapshot_ResultAmino: typeof _330.ResponseOfferSnapshot_Result;
|
|
29
|
+
ResponseApplySnapshotChunk_Result: typeof _330.ResponseApplySnapshotChunk_Result;
|
|
30
|
+
ResponseApplySnapshotChunk_ResultAmino: typeof _330.ResponseApplySnapshotChunk_Result;
|
|
31
|
+
ResponseProcessProposal_ProposalStatus: typeof _330.ResponseProcessProposal_ProposalStatus;
|
|
32
|
+
ResponseProcessProposal_ProposalStatusAmino: typeof _330.ResponseProcessProposal_ProposalStatus;
|
|
33
|
+
ResponseVerifyVoteExtension_VerifyStatus: typeof _330.ResponseVerifyVoteExtension_VerifyStatus;
|
|
34
|
+
ResponseVerifyVoteExtension_VerifyStatusAmino: typeof _330.ResponseVerifyVoteExtension_VerifyStatus;
|
|
35
|
+
MisbehaviorType: typeof _330.MisbehaviorType;
|
|
36
|
+
MisbehaviorTypeAmino: typeof _330.MisbehaviorType;
|
|
37
37
|
Request: {
|
|
38
38
|
typeUrl: string;
|
|
39
|
-
encode(message:
|
|
40
|
-
decode(input: import("..").BinaryReader | Uint8Array, length?: number):
|
|
41
|
-
fromPartial(object: import("../helpers").DeepPartial<
|
|
42
|
-
fromAmino(object:
|
|
43
|
-
toAmino(message:
|
|
44
|
-
fromAminoMsg(object:
|
|
45
|
-
fromProtoMsg(message:
|
|
46
|
-
toProto(message:
|
|
47
|
-
toProtoMsg(message:
|
|
39
|
+
encode(message: _330.Request, writer?: import("..").BinaryWriter): import("..").BinaryWriter;
|
|
40
|
+
decode(input: import("..").BinaryReader | Uint8Array, length?: number): _330.Request;
|
|
41
|
+
fromPartial(object: import("../helpers").DeepPartial<_330.Request>): _330.Request;
|
|
42
|
+
fromAmino(object: _330.RequestAmino): _330.Request;
|
|
43
|
+
toAmino(message: _330.Request): _330.RequestAmino;
|
|
44
|
+
fromAminoMsg(object: _330.RequestAminoMsg): _330.Request;
|
|
45
|
+
fromProtoMsg(message: _330.RequestProtoMsg): _330.Request;
|
|
46
|
+
toProto(message: _330.Request): Uint8Array;
|
|
47
|
+
toProtoMsg(message: _330.Request): _330.RequestProtoMsg;
|
|
48
48
|
};
|
|
49
49
|
RequestEcho: {
|
|
50
50
|
typeUrl: string;
|
|
51
|
-
encode(message:
|
|
52
|
-
decode(input: import("..").BinaryReader | Uint8Array, length?: number):
|
|
53
|
-
fromPartial(object: import("../helpers").DeepPartial<
|
|
54
|
-
fromAmino(object:
|
|
55
|
-
toAmino(message:
|
|
56
|
-
fromAminoMsg(object:
|
|
57
|
-
fromProtoMsg(message:
|
|
58
|
-
toProto(message:
|
|
59
|
-
toProtoMsg(message:
|
|
51
|
+
encode(message: _330.RequestEcho, writer?: import("..").BinaryWriter): import("..").BinaryWriter;
|
|
52
|
+
decode(input: import("..").BinaryReader | Uint8Array, length?: number): _330.RequestEcho;
|
|
53
|
+
fromPartial(object: import("../helpers").DeepPartial<_330.RequestEcho>): _330.RequestEcho;
|
|
54
|
+
fromAmino(object: _330.RequestEchoAmino): _330.RequestEcho;
|
|
55
|
+
toAmino(message: _330.RequestEcho): _330.RequestEchoAmino;
|
|
56
|
+
fromAminoMsg(object: _330.RequestEchoAminoMsg): _330.RequestEcho;
|
|
57
|
+
fromProtoMsg(message: _330.RequestEchoProtoMsg): _330.RequestEcho;
|
|
58
|
+
toProto(message: _330.RequestEcho): Uint8Array;
|
|
59
|
+
toProtoMsg(message: _330.RequestEcho): _330.RequestEchoProtoMsg;
|
|
60
60
|
};
|
|
61
61
|
RequestFlush: {
|
|
62
62
|
typeUrl: string;
|
|
63
|
-
encode(_:
|
|
64
|
-
decode(input: import("..").BinaryReader | Uint8Array, length?: number):
|
|
65
|
-
fromPartial(_: import("../helpers").DeepPartial<
|
|
66
|
-
fromAmino(_:
|
|
67
|
-
toAmino(_:
|
|
68
|
-
fromAminoMsg(object:
|
|
69
|
-
fromProtoMsg(message:
|
|
70
|
-
toProto(message:
|
|
71
|
-
toProtoMsg(message:
|
|
63
|
+
encode(_: _330.RequestFlush, writer?: import("..").BinaryWriter): import("..").BinaryWriter;
|
|
64
|
+
decode(input: import("..").BinaryReader | Uint8Array, length?: number): _330.RequestFlush;
|
|
65
|
+
fromPartial(_: import("../helpers").DeepPartial<_330.RequestFlush>): _330.RequestFlush;
|
|
66
|
+
fromAmino(_: _330.RequestFlushAmino): _330.RequestFlush;
|
|
67
|
+
toAmino(_: _330.RequestFlush): _330.RequestFlushAmino;
|
|
68
|
+
fromAminoMsg(object: _330.RequestFlushAminoMsg): _330.RequestFlush;
|
|
69
|
+
fromProtoMsg(message: _330.RequestFlushProtoMsg): _330.RequestFlush;
|
|
70
|
+
toProto(message: _330.RequestFlush): Uint8Array;
|
|
71
|
+
toProtoMsg(message: _330.RequestFlush): _330.RequestFlushProtoMsg;
|
|
72
72
|
};
|
|
73
73
|
RequestInfo: {
|
|
74
74
|
typeUrl: string;
|
|
75
|
-
encode(message:
|
|
76
|
-
decode(input: import("..").BinaryReader | Uint8Array, length?: number):
|
|
77
|
-
fromPartial(object: import("../helpers").DeepPartial<
|
|
78
|
-
fromAmino(object:
|
|
79
|
-
toAmino(message:
|
|
80
|
-
fromAminoMsg(object:
|
|
81
|
-
fromProtoMsg(message:
|
|
82
|
-
toProto(message:
|
|
83
|
-
toProtoMsg(message:
|
|
75
|
+
encode(message: _330.RequestInfo, writer?: import("..").BinaryWriter): import("..").BinaryWriter;
|
|
76
|
+
decode(input: import("..").BinaryReader | Uint8Array, length?: number): _330.RequestInfo;
|
|
77
|
+
fromPartial(object: import("../helpers").DeepPartial<_330.RequestInfo>): _330.RequestInfo;
|
|
78
|
+
fromAmino(object: _330.RequestInfoAmino): _330.RequestInfo;
|
|
79
|
+
toAmino(message: _330.RequestInfo): _330.RequestInfoAmino;
|
|
80
|
+
fromAminoMsg(object: _330.RequestInfoAminoMsg): _330.RequestInfo;
|
|
81
|
+
fromProtoMsg(message: _330.RequestInfoProtoMsg): _330.RequestInfo;
|
|
82
|
+
toProto(message: _330.RequestInfo): Uint8Array;
|
|
83
|
+
toProtoMsg(message: _330.RequestInfo): _330.RequestInfoProtoMsg;
|
|
84
84
|
};
|
|
85
85
|
RequestInitChain: {
|
|
86
86
|
typeUrl: string;
|
|
87
|
-
encode(message:
|
|
88
|
-
decode(input: import("..").BinaryReader | Uint8Array, length?: number):
|
|
89
|
-
fromPartial(object: import("../helpers").DeepPartial<
|
|
90
|
-
fromAmino(object:
|
|
91
|
-
toAmino(message:
|
|
92
|
-
fromAminoMsg(object:
|
|
93
|
-
fromProtoMsg(message:
|
|
94
|
-
toProto(message:
|
|
95
|
-
toProtoMsg(message:
|
|
87
|
+
encode(message: _330.RequestInitChain, writer?: import("..").BinaryWriter): import("..").BinaryWriter;
|
|
88
|
+
decode(input: import("..").BinaryReader | Uint8Array, length?: number): _330.RequestInitChain;
|
|
89
|
+
fromPartial(object: import("../helpers").DeepPartial<_330.RequestInitChain>): _330.RequestInitChain;
|
|
90
|
+
fromAmino(object: _330.RequestInitChainAmino): _330.RequestInitChain;
|
|
91
|
+
toAmino(message: _330.RequestInitChain): _330.RequestInitChainAmino;
|
|
92
|
+
fromAminoMsg(object: _330.RequestInitChainAminoMsg): _330.RequestInitChain;
|
|
93
|
+
fromProtoMsg(message: _330.RequestInitChainProtoMsg): _330.RequestInitChain;
|
|
94
|
+
toProto(message: _330.RequestInitChain): Uint8Array;
|
|
95
|
+
toProtoMsg(message: _330.RequestInitChain): _330.RequestInitChainProtoMsg;
|
|
96
96
|
};
|
|
97
97
|
RequestQuery: {
|
|
98
98
|
typeUrl: string;
|
|
99
|
-
encode(message:
|
|
100
|
-
decode(input: import("..").BinaryReader | Uint8Array, length?: number):
|
|
101
|
-
fromPartial(object: import("../helpers").DeepPartial<
|
|
102
|
-
fromAmino(object:
|
|
103
|
-
toAmino(message:
|
|
104
|
-
fromAminoMsg(object:
|
|
105
|
-
fromProtoMsg(message:
|
|
106
|
-
toProto(message:
|
|
107
|
-
toProtoMsg(message:
|
|
99
|
+
encode(message: _330.RequestQuery, writer?: import("..").BinaryWriter): import("..").BinaryWriter;
|
|
100
|
+
decode(input: import("..").BinaryReader | Uint8Array, length?: number): _330.RequestQuery;
|
|
101
|
+
fromPartial(object: import("../helpers").DeepPartial<_330.RequestQuery>): _330.RequestQuery;
|
|
102
|
+
fromAmino(object: _330.RequestQueryAmino): _330.RequestQuery;
|
|
103
|
+
toAmino(message: _330.RequestQuery): _330.RequestQueryAmino;
|
|
104
|
+
fromAminoMsg(object: _330.RequestQueryAminoMsg): _330.RequestQuery;
|
|
105
|
+
fromProtoMsg(message: _330.RequestQueryProtoMsg): _330.RequestQuery;
|
|
106
|
+
toProto(message: _330.RequestQuery): Uint8Array;
|
|
107
|
+
toProtoMsg(message: _330.RequestQuery): _330.RequestQueryProtoMsg;
|
|
108
108
|
};
|
|
109
109
|
RequestCheckTx: {
|
|
110
110
|
typeUrl: string;
|
|
111
|
-
encode(message:
|
|
112
|
-
decode(input: import("..").BinaryReader | Uint8Array, length?: number):
|
|
113
|
-
fromPartial(object: import("../helpers").DeepPartial<
|
|
114
|
-
fromAmino(object:
|
|
115
|
-
toAmino(message:
|
|
116
|
-
fromAminoMsg(object:
|
|
117
|
-
fromProtoMsg(message:
|
|
118
|
-
toProto(message:
|
|
119
|
-
toProtoMsg(message:
|
|
111
|
+
encode(message: _330.RequestCheckTx, writer?: import("..").BinaryWriter): import("..").BinaryWriter;
|
|
112
|
+
decode(input: import("..").BinaryReader | Uint8Array, length?: number): _330.RequestCheckTx;
|
|
113
|
+
fromPartial(object: import("../helpers").DeepPartial<_330.RequestCheckTx>): _330.RequestCheckTx;
|
|
114
|
+
fromAmino(object: _330.RequestCheckTxAmino): _330.RequestCheckTx;
|
|
115
|
+
toAmino(message: _330.RequestCheckTx): _330.RequestCheckTxAmino;
|
|
116
|
+
fromAminoMsg(object: _330.RequestCheckTxAminoMsg): _330.RequestCheckTx;
|
|
117
|
+
fromProtoMsg(message: _330.RequestCheckTxProtoMsg): _330.RequestCheckTx;
|
|
118
|
+
toProto(message: _330.RequestCheckTx): Uint8Array;
|
|
119
|
+
toProtoMsg(message: _330.RequestCheckTx): _330.RequestCheckTxProtoMsg;
|
|
120
120
|
};
|
|
121
121
|
RequestCommit: {
|
|
122
122
|
typeUrl: string;
|
|
123
|
-
encode(_:
|
|
124
|
-
decode(input: import("..").BinaryReader | Uint8Array, length?: number):
|
|
125
|
-
fromPartial(_: import("../helpers").DeepPartial<
|
|
126
|
-
fromAmino(_:
|
|
127
|
-
toAmino(_:
|
|
128
|
-
fromAminoMsg(object:
|
|
129
|
-
fromProtoMsg(message:
|
|
130
|
-
toProto(message:
|
|
131
|
-
toProtoMsg(message:
|
|
123
|
+
encode(_: _330.RequestCommit, writer?: import("..").BinaryWriter): import("..").BinaryWriter;
|
|
124
|
+
decode(input: import("..").BinaryReader | Uint8Array, length?: number): _330.RequestCommit;
|
|
125
|
+
fromPartial(_: import("../helpers").DeepPartial<_330.RequestCommit>): _330.RequestCommit;
|
|
126
|
+
fromAmino(_: _330.RequestCommitAmino): _330.RequestCommit;
|
|
127
|
+
toAmino(_: _330.RequestCommit): _330.RequestCommitAmino;
|
|
128
|
+
fromAminoMsg(object: _330.RequestCommitAminoMsg): _330.RequestCommit;
|
|
129
|
+
fromProtoMsg(message: _330.RequestCommitProtoMsg): _330.RequestCommit;
|
|
130
|
+
toProto(message: _330.RequestCommit): Uint8Array;
|
|
131
|
+
toProtoMsg(message: _330.RequestCommit): _330.RequestCommitProtoMsg;
|
|
132
132
|
};
|
|
133
133
|
RequestListSnapshots: {
|
|
134
134
|
typeUrl: string;
|
|
135
|
-
encode(_:
|
|
136
|
-
decode(input: import("..").BinaryReader | Uint8Array, length?: number):
|
|
137
|
-
fromPartial(_: import("../helpers").DeepPartial<
|
|
138
|
-
fromAmino(_:
|
|
139
|
-
toAmino(_:
|
|
140
|
-
fromAminoMsg(object:
|
|
141
|
-
fromProtoMsg(message:
|
|
142
|
-
toProto(message:
|
|
143
|
-
toProtoMsg(message:
|
|
135
|
+
encode(_: _330.RequestListSnapshots, writer?: import("..").BinaryWriter): import("..").BinaryWriter;
|
|
136
|
+
decode(input: import("..").BinaryReader | Uint8Array, length?: number): _330.RequestListSnapshots;
|
|
137
|
+
fromPartial(_: import("../helpers").DeepPartial<_330.RequestListSnapshots>): _330.RequestListSnapshots;
|
|
138
|
+
fromAmino(_: _330.RequestListSnapshotsAmino): _330.RequestListSnapshots;
|
|
139
|
+
toAmino(_: _330.RequestListSnapshots): _330.RequestListSnapshotsAmino;
|
|
140
|
+
fromAminoMsg(object: _330.RequestListSnapshotsAminoMsg): _330.RequestListSnapshots;
|
|
141
|
+
fromProtoMsg(message: _330.RequestListSnapshotsProtoMsg): _330.RequestListSnapshots;
|
|
142
|
+
toProto(message: _330.RequestListSnapshots): Uint8Array;
|
|
143
|
+
toProtoMsg(message: _330.RequestListSnapshots): _330.RequestListSnapshotsProtoMsg;
|
|
144
144
|
};
|
|
145
145
|
RequestOfferSnapshot: {
|
|
146
146
|
typeUrl: string;
|
|
147
|
-
encode(message:
|
|
148
|
-
decode(input: import("..").BinaryReader | Uint8Array, length?: number):
|
|
149
|
-
fromPartial(object: import("../helpers").DeepPartial<
|
|
150
|
-
fromAmino(object:
|
|
151
|
-
toAmino(message:
|
|
152
|
-
fromAminoMsg(object:
|
|
153
|
-
fromProtoMsg(message:
|
|
154
|
-
toProto(message:
|
|
155
|
-
toProtoMsg(message:
|
|
147
|
+
encode(message: _330.RequestOfferSnapshot, writer?: import("..").BinaryWriter): import("..").BinaryWriter;
|
|
148
|
+
decode(input: import("..").BinaryReader | Uint8Array, length?: number): _330.RequestOfferSnapshot;
|
|
149
|
+
fromPartial(object: import("../helpers").DeepPartial<_330.RequestOfferSnapshot>): _330.RequestOfferSnapshot;
|
|
150
|
+
fromAmino(object: _330.RequestOfferSnapshotAmino): _330.RequestOfferSnapshot;
|
|
151
|
+
toAmino(message: _330.RequestOfferSnapshot): _330.RequestOfferSnapshotAmino;
|
|
152
|
+
fromAminoMsg(object: _330.RequestOfferSnapshotAminoMsg): _330.RequestOfferSnapshot;
|
|
153
|
+
fromProtoMsg(message: _330.RequestOfferSnapshotProtoMsg): _330.RequestOfferSnapshot;
|
|
154
|
+
toProto(message: _330.RequestOfferSnapshot): Uint8Array;
|
|
155
|
+
toProtoMsg(message: _330.RequestOfferSnapshot): _330.RequestOfferSnapshotProtoMsg;
|
|
156
156
|
};
|
|
157
157
|
RequestLoadSnapshotChunk: {
|
|
158
158
|
typeUrl: string;
|
|
159
|
-
encode(message:
|
|
160
|
-
decode(input: import("..").BinaryReader | Uint8Array, length?: number):
|
|
161
|
-
fromPartial(object: import("../helpers").DeepPartial<
|
|
162
|
-
fromAmino(object:
|
|
163
|
-
toAmino(message:
|
|
164
|
-
fromAminoMsg(object:
|
|
165
|
-
fromProtoMsg(message:
|
|
166
|
-
toProto(message:
|
|
167
|
-
toProtoMsg(message:
|
|
159
|
+
encode(message: _330.RequestLoadSnapshotChunk, writer?: import("..").BinaryWriter): import("..").BinaryWriter;
|
|
160
|
+
decode(input: import("..").BinaryReader | Uint8Array, length?: number): _330.RequestLoadSnapshotChunk;
|
|
161
|
+
fromPartial(object: import("../helpers").DeepPartial<_330.RequestLoadSnapshotChunk>): _330.RequestLoadSnapshotChunk;
|
|
162
|
+
fromAmino(object: _330.RequestLoadSnapshotChunkAmino): _330.RequestLoadSnapshotChunk;
|
|
163
|
+
toAmino(message: _330.RequestLoadSnapshotChunk): _330.RequestLoadSnapshotChunkAmino;
|
|
164
|
+
fromAminoMsg(object: _330.RequestLoadSnapshotChunkAminoMsg): _330.RequestLoadSnapshotChunk;
|
|
165
|
+
fromProtoMsg(message: _330.RequestLoadSnapshotChunkProtoMsg): _330.RequestLoadSnapshotChunk;
|
|
166
|
+
toProto(message: _330.RequestLoadSnapshotChunk): Uint8Array;
|
|
167
|
+
toProtoMsg(message: _330.RequestLoadSnapshotChunk): _330.RequestLoadSnapshotChunkProtoMsg;
|
|
168
168
|
};
|
|
169
169
|
RequestApplySnapshotChunk: {
|
|
170
170
|
typeUrl: string;
|
|
171
|
-
encode(message:
|
|
172
|
-
decode(input: import("..").BinaryReader | Uint8Array, length?: number):
|
|
173
|
-
fromPartial(object: import("../helpers").DeepPartial<
|
|
174
|
-
fromAmino(object:
|
|
175
|
-
toAmino(message:
|
|
176
|
-
fromAminoMsg(object:
|
|
177
|
-
fromProtoMsg(message:
|
|
178
|
-
toProto(message:
|
|
179
|
-
toProtoMsg(message:
|
|
171
|
+
encode(message: _330.RequestApplySnapshotChunk, writer?: import("..").BinaryWriter): import("..").BinaryWriter;
|
|
172
|
+
decode(input: import("..").BinaryReader | Uint8Array, length?: number): _330.RequestApplySnapshotChunk;
|
|
173
|
+
fromPartial(object: import("../helpers").DeepPartial<_330.RequestApplySnapshotChunk>): _330.RequestApplySnapshotChunk;
|
|
174
|
+
fromAmino(object: _330.RequestApplySnapshotChunkAmino): _330.RequestApplySnapshotChunk;
|
|
175
|
+
toAmino(message: _330.RequestApplySnapshotChunk): _330.RequestApplySnapshotChunkAmino;
|
|
176
|
+
fromAminoMsg(object: _330.RequestApplySnapshotChunkAminoMsg): _330.RequestApplySnapshotChunk;
|
|
177
|
+
fromProtoMsg(message: _330.RequestApplySnapshotChunkProtoMsg): _330.RequestApplySnapshotChunk;
|
|
178
|
+
toProto(message: _330.RequestApplySnapshotChunk): Uint8Array;
|
|
179
|
+
toProtoMsg(message: _330.RequestApplySnapshotChunk): _330.RequestApplySnapshotChunkProtoMsg;
|
|
180
180
|
};
|
|
181
181
|
RequestPrepareProposal: {
|
|
182
182
|
typeUrl: string;
|
|
183
|
-
encode(message:
|
|
184
|
-
decode(input: import("..").BinaryReader | Uint8Array, length?: number):
|
|
185
|
-
fromPartial(object: import("../helpers").DeepPartial<
|
|
186
|
-
fromAmino(object:
|
|
187
|
-
toAmino(message:
|
|
188
|
-
fromAminoMsg(object:
|
|
189
|
-
fromProtoMsg(message:
|
|
190
|
-
toProto(message:
|
|
191
|
-
toProtoMsg(message:
|
|
183
|
+
encode(message: _330.RequestPrepareProposal, writer?: import("..").BinaryWriter): import("..").BinaryWriter;
|
|
184
|
+
decode(input: import("..").BinaryReader | Uint8Array, length?: number): _330.RequestPrepareProposal;
|
|
185
|
+
fromPartial(object: import("../helpers").DeepPartial<_330.RequestPrepareProposal>): _330.RequestPrepareProposal;
|
|
186
|
+
fromAmino(object: _330.RequestPrepareProposalAmino): _330.RequestPrepareProposal;
|
|
187
|
+
toAmino(message: _330.RequestPrepareProposal): _330.RequestPrepareProposalAmino;
|
|
188
|
+
fromAminoMsg(object: _330.RequestPrepareProposalAminoMsg): _330.RequestPrepareProposal;
|
|
189
|
+
fromProtoMsg(message: _330.RequestPrepareProposalProtoMsg): _330.RequestPrepareProposal;
|
|
190
|
+
toProto(message: _330.RequestPrepareProposal): Uint8Array;
|
|
191
|
+
toProtoMsg(message: _330.RequestPrepareProposal): _330.RequestPrepareProposalProtoMsg;
|
|
192
192
|
};
|
|
193
193
|
RequestProcessProposal: {
|
|
194
194
|
typeUrl: string;
|
|
195
|
-
encode(message:
|
|
196
|
-
decode(input: import("..").BinaryReader | Uint8Array, length?: number):
|
|
197
|
-
fromPartial(object: import("../helpers").DeepPartial<
|
|
198
|
-
fromAmino(object:
|
|
199
|
-
toAmino(message:
|
|
200
|
-
fromAminoMsg(object:
|
|
201
|
-
fromProtoMsg(message:
|
|
202
|
-
toProto(message:
|
|
203
|
-
toProtoMsg(message:
|
|
195
|
+
encode(message: _330.RequestProcessProposal, writer?: import("..").BinaryWriter): import("..").BinaryWriter;
|
|
196
|
+
decode(input: import("..").BinaryReader | Uint8Array, length?: number): _330.RequestProcessProposal;
|
|
197
|
+
fromPartial(object: import("../helpers").DeepPartial<_330.RequestProcessProposal>): _330.RequestProcessProposal;
|
|
198
|
+
fromAmino(object: _330.RequestProcessProposalAmino): _330.RequestProcessProposal;
|
|
199
|
+
toAmino(message: _330.RequestProcessProposal): _330.RequestProcessProposalAmino;
|
|
200
|
+
fromAminoMsg(object: _330.RequestProcessProposalAminoMsg): _330.RequestProcessProposal;
|
|
201
|
+
fromProtoMsg(message: _330.RequestProcessProposalProtoMsg): _330.RequestProcessProposal;
|
|
202
|
+
toProto(message: _330.RequestProcessProposal): Uint8Array;
|
|
203
|
+
toProtoMsg(message: _330.RequestProcessProposal): _330.RequestProcessProposalProtoMsg;
|
|
204
204
|
};
|
|
205
205
|
RequestExtendVote: {
|
|
206
206
|
typeUrl: string;
|
|
207
|
-
encode(message:
|
|
208
|
-
decode(input: import("..").BinaryReader | Uint8Array, length?: number):
|
|
209
|
-
fromPartial(object: import("../helpers").DeepPartial<
|
|
210
|
-
fromAmino(object:
|
|
211
|
-
toAmino(message:
|
|
212
|
-
fromAminoMsg(object:
|
|
213
|
-
fromProtoMsg(message:
|
|
214
|
-
toProto(message:
|
|
215
|
-
toProtoMsg(message:
|
|
207
|
+
encode(message: _330.RequestExtendVote, writer?: import("..").BinaryWriter): import("..").BinaryWriter;
|
|
208
|
+
decode(input: import("..").BinaryReader | Uint8Array, length?: number): _330.RequestExtendVote;
|
|
209
|
+
fromPartial(object: import("../helpers").DeepPartial<_330.RequestExtendVote>): _330.RequestExtendVote;
|
|
210
|
+
fromAmino(object: _330.RequestExtendVoteAmino): _330.RequestExtendVote;
|
|
211
|
+
toAmino(message: _330.RequestExtendVote): _330.RequestExtendVoteAmino;
|
|
212
|
+
fromAminoMsg(object: _330.RequestExtendVoteAminoMsg): _330.RequestExtendVote;
|
|
213
|
+
fromProtoMsg(message: _330.RequestExtendVoteProtoMsg): _330.RequestExtendVote;
|
|
214
|
+
toProto(message: _330.RequestExtendVote): Uint8Array;
|
|
215
|
+
toProtoMsg(message: _330.RequestExtendVote): _330.RequestExtendVoteProtoMsg;
|
|
216
216
|
};
|
|
217
217
|
RequestVerifyVoteExtension: {
|
|
218
218
|
typeUrl: string;
|
|
219
|
-
encode(message:
|
|
220
|
-
decode(input: import("..").BinaryReader | Uint8Array, length?: number):
|
|
221
|
-
fromPartial(object: import("../helpers").DeepPartial<
|
|
222
|
-
fromAmino(object:
|
|
223
|
-
toAmino(message:
|
|
224
|
-
fromAminoMsg(object:
|
|
225
|
-
fromProtoMsg(message:
|
|
226
|
-
toProto(message:
|
|
227
|
-
toProtoMsg(message:
|
|
219
|
+
encode(message: _330.RequestVerifyVoteExtension, writer?: import("..").BinaryWriter): import("..").BinaryWriter;
|
|
220
|
+
decode(input: import("..").BinaryReader | Uint8Array, length?: number): _330.RequestVerifyVoteExtension;
|
|
221
|
+
fromPartial(object: import("../helpers").DeepPartial<_330.RequestVerifyVoteExtension>): _330.RequestVerifyVoteExtension;
|
|
222
|
+
fromAmino(object: _330.RequestVerifyVoteExtensionAmino): _330.RequestVerifyVoteExtension;
|
|
223
|
+
toAmino(message: _330.RequestVerifyVoteExtension): _330.RequestVerifyVoteExtensionAmino;
|
|
224
|
+
fromAminoMsg(object: _330.RequestVerifyVoteExtensionAminoMsg): _330.RequestVerifyVoteExtension;
|
|
225
|
+
fromProtoMsg(message: _330.RequestVerifyVoteExtensionProtoMsg): _330.RequestVerifyVoteExtension;
|
|
226
|
+
toProto(message: _330.RequestVerifyVoteExtension): Uint8Array;
|
|
227
|
+
toProtoMsg(message: _330.RequestVerifyVoteExtension): _330.RequestVerifyVoteExtensionProtoMsg;
|
|
228
228
|
};
|
|
229
229
|
RequestFinalizeBlock: {
|
|
230
230
|
typeUrl: string;
|
|
231
|
-
encode(message:
|
|
232
|
-
decode(input: import("..").BinaryReader | Uint8Array, length?: number):
|
|
233
|
-
fromPartial(object: import("../helpers").DeepPartial<
|
|
234
|
-
fromAmino(object:
|
|
235
|
-
toAmino(message:
|
|
236
|
-
fromAminoMsg(object:
|
|
237
|
-
fromProtoMsg(message:
|
|
238
|
-
toProto(message:
|
|
239
|
-
toProtoMsg(message:
|
|
231
|
+
encode(message: _330.RequestFinalizeBlock, writer?: import("..").BinaryWriter): import("..").BinaryWriter;
|
|
232
|
+
decode(input: import("..").BinaryReader | Uint8Array, length?: number): _330.RequestFinalizeBlock;
|
|
233
|
+
fromPartial(object: import("../helpers").DeepPartial<_330.RequestFinalizeBlock>): _330.RequestFinalizeBlock;
|
|
234
|
+
fromAmino(object: _330.RequestFinalizeBlockAmino): _330.RequestFinalizeBlock;
|
|
235
|
+
toAmino(message: _330.RequestFinalizeBlock): _330.RequestFinalizeBlockAmino;
|
|
236
|
+
fromAminoMsg(object: _330.RequestFinalizeBlockAminoMsg): _330.RequestFinalizeBlock;
|
|
237
|
+
fromProtoMsg(message: _330.RequestFinalizeBlockProtoMsg): _330.RequestFinalizeBlock;
|
|
238
|
+
toProto(message: _330.RequestFinalizeBlock): Uint8Array;
|
|
239
|
+
toProtoMsg(message: _330.RequestFinalizeBlock): _330.RequestFinalizeBlockProtoMsg;
|
|
240
240
|
};
|
|
241
241
|
Response: {
|
|
242
242
|
typeUrl: string;
|
|
243
|
-
encode(message:
|
|
244
|
-
decode(input: import("..").BinaryReader | Uint8Array, length?: number):
|
|
245
|
-
fromPartial(object: import("../helpers").DeepPartial<
|
|
246
|
-
fromAmino(object:
|
|
247
|
-
toAmino(message:
|
|
248
|
-
fromAminoMsg(object:
|
|
249
|
-
fromProtoMsg(message:
|
|
250
|
-
toProto(message:
|
|
251
|
-
toProtoMsg(message:
|
|
243
|
+
encode(message: _330.Response, writer?: import("..").BinaryWriter): import("..").BinaryWriter;
|
|
244
|
+
decode(input: import("..").BinaryReader | Uint8Array, length?: number): _330.Response;
|
|
245
|
+
fromPartial(object: import("../helpers").DeepPartial<_330.Response>): _330.Response;
|
|
246
|
+
fromAmino(object: _330.ResponseAmino): _330.Response;
|
|
247
|
+
toAmino(message: _330.Response): _330.ResponseAmino;
|
|
248
|
+
fromAminoMsg(object: _330.ResponseAminoMsg): _330.Response;
|
|
249
|
+
fromProtoMsg(message: _330.ResponseProtoMsg): _330.Response;
|
|
250
|
+
toProto(message: _330.Response): Uint8Array;
|
|
251
|
+
toProtoMsg(message: _330.Response): _330.ResponseProtoMsg;
|
|
252
252
|
};
|
|
253
253
|
ResponseException: {
|
|
254
254
|
typeUrl: string;
|
|
255
|
-
encode(message:
|
|
256
|
-
decode(input: import("..").BinaryReader | Uint8Array, length?: number):
|
|
257
|
-
fromPartial(object: import("../helpers").DeepPartial<
|
|
258
|
-
fromAmino(object:
|
|
259
|
-
toAmino(message:
|
|
260
|
-
fromAminoMsg(object:
|
|
261
|
-
fromProtoMsg(message:
|
|
262
|
-
toProto(message:
|
|
263
|
-
toProtoMsg(message:
|
|
255
|
+
encode(message: _330.ResponseException, writer?: import("..").BinaryWriter): import("..").BinaryWriter;
|
|
256
|
+
decode(input: import("..").BinaryReader | Uint8Array, length?: number): _330.ResponseException;
|
|
257
|
+
fromPartial(object: import("../helpers").DeepPartial<_330.ResponseException>): _330.ResponseException;
|
|
258
|
+
fromAmino(object: _330.ResponseExceptionAmino): _330.ResponseException;
|
|
259
|
+
toAmino(message: _330.ResponseException): _330.ResponseExceptionAmino;
|
|
260
|
+
fromAminoMsg(object: _330.ResponseExceptionAminoMsg): _330.ResponseException;
|
|
261
|
+
fromProtoMsg(message: _330.ResponseExceptionProtoMsg): _330.ResponseException;
|
|
262
|
+
toProto(message: _330.ResponseException): Uint8Array;
|
|
263
|
+
toProtoMsg(message: _330.ResponseException): _330.ResponseExceptionProtoMsg;
|
|
264
264
|
};
|
|
265
265
|
ResponseEcho: {
|
|
266
266
|
typeUrl: string;
|
|
267
|
-
encode(message:
|
|
268
|
-
decode(input: import("..").BinaryReader | Uint8Array, length?: number):
|
|
269
|
-
fromPartial(object: import("../helpers").DeepPartial<
|
|
270
|
-
fromAmino(object:
|
|
271
|
-
toAmino(message:
|
|
272
|
-
fromAminoMsg(object:
|
|
273
|
-
fromProtoMsg(message:
|
|
274
|
-
toProto(message:
|
|
275
|
-
toProtoMsg(message:
|
|
267
|
+
encode(message: _330.ResponseEcho, writer?: import("..").BinaryWriter): import("..").BinaryWriter;
|
|
268
|
+
decode(input: import("..").BinaryReader | Uint8Array, length?: number): _330.ResponseEcho;
|
|
269
|
+
fromPartial(object: import("../helpers").DeepPartial<_330.ResponseEcho>): _330.ResponseEcho;
|
|
270
|
+
fromAmino(object: _330.ResponseEchoAmino): _330.ResponseEcho;
|
|
271
|
+
toAmino(message: _330.ResponseEcho): _330.ResponseEchoAmino;
|
|
272
|
+
fromAminoMsg(object: _330.ResponseEchoAminoMsg): _330.ResponseEcho;
|
|
273
|
+
fromProtoMsg(message: _330.ResponseEchoProtoMsg): _330.ResponseEcho;
|
|
274
|
+
toProto(message: _330.ResponseEcho): Uint8Array;
|
|
275
|
+
toProtoMsg(message: _330.ResponseEcho): _330.ResponseEchoProtoMsg;
|
|
276
276
|
};
|
|
277
277
|
ResponseFlush: {
|
|
278
278
|
typeUrl: string;
|
|
279
|
-
encode(_:
|
|
280
|
-
decode(input: import("..").BinaryReader | Uint8Array, length?: number):
|
|
281
|
-
fromPartial(_: import("../helpers").DeepPartial<
|
|
282
|
-
fromAmino(_:
|
|
283
|
-
toAmino(_:
|
|
284
|
-
fromAminoMsg(object:
|
|
285
|
-
fromProtoMsg(message:
|
|
286
|
-
toProto(message:
|
|
287
|
-
toProtoMsg(message:
|
|
279
|
+
encode(_: _330.ResponseFlush, writer?: import("..").BinaryWriter): import("..").BinaryWriter;
|
|
280
|
+
decode(input: import("..").BinaryReader | Uint8Array, length?: number): _330.ResponseFlush;
|
|
281
|
+
fromPartial(_: import("../helpers").DeepPartial<_330.ResponseFlush>): _330.ResponseFlush;
|
|
282
|
+
fromAmino(_: _330.ResponseFlushAmino): _330.ResponseFlush;
|
|
283
|
+
toAmino(_: _330.ResponseFlush): _330.ResponseFlushAmino;
|
|
284
|
+
fromAminoMsg(object: _330.ResponseFlushAminoMsg): _330.ResponseFlush;
|
|
285
|
+
fromProtoMsg(message: _330.ResponseFlushProtoMsg): _330.ResponseFlush;
|
|
286
|
+
toProto(message: _330.ResponseFlush): Uint8Array;
|
|
287
|
+
toProtoMsg(message: _330.ResponseFlush): _330.ResponseFlushProtoMsg;
|
|
288
288
|
};
|
|
289
289
|
ResponseInfo: {
|
|
290
290
|
typeUrl: string;
|
|
291
|
-
encode(message:
|
|
292
|
-
decode(input: import("..").BinaryReader | Uint8Array, length?: number):
|
|
293
|
-
fromPartial(object: import("../helpers").DeepPartial<
|
|
294
|
-
fromAmino(object:
|
|
295
|
-
toAmino(message:
|
|
296
|
-
fromAminoMsg(object:
|
|
297
|
-
fromProtoMsg(message:
|
|
298
|
-
toProto(message:
|
|
299
|
-
toProtoMsg(message:
|
|
291
|
+
encode(message: _330.ResponseInfo, writer?: import("..").BinaryWriter): import("..").BinaryWriter;
|
|
292
|
+
decode(input: import("..").BinaryReader | Uint8Array, length?: number): _330.ResponseInfo;
|
|
293
|
+
fromPartial(object: import("../helpers").DeepPartial<_330.ResponseInfo>): _330.ResponseInfo;
|
|
294
|
+
fromAmino(object: _330.ResponseInfoAmino): _330.ResponseInfo;
|
|
295
|
+
toAmino(message: _330.ResponseInfo): _330.ResponseInfoAmino;
|
|
296
|
+
fromAminoMsg(object: _330.ResponseInfoAminoMsg): _330.ResponseInfo;
|
|
297
|
+
fromProtoMsg(message: _330.ResponseInfoProtoMsg): _330.ResponseInfo;
|
|
298
|
+
toProto(message: _330.ResponseInfo): Uint8Array;
|
|
299
|
+
toProtoMsg(message: _330.ResponseInfo): _330.ResponseInfoProtoMsg;
|
|
300
300
|
};
|
|
301
301
|
ResponseInitChain: {
|
|
302
302
|
typeUrl: string;
|
|
303
|
-
encode(message:
|
|
304
|
-
decode(input: import("..").BinaryReader | Uint8Array, length?: number):
|
|
305
|
-
fromPartial(object: import("../helpers").DeepPartial<
|
|
306
|
-
fromAmino(object:
|
|
307
|
-
toAmino(message:
|
|
308
|
-
fromAminoMsg(object:
|
|
309
|
-
fromProtoMsg(message:
|
|
310
|
-
toProto(message:
|
|
311
|
-
toProtoMsg(message:
|
|
303
|
+
encode(message: _330.ResponseInitChain, writer?: import("..").BinaryWriter): import("..").BinaryWriter;
|
|
304
|
+
decode(input: import("..").BinaryReader | Uint8Array, length?: number): _330.ResponseInitChain;
|
|
305
|
+
fromPartial(object: import("../helpers").DeepPartial<_330.ResponseInitChain>): _330.ResponseInitChain;
|
|
306
|
+
fromAmino(object: _330.ResponseInitChainAmino): _330.ResponseInitChain;
|
|
307
|
+
toAmino(message: _330.ResponseInitChain): _330.ResponseInitChainAmino;
|
|
308
|
+
fromAminoMsg(object: _330.ResponseInitChainAminoMsg): _330.ResponseInitChain;
|
|
309
|
+
fromProtoMsg(message: _330.ResponseInitChainProtoMsg): _330.ResponseInitChain;
|
|
310
|
+
toProto(message: _330.ResponseInitChain): Uint8Array;
|
|
311
|
+
toProtoMsg(message: _330.ResponseInitChain): _330.ResponseInitChainProtoMsg;
|
|
312
312
|
};
|
|
313
313
|
ResponseQuery: {
|
|
314
314
|
typeUrl: string;
|
|
315
|
-
encode(message:
|
|
316
|
-
decode(input: import("..").BinaryReader | Uint8Array, length?: number):
|
|
317
|
-
fromPartial(object: import("../helpers").DeepPartial<
|
|
318
|
-
fromAmino(object:
|
|
319
|
-
toAmino(message:
|
|
320
|
-
fromAminoMsg(object:
|
|
321
|
-
fromProtoMsg(message:
|
|
322
|
-
toProto(message:
|
|
323
|
-
toProtoMsg(message:
|
|
315
|
+
encode(message: _330.ResponseQuery, writer?: import("..").BinaryWriter): import("..").BinaryWriter;
|
|
316
|
+
decode(input: import("..").BinaryReader | Uint8Array, length?: number): _330.ResponseQuery;
|
|
317
|
+
fromPartial(object: import("../helpers").DeepPartial<_330.ResponseQuery>): _330.ResponseQuery;
|
|
318
|
+
fromAmino(object: _330.ResponseQueryAmino): _330.ResponseQuery;
|
|
319
|
+
toAmino(message: _330.ResponseQuery): _330.ResponseQueryAmino;
|
|
320
|
+
fromAminoMsg(object: _330.ResponseQueryAminoMsg): _330.ResponseQuery;
|
|
321
|
+
fromProtoMsg(message: _330.ResponseQueryProtoMsg): _330.ResponseQuery;
|
|
322
|
+
toProto(message: _330.ResponseQuery): Uint8Array;
|
|
323
|
+
toProtoMsg(message: _330.ResponseQuery): _330.ResponseQueryProtoMsg;
|
|
324
324
|
};
|
|
325
325
|
ResponseCheckTx: {
|
|
326
326
|
typeUrl: string;
|
|
327
|
-
encode(message:
|
|
328
|
-
decode(input: import("..").BinaryReader | Uint8Array, length?: number):
|
|
329
|
-
fromPartial(object: import("../helpers").DeepPartial<
|
|
330
|
-
fromAmino(object:
|
|
331
|
-
toAmino(message:
|
|
332
|
-
fromAminoMsg(object:
|
|
333
|
-
fromProtoMsg(message:
|
|
334
|
-
toProto(message:
|
|
335
|
-
toProtoMsg(message:
|
|
327
|
+
encode(message: _330.ResponseCheckTx, writer?: import("..").BinaryWriter): import("..").BinaryWriter;
|
|
328
|
+
decode(input: import("..").BinaryReader | Uint8Array, length?: number): _330.ResponseCheckTx;
|
|
329
|
+
fromPartial(object: import("../helpers").DeepPartial<_330.ResponseCheckTx>): _330.ResponseCheckTx;
|
|
330
|
+
fromAmino(object: _330.ResponseCheckTxAmino): _330.ResponseCheckTx;
|
|
331
|
+
toAmino(message: _330.ResponseCheckTx): _330.ResponseCheckTxAmino;
|
|
332
|
+
fromAminoMsg(object: _330.ResponseCheckTxAminoMsg): _330.ResponseCheckTx;
|
|
333
|
+
fromProtoMsg(message: _330.ResponseCheckTxProtoMsg): _330.ResponseCheckTx;
|
|
334
|
+
toProto(message: _330.ResponseCheckTx): Uint8Array;
|
|
335
|
+
toProtoMsg(message: _330.ResponseCheckTx): _330.ResponseCheckTxProtoMsg;
|
|
336
336
|
};
|
|
337
337
|
ResponseCommit: {
|
|
338
338
|
typeUrl: string;
|
|
339
|
-
encode(message:
|
|
340
|
-
decode(input: import("..").BinaryReader | Uint8Array, length?: number):
|
|
341
|
-
fromPartial(object: import("../helpers").DeepPartial<
|
|
342
|
-
fromAmino(object:
|
|
343
|
-
toAmino(message:
|
|
344
|
-
fromAminoMsg(object:
|
|
345
|
-
fromProtoMsg(message:
|
|
346
|
-
toProto(message:
|
|
347
|
-
toProtoMsg(message:
|
|
339
|
+
encode(message: _330.ResponseCommit, writer?: import("..").BinaryWriter): import("..").BinaryWriter;
|
|
340
|
+
decode(input: import("..").BinaryReader | Uint8Array, length?: number): _330.ResponseCommit;
|
|
341
|
+
fromPartial(object: import("../helpers").DeepPartial<_330.ResponseCommit>): _330.ResponseCommit;
|
|
342
|
+
fromAmino(object: _330.ResponseCommitAmino): _330.ResponseCommit;
|
|
343
|
+
toAmino(message: _330.ResponseCommit): _330.ResponseCommitAmino;
|
|
344
|
+
fromAminoMsg(object: _330.ResponseCommitAminoMsg): _330.ResponseCommit;
|
|
345
|
+
fromProtoMsg(message: _330.ResponseCommitProtoMsg): _330.ResponseCommit;
|
|
346
|
+
toProto(message: _330.ResponseCommit): Uint8Array;
|
|
347
|
+
toProtoMsg(message: _330.ResponseCommit): _330.ResponseCommitProtoMsg;
|
|
348
348
|
};
|
|
349
349
|
ResponseListSnapshots: {
|
|
350
350
|
typeUrl: string;
|
|
351
|
-
encode(message:
|
|
352
|
-
decode(input: import("..").BinaryReader | Uint8Array, length?: number):
|
|
353
|
-
fromPartial(object: import("../helpers").DeepPartial<
|
|
354
|
-
fromAmino(object:
|
|
355
|
-
toAmino(message:
|
|
356
|
-
fromAminoMsg(object:
|
|
357
|
-
fromProtoMsg(message:
|
|
358
|
-
toProto(message:
|
|
359
|
-
toProtoMsg(message:
|
|
351
|
+
encode(message: _330.ResponseListSnapshots, writer?: import("..").BinaryWriter): import("..").BinaryWriter;
|
|
352
|
+
decode(input: import("..").BinaryReader | Uint8Array, length?: number): _330.ResponseListSnapshots;
|
|
353
|
+
fromPartial(object: import("../helpers").DeepPartial<_330.ResponseListSnapshots>): _330.ResponseListSnapshots;
|
|
354
|
+
fromAmino(object: _330.ResponseListSnapshotsAmino): _330.ResponseListSnapshots;
|
|
355
|
+
toAmino(message: _330.ResponseListSnapshots): _330.ResponseListSnapshotsAmino;
|
|
356
|
+
fromAminoMsg(object: _330.ResponseListSnapshotsAminoMsg): _330.ResponseListSnapshots;
|
|
357
|
+
fromProtoMsg(message: _330.ResponseListSnapshotsProtoMsg): _330.ResponseListSnapshots;
|
|
358
|
+
toProto(message: _330.ResponseListSnapshots): Uint8Array;
|
|
359
|
+
toProtoMsg(message: _330.ResponseListSnapshots): _330.ResponseListSnapshotsProtoMsg;
|
|
360
360
|
};
|
|
361
361
|
ResponseOfferSnapshot: {
|
|
362
362
|
typeUrl: string;
|
|
363
|
-
encode(message:
|
|
364
|
-
decode(input: import("..").BinaryReader | Uint8Array, length?: number):
|
|
365
|
-
fromPartial(object: import("../helpers").DeepPartial<
|
|
366
|
-
fromAmino(object:
|
|
367
|
-
toAmino(message:
|
|
368
|
-
fromAminoMsg(object:
|
|
369
|
-
fromProtoMsg(message:
|
|
370
|
-
toProto(message:
|
|
371
|
-
toProtoMsg(message:
|
|
363
|
+
encode(message: _330.ResponseOfferSnapshot, writer?: import("..").BinaryWriter): import("..").BinaryWriter;
|
|
364
|
+
decode(input: import("..").BinaryReader | Uint8Array, length?: number): _330.ResponseOfferSnapshot;
|
|
365
|
+
fromPartial(object: import("../helpers").DeepPartial<_330.ResponseOfferSnapshot>): _330.ResponseOfferSnapshot;
|
|
366
|
+
fromAmino(object: _330.ResponseOfferSnapshotAmino): _330.ResponseOfferSnapshot;
|
|
367
|
+
toAmino(message: _330.ResponseOfferSnapshot): _330.ResponseOfferSnapshotAmino;
|
|
368
|
+
fromAminoMsg(object: _330.ResponseOfferSnapshotAminoMsg): _330.ResponseOfferSnapshot;
|
|
369
|
+
fromProtoMsg(message: _330.ResponseOfferSnapshotProtoMsg): _330.ResponseOfferSnapshot;
|
|
370
|
+
toProto(message: _330.ResponseOfferSnapshot): Uint8Array;
|
|
371
|
+
toProtoMsg(message: _330.ResponseOfferSnapshot): _330.ResponseOfferSnapshotProtoMsg;
|
|
372
372
|
};
|
|
373
373
|
ResponseLoadSnapshotChunk: {
|
|
374
374
|
typeUrl: string;
|
|
375
|
-
encode(message:
|
|
376
|
-
decode(input: import("..").BinaryReader | Uint8Array, length?: number):
|
|
377
|
-
fromPartial(object: import("../helpers").DeepPartial<
|
|
378
|
-
fromAmino(object:
|
|
379
|
-
toAmino(message:
|
|
380
|
-
fromAminoMsg(object:
|
|
381
|
-
fromProtoMsg(message:
|
|
382
|
-
toProto(message:
|
|
383
|
-
toProtoMsg(message:
|
|
375
|
+
encode(message: _330.ResponseLoadSnapshotChunk, writer?: import("..").BinaryWriter): import("..").BinaryWriter;
|
|
376
|
+
decode(input: import("..").BinaryReader | Uint8Array, length?: number): _330.ResponseLoadSnapshotChunk;
|
|
377
|
+
fromPartial(object: import("../helpers").DeepPartial<_330.ResponseLoadSnapshotChunk>): _330.ResponseLoadSnapshotChunk;
|
|
378
|
+
fromAmino(object: _330.ResponseLoadSnapshotChunkAmino): _330.ResponseLoadSnapshotChunk;
|
|
379
|
+
toAmino(message: _330.ResponseLoadSnapshotChunk): _330.ResponseLoadSnapshotChunkAmino;
|
|
380
|
+
fromAminoMsg(object: _330.ResponseLoadSnapshotChunkAminoMsg): _330.ResponseLoadSnapshotChunk;
|
|
381
|
+
fromProtoMsg(message: _330.ResponseLoadSnapshotChunkProtoMsg): _330.ResponseLoadSnapshotChunk;
|
|
382
|
+
toProto(message: _330.ResponseLoadSnapshotChunk): Uint8Array;
|
|
383
|
+
toProtoMsg(message: _330.ResponseLoadSnapshotChunk): _330.ResponseLoadSnapshotChunkProtoMsg;
|
|
384
384
|
};
|
|
385
385
|
ResponseApplySnapshotChunk: {
|
|
386
386
|
typeUrl: string;
|
|
387
|
-
encode(message:
|
|
388
|
-
decode(input: import("..").BinaryReader | Uint8Array, length?: number):
|
|
389
|
-
fromPartial(object: import("../helpers").DeepPartial<
|
|
390
|
-
fromAmino(object:
|
|
391
|
-
toAmino(message:
|
|
392
|
-
fromAminoMsg(object:
|
|
393
|
-
fromProtoMsg(message:
|
|
394
|
-
toProto(message:
|
|
395
|
-
toProtoMsg(message:
|
|
387
|
+
encode(message: _330.ResponseApplySnapshotChunk, writer?: import("..").BinaryWriter): import("..").BinaryWriter;
|
|
388
|
+
decode(input: import("..").BinaryReader | Uint8Array, length?: number): _330.ResponseApplySnapshotChunk;
|
|
389
|
+
fromPartial(object: import("../helpers").DeepPartial<_330.ResponseApplySnapshotChunk>): _330.ResponseApplySnapshotChunk;
|
|
390
|
+
fromAmino(object: _330.ResponseApplySnapshotChunkAmino): _330.ResponseApplySnapshotChunk;
|
|
391
|
+
toAmino(message: _330.ResponseApplySnapshotChunk): _330.ResponseApplySnapshotChunkAmino;
|
|
392
|
+
fromAminoMsg(object: _330.ResponseApplySnapshotChunkAminoMsg): _330.ResponseApplySnapshotChunk;
|
|
393
|
+
fromProtoMsg(message: _330.ResponseApplySnapshotChunkProtoMsg): _330.ResponseApplySnapshotChunk;
|
|
394
|
+
toProto(message: _330.ResponseApplySnapshotChunk): Uint8Array;
|
|
395
|
+
toProtoMsg(message: _330.ResponseApplySnapshotChunk): _330.ResponseApplySnapshotChunkProtoMsg;
|
|
396
396
|
};
|
|
397
397
|
ResponsePrepareProposal: {
|
|
398
398
|
typeUrl: string;
|
|
399
|
-
encode(message:
|
|
400
|
-
decode(input: import("..").BinaryReader | Uint8Array, length?: number):
|
|
401
|
-
fromPartial(object: import("../helpers").DeepPartial<
|
|
402
|
-
fromAmino(object:
|
|
403
|
-
toAmino(message:
|
|
404
|
-
fromAminoMsg(object:
|
|
405
|
-
fromProtoMsg(message:
|
|
406
|
-
toProto(message:
|
|
407
|
-
toProtoMsg(message:
|
|
399
|
+
encode(message: _330.ResponsePrepareProposal, writer?: import("..").BinaryWriter): import("..").BinaryWriter;
|
|
400
|
+
decode(input: import("..").BinaryReader | Uint8Array, length?: number): _330.ResponsePrepareProposal;
|
|
401
|
+
fromPartial(object: import("../helpers").DeepPartial<_330.ResponsePrepareProposal>): _330.ResponsePrepareProposal;
|
|
402
|
+
fromAmino(object: _330.ResponsePrepareProposalAmino): _330.ResponsePrepareProposal;
|
|
403
|
+
toAmino(message: _330.ResponsePrepareProposal): _330.ResponsePrepareProposalAmino;
|
|
404
|
+
fromAminoMsg(object: _330.ResponsePrepareProposalAminoMsg): _330.ResponsePrepareProposal;
|
|
405
|
+
fromProtoMsg(message: _330.ResponsePrepareProposalProtoMsg): _330.ResponsePrepareProposal;
|
|
406
|
+
toProto(message: _330.ResponsePrepareProposal): Uint8Array;
|
|
407
|
+
toProtoMsg(message: _330.ResponsePrepareProposal): _330.ResponsePrepareProposalProtoMsg;
|
|
408
408
|
};
|
|
409
409
|
ResponseProcessProposal: {
|
|
410
410
|
typeUrl: string;
|
|
411
|
-
encode(message:
|
|
412
|
-
decode(input: import("..").BinaryReader | Uint8Array, length?: number):
|
|
413
|
-
fromPartial(object: import("../helpers").DeepPartial<
|
|
414
|
-
fromAmino(object:
|
|
415
|
-
toAmino(message:
|
|
416
|
-
fromAminoMsg(object:
|
|
417
|
-
fromProtoMsg(message:
|
|
418
|
-
toProto(message:
|
|
419
|
-
toProtoMsg(message:
|
|
411
|
+
encode(message: _330.ResponseProcessProposal, writer?: import("..").BinaryWriter): import("..").BinaryWriter;
|
|
412
|
+
decode(input: import("..").BinaryReader | Uint8Array, length?: number): _330.ResponseProcessProposal;
|
|
413
|
+
fromPartial(object: import("../helpers").DeepPartial<_330.ResponseProcessProposal>): _330.ResponseProcessProposal;
|
|
414
|
+
fromAmino(object: _330.ResponseProcessProposalAmino): _330.ResponseProcessProposal;
|
|
415
|
+
toAmino(message: _330.ResponseProcessProposal): _330.ResponseProcessProposalAmino;
|
|
416
|
+
fromAminoMsg(object: _330.ResponseProcessProposalAminoMsg): _330.ResponseProcessProposal;
|
|
417
|
+
fromProtoMsg(message: _330.ResponseProcessProposalProtoMsg): _330.ResponseProcessProposal;
|
|
418
|
+
toProto(message: _330.ResponseProcessProposal): Uint8Array;
|
|
419
|
+
toProtoMsg(message: _330.ResponseProcessProposal): _330.ResponseProcessProposalProtoMsg;
|
|
420
420
|
};
|
|
421
421
|
ResponseExtendVote: {
|
|
422
422
|
typeUrl: string;
|
|
423
|
-
encode(message:
|
|
424
|
-
decode(input: import("..").BinaryReader | Uint8Array, length?: number):
|
|
425
|
-
fromPartial(object: import("../helpers").DeepPartial<
|
|
426
|
-
fromAmino(object:
|
|
427
|
-
toAmino(message:
|
|
428
|
-
fromAminoMsg(object:
|
|
429
|
-
fromProtoMsg(message:
|
|
430
|
-
toProto(message:
|
|
431
|
-
toProtoMsg(message:
|
|
423
|
+
encode(message: _330.ResponseExtendVote, writer?: import("..").BinaryWriter): import("..").BinaryWriter;
|
|
424
|
+
decode(input: import("..").BinaryReader | Uint8Array, length?: number): _330.ResponseExtendVote;
|
|
425
|
+
fromPartial(object: import("../helpers").DeepPartial<_330.ResponseExtendVote>): _330.ResponseExtendVote;
|
|
426
|
+
fromAmino(object: _330.ResponseExtendVoteAmino): _330.ResponseExtendVote;
|
|
427
|
+
toAmino(message: _330.ResponseExtendVote): _330.ResponseExtendVoteAmino;
|
|
428
|
+
fromAminoMsg(object: _330.ResponseExtendVoteAminoMsg): _330.ResponseExtendVote;
|
|
429
|
+
fromProtoMsg(message: _330.ResponseExtendVoteProtoMsg): _330.ResponseExtendVote;
|
|
430
|
+
toProto(message: _330.ResponseExtendVote): Uint8Array;
|
|
431
|
+
toProtoMsg(message: _330.ResponseExtendVote): _330.ResponseExtendVoteProtoMsg;
|
|
432
432
|
};
|
|
433
433
|
ResponseVerifyVoteExtension: {
|
|
434
434
|
typeUrl: string;
|
|
435
|
-
encode(message:
|
|
436
|
-
decode(input: import("..").BinaryReader | Uint8Array, length?: number):
|
|
437
|
-
fromPartial(object: import("../helpers").DeepPartial<
|
|
438
|
-
fromAmino(object:
|
|
439
|
-
toAmino(message:
|
|
440
|
-
fromAminoMsg(object:
|
|
441
|
-
fromProtoMsg(message:
|
|
442
|
-
toProto(message:
|
|
443
|
-
toProtoMsg(message:
|
|
435
|
+
encode(message: _330.ResponseVerifyVoteExtension, writer?: import("..").BinaryWriter): import("..").BinaryWriter;
|
|
436
|
+
decode(input: import("..").BinaryReader | Uint8Array, length?: number): _330.ResponseVerifyVoteExtension;
|
|
437
|
+
fromPartial(object: import("../helpers").DeepPartial<_330.ResponseVerifyVoteExtension>): _330.ResponseVerifyVoteExtension;
|
|
438
|
+
fromAmino(object: _330.ResponseVerifyVoteExtensionAmino): _330.ResponseVerifyVoteExtension;
|
|
439
|
+
toAmino(message: _330.ResponseVerifyVoteExtension): _330.ResponseVerifyVoteExtensionAmino;
|
|
440
|
+
fromAminoMsg(object: _330.ResponseVerifyVoteExtensionAminoMsg): _330.ResponseVerifyVoteExtension;
|
|
441
|
+
fromProtoMsg(message: _330.ResponseVerifyVoteExtensionProtoMsg): _330.ResponseVerifyVoteExtension;
|
|
442
|
+
toProto(message: _330.ResponseVerifyVoteExtension): Uint8Array;
|
|
443
|
+
toProtoMsg(message: _330.ResponseVerifyVoteExtension): _330.ResponseVerifyVoteExtensionProtoMsg;
|
|
444
444
|
};
|
|
445
445
|
ResponseFinalizeBlock: {
|
|
446
446
|
typeUrl: string;
|
|
447
|
-
encode(message:
|
|
448
|
-
decode(input: import("..").BinaryReader | Uint8Array, length?: number):
|
|
449
|
-
fromPartial(object: import("../helpers").DeepPartial<
|
|
450
|
-
fromAmino(object:
|
|
451
|
-
toAmino(message:
|
|
452
|
-
fromAminoMsg(object:
|
|
453
|
-
fromProtoMsg(message:
|
|
454
|
-
toProto(message:
|
|
455
|
-
toProtoMsg(message:
|
|
447
|
+
encode(message: _330.ResponseFinalizeBlock, writer?: import("..").BinaryWriter): import("..").BinaryWriter;
|
|
448
|
+
decode(input: import("..").BinaryReader | Uint8Array, length?: number): _330.ResponseFinalizeBlock;
|
|
449
|
+
fromPartial(object: import("../helpers").DeepPartial<_330.ResponseFinalizeBlock>): _330.ResponseFinalizeBlock;
|
|
450
|
+
fromAmino(object: _330.ResponseFinalizeBlockAmino): _330.ResponseFinalizeBlock;
|
|
451
|
+
toAmino(message: _330.ResponseFinalizeBlock): _330.ResponseFinalizeBlockAmino;
|
|
452
|
+
fromAminoMsg(object: _330.ResponseFinalizeBlockAminoMsg): _330.ResponseFinalizeBlock;
|
|
453
|
+
fromProtoMsg(message: _330.ResponseFinalizeBlockProtoMsg): _330.ResponseFinalizeBlock;
|
|
454
|
+
toProto(message: _330.ResponseFinalizeBlock): Uint8Array;
|
|
455
|
+
toProtoMsg(message: _330.ResponseFinalizeBlock): _330.ResponseFinalizeBlockProtoMsg;
|
|
456
456
|
};
|
|
457
457
|
CommitInfo: {
|
|
458
458
|
typeUrl: string;
|
|
459
|
-
encode(message:
|
|
460
|
-
decode(input: import("..").BinaryReader | Uint8Array, length?: number):
|
|
461
|
-
fromPartial(object: import("../helpers").DeepPartial<
|
|
462
|
-
fromAmino(object:
|
|
463
|
-
toAmino(message:
|
|
464
|
-
fromAminoMsg(object:
|
|
465
|
-
fromProtoMsg(message:
|
|
466
|
-
toProto(message:
|
|
467
|
-
toProtoMsg(message:
|
|
459
|
+
encode(message: _330.CommitInfo, writer?: import("..").BinaryWriter): import("..").BinaryWriter;
|
|
460
|
+
decode(input: import("..").BinaryReader | Uint8Array, length?: number): _330.CommitInfo;
|
|
461
|
+
fromPartial(object: import("../helpers").DeepPartial<_330.CommitInfo>): _330.CommitInfo;
|
|
462
|
+
fromAmino(object: _330.CommitInfoAmino): _330.CommitInfo;
|
|
463
|
+
toAmino(message: _330.CommitInfo): _330.CommitInfoAmino;
|
|
464
|
+
fromAminoMsg(object: _330.CommitInfoAminoMsg): _330.CommitInfo;
|
|
465
|
+
fromProtoMsg(message: _330.CommitInfoProtoMsg): _330.CommitInfo;
|
|
466
|
+
toProto(message: _330.CommitInfo): Uint8Array;
|
|
467
|
+
toProtoMsg(message: _330.CommitInfo): _330.CommitInfoProtoMsg;
|
|
468
468
|
};
|
|
469
469
|
ExtendedCommitInfo: {
|
|
470
470
|
typeUrl: string;
|
|
471
|
-
encode(message:
|
|
472
|
-
decode(input: import("..").BinaryReader | Uint8Array, length?: number):
|
|
473
|
-
fromPartial(object: import("../helpers").DeepPartial<
|
|
474
|
-
fromAmino(object:
|
|
475
|
-
toAmino(message:
|
|
476
|
-
fromAminoMsg(object:
|
|
477
|
-
fromProtoMsg(message:
|
|
478
|
-
toProto(message:
|
|
479
|
-
toProtoMsg(message:
|
|
471
|
+
encode(message: _330.ExtendedCommitInfo, writer?: import("..").BinaryWriter): import("..").BinaryWriter;
|
|
472
|
+
decode(input: import("..").BinaryReader | Uint8Array, length?: number): _330.ExtendedCommitInfo;
|
|
473
|
+
fromPartial(object: import("../helpers").DeepPartial<_330.ExtendedCommitInfo>): _330.ExtendedCommitInfo;
|
|
474
|
+
fromAmino(object: _330.ExtendedCommitInfoAmino): _330.ExtendedCommitInfo;
|
|
475
|
+
toAmino(message: _330.ExtendedCommitInfo): _330.ExtendedCommitInfoAmino;
|
|
476
|
+
fromAminoMsg(object: _330.ExtendedCommitInfoAminoMsg): _330.ExtendedCommitInfo;
|
|
477
|
+
fromProtoMsg(message: _330.ExtendedCommitInfoProtoMsg): _330.ExtendedCommitInfo;
|
|
478
|
+
toProto(message: _330.ExtendedCommitInfo): Uint8Array;
|
|
479
|
+
toProtoMsg(message: _330.ExtendedCommitInfo): _330.ExtendedCommitInfoProtoMsg;
|
|
480
480
|
};
|
|
481
481
|
Event: {
|
|
482
482
|
typeUrl: string;
|
|
483
|
-
encode(message:
|
|
484
|
-
decode(input: import("..").BinaryReader | Uint8Array, length?: number):
|
|
485
|
-
fromPartial(object: import("../helpers").DeepPartial<
|
|
486
|
-
fromAmino(object:
|
|
487
|
-
toAmino(message:
|
|
488
|
-
fromAminoMsg(object:
|
|
489
|
-
fromProtoMsg(message:
|
|
490
|
-
toProto(message:
|
|
491
|
-
toProtoMsg(message:
|
|
483
|
+
encode(message: _330.Event, writer?: import("..").BinaryWriter): import("..").BinaryWriter;
|
|
484
|
+
decode(input: import("..").BinaryReader | Uint8Array, length?: number): _330.Event;
|
|
485
|
+
fromPartial(object: import("../helpers").DeepPartial<_330.Event>): _330.Event;
|
|
486
|
+
fromAmino(object: _330.EventAmino): _330.Event;
|
|
487
|
+
toAmino(message: _330.Event): _330.EventAmino;
|
|
488
|
+
fromAminoMsg(object: _330.EventAminoMsg): _330.Event;
|
|
489
|
+
fromProtoMsg(message: _330.EventProtoMsg): _330.Event;
|
|
490
|
+
toProto(message: _330.Event): Uint8Array;
|
|
491
|
+
toProtoMsg(message: _330.Event): _330.EventProtoMsg;
|
|
492
492
|
};
|
|
493
493
|
EventAttribute: {
|
|
494
494
|
typeUrl: string;
|
|
495
|
-
encode(message:
|
|
496
|
-
decode(input: import("..").BinaryReader | Uint8Array, length?: number):
|
|
497
|
-
fromPartial(object: import("../helpers").DeepPartial<
|
|
498
|
-
fromAmino(object:
|
|
499
|
-
toAmino(message:
|
|
500
|
-
fromAminoMsg(object:
|
|
501
|
-
fromProtoMsg(message:
|
|
502
|
-
toProto(message:
|
|
503
|
-
toProtoMsg(message:
|
|
495
|
+
encode(message: _330.EventAttribute, writer?: import("..").BinaryWriter): import("..").BinaryWriter;
|
|
496
|
+
decode(input: import("..").BinaryReader | Uint8Array, length?: number): _330.EventAttribute;
|
|
497
|
+
fromPartial(object: import("../helpers").DeepPartial<_330.EventAttribute>): _330.EventAttribute;
|
|
498
|
+
fromAmino(object: _330.EventAttributeAmino): _330.EventAttribute;
|
|
499
|
+
toAmino(message: _330.EventAttribute): _330.EventAttributeAmino;
|
|
500
|
+
fromAminoMsg(object: _330.EventAttributeAminoMsg): _330.EventAttribute;
|
|
501
|
+
fromProtoMsg(message: _330.EventAttributeProtoMsg): _330.EventAttribute;
|
|
502
|
+
toProto(message: _330.EventAttribute): Uint8Array;
|
|
503
|
+
toProtoMsg(message: _330.EventAttribute): _330.EventAttributeProtoMsg;
|
|
504
504
|
};
|
|
505
505
|
ExecTxResult: {
|
|
506
506
|
typeUrl: string;
|
|
507
|
-
encode(message:
|
|
508
|
-
decode(input: import("..").BinaryReader | Uint8Array, length?: number):
|
|
509
|
-
fromPartial(object: import("../helpers").DeepPartial<
|
|
510
|
-
fromAmino(object:
|
|
511
|
-
toAmino(message:
|
|
512
|
-
fromAminoMsg(object:
|
|
513
|
-
fromProtoMsg(message:
|
|
514
|
-
toProto(message:
|
|
515
|
-
toProtoMsg(message:
|
|
507
|
+
encode(message: _330.ExecTxResult, writer?: import("..").BinaryWriter): import("..").BinaryWriter;
|
|
508
|
+
decode(input: import("..").BinaryReader | Uint8Array, length?: number): _330.ExecTxResult;
|
|
509
|
+
fromPartial(object: import("../helpers").DeepPartial<_330.ExecTxResult>): _330.ExecTxResult;
|
|
510
|
+
fromAmino(object: _330.ExecTxResultAmino): _330.ExecTxResult;
|
|
511
|
+
toAmino(message: _330.ExecTxResult): _330.ExecTxResultAmino;
|
|
512
|
+
fromAminoMsg(object: _330.ExecTxResultAminoMsg): _330.ExecTxResult;
|
|
513
|
+
fromProtoMsg(message: _330.ExecTxResultProtoMsg): _330.ExecTxResult;
|
|
514
|
+
toProto(message: _330.ExecTxResult): Uint8Array;
|
|
515
|
+
toProtoMsg(message: _330.ExecTxResult): _330.ExecTxResultProtoMsg;
|
|
516
516
|
};
|
|
517
517
|
TxResult: {
|
|
518
518
|
typeUrl: string;
|
|
519
|
-
encode(message:
|
|
520
|
-
decode(input: import("..").BinaryReader | Uint8Array, length?: number):
|
|
521
|
-
fromPartial(object: import("../helpers").DeepPartial<
|
|
522
|
-
fromAmino(object:
|
|
523
|
-
toAmino(message:
|
|
524
|
-
fromAminoMsg(object:
|
|
525
|
-
fromProtoMsg(message:
|
|
526
|
-
toProto(message:
|
|
527
|
-
toProtoMsg(message:
|
|
519
|
+
encode(message: _330.TxResult, writer?: import("..").BinaryWriter): import("..").BinaryWriter;
|
|
520
|
+
decode(input: import("..").BinaryReader | Uint8Array, length?: number): _330.TxResult;
|
|
521
|
+
fromPartial(object: import("../helpers").DeepPartial<_330.TxResult>): _330.TxResult;
|
|
522
|
+
fromAmino(object: _330.TxResultAmino): _330.TxResult;
|
|
523
|
+
toAmino(message: _330.TxResult): _330.TxResultAmino;
|
|
524
|
+
fromAminoMsg(object: _330.TxResultAminoMsg): _330.TxResult;
|
|
525
|
+
fromProtoMsg(message: _330.TxResultProtoMsg): _330.TxResult;
|
|
526
|
+
toProto(message: _330.TxResult): Uint8Array;
|
|
527
|
+
toProtoMsg(message: _330.TxResult): _330.TxResultProtoMsg;
|
|
528
528
|
};
|
|
529
529
|
Validator: {
|
|
530
530
|
typeUrl: string;
|
|
531
|
-
encode(message:
|
|
532
|
-
decode(input: import("..").BinaryReader | Uint8Array, length?: number):
|
|
533
|
-
fromPartial(object: import("../helpers").DeepPartial<
|
|
534
|
-
fromAmino(object:
|
|
535
|
-
toAmino(message:
|
|
536
|
-
fromAminoMsg(object:
|
|
537
|
-
fromProtoMsg(message:
|
|
538
|
-
toProto(message:
|
|
539
|
-
toProtoMsg(message:
|
|
531
|
+
encode(message: _330.Validator, writer?: import("..").BinaryWriter): import("..").BinaryWriter;
|
|
532
|
+
decode(input: import("..").BinaryReader | Uint8Array, length?: number): _330.Validator;
|
|
533
|
+
fromPartial(object: import("../helpers").DeepPartial<_330.Validator>): _330.Validator;
|
|
534
|
+
fromAmino(object: _330.ValidatorAmino): _330.Validator;
|
|
535
|
+
toAmino(message: _330.Validator): _330.ValidatorAmino;
|
|
536
|
+
fromAminoMsg(object: _330.ValidatorAminoMsg): _330.Validator;
|
|
537
|
+
fromProtoMsg(message: _330.ValidatorProtoMsg): _330.Validator;
|
|
538
|
+
toProto(message: _330.Validator): Uint8Array;
|
|
539
|
+
toProtoMsg(message: _330.Validator): _330.ValidatorProtoMsg;
|
|
540
540
|
};
|
|
541
541
|
ValidatorUpdate: {
|
|
542
542
|
typeUrl: string;
|
|
543
|
-
encode(message:
|
|
544
|
-
decode(input: import("..").BinaryReader | Uint8Array, length?: number):
|
|
545
|
-
fromPartial(object: import("../helpers").DeepPartial<
|
|
546
|
-
fromAmino(object:
|
|
547
|
-
toAmino(message:
|
|
548
|
-
fromAminoMsg(object:
|
|
549
|
-
fromProtoMsg(message:
|
|
550
|
-
toProto(message:
|
|
551
|
-
toProtoMsg(message:
|
|
543
|
+
encode(message: _330.ValidatorUpdate, writer?: import("..").BinaryWriter): import("..").BinaryWriter;
|
|
544
|
+
decode(input: import("..").BinaryReader | Uint8Array, length?: number): _330.ValidatorUpdate;
|
|
545
|
+
fromPartial(object: import("../helpers").DeepPartial<_330.ValidatorUpdate>): _330.ValidatorUpdate;
|
|
546
|
+
fromAmino(object: _330.ValidatorUpdateAmino): _330.ValidatorUpdate;
|
|
547
|
+
toAmino(message: _330.ValidatorUpdate): _330.ValidatorUpdateAmino;
|
|
548
|
+
fromAminoMsg(object: _330.ValidatorUpdateAminoMsg): _330.ValidatorUpdate;
|
|
549
|
+
fromProtoMsg(message: _330.ValidatorUpdateProtoMsg): _330.ValidatorUpdate;
|
|
550
|
+
toProto(message: _330.ValidatorUpdate): Uint8Array;
|
|
551
|
+
toProtoMsg(message: _330.ValidatorUpdate): _330.ValidatorUpdateProtoMsg;
|
|
552
552
|
};
|
|
553
553
|
VoteInfo: {
|
|
554
554
|
typeUrl: string;
|
|
555
|
-
encode(message:
|
|
556
|
-
decode(input: import("..").BinaryReader | Uint8Array, length?: number):
|
|
557
|
-
fromPartial(object: import("../helpers").DeepPartial<
|
|
558
|
-
fromAmino(object:
|
|
559
|
-
toAmino(message:
|
|
560
|
-
fromAminoMsg(object:
|
|
561
|
-
fromProtoMsg(message:
|
|
562
|
-
toProto(message:
|
|
563
|
-
toProtoMsg(message:
|
|
555
|
+
encode(message: _330.VoteInfo, writer?: import("..").BinaryWriter): import("..").BinaryWriter;
|
|
556
|
+
decode(input: import("..").BinaryReader | Uint8Array, length?: number): _330.VoteInfo;
|
|
557
|
+
fromPartial(object: import("../helpers").DeepPartial<_330.VoteInfo>): _330.VoteInfo;
|
|
558
|
+
fromAmino(object: _330.VoteInfoAmino): _330.VoteInfo;
|
|
559
|
+
toAmino(message: _330.VoteInfo): _330.VoteInfoAmino;
|
|
560
|
+
fromAminoMsg(object: _330.VoteInfoAminoMsg): _330.VoteInfo;
|
|
561
|
+
fromProtoMsg(message: _330.VoteInfoProtoMsg): _330.VoteInfo;
|
|
562
|
+
toProto(message: _330.VoteInfo): Uint8Array;
|
|
563
|
+
toProtoMsg(message: _330.VoteInfo): _330.VoteInfoProtoMsg;
|
|
564
564
|
};
|
|
565
565
|
ExtendedVoteInfo: {
|
|
566
566
|
typeUrl: string;
|
|
567
|
-
encode(message:
|
|
568
|
-
decode(input: import("..").BinaryReader | Uint8Array, length?: number):
|
|
569
|
-
fromPartial(object: import("../helpers").DeepPartial<
|
|
570
|
-
fromAmino(object:
|
|
571
|
-
toAmino(message:
|
|
572
|
-
fromAminoMsg(object:
|
|
573
|
-
fromProtoMsg(message:
|
|
574
|
-
toProto(message:
|
|
575
|
-
toProtoMsg(message:
|
|
567
|
+
encode(message: _330.ExtendedVoteInfo, writer?: import("..").BinaryWriter): import("..").BinaryWriter;
|
|
568
|
+
decode(input: import("..").BinaryReader | Uint8Array, length?: number): _330.ExtendedVoteInfo;
|
|
569
|
+
fromPartial(object: import("../helpers").DeepPartial<_330.ExtendedVoteInfo>): _330.ExtendedVoteInfo;
|
|
570
|
+
fromAmino(object: _330.ExtendedVoteInfoAmino): _330.ExtendedVoteInfo;
|
|
571
|
+
toAmino(message: _330.ExtendedVoteInfo): _330.ExtendedVoteInfoAmino;
|
|
572
|
+
fromAminoMsg(object: _330.ExtendedVoteInfoAminoMsg): _330.ExtendedVoteInfo;
|
|
573
|
+
fromProtoMsg(message: _330.ExtendedVoteInfoProtoMsg): _330.ExtendedVoteInfo;
|
|
574
|
+
toProto(message: _330.ExtendedVoteInfo): Uint8Array;
|
|
575
|
+
toProtoMsg(message: _330.ExtendedVoteInfo): _330.ExtendedVoteInfoProtoMsg;
|
|
576
576
|
};
|
|
577
577
|
Misbehavior: {
|
|
578
578
|
typeUrl: string;
|
|
579
|
-
encode(message:
|
|
580
|
-
decode(input: import("..").BinaryReader | Uint8Array, length?: number):
|
|
581
|
-
fromPartial(object: import("../helpers").DeepPartial<
|
|
582
|
-
fromAmino(object:
|
|
583
|
-
toAmino(message:
|
|
584
|
-
fromAminoMsg(object:
|
|
585
|
-
fromProtoMsg(message:
|
|
586
|
-
toProto(message:
|
|
587
|
-
toProtoMsg(message:
|
|
579
|
+
encode(message: _330.Misbehavior, writer?: import("..").BinaryWriter): import("..").BinaryWriter;
|
|
580
|
+
decode(input: import("..").BinaryReader | Uint8Array, length?: number): _330.Misbehavior;
|
|
581
|
+
fromPartial(object: import("../helpers").DeepPartial<_330.Misbehavior>): _330.Misbehavior;
|
|
582
|
+
fromAmino(object: _330.MisbehaviorAmino): _330.Misbehavior;
|
|
583
|
+
toAmino(message: _330.Misbehavior): _330.MisbehaviorAmino;
|
|
584
|
+
fromAminoMsg(object: _330.MisbehaviorAminoMsg): _330.Misbehavior;
|
|
585
|
+
fromProtoMsg(message: _330.MisbehaviorProtoMsg): _330.Misbehavior;
|
|
586
|
+
toProto(message: _330.Misbehavior): Uint8Array;
|
|
587
|
+
toProtoMsg(message: _330.Misbehavior): _330.MisbehaviorProtoMsg;
|
|
588
588
|
};
|
|
589
589
|
Snapshot: {
|
|
590
590
|
typeUrl: string;
|
|
591
|
-
encode(message:
|
|
592
|
-
decode(input: import("..").BinaryReader | Uint8Array, length?: number):
|
|
593
|
-
fromPartial(object: import("../helpers").DeepPartial<
|
|
594
|
-
fromAmino(object:
|
|
595
|
-
toAmino(message:
|
|
596
|
-
fromAminoMsg(object:
|
|
597
|
-
fromProtoMsg(message:
|
|
598
|
-
toProto(message:
|
|
599
|
-
toProtoMsg(message:
|
|
591
|
+
encode(message: _330.Snapshot, writer?: import("..").BinaryWriter): import("..").BinaryWriter;
|
|
592
|
+
decode(input: import("..").BinaryReader | Uint8Array, length?: number): _330.Snapshot;
|
|
593
|
+
fromPartial(object: import("../helpers").DeepPartial<_330.Snapshot>): _330.Snapshot;
|
|
594
|
+
fromAmino(object: _330.SnapshotAmino): _330.Snapshot;
|
|
595
|
+
toAmino(message: _330.Snapshot): _330.SnapshotAmino;
|
|
596
|
+
fromAminoMsg(object: _330.SnapshotAminoMsg): _330.Snapshot;
|
|
597
|
+
fromProtoMsg(message: _330.SnapshotProtoMsg): _330.Snapshot;
|
|
598
|
+
toProto(message: _330.Snapshot): Uint8Array;
|
|
599
|
+
toProtoMsg(message: _330.Snapshot): _330.SnapshotProtoMsg;
|
|
600
600
|
};
|
|
601
601
|
};
|
|
602
602
|
const crypto: {
|
|
603
603
|
Proof: {
|
|
604
604
|
typeUrl: string;
|
|
605
|
-
encode(message:
|
|
606
|
-
decode(input: import("..").BinaryReader | Uint8Array, length?: number):
|
|
607
|
-
fromPartial(object: import("../helpers").DeepPartial<
|
|
608
|
-
fromAmino(object:
|
|
609
|
-
toAmino(message:
|
|
610
|
-
fromAminoMsg(object:
|
|
611
|
-
fromProtoMsg(message:
|
|
612
|
-
toProto(message:
|
|
613
|
-
toProtoMsg(message:
|
|
605
|
+
encode(message: _332.Proof, writer?: import("..").BinaryWriter): import("..").BinaryWriter;
|
|
606
|
+
decode(input: import("..").BinaryReader | Uint8Array, length?: number): _332.Proof;
|
|
607
|
+
fromPartial(object: import("../helpers").DeepPartial<_332.Proof>): _332.Proof;
|
|
608
|
+
fromAmino(object: _332.ProofAmino): _332.Proof;
|
|
609
|
+
toAmino(message: _332.Proof): _332.ProofAmino;
|
|
610
|
+
fromAminoMsg(object: _332.ProofAminoMsg): _332.Proof;
|
|
611
|
+
fromProtoMsg(message: _332.ProofProtoMsg): _332.Proof;
|
|
612
|
+
toProto(message: _332.Proof): Uint8Array;
|
|
613
|
+
toProtoMsg(message: _332.Proof): _332.ProofProtoMsg;
|
|
614
614
|
};
|
|
615
615
|
ValueOp: {
|
|
616
616
|
typeUrl: string;
|
|
617
|
-
encode(message:
|
|
618
|
-
decode(input: import("..").BinaryReader | Uint8Array, length?: number):
|
|
619
|
-
fromPartial(object: import("../helpers").DeepPartial<
|
|
620
|
-
fromAmino(object:
|
|
621
|
-
toAmino(message:
|
|
622
|
-
fromAminoMsg(object:
|
|
623
|
-
fromProtoMsg(message:
|
|
624
|
-
toProto(message:
|
|
625
|
-
toProtoMsg(message:
|
|
617
|
+
encode(message: _332.ValueOp, writer?: import("..").BinaryWriter): import("..").BinaryWriter;
|
|
618
|
+
decode(input: import("..").BinaryReader | Uint8Array, length?: number): _332.ValueOp;
|
|
619
|
+
fromPartial(object: import("../helpers").DeepPartial<_332.ValueOp>): _332.ValueOp;
|
|
620
|
+
fromAmino(object: _332.ValueOpAmino): _332.ValueOp;
|
|
621
|
+
toAmino(message: _332.ValueOp): _332.ValueOpAmino;
|
|
622
|
+
fromAminoMsg(object: _332.ValueOpAminoMsg): _332.ValueOp;
|
|
623
|
+
fromProtoMsg(message: _332.ValueOpProtoMsg): _332.ValueOp;
|
|
624
|
+
toProto(message: _332.ValueOp): Uint8Array;
|
|
625
|
+
toProtoMsg(message: _332.ValueOp): _332.ValueOpProtoMsg;
|
|
626
626
|
};
|
|
627
627
|
DominoOp: {
|
|
628
628
|
typeUrl: string;
|
|
629
|
-
encode(message:
|
|
630
|
-
decode(input: import("..").BinaryReader | Uint8Array, length?: number):
|
|
631
|
-
fromPartial(object: import("../helpers").DeepPartial<
|
|
632
|
-
fromAmino(object:
|
|
633
|
-
toAmino(message:
|
|
634
|
-
fromAminoMsg(object:
|
|
635
|
-
fromProtoMsg(message:
|
|
636
|
-
toProto(message:
|
|
637
|
-
toProtoMsg(message:
|
|
629
|
+
encode(message: _332.DominoOp, writer?: import("..").BinaryWriter): import("..").BinaryWriter;
|
|
630
|
+
decode(input: import("..").BinaryReader | Uint8Array, length?: number): _332.DominoOp;
|
|
631
|
+
fromPartial(object: import("../helpers").DeepPartial<_332.DominoOp>): _332.DominoOp;
|
|
632
|
+
fromAmino(object: _332.DominoOpAmino): _332.DominoOp;
|
|
633
|
+
toAmino(message: _332.DominoOp): _332.DominoOpAmino;
|
|
634
|
+
fromAminoMsg(object: _332.DominoOpAminoMsg): _332.DominoOp;
|
|
635
|
+
fromProtoMsg(message: _332.DominoOpProtoMsg): _332.DominoOp;
|
|
636
|
+
toProto(message: _332.DominoOp): Uint8Array;
|
|
637
|
+
toProtoMsg(message: _332.DominoOp): _332.DominoOpProtoMsg;
|
|
638
638
|
};
|
|
639
639
|
ProofOp: {
|
|
640
640
|
typeUrl: string;
|
|
641
|
-
encode(message:
|
|
642
|
-
decode(input: import("..").BinaryReader | Uint8Array, length?: number):
|
|
643
|
-
fromPartial(object: import("../helpers").DeepPartial<
|
|
644
|
-
fromAmino(object:
|
|
645
|
-
toAmino(message:
|
|
646
|
-
fromAminoMsg(object:
|
|
647
|
-
fromProtoMsg(message:
|
|
648
|
-
toProto(message:
|
|
649
|
-
toProtoMsg(message:
|
|
641
|
+
encode(message: _332.ProofOp, writer?: import("..").BinaryWriter): import("..").BinaryWriter;
|
|
642
|
+
decode(input: import("..").BinaryReader | Uint8Array, length?: number): _332.ProofOp;
|
|
643
|
+
fromPartial(object: import("../helpers").DeepPartial<_332.ProofOp>): _332.ProofOp;
|
|
644
|
+
fromAmino(object: _332.ProofOpAmino): _332.ProofOp;
|
|
645
|
+
toAmino(message: _332.ProofOp): _332.ProofOpAmino;
|
|
646
|
+
fromAminoMsg(object: _332.ProofOpAminoMsg): _332.ProofOp;
|
|
647
|
+
fromProtoMsg(message: _332.ProofOpProtoMsg): _332.ProofOp;
|
|
648
|
+
toProto(message: _332.ProofOp): Uint8Array;
|
|
649
|
+
toProtoMsg(message: _332.ProofOp): _332.ProofOpProtoMsg;
|
|
650
650
|
};
|
|
651
651
|
ProofOps: {
|
|
652
652
|
typeUrl: string;
|
|
653
|
-
encode(message:
|
|
654
|
-
decode(input: import("..").BinaryReader | Uint8Array, length?: number):
|
|
655
|
-
fromPartial(object: import("../helpers").DeepPartial<
|
|
656
|
-
fromAmino(object:
|
|
657
|
-
toAmino(message:
|
|
658
|
-
fromAminoMsg(object:
|
|
659
|
-
fromProtoMsg(message:
|
|
660
|
-
toProto(message:
|
|
661
|
-
toProtoMsg(message:
|
|
653
|
+
encode(message: _332.ProofOps, writer?: import("..").BinaryWriter): import("..").BinaryWriter;
|
|
654
|
+
decode(input: import("..").BinaryReader | Uint8Array, length?: number): _332.ProofOps;
|
|
655
|
+
fromPartial(object: import("../helpers").DeepPartial<_332.ProofOps>): _332.ProofOps;
|
|
656
|
+
fromAmino(object: _332.ProofOpsAmino): _332.ProofOps;
|
|
657
|
+
toAmino(message: _332.ProofOps): _332.ProofOpsAmino;
|
|
658
|
+
fromAminoMsg(object: _332.ProofOpsAminoMsg): _332.ProofOps;
|
|
659
|
+
fromProtoMsg(message: _332.ProofOpsProtoMsg): _332.ProofOps;
|
|
660
|
+
toProto(message: _332.ProofOps): Uint8Array;
|
|
661
|
+
toProtoMsg(message: _332.ProofOps): _332.ProofOpsProtoMsg;
|
|
662
662
|
};
|
|
663
663
|
PublicKey: {
|
|
664
664
|
typeUrl: string;
|
|
665
|
-
encode(message:
|
|
666
|
-
decode(input: import("..").BinaryReader | Uint8Array, length?: number):
|
|
667
|
-
fromPartial(object: import("../helpers").DeepPartial<
|
|
668
|
-
fromAmino(object:
|
|
669
|
-
toAmino(message:
|
|
670
|
-
fromAminoMsg(object:
|
|
671
|
-
fromProtoMsg(message:
|
|
672
|
-
toProto(message:
|
|
673
|
-
toProtoMsg(message:
|
|
665
|
+
encode(message: _331.PublicKey, writer?: import("..").BinaryWriter): import("..").BinaryWriter;
|
|
666
|
+
decode(input: import("..").BinaryReader | Uint8Array, length?: number): _331.PublicKey;
|
|
667
|
+
fromPartial(object: import("../helpers").DeepPartial<_331.PublicKey>): _331.PublicKey;
|
|
668
|
+
fromAmino(object: _331.PublicKeyAmino): _331.PublicKey;
|
|
669
|
+
toAmino(message: _331.PublicKey): _331.PublicKeyAmino;
|
|
670
|
+
fromAminoMsg(object: _331.PublicKeyAminoMsg): _331.PublicKey;
|
|
671
|
+
fromProtoMsg(message: _331.PublicKeyProtoMsg): _331.PublicKey;
|
|
672
|
+
toProto(message: _331.PublicKey): Uint8Array;
|
|
673
|
+
toProtoMsg(message: _331.PublicKey): _331.PublicKeyProtoMsg;
|
|
674
674
|
};
|
|
675
675
|
};
|
|
676
676
|
const p2p: {
|
|
677
677
|
NetAddress: {
|
|
678
678
|
typeUrl: string;
|
|
679
|
-
encode(message:
|
|
680
|
-
decode(input: import("..").BinaryReader | Uint8Array, length?: number):
|
|
681
|
-
fromPartial(object: import("../helpers").DeepPartial<
|
|
682
|
-
fromAmino(object:
|
|
683
|
-
toAmino(message:
|
|
684
|
-
fromAminoMsg(object:
|
|
685
|
-
fromProtoMsg(message:
|
|
686
|
-
toProto(message:
|
|
687
|
-
toProtoMsg(message:
|
|
679
|
+
encode(message: _333.NetAddress, writer?: import("..").BinaryWriter): import("..").BinaryWriter;
|
|
680
|
+
decode(input: import("..").BinaryReader | Uint8Array, length?: number): _333.NetAddress;
|
|
681
|
+
fromPartial(object: import("../helpers").DeepPartial<_333.NetAddress>): _333.NetAddress;
|
|
682
|
+
fromAmino(object: _333.NetAddressAmino): _333.NetAddress;
|
|
683
|
+
toAmino(message: _333.NetAddress): _333.NetAddressAmino;
|
|
684
|
+
fromAminoMsg(object: _333.NetAddressAminoMsg): _333.NetAddress;
|
|
685
|
+
fromProtoMsg(message: _333.NetAddressProtoMsg): _333.NetAddress;
|
|
686
|
+
toProto(message: _333.NetAddress): Uint8Array;
|
|
687
|
+
toProtoMsg(message: _333.NetAddress): _333.NetAddressProtoMsg;
|
|
688
688
|
};
|
|
689
689
|
ProtocolVersion: {
|
|
690
690
|
typeUrl: string;
|
|
691
|
-
encode(message:
|
|
692
|
-
decode(input: import("..").BinaryReader | Uint8Array, length?: number):
|
|
693
|
-
fromPartial(object: import("../helpers").DeepPartial<
|
|
694
|
-
fromAmino(object:
|
|
695
|
-
toAmino(message:
|
|
696
|
-
fromAminoMsg(object:
|
|
697
|
-
fromProtoMsg(message:
|
|
698
|
-
toProto(message:
|
|
699
|
-
toProtoMsg(message:
|
|
691
|
+
encode(message: _333.ProtocolVersion, writer?: import("..").BinaryWriter): import("..").BinaryWriter;
|
|
692
|
+
decode(input: import("..").BinaryReader | Uint8Array, length?: number): _333.ProtocolVersion;
|
|
693
|
+
fromPartial(object: import("../helpers").DeepPartial<_333.ProtocolVersion>): _333.ProtocolVersion;
|
|
694
|
+
fromAmino(object: _333.ProtocolVersionAmino): _333.ProtocolVersion;
|
|
695
|
+
toAmino(message: _333.ProtocolVersion): _333.ProtocolVersionAmino;
|
|
696
|
+
fromAminoMsg(object: _333.ProtocolVersionAminoMsg): _333.ProtocolVersion;
|
|
697
|
+
fromProtoMsg(message: _333.ProtocolVersionProtoMsg): _333.ProtocolVersion;
|
|
698
|
+
toProto(message: _333.ProtocolVersion): Uint8Array;
|
|
699
|
+
toProtoMsg(message: _333.ProtocolVersion): _333.ProtocolVersionProtoMsg;
|
|
700
700
|
};
|
|
701
701
|
DefaultNodeInfo: {
|
|
702
702
|
typeUrl: string;
|
|
703
|
-
encode(message:
|
|
704
|
-
decode(input: import("..").BinaryReader | Uint8Array, length?: number):
|
|
705
|
-
fromPartial(object: import("../helpers").DeepPartial<
|
|
706
|
-
fromAmino(object:
|
|
707
|
-
toAmino(message:
|
|
708
|
-
fromAminoMsg(object:
|
|
709
|
-
fromProtoMsg(message:
|
|
710
|
-
toProto(message:
|
|
711
|
-
toProtoMsg(message:
|
|
703
|
+
encode(message: _333.DefaultNodeInfo, writer?: import("..").BinaryWriter): import("..").BinaryWriter;
|
|
704
|
+
decode(input: import("..").BinaryReader | Uint8Array, length?: number): _333.DefaultNodeInfo;
|
|
705
|
+
fromPartial(object: import("../helpers").DeepPartial<_333.DefaultNodeInfo>): _333.DefaultNodeInfo;
|
|
706
|
+
fromAmino(object: _333.DefaultNodeInfoAmino): _333.DefaultNodeInfo;
|
|
707
|
+
toAmino(message: _333.DefaultNodeInfo): _333.DefaultNodeInfoAmino;
|
|
708
|
+
fromAminoMsg(object: _333.DefaultNodeInfoAminoMsg): _333.DefaultNodeInfo;
|
|
709
|
+
fromProtoMsg(message: _333.DefaultNodeInfoProtoMsg): _333.DefaultNodeInfo;
|
|
710
|
+
toProto(message: _333.DefaultNodeInfo): Uint8Array;
|
|
711
|
+
toProtoMsg(message: _333.DefaultNodeInfo): _333.DefaultNodeInfoProtoMsg;
|
|
712
712
|
};
|
|
713
713
|
DefaultNodeInfoOther: {
|
|
714
714
|
typeUrl: string;
|
|
715
|
-
encode(message:
|
|
716
|
-
decode(input: import("..").BinaryReader | Uint8Array, length?: number):
|
|
717
|
-
fromPartial(object: import("../helpers").DeepPartial<
|
|
718
|
-
fromAmino(object:
|
|
719
|
-
toAmino(message:
|
|
720
|
-
fromAminoMsg(object:
|
|
721
|
-
fromProtoMsg(message:
|
|
722
|
-
toProto(message:
|
|
723
|
-
toProtoMsg(message:
|
|
715
|
+
encode(message: _333.DefaultNodeInfoOther, writer?: import("..").BinaryWriter): import("..").BinaryWriter;
|
|
716
|
+
decode(input: import("..").BinaryReader | Uint8Array, length?: number): _333.DefaultNodeInfoOther;
|
|
717
|
+
fromPartial(object: import("../helpers").DeepPartial<_333.DefaultNodeInfoOther>): _333.DefaultNodeInfoOther;
|
|
718
|
+
fromAmino(object: _333.DefaultNodeInfoOtherAmino): _333.DefaultNodeInfoOther;
|
|
719
|
+
toAmino(message: _333.DefaultNodeInfoOther): _333.DefaultNodeInfoOtherAmino;
|
|
720
|
+
fromAminoMsg(object: _333.DefaultNodeInfoOtherAminoMsg): _333.DefaultNodeInfoOther;
|
|
721
|
+
fromProtoMsg(message: _333.DefaultNodeInfoOtherProtoMsg): _333.DefaultNodeInfoOther;
|
|
722
|
+
toProto(message: _333.DefaultNodeInfoOther): Uint8Array;
|
|
723
|
+
toProtoMsg(message: _333.DefaultNodeInfoOther): _333.DefaultNodeInfoOtherProtoMsg;
|
|
724
724
|
};
|
|
725
725
|
};
|
|
726
726
|
const types: {
|
|
727
|
-
blockIDFlagFromJSON(object: any):
|
|
728
|
-
blockIDFlagToJSON(object:
|
|
729
|
-
BlockIDFlag: typeof
|
|
730
|
-
BlockIDFlagAmino: typeof
|
|
727
|
+
blockIDFlagFromJSON(object: any): _338.BlockIDFlag;
|
|
728
|
+
blockIDFlagToJSON(object: _338.BlockIDFlag): string;
|
|
729
|
+
BlockIDFlag: typeof _338.BlockIDFlag;
|
|
730
|
+
BlockIDFlagAmino: typeof _338.BlockIDFlag;
|
|
731
731
|
ValidatorSet: {
|
|
732
732
|
typeUrl: string;
|
|
733
|
-
encode(message:
|
|
734
|
-
decode(input: import("..").BinaryReader | Uint8Array, length?: number):
|
|
735
|
-
fromPartial(object: import("../helpers").DeepPartial<
|
|
736
|
-
fromAmino(object:
|
|
737
|
-
toAmino(message:
|
|
738
|
-
fromAminoMsg(object:
|
|
739
|
-
fromProtoMsg(message:
|
|
740
|
-
toProto(message:
|
|
741
|
-
toProtoMsg(message:
|
|
733
|
+
encode(message: _338.ValidatorSet, writer?: import("..").BinaryWriter): import("..").BinaryWriter;
|
|
734
|
+
decode(input: import("..").BinaryReader | Uint8Array, length?: number): _338.ValidatorSet;
|
|
735
|
+
fromPartial(object: import("../helpers").DeepPartial<_338.ValidatorSet>): _338.ValidatorSet;
|
|
736
|
+
fromAmino(object: _338.ValidatorSetAmino): _338.ValidatorSet;
|
|
737
|
+
toAmino(message: _338.ValidatorSet): _338.ValidatorSetAmino;
|
|
738
|
+
fromAminoMsg(object: _338.ValidatorSetAminoMsg): _338.ValidatorSet;
|
|
739
|
+
fromProtoMsg(message: _338.ValidatorSetProtoMsg): _338.ValidatorSet;
|
|
740
|
+
toProto(message: _338.ValidatorSet): Uint8Array;
|
|
741
|
+
toProtoMsg(message: _338.ValidatorSet): _338.ValidatorSetProtoMsg;
|
|
742
742
|
};
|
|
743
743
|
Validator: {
|
|
744
744
|
typeUrl: string;
|
|
745
|
-
encode(message:
|
|
746
|
-
decode(input: import("..").BinaryReader | Uint8Array, length?: number):
|
|
747
|
-
fromPartial(object: import("../helpers").DeepPartial<
|
|
748
|
-
fromAmino(object:
|
|
749
|
-
toAmino(message:
|
|
750
|
-
fromAminoMsg(object:
|
|
751
|
-
fromProtoMsg(message:
|
|
752
|
-
toProto(message:
|
|
753
|
-
toProtoMsg(message:
|
|
745
|
+
encode(message: _338.Validator, writer?: import("..").BinaryWriter): import("..").BinaryWriter;
|
|
746
|
+
decode(input: import("..").BinaryReader | Uint8Array, length?: number): _338.Validator;
|
|
747
|
+
fromPartial(object: import("../helpers").DeepPartial<_338.Validator>): _338.Validator;
|
|
748
|
+
fromAmino(object: _338.ValidatorAmino): _338.Validator;
|
|
749
|
+
toAmino(message: _338.Validator): _338.ValidatorAmino;
|
|
750
|
+
fromAminoMsg(object: _338.ValidatorAminoMsg): _338.Validator;
|
|
751
|
+
fromProtoMsg(message: _338.ValidatorProtoMsg): _338.Validator;
|
|
752
|
+
toProto(message: _338.Validator): Uint8Array;
|
|
753
|
+
toProtoMsg(message: _338.Validator): _338.ValidatorProtoMsg;
|
|
754
754
|
};
|
|
755
755
|
SimpleValidator: {
|
|
756
756
|
typeUrl: string;
|
|
757
|
-
encode(message:
|
|
758
|
-
decode(input: import("..").BinaryReader | Uint8Array, length?: number):
|
|
759
|
-
fromPartial(object: import("../helpers").DeepPartial<
|
|
760
|
-
fromAmino(object:
|
|
761
|
-
toAmino(message:
|
|
762
|
-
fromAminoMsg(object:
|
|
763
|
-
fromProtoMsg(message:
|
|
764
|
-
toProto(message:
|
|
765
|
-
toProtoMsg(message:
|
|
766
|
-
};
|
|
767
|
-
signedMsgTypeFromJSON(object: any):
|
|
768
|
-
signedMsgTypeToJSON(object:
|
|
769
|
-
SignedMsgType: typeof
|
|
770
|
-
SignedMsgTypeAmino: typeof
|
|
757
|
+
encode(message: _338.SimpleValidator, writer?: import("..").BinaryWriter): import("..").BinaryWriter;
|
|
758
|
+
decode(input: import("..").BinaryReader | Uint8Array, length?: number): _338.SimpleValidator;
|
|
759
|
+
fromPartial(object: import("../helpers").DeepPartial<_338.SimpleValidator>): _338.SimpleValidator;
|
|
760
|
+
fromAmino(object: _338.SimpleValidatorAmino): _338.SimpleValidator;
|
|
761
|
+
toAmino(message: _338.SimpleValidator): _338.SimpleValidatorAmino;
|
|
762
|
+
fromAminoMsg(object: _338.SimpleValidatorAminoMsg): _338.SimpleValidator;
|
|
763
|
+
fromProtoMsg(message: _338.SimpleValidatorProtoMsg): _338.SimpleValidator;
|
|
764
|
+
toProto(message: _338.SimpleValidator): Uint8Array;
|
|
765
|
+
toProtoMsg(message: _338.SimpleValidator): _338.SimpleValidatorProtoMsg;
|
|
766
|
+
};
|
|
767
|
+
signedMsgTypeFromJSON(object: any): _337.SignedMsgType;
|
|
768
|
+
signedMsgTypeToJSON(object: _337.SignedMsgType): string;
|
|
769
|
+
SignedMsgType: typeof _337.SignedMsgType;
|
|
770
|
+
SignedMsgTypeAmino: typeof _337.SignedMsgType;
|
|
771
771
|
PartSetHeader: {
|
|
772
772
|
typeUrl: string;
|
|
773
|
-
encode(message:
|
|
774
|
-
decode(input: import("..").BinaryReader | Uint8Array, length?: number):
|
|
775
|
-
fromPartial(object: import("../helpers").DeepPartial<
|
|
776
|
-
fromAmino(object:
|
|
777
|
-
toAmino(message:
|
|
778
|
-
fromAminoMsg(object:
|
|
779
|
-
fromProtoMsg(message:
|
|
780
|
-
toProto(message:
|
|
781
|
-
toProtoMsg(message:
|
|
773
|
+
encode(message: _337.PartSetHeader, writer?: import("..").BinaryWriter): import("..").BinaryWriter;
|
|
774
|
+
decode(input: import("..").BinaryReader | Uint8Array, length?: number): _337.PartSetHeader;
|
|
775
|
+
fromPartial(object: import("../helpers").DeepPartial<_337.PartSetHeader>): _337.PartSetHeader;
|
|
776
|
+
fromAmino(object: _337.PartSetHeaderAmino): _337.PartSetHeader;
|
|
777
|
+
toAmino(message: _337.PartSetHeader): _337.PartSetHeaderAmino;
|
|
778
|
+
fromAminoMsg(object: _337.PartSetHeaderAminoMsg): _337.PartSetHeader;
|
|
779
|
+
fromProtoMsg(message: _337.PartSetHeaderProtoMsg): _337.PartSetHeader;
|
|
780
|
+
toProto(message: _337.PartSetHeader): Uint8Array;
|
|
781
|
+
toProtoMsg(message: _337.PartSetHeader): _337.PartSetHeaderProtoMsg;
|
|
782
782
|
};
|
|
783
783
|
Part: {
|
|
784
784
|
typeUrl: string;
|
|
785
|
-
encode(message:
|
|
786
|
-
decode(input: import("..").BinaryReader | Uint8Array, length?: number):
|
|
787
|
-
fromPartial(object: import("../helpers").DeepPartial<
|
|
788
|
-
fromAmino(object:
|
|
789
|
-
toAmino(message:
|
|
790
|
-
fromAminoMsg(object:
|
|
791
|
-
fromProtoMsg(message:
|
|
792
|
-
toProto(message:
|
|
793
|
-
toProtoMsg(message:
|
|
785
|
+
encode(message: _337.Part, writer?: import("..").BinaryWriter): import("..").BinaryWriter;
|
|
786
|
+
decode(input: import("..").BinaryReader | Uint8Array, length?: number): _337.Part;
|
|
787
|
+
fromPartial(object: import("../helpers").DeepPartial<_337.Part>): _337.Part;
|
|
788
|
+
fromAmino(object: _337.PartAmino): _337.Part;
|
|
789
|
+
toAmino(message: _337.Part): _337.PartAmino;
|
|
790
|
+
fromAminoMsg(object: _337.PartAminoMsg): _337.Part;
|
|
791
|
+
fromProtoMsg(message: _337.PartProtoMsg): _337.Part;
|
|
792
|
+
toProto(message: _337.Part): Uint8Array;
|
|
793
|
+
toProtoMsg(message: _337.Part): _337.PartProtoMsg;
|
|
794
794
|
};
|
|
795
795
|
BlockID: {
|
|
796
796
|
typeUrl: string;
|
|
797
|
-
encode(message:
|
|
798
|
-
decode(input: import("..").BinaryReader | Uint8Array, length?: number):
|
|
799
|
-
fromPartial(object: import("../helpers").DeepPartial<
|
|
800
|
-
fromAmino(object:
|
|
801
|
-
toAmino(message:
|
|
802
|
-
fromAminoMsg(object:
|
|
803
|
-
fromProtoMsg(message:
|
|
804
|
-
toProto(message:
|
|
805
|
-
toProtoMsg(message:
|
|
797
|
+
encode(message: _337.BlockID, writer?: import("..").BinaryWriter): import("..").BinaryWriter;
|
|
798
|
+
decode(input: import("..").BinaryReader | Uint8Array, length?: number): _337.BlockID;
|
|
799
|
+
fromPartial(object: import("../helpers").DeepPartial<_337.BlockID>): _337.BlockID;
|
|
800
|
+
fromAmino(object: _337.BlockIDAmino): _337.BlockID;
|
|
801
|
+
toAmino(message: _337.BlockID): _337.BlockIDAmino;
|
|
802
|
+
fromAminoMsg(object: _337.BlockIDAminoMsg): _337.BlockID;
|
|
803
|
+
fromProtoMsg(message: _337.BlockIDProtoMsg): _337.BlockID;
|
|
804
|
+
toProto(message: _337.BlockID): Uint8Array;
|
|
805
|
+
toProtoMsg(message: _337.BlockID): _337.BlockIDProtoMsg;
|
|
806
806
|
};
|
|
807
807
|
Header: {
|
|
808
808
|
typeUrl: string;
|
|
809
|
-
encode(message:
|
|
810
|
-
decode(input: import("..").BinaryReader | Uint8Array, length?: number):
|
|
811
|
-
fromPartial(object: import("../helpers").DeepPartial<
|
|
812
|
-
fromAmino(object:
|
|
813
|
-
toAmino(message:
|
|
814
|
-
fromAminoMsg(object:
|
|
815
|
-
fromProtoMsg(message:
|
|
816
|
-
toProto(message:
|
|
817
|
-
toProtoMsg(message:
|
|
809
|
+
encode(message: _337.Header, writer?: import("..").BinaryWriter): import("..").BinaryWriter;
|
|
810
|
+
decode(input: import("..").BinaryReader | Uint8Array, length?: number): _337.Header;
|
|
811
|
+
fromPartial(object: import("../helpers").DeepPartial<_337.Header>): _337.Header;
|
|
812
|
+
fromAmino(object: _337.HeaderAmino): _337.Header;
|
|
813
|
+
toAmino(message: _337.Header): _337.HeaderAmino;
|
|
814
|
+
fromAminoMsg(object: _337.HeaderAminoMsg): _337.Header;
|
|
815
|
+
fromProtoMsg(message: _337.HeaderProtoMsg): _337.Header;
|
|
816
|
+
toProto(message: _337.Header): Uint8Array;
|
|
817
|
+
toProtoMsg(message: _337.Header): _337.HeaderProtoMsg;
|
|
818
818
|
};
|
|
819
819
|
Data: {
|
|
820
820
|
typeUrl: string;
|
|
821
|
-
encode(message:
|
|
822
|
-
decode(input: import("..").BinaryReader | Uint8Array, length?: number):
|
|
823
|
-
fromPartial(object: import("../helpers").DeepPartial<
|
|
824
|
-
fromAmino(object:
|
|
825
|
-
toAmino(message:
|
|
826
|
-
fromAminoMsg(object:
|
|
827
|
-
fromProtoMsg(message:
|
|
828
|
-
toProto(message:
|
|
829
|
-
toProtoMsg(message:
|
|
821
|
+
encode(message: _337.Data, writer?: import("..").BinaryWriter): import("..").BinaryWriter;
|
|
822
|
+
decode(input: import("..").BinaryReader | Uint8Array, length?: number): _337.Data;
|
|
823
|
+
fromPartial(object: import("../helpers").DeepPartial<_337.Data>): _337.Data;
|
|
824
|
+
fromAmino(object: _337.DataAmino): _337.Data;
|
|
825
|
+
toAmino(message: _337.Data): _337.DataAmino;
|
|
826
|
+
fromAminoMsg(object: _337.DataAminoMsg): _337.Data;
|
|
827
|
+
fromProtoMsg(message: _337.DataProtoMsg): _337.Data;
|
|
828
|
+
toProto(message: _337.Data): Uint8Array;
|
|
829
|
+
toProtoMsg(message: _337.Data): _337.DataProtoMsg;
|
|
830
830
|
};
|
|
831
831
|
Vote: {
|
|
832
832
|
typeUrl: string;
|
|
833
|
-
encode(message:
|
|
834
|
-
decode(input: import("..").BinaryReader | Uint8Array, length?: number):
|
|
835
|
-
fromPartial(object: import("../helpers").DeepPartial<
|
|
836
|
-
fromAmino(object:
|
|
837
|
-
toAmino(message:
|
|
838
|
-
fromAminoMsg(object:
|
|
839
|
-
fromProtoMsg(message:
|
|
840
|
-
toProto(message:
|
|
841
|
-
toProtoMsg(message:
|
|
833
|
+
encode(message: _337.Vote, writer?: import("..").BinaryWriter): import("..").BinaryWriter;
|
|
834
|
+
decode(input: import("..").BinaryReader | Uint8Array, length?: number): _337.Vote;
|
|
835
|
+
fromPartial(object: import("../helpers").DeepPartial<_337.Vote>): _337.Vote;
|
|
836
|
+
fromAmino(object: _337.VoteAmino): _337.Vote;
|
|
837
|
+
toAmino(message: _337.Vote): _337.VoteAmino;
|
|
838
|
+
fromAminoMsg(object: _337.VoteAminoMsg): _337.Vote;
|
|
839
|
+
fromProtoMsg(message: _337.VoteProtoMsg): _337.Vote;
|
|
840
|
+
toProto(message: _337.Vote): Uint8Array;
|
|
841
|
+
toProtoMsg(message: _337.Vote): _337.VoteProtoMsg;
|
|
842
842
|
};
|
|
843
843
|
Commit: {
|
|
844
844
|
typeUrl: string;
|
|
845
|
-
encode(message:
|
|
846
|
-
decode(input: import("..").BinaryReader | Uint8Array, length?: number):
|
|
847
|
-
fromPartial(object: import("../helpers").DeepPartial<
|
|
848
|
-
fromAmino(object:
|
|
849
|
-
toAmino(message:
|
|
850
|
-
fromAminoMsg(object:
|
|
851
|
-
fromProtoMsg(message:
|
|
852
|
-
toProto(message:
|
|
853
|
-
toProtoMsg(message:
|
|
845
|
+
encode(message: _337.Commit, writer?: import("..").BinaryWriter): import("..").BinaryWriter;
|
|
846
|
+
decode(input: import("..").BinaryReader | Uint8Array, length?: number): _337.Commit;
|
|
847
|
+
fromPartial(object: import("../helpers").DeepPartial<_337.Commit>): _337.Commit;
|
|
848
|
+
fromAmino(object: _337.CommitAmino): _337.Commit;
|
|
849
|
+
toAmino(message: _337.Commit): _337.CommitAmino;
|
|
850
|
+
fromAminoMsg(object: _337.CommitAminoMsg): _337.Commit;
|
|
851
|
+
fromProtoMsg(message: _337.CommitProtoMsg): _337.Commit;
|
|
852
|
+
toProto(message: _337.Commit): Uint8Array;
|
|
853
|
+
toProtoMsg(message: _337.Commit): _337.CommitProtoMsg;
|
|
854
854
|
};
|
|
855
855
|
CommitSig: {
|
|
856
856
|
typeUrl: string;
|
|
857
|
-
encode(message:
|
|
858
|
-
decode(input: import("..").BinaryReader | Uint8Array, length?: number):
|
|
859
|
-
fromPartial(object: import("../helpers").DeepPartial<
|
|
860
|
-
fromAmino(object:
|
|
861
|
-
toAmino(message:
|
|
862
|
-
fromAminoMsg(object:
|
|
863
|
-
fromProtoMsg(message:
|
|
864
|
-
toProto(message:
|
|
865
|
-
toProtoMsg(message:
|
|
857
|
+
encode(message: _337.CommitSig, writer?: import("..").BinaryWriter): import("..").BinaryWriter;
|
|
858
|
+
decode(input: import("..").BinaryReader | Uint8Array, length?: number): _337.CommitSig;
|
|
859
|
+
fromPartial(object: import("../helpers").DeepPartial<_337.CommitSig>): _337.CommitSig;
|
|
860
|
+
fromAmino(object: _337.CommitSigAmino): _337.CommitSig;
|
|
861
|
+
toAmino(message: _337.CommitSig): _337.CommitSigAmino;
|
|
862
|
+
fromAminoMsg(object: _337.CommitSigAminoMsg): _337.CommitSig;
|
|
863
|
+
fromProtoMsg(message: _337.CommitSigProtoMsg): _337.CommitSig;
|
|
864
|
+
toProto(message: _337.CommitSig): Uint8Array;
|
|
865
|
+
toProtoMsg(message: _337.CommitSig): _337.CommitSigProtoMsg;
|
|
866
866
|
};
|
|
867
867
|
ExtendedCommit: {
|
|
868
868
|
typeUrl: string;
|
|
869
|
-
encode(message:
|
|
870
|
-
decode(input: import("..").BinaryReader | Uint8Array, length?: number):
|
|
871
|
-
fromPartial(object: import("../helpers").DeepPartial<
|
|
872
|
-
fromAmino(object:
|
|
873
|
-
toAmino(message:
|
|
874
|
-
fromAminoMsg(object:
|
|
875
|
-
fromProtoMsg(message:
|
|
876
|
-
toProto(message:
|
|
877
|
-
toProtoMsg(message:
|
|
869
|
+
encode(message: _337.ExtendedCommit, writer?: import("..").BinaryWriter): import("..").BinaryWriter;
|
|
870
|
+
decode(input: import("..").BinaryReader | Uint8Array, length?: number): _337.ExtendedCommit;
|
|
871
|
+
fromPartial(object: import("../helpers").DeepPartial<_337.ExtendedCommit>): _337.ExtendedCommit;
|
|
872
|
+
fromAmino(object: _337.ExtendedCommitAmino): _337.ExtendedCommit;
|
|
873
|
+
toAmino(message: _337.ExtendedCommit): _337.ExtendedCommitAmino;
|
|
874
|
+
fromAminoMsg(object: _337.ExtendedCommitAminoMsg): _337.ExtendedCommit;
|
|
875
|
+
fromProtoMsg(message: _337.ExtendedCommitProtoMsg): _337.ExtendedCommit;
|
|
876
|
+
toProto(message: _337.ExtendedCommit): Uint8Array;
|
|
877
|
+
toProtoMsg(message: _337.ExtendedCommit): _337.ExtendedCommitProtoMsg;
|
|
878
878
|
};
|
|
879
879
|
ExtendedCommitSig: {
|
|
880
880
|
typeUrl: string;
|
|
881
|
-
encode(message:
|
|
882
|
-
decode(input: import("..").BinaryReader | Uint8Array, length?: number):
|
|
883
|
-
fromPartial(object: import("../helpers").DeepPartial<
|
|
884
|
-
fromAmino(object:
|
|
885
|
-
toAmino(message:
|
|
886
|
-
fromAminoMsg(object:
|
|
887
|
-
fromProtoMsg(message:
|
|
888
|
-
toProto(message:
|
|
889
|
-
toProtoMsg(message:
|
|
881
|
+
encode(message: _337.ExtendedCommitSig, writer?: import("..").BinaryWriter): import("..").BinaryWriter;
|
|
882
|
+
decode(input: import("..").BinaryReader | Uint8Array, length?: number): _337.ExtendedCommitSig;
|
|
883
|
+
fromPartial(object: import("../helpers").DeepPartial<_337.ExtendedCommitSig>): _337.ExtendedCommitSig;
|
|
884
|
+
fromAmino(object: _337.ExtendedCommitSigAmino): _337.ExtendedCommitSig;
|
|
885
|
+
toAmino(message: _337.ExtendedCommitSig): _337.ExtendedCommitSigAmino;
|
|
886
|
+
fromAminoMsg(object: _337.ExtendedCommitSigAminoMsg): _337.ExtendedCommitSig;
|
|
887
|
+
fromProtoMsg(message: _337.ExtendedCommitSigProtoMsg): _337.ExtendedCommitSig;
|
|
888
|
+
toProto(message: _337.ExtendedCommitSig): Uint8Array;
|
|
889
|
+
toProtoMsg(message: _337.ExtendedCommitSig): _337.ExtendedCommitSigProtoMsg;
|
|
890
890
|
};
|
|
891
891
|
Proposal: {
|
|
892
892
|
typeUrl: string;
|
|
893
|
-
encode(message:
|
|
894
|
-
decode(input: import("..").BinaryReader | Uint8Array, length?: number):
|
|
895
|
-
fromPartial(object: import("../helpers").DeepPartial<
|
|
896
|
-
fromAmino(object:
|
|
897
|
-
toAmino(message:
|
|
898
|
-
fromAminoMsg(object:
|
|
899
|
-
fromProtoMsg(message:
|
|
900
|
-
toProto(message:
|
|
901
|
-
toProtoMsg(message:
|
|
893
|
+
encode(message: _337.Proposal, writer?: import("..").BinaryWriter): import("..").BinaryWriter;
|
|
894
|
+
decode(input: import("..").BinaryReader | Uint8Array, length?: number): _337.Proposal;
|
|
895
|
+
fromPartial(object: import("../helpers").DeepPartial<_337.Proposal>): _337.Proposal;
|
|
896
|
+
fromAmino(object: _337.ProposalAmino): _337.Proposal;
|
|
897
|
+
toAmino(message: _337.Proposal): _337.ProposalAmino;
|
|
898
|
+
fromAminoMsg(object: _337.ProposalAminoMsg): _337.Proposal;
|
|
899
|
+
fromProtoMsg(message: _337.ProposalProtoMsg): _337.Proposal;
|
|
900
|
+
toProto(message: _337.Proposal): Uint8Array;
|
|
901
|
+
toProtoMsg(message: _337.Proposal): _337.ProposalProtoMsg;
|
|
902
902
|
};
|
|
903
903
|
SignedHeader: {
|
|
904
904
|
typeUrl: string;
|
|
905
|
-
encode(message:
|
|
906
|
-
decode(input: import("..").BinaryReader | Uint8Array, length?: number):
|
|
907
|
-
fromPartial(object: import("../helpers").DeepPartial<
|
|
908
|
-
fromAmino(object:
|
|
909
|
-
toAmino(message:
|
|
910
|
-
fromAminoMsg(object:
|
|
911
|
-
fromProtoMsg(message:
|
|
912
|
-
toProto(message:
|
|
913
|
-
toProtoMsg(message:
|
|
905
|
+
encode(message: _337.SignedHeader, writer?: import("..").BinaryWriter): import("..").BinaryWriter;
|
|
906
|
+
decode(input: import("..").BinaryReader | Uint8Array, length?: number): _337.SignedHeader;
|
|
907
|
+
fromPartial(object: import("../helpers").DeepPartial<_337.SignedHeader>): _337.SignedHeader;
|
|
908
|
+
fromAmino(object: _337.SignedHeaderAmino): _337.SignedHeader;
|
|
909
|
+
toAmino(message: _337.SignedHeader): _337.SignedHeaderAmino;
|
|
910
|
+
fromAminoMsg(object: _337.SignedHeaderAminoMsg): _337.SignedHeader;
|
|
911
|
+
fromProtoMsg(message: _337.SignedHeaderProtoMsg): _337.SignedHeader;
|
|
912
|
+
toProto(message: _337.SignedHeader): Uint8Array;
|
|
913
|
+
toProtoMsg(message: _337.SignedHeader): _337.SignedHeaderProtoMsg;
|
|
914
914
|
};
|
|
915
915
|
LightBlock: {
|
|
916
916
|
typeUrl: string;
|
|
917
|
-
encode(message:
|
|
918
|
-
decode(input: import("..").BinaryReader | Uint8Array, length?: number):
|
|
919
|
-
fromPartial(object: import("../helpers").DeepPartial<
|
|
920
|
-
fromAmino(object:
|
|
921
|
-
toAmino(message:
|
|
922
|
-
fromAminoMsg(object:
|
|
923
|
-
fromProtoMsg(message:
|
|
924
|
-
toProto(message:
|
|
925
|
-
toProtoMsg(message:
|
|
917
|
+
encode(message: _337.LightBlock, writer?: import("..").BinaryWriter): import("..").BinaryWriter;
|
|
918
|
+
decode(input: import("..").BinaryReader | Uint8Array, length?: number): _337.LightBlock;
|
|
919
|
+
fromPartial(object: import("../helpers").DeepPartial<_337.LightBlock>): _337.LightBlock;
|
|
920
|
+
fromAmino(object: _337.LightBlockAmino): _337.LightBlock;
|
|
921
|
+
toAmino(message: _337.LightBlock): _337.LightBlockAmino;
|
|
922
|
+
fromAminoMsg(object: _337.LightBlockAminoMsg): _337.LightBlock;
|
|
923
|
+
fromProtoMsg(message: _337.LightBlockProtoMsg): _337.LightBlock;
|
|
924
|
+
toProto(message: _337.LightBlock): Uint8Array;
|
|
925
|
+
toProtoMsg(message: _337.LightBlock): _337.LightBlockProtoMsg;
|
|
926
926
|
};
|
|
927
927
|
BlockMeta: {
|
|
928
928
|
typeUrl: string;
|
|
929
|
-
encode(message:
|
|
930
|
-
decode(input: import("..").BinaryReader | Uint8Array, length?: number):
|
|
931
|
-
fromPartial(object: import("../helpers").DeepPartial<
|
|
932
|
-
fromAmino(object:
|
|
933
|
-
toAmino(message:
|
|
934
|
-
fromAminoMsg(object:
|
|
935
|
-
fromProtoMsg(message:
|
|
936
|
-
toProto(message:
|
|
937
|
-
toProtoMsg(message:
|
|
929
|
+
encode(message: _337.BlockMeta, writer?: import("..").BinaryWriter): import("..").BinaryWriter;
|
|
930
|
+
decode(input: import("..").BinaryReader | Uint8Array, length?: number): _337.BlockMeta;
|
|
931
|
+
fromPartial(object: import("../helpers").DeepPartial<_337.BlockMeta>): _337.BlockMeta;
|
|
932
|
+
fromAmino(object: _337.BlockMetaAmino): _337.BlockMeta;
|
|
933
|
+
toAmino(message: _337.BlockMeta): _337.BlockMetaAmino;
|
|
934
|
+
fromAminoMsg(object: _337.BlockMetaAminoMsg): _337.BlockMeta;
|
|
935
|
+
fromProtoMsg(message: _337.BlockMetaProtoMsg): _337.BlockMeta;
|
|
936
|
+
toProto(message: _337.BlockMeta): Uint8Array;
|
|
937
|
+
toProtoMsg(message: _337.BlockMeta): _337.BlockMetaProtoMsg;
|
|
938
938
|
};
|
|
939
939
|
TxProof: {
|
|
940
940
|
typeUrl: string;
|
|
941
|
-
encode(message:
|
|
942
|
-
decode(input: import("..").BinaryReader | Uint8Array, length?: number):
|
|
943
|
-
fromPartial(object: import("../helpers").DeepPartial<
|
|
944
|
-
fromAmino(object:
|
|
945
|
-
toAmino(message:
|
|
946
|
-
fromAminoMsg(object:
|
|
947
|
-
fromProtoMsg(message:
|
|
948
|
-
toProto(message:
|
|
949
|
-
toProtoMsg(message:
|
|
941
|
+
encode(message: _337.TxProof, writer?: import("..").BinaryWriter): import("..").BinaryWriter;
|
|
942
|
+
decode(input: import("..").BinaryReader | Uint8Array, length?: number): _337.TxProof;
|
|
943
|
+
fromPartial(object: import("../helpers").DeepPartial<_337.TxProof>): _337.TxProof;
|
|
944
|
+
fromAmino(object: _337.TxProofAmino): _337.TxProof;
|
|
945
|
+
toAmino(message: _337.TxProof): _337.TxProofAmino;
|
|
946
|
+
fromAminoMsg(object: _337.TxProofAminoMsg): _337.TxProof;
|
|
947
|
+
fromProtoMsg(message: _337.TxProofProtoMsg): _337.TxProof;
|
|
948
|
+
toProto(message: _337.TxProof): Uint8Array;
|
|
949
|
+
toProtoMsg(message: _337.TxProof): _337.TxProofProtoMsg;
|
|
950
950
|
};
|
|
951
951
|
ConsensusParams: {
|
|
952
952
|
typeUrl: string;
|
|
953
|
-
encode(message:
|
|
954
|
-
decode(input: import("..").BinaryReader | Uint8Array, length?: number):
|
|
955
|
-
fromPartial(object: import("../helpers").DeepPartial<
|
|
956
|
-
fromAmino(object:
|
|
957
|
-
toAmino(message:
|
|
958
|
-
fromAminoMsg(object:
|
|
959
|
-
fromProtoMsg(message:
|
|
960
|
-
toProto(message:
|
|
961
|
-
toProtoMsg(message:
|
|
953
|
+
encode(message: _336.ConsensusParams, writer?: import("..").BinaryWriter): import("..").BinaryWriter;
|
|
954
|
+
decode(input: import("..").BinaryReader | Uint8Array, length?: number): _336.ConsensusParams;
|
|
955
|
+
fromPartial(object: import("../helpers").DeepPartial<_336.ConsensusParams>): _336.ConsensusParams;
|
|
956
|
+
fromAmino(object: _336.ConsensusParamsAmino): _336.ConsensusParams;
|
|
957
|
+
toAmino(message: _336.ConsensusParams): _336.ConsensusParamsAmino;
|
|
958
|
+
fromAminoMsg(object: _336.ConsensusParamsAminoMsg): _336.ConsensusParams;
|
|
959
|
+
fromProtoMsg(message: _336.ConsensusParamsProtoMsg): _336.ConsensusParams;
|
|
960
|
+
toProto(message: _336.ConsensusParams): Uint8Array;
|
|
961
|
+
toProtoMsg(message: _336.ConsensusParams): _336.ConsensusParamsProtoMsg;
|
|
962
962
|
};
|
|
963
963
|
BlockParams: {
|
|
964
964
|
typeUrl: string;
|
|
965
|
-
encode(message:
|
|
966
|
-
decode(input: import("..").BinaryReader | Uint8Array, length?: number):
|
|
967
|
-
fromPartial(object: import("../helpers").DeepPartial<
|
|
968
|
-
fromAmino(object:
|
|
969
|
-
toAmino(message:
|
|
970
|
-
fromAminoMsg(object:
|
|
971
|
-
fromProtoMsg(message:
|
|
972
|
-
toProto(message:
|
|
973
|
-
toProtoMsg(message:
|
|
965
|
+
encode(message: _336.BlockParams, writer?: import("..").BinaryWriter): import("..").BinaryWriter;
|
|
966
|
+
decode(input: import("..").BinaryReader | Uint8Array, length?: number): _336.BlockParams;
|
|
967
|
+
fromPartial(object: import("../helpers").DeepPartial<_336.BlockParams>): _336.BlockParams;
|
|
968
|
+
fromAmino(object: _336.BlockParamsAmino): _336.BlockParams;
|
|
969
|
+
toAmino(message: _336.BlockParams): _336.BlockParamsAmino;
|
|
970
|
+
fromAminoMsg(object: _336.BlockParamsAminoMsg): _336.BlockParams;
|
|
971
|
+
fromProtoMsg(message: _336.BlockParamsProtoMsg): _336.BlockParams;
|
|
972
|
+
toProto(message: _336.BlockParams): Uint8Array;
|
|
973
|
+
toProtoMsg(message: _336.BlockParams): _336.BlockParamsProtoMsg;
|
|
974
974
|
};
|
|
975
975
|
EvidenceParams: {
|
|
976
976
|
typeUrl: string;
|
|
977
|
-
encode(message:
|
|
978
|
-
decode(input: import("..").BinaryReader | Uint8Array, length?: number):
|
|
979
|
-
fromPartial(object: import("../helpers").DeepPartial<
|
|
980
|
-
fromAmino(object:
|
|
981
|
-
toAmino(message:
|
|
982
|
-
fromAminoMsg(object:
|
|
983
|
-
fromProtoMsg(message:
|
|
984
|
-
toProto(message:
|
|
985
|
-
toProtoMsg(message:
|
|
977
|
+
encode(message: _336.EvidenceParams, writer?: import("..").BinaryWriter): import("..").BinaryWriter;
|
|
978
|
+
decode(input: import("..").BinaryReader | Uint8Array, length?: number): _336.EvidenceParams;
|
|
979
|
+
fromPartial(object: import("../helpers").DeepPartial<_336.EvidenceParams>): _336.EvidenceParams;
|
|
980
|
+
fromAmino(object: _336.EvidenceParamsAmino): _336.EvidenceParams;
|
|
981
|
+
toAmino(message: _336.EvidenceParams): _336.EvidenceParamsAmino;
|
|
982
|
+
fromAminoMsg(object: _336.EvidenceParamsAminoMsg): _336.EvidenceParams;
|
|
983
|
+
fromProtoMsg(message: _336.EvidenceParamsProtoMsg): _336.EvidenceParams;
|
|
984
|
+
toProto(message: _336.EvidenceParams): Uint8Array;
|
|
985
|
+
toProtoMsg(message: _336.EvidenceParams): _336.EvidenceParamsProtoMsg;
|
|
986
986
|
};
|
|
987
987
|
ValidatorParams: {
|
|
988
988
|
typeUrl: string;
|
|
989
|
-
encode(message:
|
|
990
|
-
decode(input: import("..").BinaryReader | Uint8Array, length?: number):
|
|
991
|
-
fromPartial(object: import("../helpers").DeepPartial<
|
|
992
|
-
fromAmino(object:
|
|
993
|
-
toAmino(message:
|
|
994
|
-
fromAminoMsg(object:
|
|
995
|
-
fromProtoMsg(message:
|
|
996
|
-
toProto(message:
|
|
997
|
-
toProtoMsg(message:
|
|
989
|
+
encode(message: _336.ValidatorParams, writer?: import("..").BinaryWriter): import("..").BinaryWriter;
|
|
990
|
+
decode(input: import("..").BinaryReader | Uint8Array, length?: number): _336.ValidatorParams;
|
|
991
|
+
fromPartial(object: import("../helpers").DeepPartial<_336.ValidatorParams>): _336.ValidatorParams;
|
|
992
|
+
fromAmino(object: _336.ValidatorParamsAmino): _336.ValidatorParams;
|
|
993
|
+
toAmino(message: _336.ValidatorParams): _336.ValidatorParamsAmino;
|
|
994
|
+
fromAminoMsg(object: _336.ValidatorParamsAminoMsg): _336.ValidatorParams;
|
|
995
|
+
fromProtoMsg(message: _336.ValidatorParamsProtoMsg): _336.ValidatorParams;
|
|
996
|
+
toProto(message: _336.ValidatorParams): Uint8Array;
|
|
997
|
+
toProtoMsg(message: _336.ValidatorParams): _336.ValidatorParamsProtoMsg;
|
|
998
998
|
};
|
|
999
999
|
VersionParams: {
|
|
1000
1000
|
typeUrl: string;
|
|
1001
|
-
encode(message:
|
|
1002
|
-
decode(input: import("..").BinaryReader | Uint8Array, length?: number):
|
|
1003
|
-
fromPartial(object: import("../helpers").DeepPartial<
|
|
1004
|
-
fromAmino(object:
|
|
1005
|
-
toAmino(message:
|
|
1006
|
-
fromAminoMsg(object:
|
|
1007
|
-
fromProtoMsg(message:
|
|
1008
|
-
toProto(message:
|
|
1009
|
-
toProtoMsg(message:
|
|
1001
|
+
encode(message: _336.VersionParams, writer?: import("..").BinaryWriter): import("..").BinaryWriter;
|
|
1002
|
+
decode(input: import("..").BinaryReader | Uint8Array, length?: number): _336.VersionParams;
|
|
1003
|
+
fromPartial(object: import("../helpers").DeepPartial<_336.VersionParams>): _336.VersionParams;
|
|
1004
|
+
fromAmino(object: _336.VersionParamsAmino): _336.VersionParams;
|
|
1005
|
+
toAmino(message: _336.VersionParams): _336.VersionParamsAmino;
|
|
1006
|
+
fromAminoMsg(object: _336.VersionParamsAminoMsg): _336.VersionParams;
|
|
1007
|
+
fromProtoMsg(message: _336.VersionParamsProtoMsg): _336.VersionParams;
|
|
1008
|
+
toProto(message: _336.VersionParams): Uint8Array;
|
|
1009
|
+
toProtoMsg(message: _336.VersionParams): _336.VersionParamsProtoMsg;
|
|
1010
1010
|
};
|
|
1011
1011
|
HashedParams: {
|
|
1012
1012
|
typeUrl: string;
|
|
1013
|
-
encode(message:
|
|
1014
|
-
decode(input: import("..").BinaryReader | Uint8Array, length?: number):
|
|
1015
|
-
fromPartial(object: import("../helpers").DeepPartial<
|
|
1016
|
-
fromAmino(object:
|
|
1017
|
-
toAmino(message:
|
|
1018
|
-
fromAminoMsg(object:
|
|
1019
|
-
fromProtoMsg(message:
|
|
1020
|
-
toProto(message:
|
|
1021
|
-
toProtoMsg(message:
|
|
1013
|
+
encode(message: _336.HashedParams, writer?: import("..").BinaryWriter): import("..").BinaryWriter;
|
|
1014
|
+
decode(input: import("..").BinaryReader | Uint8Array, length?: number): _336.HashedParams;
|
|
1015
|
+
fromPartial(object: import("../helpers").DeepPartial<_336.HashedParams>): _336.HashedParams;
|
|
1016
|
+
fromAmino(object: _336.HashedParamsAmino): _336.HashedParams;
|
|
1017
|
+
toAmino(message: _336.HashedParams): _336.HashedParamsAmino;
|
|
1018
|
+
fromAminoMsg(object: _336.HashedParamsAminoMsg): _336.HashedParams;
|
|
1019
|
+
fromProtoMsg(message: _336.HashedParamsProtoMsg): _336.HashedParams;
|
|
1020
|
+
toProto(message: _336.HashedParams): Uint8Array;
|
|
1021
|
+
toProtoMsg(message: _336.HashedParams): _336.HashedParamsProtoMsg;
|
|
1022
1022
|
};
|
|
1023
1023
|
ABCIParams: {
|
|
1024
1024
|
typeUrl: string;
|
|
1025
|
-
encode(message:
|
|
1026
|
-
decode(input: import("..").BinaryReader | Uint8Array, length?: number):
|
|
1027
|
-
fromPartial(object: import("../helpers").DeepPartial<
|
|
1028
|
-
fromAmino(object:
|
|
1029
|
-
toAmino(message:
|
|
1030
|
-
fromAminoMsg(object:
|
|
1031
|
-
fromProtoMsg(message:
|
|
1032
|
-
toProto(message:
|
|
1033
|
-
toProtoMsg(message:
|
|
1025
|
+
encode(message: _336.ABCIParams, writer?: import("..").BinaryWriter): import("..").BinaryWriter;
|
|
1026
|
+
decode(input: import("..").BinaryReader | Uint8Array, length?: number): _336.ABCIParams;
|
|
1027
|
+
fromPartial(object: import("../helpers").DeepPartial<_336.ABCIParams>): _336.ABCIParams;
|
|
1028
|
+
fromAmino(object: _336.ABCIParamsAmino): _336.ABCIParams;
|
|
1029
|
+
toAmino(message: _336.ABCIParams): _336.ABCIParamsAmino;
|
|
1030
|
+
fromAminoMsg(object: _336.ABCIParamsAminoMsg): _336.ABCIParams;
|
|
1031
|
+
fromProtoMsg(message: _336.ABCIParamsProtoMsg): _336.ABCIParams;
|
|
1032
|
+
toProto(message: _336.ABCIParams): Uint8Array;
|
|
1033
|
+
toProtoMsg(message: _336.ABCIParams): _336.ABCIParamsProtoMsg;
|
|
1034
1034
|
};
|
|
1035
1035
|
Evidence: {
|
|
1036
1036
|
typeUrl: string;
|
|
1037
|
-
encode(message:
|
|
1038
|
-
decode(input: import("..").BinaryReader | Uint8Array, length?: number):
|
|
1039
|
-
fromPartial(object: import("../helpers").DeepPartial<
|
|
1040
|
-
fromAmino(object:
|
|
1041
|
-
toAmino(message:
|
|
1042
|
-
fromAminoMsg(object:
|
|
1043
|
-
fromProtoMsg(message:
|
|
1044
|
-
toProto(message:
|
|
1045
|
-
toProtoMsg(message:
|
|
1037
|
+
encode(message: _335.Evidence, writer?: import("..").BinaryWriter): import("..").BinaryWriter;
|
|
1038
|
+
decode(input: import("..").BinaryReader | Uint8Array, length?: number): _335.Evidence;
|
|
1039
|
+
fromPartial(object: import("../helpers").DeepPartial<_335.Evidence>): _335.Evidence;
|
|
1040
|
+
fromAmino(object: _335.EvidenceAmino): _335.Evidence;
|
|
1041
|
+
toAmino(message: _335.Evidence): _335.EvidenceAmino;
|
|
1042
|
+
fromAminoMsg(object: _335.EvidenceAminoMsg): _335.Evidence;
|
|
1043
|
+
fromProtoMsg(message: _335.EvidenceProtoMsg): _335.Evidence;
|
|
1044
|
+
toProto(message: _335.Evidence): Uint8Array;
|
|
1045
|
+
toProtoMsg(message: _335.Evidence): _335.EvidenceProtoMsg;
|
|
1046
1046
|
};
|
|
1047
1047
|
DuplicateVoteEvidence: {
|
|
1048
1048
|
typeUrl: string;
|
|
1049
|
-
encode(message:
|
|
1050
|
-
decode(input: import("..").BinaryReader | Uint8Array, length?: number):
|
|
1051
|
-
fromPartial(object: import("../helpers").DeepPartial<
|
|
1052
|
-
fromAmino(object:
|
|
1053
|
-
toAmino(message:
|
|
1054
|
-
fromAminoMsg(object:
|
|
1055
|
-
fromProtoMsg(message:
|
|
1056
|
-
toProto(message:
|
|
1057
|
-
toProtoMsg(message:
|
|
1049
|
+
encode(message: _335.DuplicateVoteEvidence, writer?: import("..").BinaryWriter): import("..").BinaryWriter;
|
|
1050
|
+
decode(input: import("..").BinaryReader | Uint8Array, length?: number): _335.DuplicateVoteEvidence;
|
|
1051
|
+
fromPartial(object: import("../helpers").DeepPartial<_335.DuplicateVoteEvidence>): _335.DuplicateVoteEvidence;
|
|
1052
|
+
fromAmino(object: _335.DuplicateVoteEvidenceAmino): _335.DuplicateVoteEvidence;
|
|
1053
|
+
toAmino(message: _335.DuplicateVoteEvidence): _335.DuplicateVoteEvidenceAmino;
|
|
1054
|
+
fromAminoMsg(object: _335.DuplicateVoteEvidenceAminoMsg): _335.DuplicateVoteEvidence;
|
|
1055
|
+
fromProtoMsg(message: _335.DuplicateVoteEvidenceProtoMsg): _335.DuplicateVoteEvidence;
|
|
1056
|
+
toProto(message: _335.DuplicateVoteEvidence): Uint8Array;
|
|
1057
|
+
toProtoMsg(message: _335.DuplicateVoteEvidence): _335.DuplicateVoteEvidenceProtoMsg;
|
|
1058
1058
|
};
|
|
1059
1059
|
LightClientAttackEvidence: {
|
|
1060
1060
|
typeUrl: string;
|
|
1061
|
-
encode(message:
|
|
1062
|
-
decode(input: import("..").BinaryReader | Uint8Array, length?: number):
|
|
1063
|
-
fromPartial(object: import("../helpers").DeepPartial<
|
|
1064
|
-
fromAmino(object:
|
|
1065
|
-
toAmino(message:
|
|
1066
|
-
fromAminoMsg(object:
|
|
1067
|
-
fromProtoMsg(message:
|
|
1068
|
-
toProto(message:
|
|
1069
|
-
toProtoMsg(message:
|
|
1061
|
+
encode(message: _335.LightClientAttackEvidence, writer?: import("..").BinaryWriter): import("..").BinaryWriter;
|
|
1062
|
+
decode(input: import("..").BinaryReader | Uint8Array, length?: number): _335.LightClientAttackEvidence;
|
|
1063
|
+
fromPartial(object: import("../helpers").DeepPartial<_335.LightClientAttackEvidence>): _335.LightClientAttackEvidence;
|
|
1064
|
+
fromAmino(object: _335.LightClientAttackEvidenceAmino): _335.LightClientAttackEvidence;
|
|
1065
|
+
toAmino(message: _335.LightClientAttackEvidence): _335.LightClientAttackEvidenceAmino;
|
|
1066
|
+
fromAminoMsg(object: _335.LightClientAttackEvidenceAminoMsg): _335.LightClientAttackEvidence;
|
|
1067
|
+
fromProtoMsg(message: _335.LightClientAttackEvidenceProtoMsg): _335.LightClientAttackEvidence;
|
|
1068
|
+
toProto(message: _335.LightClientAttackEvidence): Uint8Array;
|
|
1069
|
+
toProtoMsg(message: _335.LightClientAttackEvidence): _335.LightClientAttackEvidenceProtoMsg;
|
|
1070
1070
|
};
|
|
1071
1071
|
EvidenceList: {
|
|
1072
1072
|
typeUrl: string;
|
|
1073
|
-
encode(message:
|
|
1074
|
-
decode(input: import("..").BinaryReader | Uint8Array, length?: number):
|
|
1075
|
-
fromPartial(object: import("../helpers").DeepPartial<
|
|
1076
|
-
fromAmino(object:
|
|
1077
|
-
toAmino(message:
|
|
1078
|
-
fromAminoMsg(object:
|
|
1079
|
-
fromProtoMsg(message:
|
|
1080
|
-
toProto(message:
|
|
1081
|
-
toProtoMsg(message:
|
|
1073
|
+
encode(message: _335.EvidenceList, writer?: import("..").BinaryWriter): import("..").BinaryWriter;
|
|
1074
|
+
decode(input: import("..").BinaryReader | Uint8Array, length?: number): _335.EvidenceList;
|
|
1075
|
+
fromPartial(object: import("../helpers").DeepPartial<_335.EvidenceList>): _335.EvidenceList;
|
|
1076
|
+
fromAmino(object: _335.EvidenceListAmino): _335.EvidenceList;
|
|
1077
|
+
toAmino(message: _335.EvidenceList): _335.EvidenceListAmino;
|
|
1078
|
+
fromAminoMsg(object: _335.EvidenceListAminoMsg): _335.EvidenceList;
|
|
1079
|
+
fromProtoMsg(message: _335.EvidenceListProtoMsg): _335.EvidenceList;
|
|
1080
|
+
toProto(message: _335.EvidenceList): Uint8Array;
|
|
1081
|
+
toProtoMsg(message: _335.EvidenceList): _335.EvidenceListProtoMsg;
|
|
1082
1082
|
};
|
|
1083
1083
|
Block: {
|
|
1084
1084
|
typeUrl: string;
|
|
1085
|
-
encode(message:
|
|
1086
|
-
decode(input: import("..").BinaryReader | Uint8Array, length?: number):
|
|
1087
|
-
fromPartial(object: import("../helpers").DeepPartial<
|
|
1088
|
-
fromAmino(object:
|
|
1089
|
-
toAmino(message:
|
|
1090
|
-
fromAminoMsg(object:
|
|
1091
|
-
fromProtoMsg(message:
|
|
1092
|
-
toProto(message:
|
|
1093
|
-
toProtoMsg(message:
|
|
1085
|
+
encode(message: _334.Block, writer?: import("..").BinaryWriter): import("..").BinaryWriter;
|
|
1086
|
+
decode(input: import("..").BinaryReader | Uint8Array, length?: number): _334.Block;
|
|
1087
|
+
fromPartial(object: import("../helpers").DeepPartial<_334.Block>): _334.Block;
|
|
1088
|
+
fromAmino(object: _334.BlockAmino): _334.Block;
|
|
1089
|
+
toAmino(message: _334.Block): _334.BlockAmino;
|
|
1090
|
+
fromAminoMsg(object: _334.BlockAminoMsg): _334.Block;
|
|
1091
|
+
fromProtoMsg(message: _334.BlockProtoMsg): _334.Block;
|
|
1092
|
+
toProto(message: _334.Block): Uint8Array;
|
|
1093
|
+
toProtoMsg(message: _334.Block): _334.BlockProtoMsg;
|
|
1094
1094
|
};
|
|
1095
1095
|
};
|
|
1096
1096
|
const version: {
|
|
1097
1097
|
App: {
|
|
1098
1098
|
typeUrl: string;
|
|
1099
|
-
encode(message:
|
|
1100
|
-
decode(input: import("..").BinaryReader | Uint8Array, length?: number):
|
|
1101
|
-
fromPartial(object: import("../helpers").DeepPartial<
|
|
1102
|
-
fromAmino(object:
|
|
1103
|
-
toAmino(message:
|
|
1104
|
-
fromAminoMsg(object:
|
|
1105
|
-
fromProtoMsg(message:
|
|
1106
|
-
toProto(message:
|
|
1107
|
-
toProtoMsg(message:
|
|
1099
|
+
encode(message: _339.App, writer?: import("..").BinaryWriter): import("..").BinaryWriter;
|
|
1100
|
+
decode(input: import("..").BinaryReader | Uint8Array, length?: number): _339.App;
|
|
1101
|
+
fromPartial(object: import("../helpers").DeepPartial<_339.App>): _339.App;
|
|
1102
|
+
fromAmino(object: _339.AppAmino): _339.App;
|
|
1103
|
+
toAmino(message: _339.App): _339.AppAmino;
|
|
1104
|
+
fromAminoMsg(object: _339.AppAminoMsg): _339.App;
|
|
1105
|
+
fromProtoMsg(message: _339.AppProtoMsg): _339.App;
|
|
1106
|
+
toProto(message: _339.App): Uint8Array;
|
|
1107
|
+
toProtoMsg(message: _339.App): _339.AppProtoMsg;
|
|
1108
1108
|
};
|
|
1109
1109
|
Consensus: {
|
|
1110
1110
|
typeUrl: string;
|
|
1111
|
-
encode(message:
|
|
1112
|
-
decode(input: import("..").BinaryReader | Uint8Array, length?: number):
|
|
1113
|
-
fromPartial(object: import("../helpers").DeepPartial<
|
|
1114
|
-
fromAmino(object:
|
|
1115
|
-
toAmino(message:
|
|
1116
|
-
fromAminoMsg(object:
|
|
1117
|
-
fromProtoMsg(message:
|
|
1118
|
-
toProto(message:
|
|
1119
|
-
toProtoMsg(message:
|
|
1111
|
+
encode(message: _339.Consensus, writer?: import("..").BinaryWriter): import("..").BinaryWriter;
|
|
1112
|
+
decode(input: import("..").BinaryReader | Uint8Array, length?: number): _339.Consensus;
|
|
1113
|
+
fromPartial(object: import("../helpers").DeepPartial<_339.Consensus>): _339.Consensus;
|
|
1114
|
+
fromAmino(object: _339.ConsensusAmino): _339.Consensus;
|
|
1115
|
+
toAmino(message: _339.Consensus): _339.ConsensusAmino;
|
|
1116
|
+
fromAminoMsg(object: _339.ConsensusAminoMsg): _339.Consensus;
|
|
1117
|
+
fromProtoMsg(message: _339.ConsensusProtoMsg): _339.Consensus;
|
|
1118
|
+
toProto(message: _339.Consensus): Uint8Array;
|
|
1119
|
+
toProtoMsg(message: _339.Consensus): _339.ConsensusProtoMsg;
|
|
1120
1120
|
};
|
|
1121
1121
|
};
|
|
1122
1122
|
}
|