@sparkdreamnft/sparkdreamjs 0.0.5 → 0.0.6
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 +162 -162
- package/cosmos/bundle.js +184 -184
- package/esm/cosmos/bundle.js +184 -184
- package/esm/ibc/bundle.js +96 -96
- package/esm/sparkdream/blog/module/{module.js → v1/module.js} +3 -3
- package/esm/sparkdream/blog/{genesis.js → v1/genesis.js} +3 -3
- package/esm/sparkdream/blog/{params.js → v1/params.js} +3 -3
- package/esm/sparkdream/blog/{post.js → v1/post.js} +3 -3
- package/esm/sparkdream/blog/{query.js → v1/query.js} +14 -14
- package/esm/sparkdream/blog/{query.lcd.js → v1/query.lcd.js} +6 -6
- package/esm/sparkdream/blog/{query.rpc.Query.js → v1/query.rpc.Query.js} +6 -6
- package/esm/sparkdream/blog/{tx.amino.js → v1/tx.amino.js} +7 -7
- package/esm/sparkdream/blog/{tx.js → v1/tx.js} +17 -17
- package/esm/sparkdream/blog/{tx.registry.js → v1/tx.registry.js} +13 -13
- package/esm/sparkdream/blog/{tx.rpc.msg.js → v1/tx.rpc.msg.js} +8 -8
- package/esm/sparkdream/bundle.js +68 -48
- package/esm/sparkdream/client.js +7 -7
- package/esm/sparkdream/lcd.js +10 -6
- package/esm/sparkdream/rpc.query.js +6 -2
- package/esm/sparkdream/rpc.tx.js +6 -2
- package/esm/sparkdream/sparkdream/module/{module.js → v1/module.js} +3 -3
- package/esm/sparkdream/sparkdream/{genesis.js → v1/genesis.js} +3 -3
- package/esm/sparkdream/sparkdream/{params.js → v1/params.js} +3 -3
- package/esm/sparkdream/sparkdream/{query.js → v1/query.js} +5 -5
- package/esm/sparkdream/sparkdream/{query.lcd.js → v1/query.lcd.js} +1 -1
- package/esm/sparkdream/sparkdream/{query.rpc.Query.js → v1/query.rpc.Query.js} +2 -2
- package/esm/sparkdream/sparkdream/{tx.amino.js → v1/tx.amino.js} +1 -1
- package/esm/sparkdream/sparkdream/{tx.js → v1/tx.js} +5 -5
- package/esm/sparkdream/sparkdream/{tx.registry.js → v1/tx.registry.js} +4 -4
- package/esm/sparkdream/sparkdream/{tx.rpc.msg.js → v1/tx.rpc.msg.js} +2 -2
- package/esm/tendermint/bundle.js +18 -18
- package/ibc/bundle.d.ts +81 -81
- package/ibc/bundle.js +96 -96
- package/package.json +1 -1
- package/sparkdream/{sparkdream/module → blog/module/v1}/module.d.ts +12 -6
- package/sparkdream/blog/module/{module.js → v1/module.js} +3 -3
- package/sparkdream/blog/{genesis.d.ts → v1/genesis.d.ts} +4 -4
- package/sparkdream/blog/{genesis.js → v1/genesis.js} +3 -3
- package/sparkdream/blog/{params.d.ts → v1/params.d.ts} +3 -3
- package/sparkdream/blog/{params.js → v1/params.js} +3 -3
- package/sparkdream/blog/{post.d.ts → v1/post.d.ts} +6 -4
- package/sparkdream/blog/{post.js → v1/post.js} +3 -3
- package/sparkdream/blog/{query.d.ts → v1/query.d.ts} +23 -15
- package/sparkdream/blog/{query.js → v1/query.js} +14 -14
- package/sparkdream/blog/{query.lcd.js → v1/query.lcd.js} +6 -6
- package/sparkdream/blog/{query.rpc.Query.d.ts → v1/query.rpc.Query.d.ts} +3 -3
- package/sparkdream/blog/{query.rpc.Query.js → v1/query.rpc.Query.js} +6 -6
- package/sparkdream/blog/{tx.amino.d.ts → v1/tx.amino.d.ts} +4 -4
- package/sparkdream/blog/{tx.amino.js → v1/tx.amino.js} +7 -7
- package/sparkdream/blog/{tx.d.ts → v1/tx.d.ts} +29 -17
- package/sparkdream/blog/{tx.js → v1/tx.js} +17 -17
- package/sparkdream/blog/{tx.registry.d.ts → v1/tx.registry.d.ts} +1 -1
- package/sparkdream/blog/{tx.registry.js → v1/tx.registry.js} +13 -13
- package/sparkdream/blog/{tx.rpc.msg.d.ts → v1/tx.rpc.msg.d.ts} +4 -1
- package/sparkdream/blog/{tx.rpc.msg.js → v1/tx.rpc.msg.js} +8 -8
- package/sparkdream/bundle.d.ts +460 -410
- package/sparkdream/bundle.js +68 -48
- package/sparkdream/client.d.ts +15 -15
- package/sparkdream/client.js +7 -7
- package/sparkdream/lcd.d.ts +6 -2
- package/sparkdream/lcd.js +10 -6
- package/sparkdream/rpc.query.d.ts +8 -4
- package/sparkdream/rpc.query.js +6 -2
- package/sparkdream/rpc.tx.d.ts +6 -2
- package/sparkdream/rpc.tx.js +6 -2
- package/sparkdream/{blog/module → sparkdream/module/v1}/module.d.ts +12 -6
- package/sparkdream/sparkdream/module/{module.js → v1/module.js} +3 -3
- package/sparkdream/sparkdream/{genesis.d.ts → v1/genesis.d.ts} +4 -4
- package/sparkdream/sparkdream/{genesis.js → v1/genesis.js} +3 -3
- package/sparkdream/sparkdream/{params.d.ts → v1/params.d.ts} +3 -3
- package/sparkdream/sparkdream/{params.js → v1/params.js} +3 -3
- package/sparkdream/sparkdream/{query.d.ts → v1/query.d.ts} +6 -6
- package/sparkdream/sparkdream/{query.js → v1/query.js} +5 -5
- package/sparkdream/sparkdream/{query.lcd.js → v1/query.lcd.js} +1 -1
- package/sparkdream/sparkdream/{query.rpc.Query.d.ts → v1/query.rpc.Query.d.ts} +1 -1
- package/sparkdream/sparkdream/{query.rpc.Query.js → v1/query.rpc.Query.js} +2 -2
- package/sparkdream/sparkdream/{tx.amino.d.ts → v1/tx.amino.d.ts} +1 -1
- package/sparkdream/sparkdream/{tx.amino.js → v1/tx.amino.js} +1 -1
- package/sparkdream/sparkdream/{tx.d.ts → v1/tx.d.ts} +5 -5
- package/sparkdream/sparkdream/{tx.js → v1/tx.js} +5 -5
- package/sparkdream/sparkdream/{tx.registry.d.ts → v1/tx.registry.d.ts} +1 -1
- package/sparkdream/sparkdream/{tx.registry.js → v1/tx.registry.js} +4 -4
- package/sparkdream/sparkdream/{tx.rpc.msg.d.ts → v1/tx.rpc.msg.d.ts} +1 -1
- package/sparkdream/sparkdream/{tx.rpc.msg.js → v1/tx.rpc.msg.js} +2 -2
- package/tendermint/bundle.d.ts +844 -844
- package/tendermint/bundle.js +18 -18
- /package/sparkdream/blog/{query.lcd.d.ts → v1/query.lcd.d.ts} +0 -0
- /package/sparkdream/sparkdream/{query.lcd.d.ts → v1/query.lcd.d.ts} +0 -0
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 _184 from "./abci/types";
|
|
2
|
+
import * as _185 from "./crypto/keys";
|
|
3
|
+
import * as _186 from "./crypto/proof";
|
|
4
|
+
import * as _187 from "./p2p/types";
|
|
5
|
+
import * as _188 from "./types/block";
|
|
6
|
+
import * as _189 from "./types/evidence";
|
|
7
|
+
import * as _190 from "./types/params";
|
|
8
|
+
import * as _191 from "./types/types";
|
|
9
|
+
import * as _192 from "./types/validator";
|
|
10
|
+
import * as _193 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): _184.CheckTxType;
|
|
14
|
+
checkTxTypeToJSON(object: _184.CheckTxType): string;
|
|
15
|
+
responseOfferSnapshot_ResultFromJSON(object: any): _184.ResponseOfferSnapshot_Result;
|
|
16
|
+
responseOfferSnapshot_ResultToJSON(object: _184.ResponseOfferSnapshot_Result): string;
|
|
17
|
+
responseApplySnapshotChunk_ResultFromJSON(object: any): _184.ResponseApplySnapshotChunk_Result;
|
|
18
|
+
responseApplySnapshotChunk_ResultToJSON(object: _184.ResponseApplySnapshotChunk_Result): string;
|
|
19
|
+
responseProcessProposal_ProposalStatusFromJSON(object: any): _184.ResponseProcessProposal_ProposalStatus;
|
|
20
|
+
responseProcessProposal_ProposalStatusToJSON(object: _184.ResponseProcessProposal_ProposalStatus): string;
|
|
21
|
+
responseVerifyVoteExtension_VerifyStatusFromJSON(object: any): _184.ResponseVerifyVoteExtension_VerifyStatus;
|
|
22
|
+
responseVerifyVoteExtension_VerifyStatusToJSON(object: _184.ResponseVerifyVoteExtension_VerifyStatus): string;
|
|
23
|
+
misbehaviorTypeFromJSON(object: any): _184.MisbehaviorType;
|
|
24
|
+
misbehaviorTypeToJSON(object: _184.MisbehaviorType): string;
|
|
25
|
+
CheckTxType: typeof _184.CheckTxType;
|
|
26
|
+
CheckTxTypeAmino: typeof _184.CheckTxType;
|
|
27
|
+
ResponseOfferSnapshot_Result: typeof _184.ResponseOfferSnapshot_Result;
|
|
28
|
+
ResponseOfferSnapshot_ResultAmino: typeof _184.ResponseOfferSnapshot_Result;
|
|
29
|
+
ResponseApplySnapshotChunk_Result: typeof _184.ResponseApplySnapshotChunk_Result;
|
|
30
|
+
ResponseApplySnapshotChunk_ResultAmino: typeof _184.ResponseApplySnapshotChunk_Result;
|
|
31
|
+
ResponseProcessProposal_ProposalStatus: typeof _184.ResponseProcessProposal_ProposalStatus;
|
|
32
|
+
ResponseProcessProposal_ProposalStatusAmino: typeof _184.ResponseProcessProposal_ProposalStatus;
|
|
33
|
+
ResponseVerifyVoteExtension_VerifyStatus: typeof _184.ResponseVerifyVoteExtension_VerifyStatus;
|
|
34
|
+
ResponseVerifyVoteExtension_VerifyStatusAmino: typeof _184.ResponseVerifyVoteExtension_VerifyStatus;
|
|
35
|
+
MisbehaviorType: typeof _184.MisbehaviorType;
|
|
36
|
+
MisbehaviorTypeAmino: typeof _184.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: _184.Request, writer?: import("..").BinaryWriter): import("..").BinaryWriter;
|
|
40
|
+
decode(input: import("..").BinaryReader | Uint8Array, length?: number): _184.Request;
|
|
41
|
+
fromPartial(object: import("../helpers").DeepPartial<_184.Request>): _184.Request;
|
|
42
|
+
fromAmino(object: _184.RequestAmino): _184.Request;
|
|
43
|
+
toAmino(message: _184.Request): _184.RequestAmino;
|
|
44
|
+
fromAminoMsg(object: _184.RequestAminoMsg): _184.Request;
|
|
45
|
+
fromProtoMsg(message: _184.RequestProtoMsg): _184.Request;
|
|
46
|
+
toProto(message: _184.Request): Uint8Array;
|
|
47
|
+
toProtoMsg(message: _184.Request): _184.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: _184.RequestEcho, writer?: import("..").BinaryWriter): import("..").BinaryWriter;
|
|
52
|
+
decode(input: import("..").BinaryReader | Uint8Array, length?: number): _184.RequestEcho;
|
|
53
|
+
fromPartial(object: import("../helpers").DeepPartial<_184.RequestEcho>): _184.RequestEcho;
|
|
54
|
+
fromAmino(object: _184.RequestEchoAmino): _184.RequestEcho;
|
|
55
|
+
toAmino(message: _184.RequestEcho): _184.RequestEchoAmino;
|
|
56
|
+
fromAminoMsg(object: _184.RequestEchoAminoMsg): _184.RequestEcho;
|
|
57
|
+
fromProtoMsg(message: _184.RequestEchoProtoMsg): _184.RequestEcho;
|
|
58
|
+
toProto(message: _184.RequestEcho): Uint8Array;
|
|
59
|
+
toProtoMsg(message: _184.RequestEcho): _184.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(_: _184.RequestFlush, writer?: import("..").BinaryWriter): import("..").BinaryWriter;
|
|
64
|
+
decode(input: import("..").BinaryReader | Uint8Array, length?: number): _184.RequestFlush;
|
|
65
|
+
fromPartial(_: import("../helpers").DeepPartial<_184.RequestFlush>): _184.RequestFlush;
|
|
66
|
+
fromAmino(_: _184.RequestFlushAmino): _184.RequestFlush;
|
|
67
|
+
toAmino(_: _184.RequestFlush): _184.RequestFlushAmino;
|
|
68
|
+
fromAminoMsg(object: _184.RequestFlushAminoMsg): _184.RequestFlush;
|
|
69
|
+
fromProtoMsg(message: _184.RequestFlushProtoMsg): _184.RequestFlush;
|
|
70
|
+
toProto(message: _184.RequestFlush): Uint8Array;
|
|
71
|
+
toProtoMsg(message: _184.RequestFlush): _184.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: _184.RequestInfo, writer?: import("..").BinaryWriter): import("..").BinaryWriter;
|
|
76
|
+
decode(input: import("..").BinaryReader | Uint8Array, length?: number): _184.RequestInfo;
|
|
77
|
+
fromPartial(object: import("../helpers").DeepPartial<_184.RequestInfo>): _184.RequestInfo;
|
|
78
|
+
fromAmino(object: _184.RequestInfoAmino): _184.RequestInfo;
|
|
79
|
+
toAmino(message: _184.RequestInfo): _184.RequestInfoAmino;
|
|
80
|
+
fromAminoMsg(object: _184.RequestInfoAminoMsg): _184.RequestInfo;
|
|
81
|
+
fromProtoMsg(message: _184.RequestInfoProtoMsg): _184.RequestInfo;
|
|
82
|
+
toProto(message: _184.RequestInfo): Uint8Array;
|
|
83
|
+
toProtoMsg(message: _184.RequestInfo): _184.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: _184.RequestInitChain, writer?: import("..").BinaryWriter): import("..").BinaryWriter;
|
|
88
|
+
decode(input: import("..").BinaryReader | Uint8Array, length?: number): _184.RequestInitChain;
|
|
89
|
+
fromPartial(object: import("../helpers").DeepPartial<_184.RequestInitChain>): _184.RequestInitChain;
|
|
90
|
+
fromAmino(object: _184.RequestInitChainAmino): _184.RequestInitChain;
|
|
91
|
+
toAmino(message: _184.RequestInitChain): _184.RequestInitChainAmino;
|
|
92
|
+
fromAminoMsg(object: _184.RequestInitChainAminoMsg): _184.RequestInitChain;
|
|
93
|
+
fromProtoMsg(message: _184.RequestInitChainProtoMsg): _184.RequestInitChain;
|
|
94
|
+
toProto(message: _184.RequestInitChain): Uint8Array;
|
|
95
|
+
toProtoMsg(message: _184.RequestInitChain): _184.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: _184.RequestQuery, writer?: import("..").BinaryWriter): import("..").BinaryWriter;
|
|
100
|
+
decode(input: import("..").BinaryReader | Uint8Array, length?: number): _184.RequestQuery;
|
|
101
|
+
fromPartial(object: import("../helpers").DeepPartial<_184.RequestQuery>): _184.RequestQuery;
|
|
102
|
+
fromAmino(object: _184.RequestQueryAmino): _184.RequestQuery;
|
|
103
|
+
toAmino(message: _184.RequestQuery): _184.RequestQueryAmino;
|
|
104
|
+
fromAminoMsg(object: _184.RequestQueryAminoMsg): _184.RequestQuery;
|
|
105
|
+
fromProtoMsg(message: _184.RequestQueryProtoMsg): _184.RequestQuery;
|
|
106
|
+
toProto(message: _184.RequestQuery): Uint8Array;
|
|
107
|
+
toProtoMsg(message: _184.RequestQuery): _184.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: _184.RequestCheckTx, writer?: import("..").BinaryWriter): import("..").BinaryWriter;
|
|
112
|
+
decode(input: import("..").BinaryReader | Uint8Array, length?: number): _184.RequestCheckTx;
|
|
113
|
+
fromPartial(object: import("../helpers").DeepPartial<_184.RequestCheckTx>): _184.RequestCheckTx;
|
|
114
|
+
fromAmino(object: _184.RequestCheckTxAmino): _184.RequestCheckTx;
|
|
115
|
+
toAmino(message: _184.RequestCheckTx): _184.RequestCheckTxAmino;
|
|
116
|
+
fromAminoMsg(object: _184.RequestCheckTxAminoMsg): _184.RequestCheckTx;
|
|
117
|
+
fromProtoMsg(message: _184.RequestCheckTxProtoMsg): _184.RequestCheckTx;
|
|
118
|
+
toProto(message: _184.RequestCheckTx): Uint8Array;
|
|
119
|
+
toProtoMsg(message: _184.RequestCheckTx): _184.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(_: _184.RequestCommit, writer?: import("..").BinaryWriter): import("..").BinaryWriter;
|
|
124
|
+
decode(input: import("..").BinaryReader | Uint8Array, length?: number): _184.RequestCommit;
|
|
125
|
+
fromPartial(_: import("../helpers").DeepPartial<_184.RequestCommit>): _184.RequestCommit;
|
|
126
|
+
fromAmino(_: _184.RequestCommitAmino): _184.RequestCommit;
|
|
127
|
+
toAmino(_: _184.RequestCommit): _184.RequestCommitAmino;
|
|
128
|
+
fromAminoMsg(object: _184.RequestCommitAminoMsg): _184.RequestCommit;
|
|
129
|
+
fromProtoMsg(message: _184.RequestCommitProtoMsg): _184.RequestCommit;
|
|
130
|
+
toProto(message: _184.RequestCommit): Uint8Array;
|
|
131
|
+
toProtoMsg(message: _184.RequestCommit): _184.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(_: _184.RequestListSnapshots, writer?: import("..").BinaryWriter): import("..").BinaryWriter;
|
|
136
|
+
decode(input: import("..").BinaryReader | Uint8Array, length?: number): _184.RequestListSnapshots;
|
|
137
|
+
fromPartial(_: import("../helpers").DeepPartial<_184.RequestListSnapshots>): _184.RequestListSnapshots;
|
|
138
|
+
fromAmino(_: _184.RequestListSnapshotsAmino): _184.RequestListSnapshots;
|
|
139
|
+
toAmino(_: _184.RequestListSnapshots): _184.RequestListSnapshotsAmino;
|
|
140
|
+
fromAminoMsg(object: _184.RequestListSnapshotsAminoMsg): _184.RequestListSnapshots;
|
|
141
|
+
fromProtoMsg(message: _184.RequestListSnapshotsProtoMsg): _184.RequestListSnapshots;
|
|
142
|
+
toProto(message: _184.RequestListSnapshots): Uint8Array;
|
|
143
|
+
toProtoMsg(message: _184.RequestListSnapshots): _184.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: _184.RequestOfferSnapshot, writer?: import("..").BinaryWriter): import("..").BinaryWriter;
|
|
148
|
+
decode(input: import("..").BinaryReader | Uint8Array, length?: number): _184.RequestOfferSnapshot;
|
|
149
|
+
fromPartial(object: import("../helpers").DeepPartial<_184.RequestOfferSnapshot>): _184.RequestOfferSnapshot;
|
|
150
|
+
fromAmino(object: _184.RequestOfferSnapshotAmino): _184.RequestOfferSnapshot;
|
|
151
|
+
toAmino(message: _184.RequestOfferSnapshot): _184.RequestOfferSnapshotAmino;
|
|
152
|
+
fromAminoMsg(object: _184.RequestOfferSnapshotAminoMsg): _184.RequestOfferSnapshot;
|
|
153
|
+
fromProtoMsg(message: _184.RequestOfferSnapshotProtoMsg): _184.RequestOfferSnapshot;
|
|
154
|
+
toProto(message: _184.RequestOfferSnapshot): Uint8Array;
|
|
155
|
+
toProtoMsg(message: _184.RequestOfferSnapshot): _184.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: _184.RequestLoadSnapshotChunk, writer?: import("..").BinaryWriter): import("..").BinaryWriter;
|
|
160
|
+
decode(input: import("..").BinaryReader | Uint8Array, length?: number): _184.RequestLoadSnapshotChunk;
|
|
161
|
+
fromPartial(object: import("../helpers").DeepPartial<_184.RequestLoadSnapshotChunk>): _184.RequestLoadSnapshotChunk;
|
|
162
|
+
fromAmino(object: _184.RequestLoadSnapshotChunkAmino): _184.RequestLoadSnapshotChunk;
|
|
163
|
+
toAmino(message: _184.RequestLoadSnapshotChunk): _184.RequestLoadSnapshotChunkAmino;
|
|
164
|
+
fromAminoMsg(object: _184.RequestLoadSnapshotChunkAminoMsg): _184.RequestLoadSnapshotChunk;
|
|
165
|
+
fromProtoMsg(message: _184.RequestLoadSnapshotChunkProtoMsg): _184.RequestLoadSnapshotChunk;
|
|
166
|
+
toProto(message: _184.RequestLoadSnapshotChunk): Uint8Array;
|
|
167
|
+
toProtoMsg(message: _184.RequestLoadSnapshotChunk): _184.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: _184.RequestApplySnapshotChunk, writer?: import("..").BinaryWriter): import("..").BinaryWriter;
|
|
172
|
+
decode(input: import("..").BinaryReader | Uint8Array, length?: number): _184.RequestApplySnapshotChunk;
|
|
173
|
+
fromPartial(object: import("../helpers").DeepPartial<_184.RequestApplySnapshotChunk>): _184.RequestApplySnapshotChunk;
|
|
174
|
+
fromAmino(object: _184.RequestApplySnapshotChunkAmino): _184.RequestApplySnapshotChunk;
|
|
175
|
+
toAmino(message: _184.RequestApplySnapshotChunk): _184.RequestApplySnapshotChunkAmino;
|
|
176
|
+
fromAminoMsg(object: _184.RequestApplySnapshotChunkAminoMsg): _184.RequestApplySnapshotChunk;
|
|
177
|
+
fromProtoMsg(message: _184.RequestApplySnapshotChunkProtoMsg): _184.RequestApplySnapshotChunk;
|
|
178
|
+
toProto(message: _184.RequestApplySnapshotChunk): Uint8Array;
|
|
179
|
+
toProtoMsg(message: _184.RequestApplySnapshotChunk): _184.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: _184.RequestPrepareProposal, writer?: import("..").BinaryWriter): import("..").BinaryWriter;
|
|
184
|
+
decode(input: import("..").BinaryReader | Uint8Array, length?: number): _184.RequestPrepareProposal;
|
|
185
|
+
fromPartial(object: import("../helpers").DeepPartial<_184.RequestPrepareProposal>): _184.RequestPrepareProposal;
|
|
186
|
+
fromAmino(object: _184.RequestPrepareProposalAmino): _184.RequestPrepareProposal;
|
|
187
|
+
toAmino(message: _184.RequestPrepareProposal): _184.RequestPrepareProposalAmino;
|
|
188
|
+
fromAminoMsg(object: _184.RequestPrepareProposalAminoMsg): _184.RequestPrepareProposal;
|
|
189
|
+
fromProtoMsg(message: _184.RequestPrepareProposalProtoMsg): _184.RequestPrepareProposal;
|
|
190
|
+
toProto(message: _184.RequestPrepareProposal): Uint8Array;
|
|
191
|
+
toProtoMsg(message: _184.RequestPrepareProposal): _184.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: _184.RequestProcessProposal, writer?: import("..").BinaryWriter): import("..").BinaryWriter;
|
|
196
|
+
decode(input: import("..").BinaryReader | Uint8Array, length?: number): _184.RequestProcessProposal;
|
|
197
|
+
fromPartial(object: import("../helpers").DeepPartial<_184.RequestProcessProposal>): _184.RequestProcessProposal;
|
|
198
|
+
fromAmino(object: _184.RequestProcessProposalAmino): _184.RequestProcessProposal;
|
|
199
|
+
toAmino(message: _184.RequestProcessProposal): _184.RequestProcessProposalAmino;
|
|
200
|
+
fromAminoMsg(object: _184.RequestProcessProposalAminoMsg): _184.RequestProcessProposal;
|
|
201
|
+
fromProtoMsg(message: _184.RequestProcessProposalProtoMsg): _184.RequestProcessProposal;
|
|
202
|
+
toProto(message: _184.RequestProcessProposal): Uint8Array;
|
|
203
|
+
toProtoMsg(message: _184.RequestProcessProposal): _184.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: _184.RequestExtendVote, writer?: import("..").BinaryWriter): import("..").BinaryWriter;
|
|
208
|
+
decode(input: import("..").BinaryReader | Uint8Array, length?: number): _184.RequestExtendVote;
|
|
209
|
+
fromPartial(object: import("../helpers").DeepPartial<_184.RequestExtendVote>): _184.RequestExtendVote;
|
|
210
|
+
fromAmino(object: _184.RequestExtendVoteAmino): _184.RequestExtendVote;
|
|
211
|
+
toAmino(message: _184.RequestExtendVote): _184.RequestExtendVoteAmino;
|
|
212
|
+
fromAminoMsg(object: _184.RequestExtendVoteAminoMsg): _184.RequestExtendVote;
|
|
213
|
+
fromProtoMsg(message: _184.RequestExtendVoteProtoMsg): _184.RequestExtendVote;
|
|
214
|
+
toProto(message: _184.RequestExtendVote): Uint8Array;
|
|
215
|
+
toProtoMsg(message: _184.RequestExtendVote): _184.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: _184.RequestVerifyVoteExtension, writer?: import("..").BinaryWriter): import("..").BinaryWriter;
|
|
220
|
+
decode(input: import("..").BinaryReader | Uint8Array, length?: number): _184.RequestVerifyVoteExtension;
|
|
221
|
+
fromPartial(object: import("../helpers").DeepPartial<_184.RequestVerifyVoteExtension>): _184.RequestVerifyVoteExtension;
|
|
222
|
+
fromAmino(object: _184.RequestVerifyVoteExtensionAmino): _184.RequestVerifyVoteExtension;
|
|
223
|
+
toAmino(message: _184.RequestVerifyVoteExtension): _184.RequestVerifyVoteExtensionAmino;
|
|
224
|
+
fromAminoMsg(object: _184.RequestVerifyVoteExtensionAminoMsg): _184.RequestVerifyVoteExtension;
|
|
225
|
+
fromProtoMsg(message: _184.RequestVerifyVoteExtensionProtoMsg): _184.RequestVerifyVoteExtension;
|
|
226
|
+
toProto(message: _184.RequestVerifyVoteExtension): Uint8Array;
|
|
227
|
+
toProtoMsg(message: _184.RequestVerifyVoteExtension): _184.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: _184.RequestFinalizeBlock, writer?: import("..").BinaryWriter): import("..").BinaryWriter;
|
|
232
|
+
decode(input: import("..").BinaryReader | Uint8Array, length?: number): _184.RequestFinalizeBlock;
|
|
233
|
+
fromPartial(object: import("../helpers").DeepPartial<_184.RequestFinalizeBlock>): _184.RequestFinalizeBlock;
|
|
234
|
+
fromAmino(object: _184.RequestFinalizeBlockAmino): _184.RequestFinalizeBlock;
|
|
235
|
+
toAmino(message: _184.RequestFinalizeBlock): _184.RequestFinalizeBlockAmino;
|
|
236
|
+
fromAminoMsg(object: _184.RequestFinalizeBlockAminoMsg): _184.RequestFinalizeBlock;
|
|
237
|
+
fromProtoMsg(message: _184.RequestFinalizeBlockProtoMsg): _184.RequestFinalizeBlock;
|
|
238
|
+
toProto(message: _184.RequestFinalizeBlock): Uint8Array;
|
|
239
|
+
toProtoMsg(message: _184.RequestFinalizeBlock): _184.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: _184.Response, writer?: import("..").BinaryWriter): import("..").BinaryWriter;
|
|
244
|
+
decode(input: import("..").BinaryReader | Uint8Array, length?: number): _184.Response;
|
|
245
|
+
fromPartial(object: import("../helpers").DeepPartial<_184.Response>): _184.Response;
|
|
246
|
+
fromAmino(object: _184.ResponseAmino): _184.Response;
|
|
247
|
+
toAmino(message: _184.Response): _184.ResponseAmino;
|
|
248
|
+
fromAminoMsg(object: _184.ResponseAminoMsg): _184.Response;
|
|
249
|
+
fromProtoMsg(message: _184.ResponseProtoMsg): _184.Response;
|
|
250
|
+
toProto(message: _184.Response): Uint8Array;
|
|
251
|
+
toProtoMsg(message: _184.Response): _184.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: _184.ResponseException, writer?: import("..").BinaryWriter): import("..").BinaryWriter;
|
|
256
|
+
decode(input: import("..").BinaryReader | Uint8Array, length?: number): _184.ResponseException;
|
|
257
|
+
fromPartial(object: import("../helpers").DeepPartial<_184.ResponseException>): _184.ResponseException;
|
|
258
|
+
fromAmino(object: _184.ResponseExceptionAmino): _184.ResponseException;
|
|
259
|
+
toAmino(message: _184.ResponseException): _184.ResponseExceptionAmino;
|
|
260
|
+
fromAminoMsg(object: _184.ResponseExceptionAminoMsg): _184.ResponseException;
|
|
261
|
+
fromProtoMsg(message: _184.ResponseExceptionProtoMsg): _184.ResponseException;
|
|
262
|
+
toProto(message: _184.ResponseException): Uint8Array;
|
|
263
|
+
toProtoMsg(message: _184.ResponseException): _184.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: _184.ResponseEcho, writer?: import("..").BinaryWriter): import("..").BinaryWriter;
|
|
268
|
+
decode(input: import("..").BinaryReader | Uint8Array, length?: number): _184.ResponseEcho;
|
|
269
|
+
fromPartial(object: import("../helpers").DeepPartial<_184.ResponseEcho>): _184.ResponseEcho;
|
|
270
|
+
fromAmino(object: _184.ResponseEchoAmino): _184.ResponseEcho;
|
|
271
|
+
toAmino(message: _184.ResponseEcho): _184.ResponseEchoAmino;
|
|
272
|
+
fromAminoMsg(object: _184.ResponseEchoAminoMsg): _184.ResponseEcho;
|
|
273
|
+
fromProtoMsg(message: _184.ResponseEchoProtoMsg): _184.ResponseEcho;
|
|
274
|
+
toProto(message: _184.ResponseEcho): Uint8Array;
|
|
275
|
+
toProtoMsg(message: _184.ResponseEcho): _184.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(_: _184.ResponseFlush, writer?: import("..").BinaryWriter): import("..").BinaryWriter;
|
|
280
|
+
decode(input: import("..").BinaryReader | Uint8Array, length?: number): _184.ResponseFlush;
|
|
281
|
+
fromPartial(_: import("../helpers").DeepPartial<_184.ResponseFlush>): _184.ResponseFlush;
|
|
282
|
+
fromAmino(_: _184.ResponseFlushAmino): _184.ResponseFlush;
|
|
283
|
+
toAmino(_: _184.ResponseFlush): _184.ResponseFlushAmino;
|
|
284
|
+
fromAminoMsg(object: _184.ResponseFlushAminoMsg): _184.ResponseFlush;
|
|
285
|
+
fromProtoMsg(message: _184.ResponseFlushProtoMsg): _184.ResponseFlush;
|
|
286
|
+
toProto(message: _184.ResponseFlush): Uint8Array;
|
|
287
|
+
toProtoMsg(message: _184.ResponseFlush): _184.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: _184.ResponseInfo, writer?: import("..").BinaryWriter): import("..").BinaryWriter;
|
|
292
|
+
decode(input: import("..").BinaryReader | Uint8Array, length?: number): _184.ResponseInfo;
|
|
293
|
+
fromPartial(object: import("../helpers").DeepPartial<_184.ResponseInfo>): _184.ResponseInfo;
|
|
294
|
+
fromAmino(object: _184.ResponseInfoAmino): _184.ResponseInfo;
|
|
295
|
+
toAmino(message: _184.ResponseInfo): _184.ResponseInfoAmino;
|
|
296
|
+
fromAminoMsg(object: _184.ResponseInfoAminoMsg): _184.ResponseInfo;
|
|
297
|
+
fromProtoMsg(message: _184.ResponseInfoProtoMsg): _184.ResponseInfo;
|
|
298
|
+
toProto(message: _184.ResponseInfo): Uint8Array;
|
|
299
|
+
toProtoMsg(message: _184.ResponseInfo): _184.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: _184.ResponseInitChain, writer?: import("..").BinaryWriter): import("..").BinaryWriter;
|
|
304
|
+
decode(input: import("..").BinaryReader | Uint8Array, length?: number): _184.ResponseInitChain;
|
|
305
|
+
fromPartial(object: import("../helpers").DeepPartial<_184.ResponseInitChain>): _184.ResponseInitChain;
|
|
306
|
+
fromAmino(object: _184.ResponseInitChainAmino): _184.ResponseInitChain;
|
|
307
|
+
toAmino(message: _184.ResponseInitChain): _184.ResponseInitChainAmino;
|
|
308
|
+
fromAminoMsg(object: _184.ResponseInitChainAminoMsg): _184.ResponseInitChain;
|
|
309
|
+
fromProtoMsg(message: _184.ResponseInitChainProtoMsg): _184.ResponseInitChain;
|
|
310
|
+
toProto(message: _184.ResponseInitChain): Uint8Array;
|
|
311
|
+
toProtoMsg(message: _184.ResponseInitChain): _184.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: _184.ResponseQuery, writer?: import("..").BinaryWriter): import("..").BinaryWriter;
|
|
316
|
+
decode(input: import("..").BinaryReader | Uint8Array, length?: number): _184.ResponseQuery;
|
|
317
|
+
fromPartial(object: import("../helpers").DeepPartial<_184.ResponseQuery>): _184.ResponseQuery;
|
|
318
|
+
fromAmino(object: _184.ResponseQueryAmino): _184.ResponseQuery;
|
|
319
|
+
toAmino(message: _184.ResponseQuery): _184.ResponseQueryAmino;
|
|
320
|
+
fromAminoMsg(object: _184.ResponseQueryAminoMsg): _184.ResponseQuery;
|
|
321
|
+
fromProtoMsg(message: _184.ResponseQueryProtoMsg): _184.ResponseQuery;
|
|
322
|
+
toProto(message: _184.ResponseQuery): Uint8Array;
|
|
323
|
+
toProtoMsg(message: _184.ResponseQuery): _184.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: _184.ResponseCheckTx, writer?: import("..").BinaryWriter): import("..").BinaryWriter;
|
|
328
|
+
decode(input: import("..").BinaryReader | Uint8Array, length?: number): _184.ResponseCheckTx;
|
|
329
|
+
fromPartial(object: import("../helpers").DeepPartial<_184.ResponseCheckTx>): _184.ResponseCheckTx;
|
|
330
|
+
fromAmino(object: _184.ResponseCheckTxAmino): _184.ResponseCheckTx;
|
|
331
|
+
toAmino(message: _184.ResponseCheckTx): _184.ResponseCheckTxAmino;
|
|
332
|
+
fromAminoMsg(object: _184.ResponseCheckTxAminoMsg): _184.ResponseCheckTx;
|
|
333
|
+
fromProtoMsg(message: _184.ResponseCheckTxProtoMsg): _184.ResponseCheckTx;
|
|
334
|
+
toProto(message: _184.ResponseCheckTx): Uint8Array;
|
|
335
|
+
toProtoMsg(message: _184.ResponseCheckTx): _184.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: _184.ResponseCommit, writer?: import("..").BinaryWriter): import("..").BinaryWriter;
|
|
340
|
+
decode(input: import("..").BinaryReader | Uint8Array, length?: number): _184.ResponseCommit;
|
|
341
|
+
fromPartial(object: import("../helpers").DeepPartial<_184.ResponseCommit>): _184.ResponseCommit;
|
|
342
|
+
fromAmino(object: _184.ResponseCommitAmino): _184.ResponseCommit;
|
|
343
|
+
toAmino(message: _184.ResponseCommit): _184.ResponseCommitAmino;
|
|
344
|
+
fromAminoMsg(object: _184.ResponseCommitAminoMsg): _184.ResponseCommit;
|
|
345
|
+
fromProtoMsg(message: _184.ResponseCommitProtoMsg): _184.ResponseCommit;
|
|
346
|
+
toProto(message: _184.ResponseCommit): Uint8Array;
|
|
347
|
+
toProtoMsg(message: _184.ResponseCommit): _184.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: _184.ResponseListSnapshots, writer?: import("..").BinaryWriter): import("..").BinaryWriter;
|
|
352
|
+
decode(input: import("..").BinaryReader | Uint8Array, length?: number): _184.ResponseListSnapshots;
|
|
353
|
+
fromPartial(object: import("../helpers").DeepPartial<_184.ResponseListSnapshots>): _184.ResponseListSnapshots;
|
|
354
|
+
fromAmino(object: _184.ResponseListSnapshotsAmino): _184.ResponseListSnapshots;
|
|
355
|
+
toAmino(message: _184.ResponseListSnapshots): _184.ResponseListSnapshotsAmino;
|
|
356
|
+
fromAminoMsg(object: _184.ResponseListSnapshotsAminoMsg): _184.ResponseListSnapshots;
|
|
357
|
+
fromProtoMsg(message: _184.ResponseListSnapshotsProtoMsg): _184.ResponseListSnapshots;
|
|
358
|
+
toProto(message: _184.ResponseListSnapshots): Uint8Array;
|
|
359
|
+
toProtoMsg(message: _184.ResponseListSnapshots): _184.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: _184.ResponseOfferSnapshot, writer?: import("..").BinaryWriter): import("..").BinaryWriter;
|
|
364
|
+
decode(input: import("..").BinaryReader | Uint8Array, length?: number): _184.ResponseOfferSnapshot;
|
|
365
|
+
fromPartial(object: import("../helpers").DeepPartial<_184.ResponseOfferSnapshot>): _184.ResponseOfferSnapshot;
|
|
366
|
+
fromAmino(object: _184.ResponseOfferSnapshotAmino): _184.ResponseOfferSnapshot;
|
|
367
|
+
toAmino(message: _184.ResponseOfferSnapshot): _184.ResponseOfferSnapshotAmino;
|
|
368
|
+
fromAminoMsg(object: _184.ResponseOfferSnapshotAminoMsg): _184.ResponseOfferSnapshot;
|
|
369
|
+
fromProtoMsg(message: _184.ResponseOfferSnapshotProtoMsg): _184.ResponseOfferSnapshot;
|
|
370
|
+
toProto(message: _184.ResponseOfferSnapshot): Uint8Array;
|
|
371
|
+
toProtoMsg(message: _184.ResponseOfferSnapshot): _184.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: _184.ResponseLoadSnapshotChunk, writer?: import("..").BinaryWriter): import("..").BinaryWriter;
|
|
376
|
+
decode(input: import("..").BinaryReader | Uint8Array, length?: number): _184.ResponseLoadSnapshotChunk;
|
|
377
|
+
fromPartial(object: import("../helpers").DeepPartial<_184.ResponseLoadSnapshotChunk>): _184.ResponseLoadSnapshotChunk;
|
|
378
|
+
fromAmino(object: _184.ResponseLoadSnapshotChunkAmino): _184.ResponseLoadSnapshotChunk;
|
|
379
|
+
toAmino(message: _184.ResponseLoadSnapshotChunk): _184.ResponseLoadSnapshotChunkAmino;
|
|
380
|
+
fromAminoMsg(object: _184.ResponseLoadSnapshotChunkAminoMsg): _184.ResponseLoadSnapshotChunk;
|
|
381
|
+
fromProtoMsg(message: _184.ResponseLoadSnapshotChunkProtoMsg): _184.ResponseLoadSnapshotChunk;
|
|
382
|
+
toProto(message: _184.ResponseLoadSnapshotChunk): Uint8Array;
|
|
383
|
+
toProtoMsg(message: _184.ResponseLoadSnapshotChunk): _184.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: _184.ResponseApplySnapshotChunk, writer?: import("..").BinaryWriter): import("..").BinaryWriter;
|
|
388
|
+
decode(input: import("..").BinaryReader | Uint8Array, length?: number): _184.ResponseApplySnapshotChunk;
|
|
389
|
+
fromPartial(object: import("../helpers").DeepPartial<_184.ResponseApplySnapshotChunk>): _184.ResponseApplySnapshotChunk;
|
|
390
|
+
fromAmino(object: _184.ResponseApplySnapshotChunkAmino): _184.ResponseApplySnapshotChunk;
|
|
391
|
+
toAmino(message: _184.ResponseApplySnapshotChunk): _184.ResponseApplySnapshotChunkAmino;
|
|
392
|
+
fromAminoMsg(object: _184.ResponseApplySnapshotChunkAminoMsg): _184.ResponseApplySnapshotChunk;
|
|
393
|
+
fromProtoMsg(message: _184.ResponseApplySnapshotChunkProtoMsg): _184.ResponseApplySnapshotChunk;
|
|
394
|
+
toProto(message: _184.ResponseApplySnapshotChunk): Uint8Array;
|
|
395
|
+
toProtoMsg(message: _184.ResponseApplySnapshotChunk): _184.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: _184.ResponsePrepareProposal, writer?: import("..").BinaryWriter): import("..").BinaryWriter;
|
|
400
|
+
decode(input: import("..").BinaryReader | Uint8Array, length?: number): _184.ResponsePrepareProposal;
|
|
401
|
+
fromPartial(object: import("../helpers").DeepPartial<_184.ResponsePrepareProposal>): _184.ResponsePrepareProposal;
|
|
402
|
+
fromAmino(object: _184.ResponsePrepareProposalAmino): _184.ResponsePrepareProposal;
|
|
403
|
+
toAmino(message: _184.ResponsePrepareProposal): _184.ResponsePrepareProposalAmino;
|
|
404
|
+
fromAminoMsg(object: _184.ResponsePrepareProposalAminoMsg): _184.ResponsePrepareProposal;
|
|
405
|
+
fromProtoMsg(message: _184.ResponsePrepareProposalProtoMsg): _184.ResponsePrepareProposal;
|
|
406
|
+
toProto(message: _184.ResponsePrepareProposal): Uint8Array;
|
|
407
|
+
toProtoMsg(message: _184.ResponsePrepareProposal): _184.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: _184.ResponseProcessProposal, writer?: import("..").BinaryWriter): import("..").BinaryWriter;
|
|
412
|
+
decode(input: import("..").BinaryReader | Uint8Array, length?: number): _184.ResponseProcessProposal;
|
|
413
|
+
fromPartial(object: import("../helpers").DeepPartial<_184.ResponseProcessProposal>): _184.ResponseProcessProposal;
|
|
414
|
+
fromAmino(object: _184.ResponseProcessProposalAmino): _184.ResponseProcessProposal;
|
|
415
|
+
toAmino(message: _184.ResponseProcessProposal): _184.ResponseProcessProposalAmino;
|
|
416
|
+
fromAminoMsg(object: _184.ResponseProcessProposalAminoMsg): _184.ResponseProcessProposal;
|
|
417
|
+
fromProtoMsg(message: _184.ResponseProcessProposalProtoMsg): _184.ResponseProcessProposal;
|
|
418
|
+
toProto(message: _184.ResponseProcessProposal): Uint8Array;
|
|
419
|
+
toProtoMsg(message: _184.ResponseProcessProposal): _184.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: _184.ResponseExtendVote, writer?: import("..").BinaryWriter): import("..").BinaryWriter;
|
|
424
|
+
decode(input: import("..").BinaryReader | Uint8Array, length?: number): _184.ResponseExtendVote;
|
|
425
|
+
fromPartial(object: import("../helpers").DeepPartial<_184.ResponseExtendVote>): _184.ResponseExtendVote;
|
|
426
|
+
fromAmino(object: _184.ResponseExtendVoteAmino): _184.ResponseExtendVote;
|
|
427
|
+
toAmino(message: _184.ResponseExtendVote): _184.ResponseExtendVoteAmino;
|
|
428
|
+
fromAminoMsg(object: _184.ResponseExtendVoteAminoMsg): _184.ResponseExtendVote;
|
|
429
|
+
fromProtoMsg(message: _184.ResponseExtendVoteProtoMsg): _184.ResponseExtendVote;
|
|
430
|
+
toProto(message: _184.ResponseExtendVote): Uint8Array;
|
|
431
|
+
toProtoMsg(message: _184.ResponseExtendVote): _184.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: _184.ResponseVerifyVoteExtension, writer?: import("..").BinaryWriter): import("..").BinaryWriter;
|
|
436
|
+
decode(input: import("..").BinaryReader | Uint8Array, length?: number): _184.ResponseVerifyVoteExtension;
|
|
437
|
+
fromPartial(object: import("../helpers").DeepPartial<_184.ResponseVerifyVoteExtension>): _184.ResponseVerifyVoteExtension;
|
|
438
|
+
fromAmino(object: _184.ResponseVerifyVoteExtensionAmino): _184.ResponseVerifyVoteExtension;
|
|
439
|
+
toAmino(message: _184.ResponseVerifyVoteExtension): _184.ResponseVerifyVoteExtensionAmino;
|
|
440
|
+
fromAminoMsg(object: _184.ResponseVerifyVoteExtensionAminoMsg): _184.ResponseVerifyVoteExtension;
|
|
441
|
+
fromProtoMsg(message: _184.ResponseVerifyVoteExtensionProtoMsg): _184.ResponseVerifyVoteExtension;
|
|
442
|
+
toProto(message: _184.ResponseVerifyVoteExtension): Uint8Array;
|
|
443
|
+
toProtoMsg(message: _184.ResponseVerifyVoteExtension): _184.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: _184.ResponseFinalizeBlock, writer?: import("..").BinaryWriter): import("..").BinaryWriter;
|
|
448
|
+
decode(input: import("..").BinaryReader | Uint8Array, length?: number): _184.ResponseFinalizeBlock;
|
|
449
|
+
fromPartial(object: import("../helpers").DeepPartial<_184.ResponseFinalizeBlock>): _184.ResponseFinalizeBlock;
|
|
450
|
+
fromAmino(object: _184.ResponseFinalizeBlockAmino): _184.ResponseFinalizeBlock;
|
|
451
|
+
toAmino(message: _184.ResponseFinalizeBlock): _184.ResponseFinalizeBlockAmino;
|
|
452
|
+
fromAminoMsg(object: _184.ResponseFinalizeBlockAminoMsg): _184.ResponseFinalizeBlock;
|
|
453
|
+
fromProtoMsg(message: _184.ResponseFinalizeBlockProtoMsg): _184.ResponseFinalizeBlock;
|
|
454
|
+
toProto(message: _184.ResponseFinalizeBlock): Uint8Array;
|
|
455
|
+
toProtoMsg(message: _184.ResponseFinalizeBlock): _184.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: _184.CommitInfo, writer?: import("..").BinaryWriter): import("..").BinaryWriter;
|
|
460
|
+
decode(input: import("..").BinaryReader | Uint8Array, length?: number): _184.CommitInfo;
|
|
461
|
+
fromPartial(object: import("../helpers").DeepPartial<_184.CommitInfo>): _184.CommitInfo;
|
|
462
|
+
fromAmino(object: _184.CommitInfoAmino): _184.CommitInfo;
|
|
463
|
+
toAmino(message: _184.CommitInfo): _184.CommitInfoAmino;
|
|
464
|
+
fromAminoMsg(object: _184.CommitInfoAminoMsg): _184.CommitInfo;
|
|
465
|
+
fromProtoMsg(message: _184.CommitInfoProtoMsg): _184.CommitInfo;
|
|
466
|
+
toProto(message: _184.CommitInfo): Uint8Array;
|
|
467
|
+
toProtoMsg(message: _184.CommitInfo): _184.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: _184.ExtendedCommitInfo, writer?: import("..").BinaryWriter): import("..").BinaryWriter;
|
|
472
|
+
decode(input: import("..").BinaryReader | Uint8Array, length?: number): _184.ExtendedCommitInfo;
|
|
473
|
+
fromPartial(object: import("../helpers").DeepPartial<_184.ExtendedCommitInfo>): _184.ExtendedCommitInfo;
|
|
474
|
+
fromAmino(object: _184.ExtendedCommitInfoAmino): _184.ExtendedCommitInfo;
|
|
475
|
+
toAmino(message: _184.ExtendedCommitInfo): _184.ExtendedCommitInfoAmino;
|
|
476
|
+
fromAminoMsg(object: _184.ExtendedCommitInfoAminoMsg): _184.ExtendedCommitInfo;
|
|
477
|
+
fromProtoMsg(message: _184.ExtendedCommitInfoProtoMsg): _184.ExtendedCommitInfo;
|
|
478
|
+
toProto(message: _184.ExtendedCommitInfo): Uint8Array;
|
|
479
|
+
toProtoMsg(message: _184.ExtendedCommitInfo): _184.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: _184.Event, writer?: import("..").BinaryWriter): import("..").BinaryWriter;
|
|
484
|
+
decode(input: import("..").BinaryReader | Uint8Array, length?: number): _184.Event;
|
|
485
|
+
fromPartial(object: import("../helpers").DeepPartial<_184.Event>): _184.Event;
|
|
486
|
+
fromAmino(object: _184.EventAmino): _184.Event;
|
|
487
|
+
toAmino(message: _184.Event): _184.EventAmino;
|
|
488
|
+
fromAminoMsg(object: _184.EventAminoMsg): _184.Event;
|
|
489
|
+
fromProtoMsg(message: _184.EventProtoMsg): _184.Event;
|
|
490
|
+
toProto(message: _184.Event): Uint8Array;
|
|
491
|
+
toProtoMsg(message: _184.Event): _184.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: _184.EventAttribute, writer?: import("..").BinaryWriter): import("..").BinaryWriter;
|
|
496
|
+
decode(input: import("..").BinaryReader | Uint8Array, length?: number): _184.EventAttribute;
|
|
497
|
+
fromPartial(object: import("../helpers").DeepPartial<_184.EventAttribute>): _184.EventAttribute;
|
|
498
|
+
fromAmino(object: _184.EventAttributeAmino): _184.EventAttribute;
|
|
499
|
+
toAmino(message: _184.EventAttribute): _184.EventAttributeAmino;
|
|
500
|
+
fromAminoMsg(object: _184.EventAttributeAminoMsg): _184.EventAttribute;
|
|
501
|
+
fromProtoMsg(message: _184.EventAttributeProtoMsg): _184.EventAttribute;
|
|
502
|
+
toProto(message: _184.EventAttribute): Uint8Array;
|
|
503
|
+
toProtoMsg(message: _184.EventAttribute): _184.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: _184.ExecTxResult, writer?: import("..").BinaryWriter): import("..").BinaryWriter;
|
|
508
|
+
decode(input: import("..").BinaryReader | Uint8Array, length?: number): _184.ExecTxResult;
|
|
509
|
+
fromPartial(object: import("../helpers").DeepPartial<_184.ExecTxResult>): _184.ExecTxResult;
|
|
510
|
+
fromAmino(object: _184.ExecTxResultAmino): _184.ExecTxResult;
|
|
511
|
+
toAmino(message: _184.ExecTxResult): _184.ExecTxResultAmino;
|
|
512
|
+
fromAminoMsg(object: _184.ExecTxResultAminoMsg): _184.ExecTxResult;
|
|
513
|
+
fromProtoMsg(message: _184.ExecTxResultProtoMsg): _184.ExecTxResult;
|
|
514
|
+
toProto(message: _184.ExecTxResult): Uint8Array;
|
|
515
|
+
toProtoMsg(message: _184.ExecTxResult): _184.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: _184.TxResult, writer?: import("..").BinaryWriter): import("..").BinaryWriter;
|
|
520
|
+
decode(input: import("..").BinaryReader | Uint8Array, length?: number): _184.TxResult;
|
|
521
|
+
fromPartial(object: import("../helpers").DeepPartial<_184.TxResult>): _184.TxResult;
|
|
522
|
+
fromAmino(object: _184.TxResultAmino): _184.TxResult;
|
|
523
|
+
toAmino(message: _184.TxResult): _184.TxResultAmino;
|
|
524
|
+
fromAminoMsg(object: _184.TxResultAminoMsg): _184.TxResult;
|
|
525
|
+
fromProtoMsg(message: _184.TxResultProtoMsg): _184.TxResult;
|
|
526
|
+
toProto(message: _184.TxResult): Uint8Array;
|
|
527
|
+
toProtoMsg(message: _184.TxResult): _184.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: _184.Validator, writer?: import("..").BinaryWriter): import("..").BinaryWriter;
|
|
532
|
+
decode(input: import("..").BinaryReader | Uint8Array, length?: number): _184.Validator;
|
|
533
|
+
fromPartial(object: import("../helpers").DeepPartial<_184.Validator>): _184.Validator;
|
|
534
|
+
fromAmino(object: _184.ValidatorAmino): _184.Validator;
|
|
535
|
+
toAmino(message: _184.Validator): _184.ValidatorAmino;
|
|
536
|
+
fromAminoMsg(object: _184.ValidatorAminoMsg): _184.Validator;
|
|
537
|
+
fromProtoMsg(message: _184.ValidatorProtoMsg): _184.Validator;
|
|
538
|
+
toProto(message: _184.Validator): Uint8Array;
|
|
539
|
+
toProtoMsg(message: _184.Validator): _184.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: _184.ValidatorUpdate, writer?: import("..").BinaryWriter): import("..").BinaryWriter;
|
|
544
|
+
decode(input: import("..").BinaryReader | Uint8Array, length?: number): _184.ValidatorUpdate;
|
|
545
|
+
fromPartial(object: import("../helpers").DeepPartial<_184.ValidatorUpdate>): _184.ValidatorUpdate;
|
|
546
|
+
fromAmino(object: _184.ValidatorUpdateAmino): _184.ValidatorUpdate;
|
|
547
|
+
toAmino(message: _184.ValidatorUpdate): _184.ValidatorUpdateAmino;
|
|
548
|
+
fromAminoMsg(object: _184.ValidatorUpdateAminoMsg): _184.ValidatorUpdate;
|
|
549
|
+
fromProtoMsg(message: _184.ValidatorUpdateProtoMsg): _184.ValidatorUpdate;
|
|
550
|
+
toProto(message: _184.ValidatorUpdate): Uint8Array;
|
|
551
|
+
toProtoMsg(message: _184.ValidatorUpdate): _184.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: _184.VoteInfo, writer?: import("..").BinaryWriter): import("..").BinaryWriter;
|
|
556
|
+
decode(input: import("..").BinaryReader | Uint8Array, length?: number): _184.VoteInfo;
|
|
557
|
+
fromPartial(object: import("../helpers").DeepPartial<_184.VoteInfo>): _184.VoteInfo;
|
|
558
|
+
fromAmino(object: _184.VoteInfoAmino): _184.VoteInfo;
|
|
559
|
+
toAmino(message: _184.VoteInfo): _184.VoteInfoAmino;
|
|
560
|
+
fromAminoMsg(object: _184.VoteInfoAminoMsg): _184.VoteInfo;
|
|
561
|
+
fromProtoMsg(message: _184.VoteInfoProtoMsg): _184.VoteInfo;
|
|
562
|
+
toProto(message: _184.VoteInfo): Uint8Array;
|
|
563
|
+
toProtoMsg(message: _184.VoteInfo): _184.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: _184.ExtendedVoteInfo, writer?: import("..").BinaryWriter): import("..").BinaryWriter;
|
|
568
|
+
decode(input: import("..").BinaryReader | Uint8Array, length?: number): _184.ExtendedVoteInfo;
|
|
569
|
+
fromPartial(object: import("../helpers").DeepPartial<_184.ExtendedVoteInfo>): _184.ExtendedVoteInfo;
|
|
570
|
+
fromAmino(object: _184.ExtendedVoteInfoAmino): _184.ExtendedVoteInfo;
|
|
571
|
+
toAmino(message: _184.ExtendedVoteInfo): _184.ExtendedVoteInfoAmino;
|
|
572
|
+
fromAminoMsg(object: _184.ExtendedVoteInfoAminoMsg): _184.ExtendedVoteInfo;
|
|
573
|
+
fromProtoMsg(message: _184.ExtendedVoteInfoProtoMsg): _184.ExtendedVoteInfo;
|
|
574
|
+
toProto(message: _184.ExtendedVoteInfo): Uint8Array;
|
|
575
|
+
toProtoMsg(message: _184.ExtendedVoteInfo): _184.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: _184.Misbehavior, writer?: import("..").BinaryWriter): import("..").BinaryWriter;
|
|
580
|
+
decode(input: import("..").BinaryReader | Uint8Array, length?: number): _184.Misbehavior;
|
|
581
|
+
fromPartial(object: import("../helpers").DeepPartial<_184.Misbehavior>): _184.Misbehavior;
|
|
582
|
+
fromAmino(object: _184.MisbehaviorAmino): _184.Misbehavior;
|
|
583
|
+
toAmino(message: _184.Misbehavior): _184.MisbehaviorAmino;
|
|
584
|
+
fromAminoMsg(object: _184.MisbehaviorAminoMsg): _184.Misbehavior;
|
|
585
|
+
fromProtoMsg(message: _184.MisbehaviorProtoMsg): _184.Misbehavior;
|
|
586
|
+
toProto(message: _184.Misbehavior): Uint8Array;
|
|
587
|
+
toProtoMsg(message: _184.Misbehavior): _184.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: _184.Snapshot, writer?: import("..").BinaryWriter): import("..").BinaryWriter;
|
|
592
|
+
decode(input: import("..").BinaryReader | Uint8Array, length?: number): _184.Snapshot;
|
|
593
|
+
fromPartial(object: import("../helpers").DeepPartial<_184.Snapshot>): _184.Snapshot;
|
|
594
|
+
fromAmino(object: _184.SnapshotAmino): _184.Snapshot;
|
|
595
|
+
toAmino(message: _184.Snapshot): _184.SnapshotAmino;
|
|
596
|
+
fromAminoMsg(object: _184.SnapshotAminoMsg): _184.Snapshot;
|
|
597
|
+
fromProtoMsg(message: _184.SnapshotProtoMsg): _184.Snapshot;
|
|
598
|
+
toProto(message: _184.Snapshot): Uint8Array;
|
|
599
|
+
toProtoMsg(message: _184.Snapshot): _184.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: _186.Proof, writer?: import("..").BinaryWriter): import("..").BinaryWriter;
|
|
606
|
+
decode(input: import("..").BinaryReader | Uint8Array, length?: number): _186.Proof;
|
|
607
|
+
fromPartial(object: import("../helpers").DeepPartial<_186.Proof>): _186.Proof;
|
|
608
|
+
fromAmino(object: _186.ProofAmino): _186.Proof;
|
|
609
|
+
toAmino(message: _186.Proof): _186.ProofAmino;
|
|
610
|
+
fromAminoMsg(object: _186.ProofAminoMsg): _186.Proof;
|
|
611
|
+
fromProtoMsg(message: _186.ProofProtoMsg): _186.Proof;
|
|
612
|
+
toProto(message: _186.Proof): Uint8Array;
|
|
613
|
+
toProtoMsg(message: _186.Proof): _186.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: _186.ValueOp, writer?: import("..").BinaryWriter): import("..").BinaryWriter;
|
|
618
|
+
decode(input: import("..").BinaryReader | Uint8Array, length?: number): _186.ValueOp;
|
|
619
|
+
fromPartial(object: import("../helpers").DeepPartial<_186.ValueOp>): _186.ValueOp;
|
|
620
|
+
fromAmino(object: _186.ValueOpAmino): _186.ValueOp;
|
|
621
|
+
toAmino(message: _186.ValueOp): _186.ValueOpAmino;
|
|
622
|
+
fromAminoMsg(object: _186.ValueOpAminoMsg): _186.ValueOp;
|
|
623
|
+
fromProtoMsg(message: _186.ValueOpProtoMsg): _186.ValueOp;
|
|
624
|
+
toProto(message: _186.ValueOp): Uint8Array;
|
|
625
|
+
toProtoMsg(message: _186.ValueOp): _186.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: _186.DominoOp, writer?: import("..").BinaryWriter): import("..").BinaryWriter;
|
|
630
|
+
decode(input: import("..").BinaryReader | Uint8Array, length?: number): _186.DominoOp;
|
|
631
|
+
fromPartial(object: import("../helpers").DeepPartial<_186.DominoOp>): _186.DominoOp;
|
|
632
|
+
fromAmino(object: _186.DominoOpAmino): _186.DominoOp;
|
|
633
|
+
toAmino(message: _186.DominoOp): _186.DominoOpAmino;
|
|
634
|
+
fromAminoMsg(object: _186.DominoOpAminoMsg): _186.DominoOp;
|
|
635
|
+
fromProtoMsg(message: _186.DominoOpProtoMsg): _186.DominoOp;
|
|
636
|
+
toProto(message: _186.DominoOp): Uint8Array;
|
|
637
|
+
toProtoMsg(message: _186.DominoOp): _186.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: _186.ProofOp, writer?: import("..").BinaryWriter): import("..").BinaryWriter;
|
|
642
|
+
decode(input: import("..").BinaryReader | Uint8Array, length?: number): _186.ProofOp;
|
|
643
|
+
fromPartial(object: import("../helpers").DeepPartial<_186.ProofOp>): _186.ProofOp;
|
|
644
|
+
fromAmino(object: _186.ProofOpAmino): _186.ProofOp;
|
|
645
|
+
toAmino(message: _186.ProofOp): _186.ProofOpAmino;
|
|
646
|
+
fromAminoMsg(object: _186.ProofOpAminoMsg): _186.ProofOp;
|
|
647
|
+
fromProtoMsg(message: _186.ProofOpProtoMsg): _186.ProofOp;
|
|
648
|
+
toProto(message: _186.ProofOp): Uint8Array;
|
|
649
|
+
toProtoMsg(message: _186.ProofOp): _186.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: _186.ProofOps, writer?: import("..").BinaryWriter): import("..").BinaryWriter;
|
|
654
|
+
decode(input: import("..").BinaryReader | Uint8Array, length?: number): _186.ProofOps;
|
|
655
|
+
fromPartial(object: import("../helpers").DeepPartial<_186.ProofOps>): _186.ProofOps;
|
|
656
|
+
fromAmino(object: _186.ProofOpsAmino): _186.ProofOps;
|
|
657
|
+
toAmino(message: _186.ProofOps): _186.ProofOpsAmino;
|
|
658
|
+
fromAminoMsg(object: _186.ProofOpsAminoMsg): _186.ProofOps;
|
|
659
|
+
fromProtoMsg(message: _186.ProofOpsProtoMsg): _186.ProofOps;
|
|
660
|
+
toProto(message: _186.ProofOps): Uint8Array;
|
|
661
|
+
toProtoMsg(message: _186.ProofOps): _186.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: _185.PublicKey, writer?: import("..").BinaryWriter): import("..").BinaryWriter;
|
|
666
|
+
decode(input: import("..").BinaryReader | Uint8Array, length?: number): _185.PublicKey;
|
|
667
|
+
fromPartial(object: import("../helpers").DeepPartial<_185.PublicKey>): _185.PublicKey;
|
|
668
|
+
fromAmino(object: _185.PublicKeyAmino): _185.PublicKey;
|
|
669
|
+
toAmino(message: _185.PublicKey): _185.PublicKeyAmino;
|
|
670
|
+
fromAminoMsg(object: _185.PublicKeyAminoMsg): _185.PublicKey;
|
|
671
|
+
fromProtoMsg(message: _185.PublicKeyProtoMsg): _185.PublicKey;
|
|
672
|
+
toProto(message: _185.PublicKey): Uint8Array;
|
|
673
|
+
toProtoMsg(message: _185.PublicKey): _185.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: _187.NetAddress, writer?: import("..").BinaryWriter): import("..").BinaryWriter;
|
|
680
|
+
decode(input: import("..").BinaryReader | Uint8Array, length?: number): _187.NetAddress;
|
|
681
|
+
fromPartial(object: import("../helpers").DeepPartial<_187.NetAddress>): _187.NetAddress;
|
|
682
|
+
fromAmino(object: _187.NetAddressAmino): _187.NetAddress;
|
|
683
|
+
toAmino(message: _187.NetAddress): _187.NetAddressAmino;
|
|
684
|
+
fromAminoMsg(object: _187.NetAddressAminoMsg): _187.NetAddress;
|
|
685
|
+
fromProtoMsg(message: _187.NetAddressProtoMsg): _187.NetAddress;
|
|
686
|
+
toProto(message: _187.NetAddress): Uint8Array;
|
|
687
|
+
toProtoMsg(message: _187.NetAddress): _187.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: _187.ProtocolVersion, writer?: import("..").BinaryWriter): import("..").BinaryWriter;
|
|
692
|
+
decode(input: import("..").BinaryReader | Uint8Array, length?: number): _187.ProtocolVersion;
|
|
693
|
+
fromPartial(object: import("../helpers").DeepPartial<_187.ProtocolVersion>): _187.ProtocolVersion;
|
|
694
|
+
fromAmino(object: _187.ProtocolVersionAmino): _187.ProtocolVersion;
|
|
695
|
+
toAmino(message: _187.ProtocolVersion): _187.ProtocolVersionAmino;
|
|
696
|
+
fromAminoMsg(object: _187.ProtocolVersionAminoMsg): _187.ProtocolVersion;
|
|
697
|
+
fromProtoMsg(message: _187.ProtocolVersionProtoMsg): _187.ProtocolVersion;
|
|
698
|
+
toProto(message: _187.ProtocolVersion): Uint8Array;
|
|
699
|
+
toProtoMsg(message: _187.ProtocolVersion): _187.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: _187.DefaultNodeInfo, writer?: import("..").BinaryWriter): import("..").BinaryWriter;
|
|
704
|
+
decode(input: import("..").BinaryReader | Uint8Array, length?: number): _187.DefaultNodeInfo;
|
|
705
|
+
fromPartial(object: import("../helpers").DeepPartial<_187.DefaultNodeInfo>): _187.DefaultNodeInfo;
|
|
706
|
+
fromAmino(object: _187.DefaultNodeInfoAmino): _187.DefaultNodeInfo;
|
|
707
|
+
toAmino(message: _187.DefaultNodeInfo): _187.DefaultNodeInfoAmino;
|
|
708
|
+
fromAminoMsg(object: _187.DefaultNodeInfoAminoMsg): _187.DefaultNodeInfo;
|
|
709
|
+
fromProtoMsg(message: _187.DefaultNodeInfoProtoMsg): _187.DefaultNodeInfo;
|
|
710
|
+
toProto(message: _187.DefaultNodeInfo): Uint8Array;
|
|
711
|
+
toProtoMsg(message: _187.DefaultNodeInfo): _187.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: _187.DefaultNodeInfoOther, writer?: import("..").BinaryWriter): import("..").BinaryWriter;
|
|
716
|
+
decode(input: import("..").BinaryReader | Uint8Array, length?: number): _187.DefaultNodeInfoOther;
|
|
717
|
+
fromPartial(object: import("../helpers").DeepPartial<_187.DefaultNodeInfoOther>): _187.DefaultNodeInfoOther;
|
|
718
|
+
fromAmino(object: _187.DefaultNodeInfoOtherAmino): _187.DefaultNodeInfoOther;
|
|
719
|
+
toAmino(message: _187.DefaultNodeInfoOther): _187.DefaultNodeInfoOtherAmino;
|
|
720
|
+
fromAminoMsg(object: _187.DefaultNodeInfoOtherAminoMsg): _187.DefaultNodeInfoOther;
|
|
721
|
+
fromProtoMsg(message: _187.DefaultNodeInfoOtherProtoMsg): _187.DefaultNodeInfoOther;
|
|
722
|
+
toProto(message: _187.DefaultNodeInfoOther): Uint8Array;
|
|
723
|
+
toProtoMsg(message: _187.DefaultNodeInfoOther): _187.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): _192.BlockIDFlag;
|
|
728
|
+
blockIDFlagToJSON(object: _192.BlockIDFlag): string;
|
|
729
|
+
BlockIDFlag: typeof _192.BlockIDFlag;
|
|
730
|
+
BlockIDFlagAmino: typeof _192.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: _192.ValidatorSet, writer?: import("..").BinaryWriter): import("..").BinaryWriter;
|
|
734
|
+
decode(input: import("..").BinaryReader | Uint8Array, length?: number): _192.ValidatorSet;
|
|
735
|
+
fromPartial(object: import("../helpers").DeepPartial<_192.ValidatorSet>): _192.ValidatorSet;
|
|
736
|
+
fromAmino(object: _192.ValidatorSetAmino): _192.ValidatorSet;
|
|
737
|
+
toAmino(message: _192.ValidatorSet): _192.ValidatorSetAmino;
|
|
738
|
+
fromAminoMsg(object: _192.ValidatorSetAminoMsg): _192.ValidatorSet;
|
|
739
|
+
fromProtoMsg(message: _192.ValidatorSetProtoMsg): _192.ValidatorSet;
|
|
740
|
+
toProto(message: _192.ValidatorSet): Uint8Array;
|
|
741
|
+
toProtoMsg(message: _192.ValidatorSet): _192.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: _192.Validator, writer?: import("..").BinaryWriter): import("..").BinaryWriter;
|
|
746
|
+
decode(input: import("..").BinaryReader | Uint8Array, length?: number): _192.Validator;
|
|
747
|
+
fromPartial(object: import("../helpers").DeepPartial<_192.Validator>): _192.Validator;
|
|
748
|
+
fromAmino(object: _192.ValidatorAmino): _192.Validator;
|
|
749
|
+
toAmino(message: _192.Validator): _192.ValidatorAmino;
|
|
750
|
+
fromAminoMsg(object: _192.ValidatorAminoMsg): _192.Validator;
|
|
751
|
+
fromProtoMsg(message: _192.ValidatorProtoMsg): _192.Validator;
|
|
752
|
+
toProto(message: _192.Validator): Uint8Array;
|
|
753
|
+
toProtoMsg(message: _192.Validator): _192.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: _192.SimpleValidator, writer?: import("..").BinaryWriter): import("..").BinaryWriter;
|
|
758
|
+
decode(input: import("..").BinaryReader | Uint8Array, length?: number): _192.SimpleValidator;
|
|
759
|
+
fromPartial(object: import("../helpers").DeepPartial<_192.SimpleValidator>): _192.SimpleValidator;
|
|
760
|
+
fromAmino(object: _192.SimpleValidatorAmino): _192.SimpleValidator;
|
|
761
|
+
toAmino(message: _192.SimpleValidator): _192.SimpleValidatorAmino;
|
|
762
|
+
fromAminoMsg(object: _192.SimpleValidatorAminoMsg): _192.SimpleValidator;
|
|
763
|
+
fromProtoMsg(message: _192.SimpleValidatorProtoMsg): _192.SimpleValidator;
|
|
764
|
+
toProto(message: _192.SimpleValidator): Uint8Array;
|
|
765
|
+
toProtoMsg(message: _192.SimpleValidator): _192.SimpleValidatorProtoMsg;
|
|
766
|
+
};
|
|
767
|
+
signedMsgTypeFromJSON(object: any): _191.SignedMsgType;
|
|
768
|
+
signedMsgTypeToJSON(object: _191.SignedMsgType): string;
|
|
769
|
+
SignedMsgType: typeof _191.SignedMsgType;
|
|
770
|
+
SignedMsgTypeAmino: typeof _191.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: _191.PartSetHeader, writer?: import("..").BinaryWriter): import("..").BinaryWriter;
|
|
774
|
+
decode(input: import("..").BinaryReader | Uint8Array, length?: number): _191.PartSetHeader;
|
|
775
|
+
fromPartial(object: import("../helpers").DeepPartial<_191.PartSetHeader>): _191.PartSetHeader;
|
|
776
|
+
fromAmino(object: _191.PartSetHeaderAmino): _191.PartSetHeader;
|
|
777
|
+
toAmino(message: _191.PartSetHeader): _191.PartSetHeaderAmino;
|
|
778
|
+
fromAminoMsg(object: _191.PartSetHeaderAminoMsg): _191.PartSetHeader;
|
|
779
|
+
fromProtoMsg(message: _191.PartSetHeaderProtoMsg): _191.PartSetHeader;
|
|
780
|
+
toProto(message: _191.PartSetHeader): Uint8Array;
|
|
781
|
+
toProtoMsg(message: _191.PartSetHeader): _191.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: _191.Part, writer?: import("..").BinaryWriter): import("..").BinaryWriter;
|
|
786
|
+
decode(input: import("..").BinaryReader | Uint8Array, length?: number): _191.Part;
|
|
787
|
+
fromPartial(object: import("../helpers").DeepPartial<_191.Part>): _191.Part;
|
|
788
|
+
fromAmino(object: _191.PartAmino): _191.Part;
|
|
789
|
+
toAmino(message: _191.Part): _191.PartAmino;
|
|
790
|
+
fromAminoMsg(object: _191.PartAminoMsg): _191.Part;
|
|
791
|
+
fromProtoMsg(message: _191.PartProtoMsg): _191.Part;
|
|
792
|
+
toProto(message: _191.Part): Uint8Array;
|
|
793
|
+
toProtoMsg(message: _191.Part): _191.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: _191.BlockID, writer?: import("..").BinaryWriter): import("..").BinaryWriter;
|
|
798
|
+
decode(input: import("..").BinaryReader | Uint8Array, length?: number): _191.BlockID;
|
|
799
|
+
fromPartial(object: import("../helpers").DeepPartial<_191.BlockID>): _191.BlockID;
|
|
800
|
+
fromAmino(object: _191.BlockIDAmino): _191.BlockID;
|
|
801
|
+
toAmino(message: _191.BlockID): _191.BlockIDAmino;
|
|
802
|
+
fromAminoMsg(object: _191.BlockIDAminoMsg): _191.BlockID;
|
|
803
|
+
fromProtoMsg(message: _191.BlockIDProtoMsg): _191.BlockID;
|
|
804
|
+
toProto(message: _191.BlockID): Uint8Array;
|
|
805
|
+
toProtoMsg(message: _191.BlockID): _191.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: _191.Header, writer?: import("..").BinaryWriter): import("..").BinaryWriter;
|
|
810
|
+
decode(input: import("..").BinaryReader | Uint8Array, length?: number): _191.Header;
|
|
811
|
+
fromPartial(object: import("../helpers").DeepPartial<_191.Header>): _191.Header;
|
|
812
|
+
fromAmino(object: _191.HeaderAmino): _191.Header;
|
|
813
|
+
toAmino(message: _191.Header): _191.HeaderAmino;
|
|
814
|
+
fromAminoMsg(object: _191.HeaderAminoMsg): _191.Header;
|
|
815
|
+
fromProtoMsg(message: _191.HeaderProtoMsg): _191.Header;
|
|
816
|
+
toProto(message: _191.Header): Uint8Array;
|
|
817
|
+
toProtoMsg(message: _191.Header): _191.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: _191.Data, writer?: import("..").BinaryWriter): import("..").BinaryWriter;
|
|
822
|
+
decode(input: import("..").BinaryReader | Uint8Array, length?: number): _191.Data;
|
|
823
|
+
fromPartial(object: import("../helpers").DeepPartial<_191.Data>): _191.Data;
|
|
824
|
+
fromAmino(object: _191.DataAmino): _191.Data;
|
|
825
|
+
toAmino(message: _191.Data): _191.DataAmino;
|
|
826
|
+
fromAminoMsg(object: _191.DataAminoMsg): _191.Data;
|
|
827
|
+
fromProtoMsg(message: _191.DataProtoMsg): _191.Data;
|
|
828
|
+
toProto(message: _191.Data): Uint8Array;
|
|
829
|
+
toProtoMsg(message: _191.Data): _191.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: _191.Vote, writer?: import("..").BinaryWriter): import("..").BinaryWriter;
|
|
834
|
+
decode(input: import("..").BinaryReader | Uint8Array, length?: number): _191.Vote;
|
|
835
|
+
fromPartial(object: import("../helpers").DeepPartial<_191.Vote>): _191.Vote;
|
|
836
|
+
fromAmino(object: _191.VoteAmino): _191.Vote;
|
|
837
|
+
toAmino(message: _191.Vote): _191.VoteAmino;
|
|
838
|
+
fromAminoMsg(object: _191.VoteAminoMsg): _191.Vote;
|
|
839
|
+
fromProtoMsg(message: _191.VoteProtoMsg): _191.Vote;
|
|
840
|
+
toProto(message: _191.Vote): Uint8Array;
|
|
841
|
+
toProtoMsg(message: _191.Vote): _191.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: _191.Commit, writer?: import("..").BinaryWriter): import("..").BinaryWriter;
|
|
846
|
+
decode(input: import("..").BinaryReader | Uint8Array, length?: number): _191.Commit;
|
|
847
|
+
fromPartial(object: import("../helpers").DeepPartial<_191.Commit>): _191.Commit;
|
|
848
|
+
fromAmino(object: _191.CommitAmino): _191.Commit;
|
|
849
|
+
toAmino(message: _191.Commit): _191.CommitAmino;
|
|
850
|
+
fromAminoMsg(object: _191.CommitAminoMsg): _191.Commit;
|
|
851
|
+
fromProtoMsg(message: _191.CommitProtoMsg): _191.Commit;
|
|
852
|
+
toProto(message: _191.Commit): Uint8Array;
|
|
853
|
+
toProtoMsg(message: _191.Commit): _191.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: _191.CommitSig, writer?: import("..").BinaryWriter): import("..").BinaryWriter;
|
|
858
|
+
decode(input: import("..").BinaryReader | Uint8Array, length?: number): _191.CommitSig;
|
|
859
|
+
fromPartial(object: import("../helpers").DeepPartial<_191.CommitSig>): _191.CommitSig;
|
|
860
|
+
fromAmino(object: _191.CommitSigAmino): _191.CommitSig;
|
|
861
|
+
toAmino(message: _191.CommitSig): _191.CommitSigAmino;
|
|
862
|
+
fromAminoMsg(object: _191.CommitSigAminoMsg): _191.CommitSig;
|
|
863
|
+
fromProtoMsg(message: _191.CommitSigProtoMsg): _191.CommitSig;
|
|
864
|
+
toProto(message: _191.CommitSig): Uint8Array;
|
|
865
|
+
toProtoMsg(message: _191.CommitSig): _191.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: _191.ExtendedCommit, writer?: import("..").BinaryWriter): import("..").BinaryWriter;
|
|
870
|
+
decode(input: import("..").BinaryReader | Uint8Array, length?: number): _191.ExtendedCommit;
|
|
871
|
+
fromPartial(object: import("../helpers").DeepPartial<_191.ExtendedCommit>): _191.ExtendedCommit;
|
|
872
|
+
fromAmino(object: _191.ExtendedCommitAmino): _191.ExtendedCommit;
|
|
873
|
+
toAmino(message: _191.ExtendedCommit): _191.ExtendedCommitAmino;
|
|
874
|
+
fromAminoMsg(object: _191.ExtendedCommitAminoMsg): _191.ExtendedCommit;
|
|
875
|
+
fromProtoMsg(message: _191.ExtendedCommitProtoMsg): _191.ExtendedCommit;
|
|
876
|
+
toProto(message: _191.ExtendedCommit): Uint8Array;
|
|
877
|
+
toProtoMsg(message: _191.ExtendedCommit): _191.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: _191.ExtendedCommitSig, writer?: import("..").BinaryWriter): import("..").BinaryWriter;
|
|
882
|
+
decode(input: import("..").BinaryReader | Uint8Array, length?: number): _191.ExtendedCommitSig;
|
|
883
|
+
fromPartial(object: import("../helpers").DeepPartial<_191.ExtendedCommitSig>): _191.ExtendedCommitSig;
|
|
884
|
+
fromAmino(object: _191.ExtendedCommitSigAmino): _191.ExtendedCommitSig;
|
|
885
|
+
toAmino(message: _191.ExtendedCommitSig): _191.ExtendedCommitSigAmino;
|
|
886
|
+
fromAminoMsg(object: _191.ExtendedCommitSigAminoMsg): _191.ExtendedCommitSig;
|
|
887
|
+
fromProtoMsg(message: _191.ExtendedCommitSigProtoMsg): _191.ExtendedCommitSig;
|
|
888
|
+
toProto(message: _191.ExtendedCommitSig): Uint8Array;
|
|
889
|
+
toProtoMsg(message: _191.ExtendedCommitSig): _191.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: _191.Proposal, writer?: import("..").BinaryWriter): import("..").BinaryWriter;
|
|
894
|
+
decode(input: import("..").BinaryReader | Uint8Array, length?: number): _191.Proposal;
|
|
895
|
+
fromPartial(object: import("../helpers").DeepPartial<_191.Proposal>): _191.Proposal;
|
|
896
|
+
fromAmino(object: _191.ProposalAmino): _191.Proposal;
|
|
897
|
+
toAmino(message: _191.Proposal): _191.ProposalAmino;
|
|
898
|
+
fromAminoMsg(object: _191.ProposalAminoMsg): _191.Proposal;
|
|
899
|
+
fromProtoMsg(message: _191.ProposalProtoMsg): _191.Proposal;
|
|
900
|
+
toProto(message: _191.Proposal): Uint8Array;
|
|
901
|
+
toProtoMsg(message: _191.Proposal): _191.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: _191.SignedHeader, writer?: import("..").BinaryWriter): import("..").BinaryWriter;
|
|
906
|
+
decode(input: import("..").BinaryReader | Uint8Array, length?: number): _191.SignedHeader;
|
|
907
|
+
fromPartial(object: import("../helpers").DeepPartial<_191.SignedHeader>): _191.SignedHeader;
|
|
908
|
+
fromAmino(object: _191.SignedHeaderAmino): _191.SignedHeader;
|
|
909
|
+
toAmino(message: _191.SignedHeader): _191.SignedHeaderAmino;
|
|
910
|
+
fromAminoMsg(object: _191.SignedHeaderAminoMsg): _191.SignedHeader;
|
|
911
|
+
fromProtoMsg(message: _191.SignedHeaderProtoMsg): _191.SignedHeader;
|
|
912
|
+
toProto(message: _191.SignedHeader): Uint8Array;
|
|
913
|
+
toProtoMsg(message: _191.SignedHeader): _191.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: _191.LightBlock, writer?: import("..").BinaryWriter): import("..").BinaryWriter;
|
|
918
|
+
decode(input: import("..").BinaryReader | Uint8Array, length?: number): _191.LightBlock;
|
|
919
|
+
fromPartial(object: import("../helpers").DeepPartial<_191.LightBlock>): _191.LightBlock;
|
|
920
|
+
fromAmino(object: _191.LightBlockAmino): _191.LightBlock;
|
|
921
|
+
toAmino(message: _191.LightBlock): _191.LightBlockAmino;
|
|
922
|
+
fromAminoMsg(object: _191.LightBlockAminoMsg): _191.LightBlock;
|
|
923
|
+
fromProtoMsg(message: _191.LightBlockProtoMsg): _191.LightBlock;
|
|
924
|
+
toProto(message: _191.LightBlock): Uint8Array;
|
|
925
|
+
toProtoMsg(message: _191.LightBlock): _191.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: _191.BlockMeta, writer?: import("..").BinaryWriter): import("..").BinaryWriter;
|
|
930
|
+
decode(input: import("..").BinaryReader | Uint8Array, length?: number): _191.BlockMeta;
|
|
931
|
+
fromPartial(object: import("../helpers").DeepPartial<_191.BlockMeta>): _191.BlockMeta;
|
|
932
|
+
fromAmino(object: _191.BlockMetaAmino): _191.BlockMeta;
|
|
933
|
+
toAmino(message: _191.BlockMeta): _191.BlockMetaAmino;
|
|
934
|
+
fromAminoMsg(object: _191.BlockMetaAminoMsg): _191.BlockMeta;
|
|
935
|
+
fromProtoMsg(message: _191.BlockMetaProtoMsg): _191.BlockMeta;
|
|
936
|
+
toProto(message: _191.BlockMeta): Uint8Array;
|
|
937
|
+
toProtoMsg(message: _191.BlockMeta): _191.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: _191.TxProof, writer?: import("..").BinaryWriter): import("..").BinaryWriter;
|
|
942
|
+
decode(input: import("..").BinaryReader | Uint8Array, length?: number): _191.TxProof;
|
|
943
|
+
fromPartial(object: import("../helpers").DeepPartial<_191.TxProof>): _191.TxProof;
|
|
944
|
+
fromAmino(object: _191.TxProofAmino): _191.TxProof;
|
|
945
|
+
toAmino(message: _191.TxProof): _191.TxProofAmino;
|
|
946
|
+
fromAminoMsg(object: _191.TxProofAminoMsg): _191.TxProof;
|
|
947
|
+
fromProtoMsg(message: _191.TxProofProtoMsg): _191.TxProof;
|
|
948
|
+
toProto(message: _191.TxProof): Uint8Array;
|
|
949
|
+
toProtoMsg(message: _191.TxProof): _191.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: _190.ConsensusParams, writer?: import("..").BinaryWriter): import("..").BinaryWriter;
|
|
954
|
+
decode(input: import("..").BinaryReader | Uint8Array, length?: number): _190.ConsensusParams;
|
|
955
|
+
fromPartial(object: import("../helpers").DeepPartial<_190.ConsensusParams>): _190.ConsensusParams;
|
|
956
|
+
fromAmino(object: _190.ConsensusParamsAmino): _190.ConsensusParams;
|
|
957
|
+
toAmino(message: _190.ConsensusParams): _190.ConsensusParamsAmino;
|
|
958
|
+
fromAminoMsg(object: _190.ConsensusParamsAminoMsg): _190.ConsensusParams;
|
|
959
|
+
fromProtoMsg(message: _190.ConsensusParamsProtoMsg): _190.ConsensusParams;
|
|
960
|
+
toProto(message: _190.ConsensusParams): Uint8Array;
|
|
961
|
+
toProtoMsg(message: _190.ConsensusParams): _190.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: _190.BlockParams, writer?: import("..").BinaryWriter): import("..").BinaryWriter;
|
|
966
|
+
decode(input: import("..").BinaryReader | Uint8Array, length?: number): _190.BlockParams;
|
|
967
|
+
fromPartial(object: import("../helpers").DeepPartial<_190.BlockParams>): _190.BlockParams;
|
|
968
|
+
fromAmino(object: _190.BlockParamsAmino): _190.BlockParams;
|
|
969
|
+
toAmino(message: _190.BlockParams): _190.BlockParamsAmino;
|
|
970
|
+
fromAminoMsg(object: _190.BlockParamsAminoMsg): _190.BlockParams;
|
|
971
|
+
fromProtoMsg(message: _190.BlockParamsProtoMsg): _190.BlockParams;
|
|
972
|
+
toProto(message: _190.BlockParams): Uint8Array;
|
|
973
|
+
toProtoMsg(message: _190.BlockParams): _190.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: _190.EvidenceParams, writer?: import("..").BinaryWriter): import("..").BinaryWriter;
|
|
978
|
+
decode(input: import("..").BinaryReader | Uint8Array, length?: number): _190.EvidenceParams;
|
|
979
|
+
fromPartial(object: import("../helpers").DeepPartial<_190.EvidenceParams>): _190.EvidenceParams;
|
|
980
|
+
fromAmino(object: _190.EvidenceParamsAmino): _190.EvidenceParams;
|
|
981
|
+
toAmino(message: _190.EvidenceParams): _190.EvidenceParamsAmino;
|
|
982
|
+
fromAminoMsg(object: _190.EvidenceParamsAminoMsg): _190.EvidenceParams;
|
|
983
|
+
fromProtoMsg(message: _190.EvidenceParamsProtoMsg): _190.EvidenceParams;
|
|
984
|
+
toProto(message: _190.EvidenceParams): Uint8Array;
|
|
985
|
+
toProtoMsg(message: _190.EvidenceParams): _190.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: _190.ValidatorParams, writer?: import("..").BinaryWriter): import("..").BinaryWriter;
|
|
990
|
+
decode(input: import("..").BinaryReader | Uint8Array, length?: number): _190.ValidatorParams;
|
|
991
|
+
fromPartial(object: import("../helpers").DeepPartial<_190.ValidatorParams>): _190.ValidatorParams;
|
|
992
|
+
fromAmino(object: _190.ValidatorParamsAmino): _190.ValidatorParams;
|
|
993
|
+
toAmino(message: _190.ValidatorParams): _190.ValidatorParamsAmino;
|
|
994
|
+
fromAminoMsg(object: _190.ValidatorParamsAminoMsg): _190.ValidatorParams;
|
|
995
|
+
fromProtoMsg(message: _190.ValidatorParamsProtoMsg): _190.ValidatorParams;
|
|
996
|
+
toProto(message: _190.ValidatorParams): Uint8Array;
|
|
997
|
+
toProtoMsg(message: _190.ValidatorParams): _190.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: _190.VersionParams, writer?: import("..").BinaryWriter): import("..").BinaryWriter;
|
|
1002
|
+
decode(input: import("..").BinaryReader | Uint8Array, length?: number): _190.VersionParams;
|
|
1003
|
+
fromPartial(object: import("../helpers").DeepPartial<_190.VersionParams>): _190.VersionParams;
|
|
1004
|
+
fromAmino(object: _190.VersionParamsAmino): _190.VersionParams;
|
|
1005
|
+
toAmino(message: _190.VersionParams): _190.VersionParamsAmino;
|
|
1006
|
+
fromAminoMsg(object: _190.VersionParamsAminoMsg): _190.VersionParams;
|
|
1007
|
+
fromProtoMsg(message: _190.VersionParamsProtoMsg): _190.VersionParams;
|
|
1008
|
+
toProto(message: _190.VersionParams): Uint8Array;
|
|
1009
|
+
toProtoMsg(message: _190.VersionParams): _190.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: _190.HashedParams, writer?: import("..").BinaryWriter): import("..").BinaryWriter;
|
|
1014
|
+
decode(input: import("..").BinaryReader | Uint8Array, length?: number): _190.HashedParams;
|
|
1015
|
+
fromPartial(object: import("../helpers").DeepPartial<_190.HashedParams>): _190.HashedParams;
|
|
1016
|
+
fromAmino(object: _190.HashedParamsAmino): _190.HashedParams;
|
|
1017
|
+
toAmino(message: _190.HashedParams): _190.HashedParamsAmino;
|
|
1018
|
+
fromAminoMsg(object: _190.HashedParamsAminoMsg): _190.HashedParams;
|
|
1019
|
+
fromProtoMsg(message: _190.HashedParamsProtoMsg): _190.HashedParams;
|
|
1020
|
+
toProto(message: _190.HashedParams): Uint8Array;
|
|
1021
|
+
toProtoMsg(message: _190.HashedParams): _190.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: _190.ABCIParams, writer?: import("..").BinaryWriter): import("..").BinaryWriter;
|
|
1026
|
+
decode(input: import("..").BinaryReader | Uint8Array, length?: number): _190.ABCIParams;
|
|
1027
|
+
fromPartial(object: import("../helpers").DeepPartial<_190.ABCIParams>): _190.ABCIParams;
|
|
1028
|
+
fromAmino(object: _190.ABCIParamsAmino): _190.ABCIParams;
|
|
1029
|
+
toAmino(message: _190.ABCIParams): _190.ABCIParamsAmino;
|
|
1030
|
+
fromAminoMsg(object: _190.ABCIParamsAminoMsg): _190.ABCIParams;
|
|
1031
|
+
fromProtoMsg(message: _190.ABCIParamsProtoMsg): _190.ABCIParams;
|
|
1032
|
+
toProto(message: _190.ABCIParams): Uint8Array;
|
|
1033
|
+
toProtoMsg(message: _190.ABCIParams): _190.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: _189.Evidence, writer?: import("..").BinaryWriter): import("..").BinaryWriter;
|
|
1038
|
+
decode(input: import("..").BinaryReader | Uint8Array, length?: number): _189.Evidence;
|
|
1039
|
+
fromPartial(object: import("../helpers").DeepPartial<_189.Evidence>): _189.Evidence;
|
|
1040
|
+
fromAmino(object: _189.EvidenceAmino): _189.Evidence;
|
|
1041
|
+
toAmino(message: _189.Evidence): _189.EvidenceAmino;
|
|
1042
|
+
fromAminoMsg(object: _189.EvidenceAminoMsg): _189.Evidence;
|
|
1043
|
+
fromProtoMsg(message: _189.EvidenceProtoMsg): _189.Evidence;
|
|
1044
|
+
toProto(message: _189.Evidence): Uint8Array;
|
|
1045
|
+
toProtoMsg(message: _189.Evidence): _189.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: _189.DuplicateVoteEvidence, writer?: import("..").BinaryWriter): import("..").BinaryWriter;
|
|
1050
|
+
decode(input: import("..").BinaryReader | Uint8Array, length?: number): _189.DuplicateVoteEvidence;
|
|
1051
|
+
fromPartial(object: import("../helpers").DeepPartial<_189.DuplicateVoteEvidence>): _189.DuplicateVoteEvidence;
|
|
1052
|
+
fromAmino(object: _189.DuplicateVoteEvidenceAmino): _189.DuplicateVoteEvidence;
|
|
1053
|
+
toAmino(message: _189.DuplicateVoteEvidence): _189.DuplicateVoteEvidenceAmino;
|
|
1054
|
+
fromAminoMsg(object: _189.DuplicateVoteEvidenceAminoMsg): _189.DuplicateVoteEvidence;
|
|
1055
|
+
fromProtoMsg(message: _189.DuplicateVoteEvidenceProtoMsg): _189.DuplicateVoteEvidence;
|
|
1056
|
+
toProto(message: _189.DuplicateVoteEvidence): Uint8Array;
|
|
1057
|
+
toProtoMsg(message: _189.DuplicateVoteEvidence): _189.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: _189.LightClientAttackEvidence, writer?: import("..").BinaryWriter): import("..").BinaryWriter;
|
|
1062
|
+
decode(input: import("..").BinaryReader | Uint8Array, length?: number): _189.LightClientAttackEvidence;
|
|
1063
|
+
fromPartial(object: import("../helpers").DeepPartial<_189.LightClientAttackEvidence>): _189.LightClientAttackEvidence;
|
|
1064
|
+
fromAmino(object: _189.LightClientAttackEvidenceAmino): _189.LightClientAttackEvidence;
|
|
1065
|
+
toAmino(message: _189.LightClientAttackEvidence): _189.LightClientAttackEvidenceAmino;
|
|
1066
|
+
fromAminoMsg(object: _189.LightClientAttackEvidenceAminoMsg): _189.LightClientAttackEvidence;
|
|
1067
|
+
fromProtoMsg(message: _189.LightClientAttackEvidenceProtoMsg): _189.LightClientAttackEvidence;
|
|
1068
|
+
toProto(message: _189.LightClientAttackEvidence): Uint8Array;
|
|
1069
|
+
toProtoMsg(message: _189.LightClientAttackEvidence): _189.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: _189.EvidenceList, writer?: import("..").BinaryWriter): import("..").BinaryWriter;
|
|
1074
|
+
decode(input: import("..").BinaryReader | Uint8Array, length?: number): _189.EvidenceList;
|
|
1075
|
+
fromPartial(object: import("../helpers").DeepPartial<_189.EvidenceList>): _189.EvidenceList;
|
|
1076
|
+
fromAmino(object: _189.EvidenceListAmino): _189.EvidenceList;
|
|
1077
|
+
toAmino(message: _189.EvidenceList): _189.EvidenceListAmino;
|
|
1078
|
+
fromAminoMsg(object: _189.EvidenceListAminoMsg): _189.EvidenceList;
|
|
1079
|
+
fromProtoMsg(message: _189.EvidenceListProtoMsg): _189.EvidenceList;
|
|
1080
|
+
toProto(message: _189.EvidenceList): Uint8Array;
|
|
1081
|
+
toProtoMsg(message: _189.EvidenceList): _189.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: _188.Block, writer?: import("..").BinaryWriter): import("..").BinaryWriter;
|
|
1086
|
+
decode(input: import("..").BinaryReader | Uint8Array, length?: number): _188.Block;
|
|
1087
|
+
fromPartial(object: import("../helpers").DeepPartial<_188.Block>): _188.Block;
|
|
1088
|
+
fromAmino(object: _188.BlockAmino): _188.Block;
|
|
1089
|
+
toAmino(message: _188.Block): _188.BlockAmino;
|
|
1090
|
+
fromAminoMsg(object: _188.BlockAminoMsg): _188.Block;
|
|
1091
|
+
fromProtoMsg(message: _188.BlockProtoMsg): _188.Block;
|
|
1092
|
+
toProto(message: _188.Block): Uint8Array;
|
|
1093
|
+
toProtoMsg(message: _188.Block): _188.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: _193.App, writer?: import("..").BinaryWriter): import("..").BinaryWriter;
|
|
1100
|
+
decode(input: import("..").BinaryReader | Uint8Array, length?: number): _193.App;
|
|
1101
|
+
fromPartial(object: import("../helpers").DeepPartial<_193.App>): _193.App;
|
|
1102
|
+
fromAmino(object: _193.AppAmino): _193.App;
|
|
1103
|
+
toAmino(message: _193.App): _193.AppAmino;
|
|
1104
|
+
fromAminoMsg(object: _193.AppAminoMsg): _193.App;
|
|
1105
|
+
fromProtoMsg(message: _193.AppProtoMsg): _193.App;
|
|
1106
|
+
toProto(message: _193.App): Uint8Array;
|
|
1107
|
+
toProtoMsg(message: _193.App): _193.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: _193.Consensus, writer?: import("..").BinaryWriter): import("..").BinaryWriter;
|
|
1112
|
+
decode(input: import("..").BinaryReader | Uint8Array, length?: number): _193.Consensus;
|
|
1113
|
+
fromPartial(object: import("../helpers").DeepPartial<_193.Consensus>): _193.Consensus;
|
|
1114
|
+
fromAmino(object: _193.ConsensusAmino): _193.Consensus;
|
|
1115
|
+
toAmino(message: _193.Consensus): _193.ConsensusAmino;
|
|
1116
|
+
fromAminoMsg(object: _193.ConsensusAminoMsg): _193.Consensus;
|
|
1117
|
+
fromProtoMsg(message: _193.ConsensusProtoMsg): _193.Consensus;
|
|
1118
|
+
toProto(message: _193.Consensus): Uint8Array;
|
|
1119
|
+
toProtoMsg(message: _193.Consensus): _193.ConsensusProtoMsg;
|
|
1120
1120
|
};
|
|
1121
1121
|
};
|
|
1122
1122
|
}
|