@agoric/cosmic-proto 0.5.0-u18a.0 → 0.5.0-u19.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/dist/codegen/agoric/bundle.d.ts +165 -165
- package/dist/codegen/circle/bundle.d.ts +1363 -0
- package/dist/codegen/circle/bundle.js +40 -0
- package/dist/codegen/circle/bundle.js.map +1 -0
- package/dist/codegen/circle/cctp/v1/attester.d.ts +31 -0
- package/dist/codegen/circle/cctp/v1/attester.js +63 -0
- package/dist/codegen/circle/cctp/v1/attester.js.map +1 -0
- package/dist/codegen/circle/cctp/v1/burn_message.d.ts +47 -0
- package/dist/codegen/circle/cctp/v1/burn_message.js +117 -0
- package/dist/codegen/circle/cctp/v1/burn_message.js.map +1 -0
- package/dist/codegen/circle/cctp/v1/burning_and_minting_paused.d.ts +31 -0
- package/dist/codegen/circle/cctp/v1/burning_and_minting_paused.js +63 -0
- package/dist/codegen/circle/cctp/v1/burning_and_minting_paused.js.map +1 -0
- package/dist/codegen/circle/cctp/v1/events.d.ts +730 -0
- package/dist/codegen/circle/cctp/v1/events.js +1612 -0
- package/dist/codegen/circle/cctp/v1/events.js.map +1 -0
- package/dist/codegen/circle/cctp/v1/genesis.d.ts +60 -0
- package/dist/codegen/circle/cctp/v1/genesis.js +295 -0
- package/dist/codegen/circle/cctp/v1/genesis.js.map +1 -0
- package/dist/codegen/circle/cctp/v1/max_message_body_size.d.ts +31 -0
- package/dist/codegen/circle/cctp/v1/max_message_body_size.js +69 -0
- package/dist/codegen/circle/cctp/v1/max_message_body_size.js.map +1 -0
- package/dist/codegen/circle/cctp/v1/message.d.ts +69 -0
- package/dist/codegen/circle/cctp/v1/message.js +160 -0
- package/dist/codegen/circle/cctp/v1/message.js.map +1 -0
- package/dist/codegen/circle/cctp/v1/nonce.d.ts +39 -0
- package/dist/codegen/circle/cctp/v1/nonce.js +80 -0
- package/dist/codegen/circle/cctp/v1/nonce.js.map +1 -0
- package/dist/codegen/circle/cctp/v1/per_message_burn_limit.d.ts +39 -0
- package/dist/codegen/circle/cctp/v1/per_message_burn_limit.js +73 -0
- package/dist/codegen/circle/cctp/v1/per_message_burn_limit.js.map +1 -0
- package/dist/codegen/circle/cctp/v1/query.d.ts +1101 -0
- package/dist/codegen/circle/cctp/v1/query.js +2421 -0
- package/dist/codegen/circle/cctp/v1/query.js.map +1 -0
- package/dist/codegen/circle/cctp/v1/remote_token_messenger.d.ts +33 -0
- package/dist/codegen/circle/cctp/v1/remote_token_messenger.js +77 -0
- package/dist/codegen/circle/cctp/v1/remote_token_messenger.js.map +1 -0
- package/dist/codegen/circle/cctp/v1/sending_and_receiving_messages_paused.d.ts +31 -0
- package/dist/codegen/circle/cctp/v1/sending_and_receiving_messages_paused.js +63 -0
- package/dist/codegen/circle/cctp/v1/sending_and_receiving_messages_paused.js.map +1 -0
- package/dist/codegen/circle/cctp/v1/signature_threshold.d.ts +33 -0
- package/dist/codegen/circle/cctp/v1/signature_threshold.js +63 -0
- package/dist/codegen/circle/cctp/v1/signature_threshold.js.map +1 -0
- package/dist/codegen/circle/cctp/v1/token_pair.d.ts +45 -0
- package/dist/codegen/circle/cctp/v1/token_pair.js +91 -0
- package/dist/codegen/circle/cctp/v1/token_pair.js.map +1 -0
- package/dist/codegen/circle/cctp/v1/tx.d.ts +1102 -0
- package/dist/codegen/circle/cctp/v1/tx.js +3264 -0
- package/dist/codegen/circle/cctp/v1/tx.js.map +1 -0
- package/dist/codegen/cosmos/bundle.d.ts +4005 -4005
- package/dist/codegen/cosmos/bundle.js +126 -126
- package/dist/codegen/cosmos_proto/bundle.d.ts +21 -21
- package/dist/codegen/cosmos_proto/bundle.js +2 -2
- package/dist/codegen/gogoproto/bundle.js +2 -2
- package/dist/codegen/google/bundle.d.ts +277 -277
- package/dist/codegen/google/bundle.js +10 -10
- package/dist/codegen/google/bundle.js.map +1 -1
- package/dist/codegen/ibc/bundle.d.ts +1662 -1662
- package/dist/codegen/ibc/bundle.js +64 -64
- package/dist/codegen/ibc/bundle.js.map +1 -1
- package/dist/codegen/icq/bundle.d.ts +85 -85
- package/dist/codegen/icq/bundle.js +10 -10
- package/dist/codegen/ics23/bundle.d.ts +113 -113
- package/dist/codegen/ics23/bundle.js +2 -2
- package/dist/codegen/index.d.ts +2 -0
- package/dist/codegen/index.js +2 -0
- package/dist/codegen/index.js.map +1 -1
- package/dist/codegen/stride/bundle.d.ts +2607 -0
- package/dist/codegen/stride/bundle.js +71 -0
- package/dist/codegen/stride/bundle.js.map +1 -0
- package/dist/codegen/stride/epochs/genesis.d.ts +60 -0
- package/dist/codegen/stride/epochs/genesis.js +227 -0
- package/dist/codegen/stride/epochs/genesis.js.map +1 -0
- package/dist/codegen/stride/epochs/query.d.ts +132 -0
- package/dist/codegen/stride/epochs/query.js +398 -0
- package/dist/codegen/stride/epochs/query.js.map +1 -0
- package/dist/codegen/stride/records/callbacks.d.ts +45 -0
- package/dist/codegen/stride/records/callbacks.js +136 -0
- package/dist/codegen/stride/records/callbacks.js.map +1 -0
- package/dist/codegen/stride/records/genesis.d.ts +41 -0
- package/dist/codegen/stride/records/genesis.js +186 -0
- package/dist/codegen/stride/records/genesis.js.map +1 -0
- package/dist/codegen/stride/records/params.d.ts +23 -0
- package/dist/codegen/stride/records/params.js +50 -0
- package/dist/codegen/stride/records/params.js.map +1 -0
- package/dist/codegen/stride/records/query.d.ts +494 -0
- package/dist/codegen/stride/records/query.js +1552 -0
- package/dist/codegen/stride/records/query.js.map +1 -0
- package/dist/codegen/stride/records/records.d.ts +228 -0
- package/dist/codegen/stride/records/records.js +939 -0
- package/dist/codegen/stride/records/records.js.map +1 -0
- package/dist/codegen/stride/stakedym/genesis.d.ts +92 -0
- package/dist/codegen/stride/stakedym/genesis.js +312 -0
- package/dist/codegen/stride/stakedym/genesis.js.map +1 -0
- package/dist/codegen/stride/stakedym/query.d.ts +302 -0
- package/dist/codegen/stride/stakedym/query.js +887 -0
- package/dist/codegen/stride/stakedym/query.js.map +1 -0
- package/dist/codegen/stride/stakedym/stakedym.d.ts +303 -0
- package/dist/codegen/stride/stakedym/stakedym.js +909 -0
- package/dist/codegen/stride/stakedym/stakedym.js.map +1 -0
- package/dist/codegen/stride/stakedym/tx.d.ts +595 -0
- package/dist/codegen/stride/stakedym/tx.js +1661 -0
- package/dist/codegen/stride/stakedym/tx.js.map +1 -0
- package/dist/codegen/stride/stakeibc/address_unbonding.d.ts +35 -0
- package/dist/codegen/stride/stakeibc/address_unbonding.js +135 -0
- package/dist/codegen/stride/stakeibc/address_unbonding.js.map +1 -0
- package/dist/codegen/stride/stakeibc/callbacks.d.ts +357 -0
- package/dist/codegen/stride/stakeibc/callbacks.js +1191 -0
- package/dist/codegen/stride/stakeibc/callbacks.js.map +1 -0
- package/dist/codegen/stride/stakeibc/epoch_tracker.d.ts +29 -0
- package/dist/codegen/stride/stakeibc/epoch_tracker.js +115 -0
- package/dist/codegen/stride/stakeibc/epoch_tracker.js.map +1 -0
- package/dist/codegen/stride/stakeibc/genesis.d.ts +37 -0
- package/dist/codegen/stride/stakeibc/genesis.js +135 -0
- package/dist/codegen/stride/stakeibc/genesis.js.map +1 -0
- package/dist/codegen/stride/stakeibc/gov.d.ts +61 -0
- package/dist/codegen/stride/stakeibc/gov.js +212 -0
- package/dist/codegen/stride/stakeibc/gov.js.map +1 -0
- package/dist/codegen/stride/stakeibc/host_zone.d.ts +184 -0
- package/dist/codegen/stride/stakeibc/host_zone.js +544 -0
- package/dist/codegen/stride/stakeibc/host_zone.js.map +1 -0
- package/dist/codegen/stride/stakeibc/ica_account.d.ts +43 -0
- package/dist/codegen/stride/stakeibc/ica_account.js +165 -0
- package/dist/codegen/stride/stakeibc/ica_account.js.map +1 -0
- package/dist/codegen/stride/stakeibc/packet.d.ts +42 -0
- package/dist/codegen/stride/stakeibc/packet.js +113 -0
- package/dist/codegen/stride/stakeibc/packet.js.map +1 -0
- package/dist/codegen/stride/stakeibc/params.d.ts +62 -0
- package/dist/codegen/stride/stakeibc/params.js +317 -0
- package/dist/codegen/stride/stakeibc/params.js.map +1 -0
- package/dist/codegen/stride/stakeibc/query.d.ts +492 -0
- package/dist/codegen/stride/stakeibc/query.js +1372 -0
- package/dist/codegen/stride/stakeibc/query.js.map +1 -0
- package/dist/codegen/stride/stakeibc/trade_route.d.ts +170 -0
- package/dist/codegen/stride/stakeibc/trade_route.js +377 -0
- package/dist/codegen/stride/stakeibc/trade_route.js.map +1 -0
- package/dist/codegen/stride/stakeibc/tx.d.ts +1210 -0
- package/dist/codegen/stride/stakeibc/tx.js +3392 -0
- package/dist/codegen/stride/stakeibc/tx.js.map +1 -0
- package/dist/codegen/stride/stakeibc/validator.d.ts +39 -0
- package/dist/codegen/stride/stakeibc/validator.js +170 -0
- package/dist/codegen/stride/stakeibc/validator.js.map +1 -0
- package/dist/codegen/stride/staketia/genesis.d.ts +92 -0
- package/dist/codegen/stride/staketia/genesis.js +312 -0
- package/dist/codegen/stride/staketia/genesis.js.map +1 -0
- package/dist/codegen/stride/staketia/query.d.ts +302 -0
- package/dist/codegen/stride/staketia/query.js +887 -0
- package/dist/codegen/stride/staketia/query.js.map +1 -0
- package/dist/codegen/stride/staketia/staketia.d.ts +285 -0
- package/dist/codegen/stride/staketia/staketia.js +819 -0
- package/dist/codegen/stride/staketia/staketia.js.map +1 -0
- package/dist/codegen/stride/staketia/tx.d.ts +611 -0
- package/dist/codegen/stride/staketia/tx.js +1671 -0
- package/dist/codegen/stride/staketia/tx.js.map +1 -0
- package/dist/codegen/tendermint/bundle.d.ts +716 -716
- package/dist/codegen/tendermint/bundle.js +22 -22
- package/package.json +24 -8
|
@@ -0,0 +1,2607 @@
|
|
|
1
|
+
import * as _140 from './epochs/genesis.js';
|
|
2
|
+
import * as _141 from './epochs/query.js';
|
|
3
|
+
import * as _142 from './records/callbacks.js';
|
|
4
|
+
import * as _143 from './records/genesis.js';
|
|
5
|
+
import * as _144 from './records/params.js';
|
|
6
|
+
import * as _145 from './records/query.js';
|
|
7
|
+
import * as _146 from './records/records.js';
|
|
8
|
+
import * as _147 from './stakedym/genesis.js';
|
|
9
|
+
import * as _148 from './stakedym/query.js';
|
|
10
|
+
import * as _149 from './stakedym/stakedym.js';
|
|
11
|
+
import * as _150 from './stakedym/tx.js';
|
|
12
|
+
import * as _151 from './stakeibc/address_unbonding.js';
|
|
13
|
+
import * as _152 from './stakeibc/callbacks.js';
|
|
14
|
+
import * as _153 from './stakeibc/epoch_tracker.js';
|
|
15
|
+
import * as _154 from './stakeibc/genesis.js';
|
|
16
|
+
import * as _155 from './stakeibc/gov.js';
|
|
17
|
+
import * as _156 from './stakeibc/host_zone.js';
|
|
18
|
+
import * as _157 from './stakeibc/ica_account.js';
|
|
19
|
+
import * as _158 from './stakeibc/packet.js';
|
|
20
|
+
import * as _159 from './stakeibc/params.js';
|
|
21
|
+
import * as _160 from './stakeibc/query.js';
|
|
22
|
+
import * as _161 from './stakeibc/trade_route.js';
|
|
23
|
+
import * as _162 from './stakeibc/tx.js';
|
|
24
|
+
import * as _163 from './stakeibc/validator.js';
|
|
25
|
+
import * as _164 from './staketia/genesis.js';
|
|
26
|
+
import * as _165 from './staketia/query.js';
|
|
27
|
+
import * as _166 from './staketia/staketia.js';
|
|
28
|
+
import * as _167 from './staketia/tx.js';
|
|
29
|
+
export declare namespace stride {
|
|
30
|
+
const epochs: {
|
|
31
|
+
QueryEpochsInfoRequest: {
|
|
32
|
+
typeUrl: string;
|
|
33
|
+
encode(message: _141.QueryEpochsInfoRequest, writer?: import("../binary.ts").BinaryWriter): import("../binary.ts").BinaryWriter;
|
|
34
|
+
decode(input: import("../binary.ts").BinaryReader | Uint8Array, length?: number): _141.QueryEpochsInfoRequest;
|
|
35
|
+
fromJSON(object: any): _141.QueryEpochsInfoRequest;
|
|
36
|
+
toJSON(message: _141.QueryEpochsInfoRequest): import("../json-safe.ts").JsonSafe<_141.QueryEpochsInfoRequest>;
|
|
37
|
+
fromPartial(object: Partial<_141.QueryEpochsInfoRequest>): _141.QueryEpochsInfoRequest;
|
|
38
|
+
fromProtoMsg(message: _141.QueryEpochsInfoRequestProtoMsg): _141.QueryEpochsInfoRequest;
|
|
39
|
+
toProto(message: _141.QueryEpochsInfoRequest): Uint8Array;
|
|
40
|
+
toProtoMsg(message: _141.QueryEpochsInfoRequest): _141.QueryEpochsInfoRequestProtoMsg;
|
|
41
|
+
};
|
|
42
|
+
QueryEpochsInfoResponse: {
|
|
43
|
+
typeUrl: string;
|
|
44
|
+
encode(message: _141.QueryEpochsInfoResponse, writer?: import("../binary.ts").BinaryWriter): import("../binary.ts").BinaryWriter;
|
|
45
|
+
decode(input: import("../binary.ts").BinaryReader | Uint8Array, length?: number): _141.QueryEpochsInfoResponse;
|
|
46
|
+
fromJSON(object: any): _141.QueryEpochsInfoResponse;
|
|
47
|
+
toJSON(message: _141.QueryEpochsInfoResponse): import("../json-safe.ts").JsonSafe<_141.QueryEpochsInfoResponse>;
|
|
48
|
+
fromPartial(object: Partial<_141.QueryEpochsInfoResponse>): _141.QueryEpochsInfoResponse;
|
|
49
|
+
fromProtoMsg(message: _141.QueryEpochsInfoResponseProtoMsg): _141.QueryEpochsInfoResponse;
|
|
50
|
+
toProto(message: _141.QueryEpochsInfoResponse): Uint8Array;
|
|
51
|
+
toProtoMsg(message: _141.QueryEpochsInfoResponse): _141.QueryEpochsInfoResponseProtoMsg;
|
|
52
|
+
};
|
|
53
|
+
QueryCurrentEpochRequest: {
|
|
54
|
+
typeUrl: string;
|
|
55
|
+
encode(message: _141.QueryCurrentEpochRequest, writer?: import("../binary.ts").BinaryWriter): import("../binary.ts").BinaryWriter;
|
|
56
|
+
decode(input: import("../binary.ts").BinaryReader | Uint8Array, length?: number): _141.QueryCurrentEpochRequest;
|
|
57
|
+
fromJSON(object: any): _141.QueryCurrentEpochRequest;
|
|
58
|
+
toJSON(message: _141.QueryCurrentEpochRequest): import("../json-safe.ts").JsonSafe<_141.QueryCurrentEpochRequest>;
|
|
59
|
+
fromPartial(object: Partial<_141.QueryCurrentEpochRequest>): _141.QueryCurrentEpochRequest;
|
|
60
|
+
fromProtoMsg(message: _141.QueryCurrentEpochRequestProtoMsg): _141.QueryCurrentEpochRequest;
|
|
61
|
+
toProto(message: _141.QueryCurrentEpochRequest): Uint8Array;
|
|
62
|
+
toProtoMsg(message: _141.QueryCurrentEpochRequest): _141.QueryCurrentEpochRequestProtoMsg;
|
|
63
|
+
};
|
|
64
|
+
QueryCurrentEpochResponse: {
|
|
65
|
+
typeUrl: string;
|
|
66
|
+
encode(message: _141.QueryCurrentEpochResponse, writer?: import("../binary.ts").BinaryWriter): import("../binary.ts").BinaryWriter;
|
|
67
|
+
decode(input: import("../binary.ts").BinaryReader | Uint8Array, length?: number): _141.QueryCurrentEpochResponse;
|
|
68
|
+
fromJSON(object: any): _141.QueryCurrentEpochResponse;
|
|
69
|
+
toJSON(message: _141.QueryCurrentEpochResponse): import("../json-safe.ts").JsonSafe<_141.QueryCurrentEpochResponse>;
|
|
70
|
+
fromPartial(object: Partial<_141.QueryCurrentEpochResponse>): _141.QueryCurrentEpochResponse;
|
|
71
|
+
fromProtoMsg(message: _141.QueryCurrentEpochResponseProtoMsg): _141.QueryCurrentEpochResponse;
|
|
72
|
+
toProto(message: _141.QueryCurrentEpochResponse): Uint8Array;
|
|
73
|
+
toProtoMsg(message: _141.QueryCurrentEpochResponse): _141.QueryCurrentEpochResponseProtoMsg;
|
|
74
|
+
};
|
|
75
|
+
QueryEpochInfoRequest: {
|
|
76
|
+
typeUrl: string;
|
|
77
|
+
encode(message: _141.QueryEpochInfoRequest, writer?: import("../binary.ts").BinaryWriter): import("../binary.ts").BinaryWriter;
|
|
78
|
+
decode(input: import("../binary.ts").BinaryReader | Uint8Array, length?: number): _141.QueryEpochInfoRequest;
|
|
79
|
+
fromJSON(object: any): _141.QueryEpochInfoRequest;
|
|
80
|
+
toJSON(message: _141.QueryEpochInfoRequest): import("../json-safe.ts").JsonSafe<_141.QueryEpochInfoRequest>;
|
|
81
|
+
fromPartial(object: Partial<_141.QueryEpochInfoRequest>): _141.QueryEpochInfoRequest;
|
|
82
|
+
fromProtoMsg(message: _141.QueryEpochInfoRequestProtoMsg): _141.QueryEpochInfoRequest;
|
|
83
|
+
toProto(message: _141.QueryEpochInfoRequest): Uint8Array;
|
|
84
|
+
toProtoMsg(message: _141.QueryEpochInfoRequest): _141.QueryEpochInfoRequestProtoMsg;
|
|
85
|
+
};
|
|
86
|
+
QueryEpochInfoResponse: {
|
|
87
|
+
typeUrl: string;
|
|
88
|
+
encode(message: _141.QueryEpochInfoResponse, writer?: import("../binary.ts").BinaryWriter): import("../binary.ts").BinaryWriter;
|
|
89
|
+
decode(input: import("../binary.ts").BinaryReader | Uint8Array, length?: number): _141.QueryEpochInfoResponse;
|
|
90
|
+
fromJSON(object: any): _141.QueryEpochInfoResponse;
|
|
91
|
+
toJSON(message: _141.QueryEpochInfoResponse): import("../json-safe.ts").JsonSafe<_141.QueryEpochInfoResponse>;
|
|
92
|
+
fromPartial(object: Partial<_141.QueryEpochInfoResponse>): _141.QueryEpochInfoResponse;
|
|
93
|
+
fromProtoMsg(message: _141.QueryEpochInfoResponseProtoMsg): _141.QueryEpochInfoResponse;
|
|
94
|
+
toProto(message: _141.QueryEpochInfoResponse): Uint8Array;
|
|
95
|
+
toProtoMsg(message: _141.QueryEpochInfoResponse): _141.QueryEpochInfoResponseProtoMsg;
|
|
96
|
+
};
|
|
97
|
+
EpochInfo: {
|
|
98
|
+
typeUrl: string;
|
|
99
|
+
encode(message: _140.EpochInfo, writer?: import("../binary.ts").BinaryWriter): import("../binary.ts").BinaryWriter;
|
|
100
|
+
decode(input: import("../binary.ts").BinaryReader | Uint8Array, length?: number): _140.EpochInfo;
|
|
101
|
+
fromJSON(object: any): _140.EpochInfo;
|
|
102
|
+
toJSON(message: _140.EpochInfo): import("../json-safe.ts").JsonSafe<_140.EpochInfo>;
|
|
103
|
+
fromPartial(object: Partial<_140.EpochInfo>): _140.EpochInfo;
|
|
104
|
+
fromProtoMsg(message: _140.EpochInfoProtoMsg): _140.EpochInfo;
|
|
105
|
+
toProto(message: _140.EpochInfo): Uint8Array;
|
|
106
|
+
toProtoMsg(message: _140.EpochInfo): _140.EpochInfoProtoMsg;
|
|
107
|
+
};
|
|
108
|
+
GenesisState: {
|
|
109
|
+
typeUrl: string;
|
|
110
|
+
encode(message: _140.GenesisState, writer?: import("../binary.ts").BinaryWriter): import("../binary.ts").BinaryWriter;
|
|
111
|
+
decode(input: import("../binary.ts").BinaryReader | Uint8Array, length?: number): _140.GenesisState;
|
|
112
|
+
fromJSON(object: any): _140.GenesisState;
|
|
113
|
+
toJSON(message: _140.GenesisState): import("../json-safe.ts").JsonSafe<_140.GenesisState>;
|
|
114
|
+
fromPartial(object: Partial<_140.GenesisState>): _140.GenesisState;
|
|
115
|
+
fromProtoMsg(message: _140.GenesisStateProtoMsg): _140.GenesisState;
|
|
116
|
+
toProto(message: _140.GenesisState): Uint8Array;
|
|
117
|
+
toProtoMsg(message: _140.GenesisState): _140.GenesisStateProtoMsg;
|
|
118
|
+
};
|
|
119
|
+
};
|
|
120
|
+
const records: {
|
|
121
|
+
depositRecord_StatusFromJSON(object: any): _146.DepositRecord_Status;
|
|
122
|
+
depositRecord_StatusToJSON(object: _146.DepositRecord_Status): string;
|
|
123
|
+
depositRecord_SourceFromJSON(object: any): _146.DepositRecord_Source;
|
|
124
|
+
depositRecord_SourceToJSON(object: _146.DepositRecord_Source): string;
|
|
125
|
+
hostZoneUnbonding_StatusFromJSON(object: any): _146.HostZoneUnbonding_Status;
|
|
126
|
+
hostZoneUnbonding_StatusToJSON(object: _146.HostZoneUnbonding_Status): string;
|
|
127
|
+
lSMTokenDeposit_StatusFromJSON(object: any): _146.LSMTokenDeposit_Status;
|
|
128
|
+
lSMTokenDeposit_StatusToJSON(object: _146.LSMTokenDeposit_Status): string;
|
|
129
|
+
DepositRecord_Status: typeof _146.DepositRecord_Status;
|
|
130
|
+
DepositRecord_StatusSDKType: typeof _146.DepositRecord_Status;
|
|
131
|
+
DepositRecord_Source: typeof _146.DepositRecord_Source;
|
|
132
|
+
DepositRecord_SourceSDKType: typeof _146.DepositRecord_Source;
|
|
133
|
+
HostZoneUnbonding_Status: typeof _146.HostZoneUnbonding_Status;
|
|
134
|
+
HostZoneUnbonding_StatusSDKType: typeof _146.HostZoneUnbonding_Status;
|
|
135
|
+
LSMTokenDeposit_Status: typeof _146.LSMTokenDeposit_Status;
|
|
136
|
+
LSMTokenDeposit_StatusSDKType: typeof _146.LSMTokenDeposit_Status;
|
|
137
|
+
UserRedemptionRecord: {
|
|
138
|
+
typeUrl: string;
|
|
139
|
+
encode(message: _146.UserRedemptionRecord, writer?: import("../binary.ts").BinaryWriter): import("../binary.ts").BinaryWriter;
|
|
140
|
+
decode(input: import("../binary.ts").BinaryReader | Uint8Array, length?: number): _146.UserRedemptionRecord;
|
|
141
|
+
fromJSON(object: any): _146.UserRedemptionRecord;
|
|
142
|
+
toJSON(message: _146.UserRedemptionRecord): import("../json-safe.ts").JsonSafe<_146.UserRedemptionRecord>;
|
|
143
|
+
fromPartial(object: Partial<_146.UserRedemptionRecord>): _146.UserRedemptionRecord;
|
|
144
|
+
fromProtoMsg(message: _146.UserRedemptionRecordProtoMsg): _146.UserRedemptionRecord;
|
|
145
|
+
toProto(message: _146.UserRedemptionRecord): Uint8Array;
|
|
146
|
+
toProtoMsg(message: _146.UserRedemptionRecord): _146.UserRedemptionRecordProtoMsg;
|
|
147
|
+
};
|
|
148
|
+
DepositRecord: {
|
|
149
|
+
typeUrl: string;
|
|
150
|
+
encode(message: _146.DepositRecord, writer?: import("../binary.ts").BinaryWriter): import("../binary.ts").BinaryWriter;
|
|
151
|
+
decode(input: import("../binary.ts").BinaryReader | Uint8Array, length?: number): _146.DepositRecord;
|
|
152
|
+
fromJSON(object: any): _146.DepositRecord;
|
|
153
|
+
toJSON(message: _146.DepositRecord): import("../json-safe.ts").JsonSafe<_146.DepositRecord>;
|
|
154
|
+
fromPartial(object: Partial<_146.DepositRecord>): _146.DepositRecord;
|
|
155
|
+
fromProtoMsg(message: _146.DepositRecordProtoMsg): _146.DepositRecord;
|
|
156
|
+
toProto(message: _146.DepositRecord): Uint8Array;
|
|
157
|
+
toProtoMsg(message: _146.DepositRecord): _146.DepositRecordProtoMsg;
|
|
158
|
+
};
|
|
159
|
+
HostZoneUnbonding: {
|
|
160
|
+
typeUrl: string;
|
|
161
|
+
encode(message: _146.HostZoneUnbonding, writer?: import("../binary.ts").BinaryWriter): import("../binary.ts").BinaryWriter;
|
|
162
|
+
decode(input: import("../binary.ts").BinaryReader | Uint8Array, length?: number): _146.HostZoneUnbonding;
|
|
163
|
+
fromJSON(object: any): _146.HostZoneUnbonding;
|
|
164
|
+
toJSON(message: _146.HostZoneUnbonding): import("../json-safe.ts").JsonSafe<_146.HostZoneUnbonding>;
|
|
165
|
+
fromPartial(object: Partial<_146.HostZoneUnbonding>): _146.HostZoneUnbonding;
|
|
166
|
+
fromProtoMsg(message: _146.HostZoneUnbondingProtoMsg): _146.HostZoneUnbonding;
|
|
167
|
+
toProto(message: _146.HostZoneUnbonding): Uint8Array;
|
|
168
|
+
toProtoMsg(message: _146.HostZoneUnbonding): _146.HostZoneUnbondingProtoMsg;
|
|
169
|
+
};
|
|
170
|
+
EpochUnbondingRecord: {
|
|
171
|
+
typeUrl: string;
|
|
172
|
+
encode(message: _146.EpochUnbondingRecord, writer?: import("../binary.ts").BinaryWriter): import("../binary.ts").BinaryWriter;
|
|
173
|
+
decode(input: import("../binary.ts").BinaryReader | Uint8Array, length?: number): _146.EpochUnbondingRecord;
|
|
174
|
+
fromJSON(object: any): _146.EpochUnbondingRecord;
|
|
175
|
+
toJSON(message: _146.EpochUnbondingRecord): import("../json-safe.ts").JsonSafe<_146.EpochUnbondingRecord>;
|
|
176
|
+
fromPartial(object: Partial<_146.EpochUnbondingRecord>): _146.EpochUnbondingRecord;
|
|
177
|
+
fromProtoMsg(message: _146.EpochUnbondingRecordProtoMsg): _146.EpochUnbondingRecord;
|
|
178
|
+
toProto(message: _146.EpochUnbondingRecord): Uint8Array;
|
|
179
|
+
toProtoMsg(message: _146.EpochUnbondingRecord): _146.EpochUnbondingRecordProtoMsg;
|
|
180
|
+
};
|
|
181
|
+
LSMTokenDeposit: {
|
|
182
|
+
typeUrl: string;
|
|
183
|
+
encode(message: _146.LSMTokenDeposit, writer?: import("../binary.ts").BinaryWriter): import("../binary.ts").BinaryWriter;
|
|
184
|
+
decode(input: import("../binary.ts").BinaryReader | Uint8Array, length?: number): _146.LSMTokenDeposit;
|
|
185
|
+
fromJSON(object: any): _146.LSMTokenDeposit;
|
|
186
|
+
toJSON(message: _146.LSMTokenDeposit): import("../json-safe.ts").JsonSafe<_146.LSMTokenDeposit>;
|
|
187
|
+
fromPartial(object: Partial<_146.LSMTokenDeposit>): _146.LSMTokenDeposit;
|
|
188
|
+
fromProtoMsg(message: _146.LSMTokenDepositProtoMsg): _146.LSMTokenDeposit;
|
|
189
|
+
toProto(message: _146.LSMTokenDeposit): Uint8Array;
|
|
190
|
+
toProtoMsg(message: _146.LSMTokenDeposit): _146.LSMTokenDepositProtoMsg;
|
|
191
|
+
};
|
|
192
|
+
QueryParamsRequest: {
|
|
193
|
+
typeUrl: string;
|
|
194
|
+
encode(_: _145.QueryParamsRequest, writer?: import("../binary.ts").BinaryWriter): import("../binary.ts").BinaryWriter;
|
|
195
|
+
decode(input: import("../binary.ts").BinaryReader | Uint8Array, length?: number): _145.QueryParamsRequest;
|
|
196
|
+
fromJSON(_: any): _145.QueryParamsRequest;
|
|
197
|
+
toJSON(_: _145.QueryParamsRequest): import("../json-safe.ts").JsonSafe<_145.QueryParamsRequest>;
|
|
198
|
+
fromPartial(_: Partial<_145.QueryParamsRequest>): _145.QueryParamsRequest;
|
|
199
|
+
fromProtoMsg(message: _145.QueryParamsRequestProtoMsg): _145.QueryParamsRequest;
|
|
200
|
+
toProto(message: _145.QueryParamsRequest): Uint8Array;
|
|
201
|
+
toProtoMsg(message: _145.QueryParamsRequest): _145.QueryParamsRequestProtoMsg;
|
|
202
|
+
};
|
|
203
|
+
QueryParamsResponse: {
|
|
204
|
+
typeUrl: string;
|
|
205
|
+
encode(message: _145.QueryParamsResponse, writer?: import("../binary.ts").BinaryWriter): import("../binary.ts").BinaryWriter;
|
|
206
|
+
decode(input: import("../binary.ts").BinaryReader | Uint8Array, length?: number): _145.QueryParamsResponse;
|
|
207
|
+
fromJSON(object: any): _145.QueryParamsResponse;
|
|
208
|
+
toJSON(message: _145.QueryParamsResponse): import("../json-safe.ts").JsonSafe<_145.QueryParamsResponse>;
|
|
209
|
+
fromPartial(object: Partial<_145.QueryParamsResponse>): _145.QueryParamsResponse;
|
|
210
|
+
fromProtoMsg(message: _145.QueryParamsResponseProtoMsg): _145.QueryParamsResponse;
|
|
211
|
+
toProto(message: _145.QueryParamsResponse): Uint8Array;
|
|
212
|
+
toProtoMsg(message: _145.QueryParamsResponse): _145.QueryParamsResponseProtoMsg;
|
|
213
|
+
};
|
|
214
|
+
QueryGetDepositRecordRequest: {
|
|
215
|
+
typeUrl: string;
|
|
216
|
+
encode(message: _145.QueryGetDepositRecordRequest, writer?: import("../binary.ts").BinaryWriter): import("../binary.ts").BinaryWriter;
|
|
217
|
+
decode(input: import("../binary.ts").BinaryReader | Uint8Array, length?: number): _145.QueryGetDepositRecordRequest;
|
|
218
|
+
fromJSON(object: any): _145.QueryGetDepositRecordRequest;
|
|
219
|
+
toJSON(message: _145.QueryGetDepositRecordRequest): import("../json-safe.ts").JsonSafe<_145.QueryGetDepositRecordRequest>;
|
|
220
|
+
fromPartial(object: Partial<_145.QueryGetDepositRecordRequest>): _145.QueryGetDepositRecordRequest;
|
|
221
|
+
fromProtoMsg(message: _145.QueryGetDepositRecordRequestProtoMsg): _145.QueryGetDepositRecordRequest;
|
|
222
|
+
toProto(message: _145.QueryGetDepositRecordRequest): Uint8Array;
|
|
223
|
+
toProtoMsg(message: _145.QueryGetDepositRecordRequest): _145.QueryGetDepositRecordRequestProtoMsg;
|
|
224
|
+
};
|
|
225
|
+
QueryGetDepositRecordResponse: {
|
|
226
|
+
typeUrl: string;
|
|
227
|
+
encode(message: _145.QueryGetDepositRecordResponse, writer?: import("../binary.ts").BinaryWriter): import("../binary.ts").BinaryWriter;
|
|
228
|
+
decode(input: import("../binary.ts").BinaryReader | Uint8Array, length?: number): _145.QueryGetDepositRecordResponse;
|
|
229
|
+
fromJSON(object: any): _145.QueryGetDepositRecordResponse;
|
|
230
|
+
toJSON(message: _145.QueryGetDepositRecordResponse): import("../json-safe.ts").JsonSafe<_145.QueryGetDepositRecordResponse>;
|
|
231
|
+
fromPartial(object: Partial<_145.QueryGetDepositRecordResponse>): _145.QueryGetDepositRecordResponse;
|
|
232
|
+
fromProtoMsg(message: _145.QueryGetDepositRecordResponseProtoMsg): _145.QueryGetDepositRecordResponse;
|
|
233
|
+
toProto(message: _145.QueryGetDepositRecordResponse): Uint8Array;
|
|
234
|
+
toProtoMsg(message: _145.QueryGetDepositRecordResponse): _145.QueryGetDepositRecordResponseProtoMsg;
|
|
235
|
+
};
|
|
236
|
+
QueryAllDepositRecordRequest: {
|
|
237
|
+
typeUrl: string;
|
|
238
|
+
encode(message: _145.QueryAllDepositRecordRequest, writer?: import("../binary.ts").BinaryWriter): import("../binary.ts").BinaryWriter;
|
|
239
|
+
decode(input: import("../binary.ts").BinaryReader | Uint8Array, length?: number): _145.QueryAllDepositRecordRequest;
|
|
240
|
+
fromJSON(object: any): _145.QueryAllDepositRecordRequest;
|
|
241
|
+
toJSON(message: _145.QueryAllDepositRecordRequest): import("../json-safe.ts").JsonSafe<_145.QueryAllDepositRecordRequest>;
|
|
242
|
+
fromPartial(object: Partial<_145.QueryAllDepositRecordRequest>): _145.QueryAllDepositRecordRequest;
|
|
243
|
+
fromProtoMsg(message: _145.QueryAllDepositRecordRequestProtoMsg): _145.QueryAllDepositRecordRequest;
|
|
244
|
+
toProto(message: _145.QueryAllDepositRecordRequest): Uint8Array;
|
|
245
|
+
toProtoMsg(message: _145.QueryAllDepositRecordRequest): _145.QueryAllDepositRecordRequestProtoMsg;
|
|
246
|
+
};
|
|
247
|
+
QueryAllDepositRecordResponse: {
|
|
248
|
+
typeUrl: string;
|
|
249
|
+
encode(message: _145.QueryAllDepositRecordResponse, writer?: import("../binary.ts").BinaryWriter): import("../binary.ts").BinaryWriter;
|
|
250
|
+
decode(input: import("../binary.ts").BinaryReader | Uint8Array, length?: number): _145.QueryAllDepositRecordResponse;
|
|
251
|
+
fromJSON(object: any): _145.QueryAllDepositRecordResponse;
|
|
252
|
+
toJSON(message: _145.QueryAllDepositRecordResponse): import("../json-safe.ts").JsonSafe<_145.QueryAllDepositRecordResponse>;
|
|
253
|
+
fromPartial(object: Partial<_145.QueryAllDepositRecordResponse>): _145.QueryAllDepositRecordResponse;
|
|
254
|
+
fromProtoMsg(message: _145.QueryAllDepositRecordResponseProtoMsg): _145.QueryAllDepositRecordResponse;
|
|
255
|
+
toProto(message: _145.QueryAllDepositRecordResponse): Uint8Array;
|
|
256
|
+
toProtoMsg(message: _145.QueryAllDepositRecordResponse): _145.QueryAllDepositRecordResponseProtoMsg;
|
|
257
|
+
};
|
|
258
|
+
QueryDepositRecordByHostRequest: {
|
|
259
|
+
typeUrl: string;
|
|
260
|
+
encode(message: _145.QueryDepositRecordByHostRequest, writer?: import("../binary.ts").BinaryWriter): import("../binary.ts").BinaryWriter;
|
|
261
|
+
decode(input: import("../binary.ts").BinaryReader | Uint8Array, length?: number): _145.QueryDepositRecordByHostRequest;
|
|
262
|
+
fromJSON(object: any): _145.QueryDepositRecordByHostRequest;
|
|
263
|
+
toJSON(message: _145.QueryDepositRecordByHostRequest): import("../json-safe.ts").JsonSafe<_145.QueryDepositRecordByHostRequest>;
|
|
264
|
+
fromPartial(object: Partial<_145.QueryDepositRecordByHostRequest>): _145.QueryDepositRecordByHostRequest;
|
|
265
|
+
fromProtoMsg(message: _145.QueryDepositRecordByHostRequestProtoMsg): _145.QueryDepositRecordByHostRequest;
|
|
266
|
+
toProto(message: _145.QueryDepositRecordByHostRequest): Uint8Array;
|
|
267
|
+
toProtoMsg(message: _145.QueryDepositRecordByHostRequest): _145.QueryDepositRecordByHostRequestProtoMsg;
|
|
268
|
+
};
|
|
269
|
+
QueryDepositRecordByHostResponse: {
|
|
270
|
+
typeUrl: string;
|
|
271
|
+
encode(message: _145.QueryDepositRecordByHostResponse, writer?: import("../binary.ts").BinaryWriter): import("../binary.ts").BinaryWriter;
|
|
272
|
+
decode(input: import("../binary.ts").BinaryReader | Uint8Array, length?: number): _145.QueryDepositRecordByHostResponse;
|
|
273
|
+
fromJSON(object: any): _145.QueryDepositRecordByHostResponse;
|
|
274
|
+
toJSON(message: _145.QueryDepositRecordByHostResponse): import("../json-safe.ts").JsonSafe<_145.QueryDepositRecordByHostResponse>;
|
|
275
|
+
fromPartial(object: Partial<_145.QueryDepositRecordByHostResponse>): _145.QueryDepositRecordByHostResponse;
|
|
276
|
+
fromProtoMsg(message: _145.QueryDepositRecordByHostResponseProtoMsg): _145.QueryDepositRecordByHostResponse;
|
|
277
|
+
toProto(message: _145.QueryDepositRecordByHostResponse): Uint8Array;
|
|
278
|
+
toProtoMsg(message: _145.QueryDepositRecordByHostResponse): _145.QueryDepositRecordByHostResponseProtoMsg;
|
|
279
|
+
};
|
|
280
|
+
QueryGetUserRedemptionRecordRequest: {
|
|
281
|
+
typeUrl: string;
|
|
282
|
+
encode(message: _145.QueryGetUserRedemptionRecordRequest, writer?: import("../binary.ts").BinaryWriter): import("../binary.ts").BinaryWriter;
|
|
283
|
+
decode(input: import("../binary.ts").BinaryReader | Uint8Array, length?: number): _145.QueryGetUserRedemptionRecordRequest;
|
|
284
|
+
fromJSON(object: any): _145.QueryGetUserRedemptionRecordRequest;
|
|
285
|
+
toJSON(message: _145.QueryGetUserRedemptionRecordRequest): import("../json-safe.ts").JsonSafe<_145.QueryGetUserRedemptionRecordRequest>;
|
|
286
|
+
fromPartial(object: Partial<_145.QueryGetUserRedemptionRecordRequest>): _145.QueryGetUserRedemptionRecordRequest;
|
|
287
|
+
fromProtoMsg(message: _145.QueryGetUserRedemptionRecordRequestProtoMsg): _145.QueryGetUserRedemptionRecordRequest;
|
|
288
|
+
toProto(message: _145.QueryGetUserRedemptionRecordRequest): Uint8Array;
|
|
289
|
+
toProtoMsg(message: _145.QueryGetUserRedemptionRecordRequest): _145.QueryGetUserRedemptionRecordRequestProtoMsg;
|
|
290
|
+
};
|
|
291
|
+
QueryGetUserRedemptionRecordResponse: {
|
|
292
|
+
typeUrl: string;
|
|
293
|
+
encode(message: _145.QueryGetUserRedemptionRecordResponse, writer?: import("../binary.ts").BinaryWriter): import("../binary.ts").BinaryWriter;
|
|
294
|
+
decode(input: import("../binary.ts").BinaryReader | Uint8Array, length?: number): _145.QueryGetUserRedemptionRecordResponse;
|
|
295
|
+
fromJSON(object: any): _145.QueryGetUserRedemptionRecordResponse;
|
|
296
|
+
toJSON(message: _145.QueryGetUserRedemptionRecordResponse): import("../json-safe.ts").JsonSafe<_145.QueryGetUserRedemptionRecordResponse>;
|
|
297
|
+
fromPartial(object: Partial<_145.QueryGetUserRedemptionRecordResponse>): _145.QueryGetUserRedemptionRecordResponse;
|
|
298
|
+
fromProtoMsg(message: _145.QueryGetUserRedemptionRecordResponseProtoMsg): _145.QueryGetUserRedemptionRecordResponse;
|
|
299
|
+
toProto(message: _145.QueryGetUserRedemptionRecordResponse): Uint8Array;
|
|
300
|
+
toProtoMsg(message: _145.QueryGetUserRedemptionRecordResponse): _145.QueryGetUserRedemptionRecordResponseProtoMsg;
|
|
301
|
+
};
|
|
302
|
+
QueryAllUserRedemptionRecordRequest: {
|
|
303
|
+
typeUrl: string;
|
|
304
|
+
encode(message: _145.QueryAllUserRedemptionRecordRequest, writer?: import("../binary.ts").BinaryWriter): import("../binary.ts").BinaryWriter;
|
|
305
|
+
decode(input: import("../binary.ts").BinaryReader | Uint8Array, length?: number): _145.QueryAllUserRedemptionRecordRequest;
|
|
306
|
+
fromJSON(object: any): _145.QueryAllUserRedemptionRecordRequest;
|
|
307
|
+
toJSON(message: _145.QueryAllUserRedemptionRecordRequest): import("../json-safe.ts").JsonSafe<_145.QueryAllUserRedemptionRecordRequest>;
|
|
308
|
+
fromPartial(object: Partial<_145.QueryAllUserRedemptionRecordRequest>): _145.QueryAllUserRedemptionRecordRequest;
|
|
309
|
+
fromProtoMsg(message: _145.QueryAllUserRedemptionRecordRequestProtoMsg): _145.QueryAllUserRedemptionRecordRequest;
|
|
310
|
+
toProto(message: _145.QueryAllUserRedemptionRecordRequest): Uint8Array;
|
|
311
|
+
toProtoMsg(message: _145.QueryAllUserRedemptionRecordRequest): _145.QueryAllUserRedemptionRecordRequestProtoMsg;
|
|
312
|
+
};
|
|
313
|
+
QueryAllUserRedemptionRecordResponse: {
|
|
314
|
+
typeUrl: string;
|
|
315
|
+
encode(message: _145.QueryAllUserRedemptionRecordResponse, writer?: import("../binary.ts").BinaryWriter): import("../binary.ts").BinaryWriter;
|
|
316
|
+
decode(input: import("../binary.ts").BinaryReader | Uint8Array, length?: number): _145.QueryAllUserRedemptionRecordResponse;
|
|
317
|
+
fromJSON(object: any): _145.QueryAllUserRedemptionRecordResponse;
|
|
318
|
+
toJSON(message: _145.QueryAllUserRedemptionRecordResponse): import("../json-safe.ts").JsonSafe<_145.QueryAllUserRedemptionRecordResponse>;
|
|
319
|
+
fromPartial(object: Partial<_145.QueryAllUserRedemptionRecordResponse>): _145.QueryAllUserRedemptionRecordResponse;
|
|
320
|
+
fromProtoMsg(message: _145.QueryAllUserRedemptionRecordResponseProtoMsg): _145.QueryAllUserRedemptionRecordResponse;
|
|
321
|
+
toProto(message: _145.QueryAllUserRedemptionRecordResponse): Uint8Array;
|
|
322
|
+
toProtoMsg(message: _145.QueryAllUserRedemptionRecordResponse): _145.QueryAllUserRedemptionRecordResponseProtoMsg;
|
|
323
|
+
};
|
|
324
|
+
QueryAllUserRedemptionRecordForUserRequest: {
|
|
325
|
+
typeUrl: string;
|
|
326
|
+
encode(message: _145.QueryAllUserRedemptionRecordForUserRequest, writer?: import("../binary.ts").BinaryWriter): import("../binary.ts").BinaryWriter;
|
|
327
|
+
decode(input: import("../binary.ts").BinaryReader | Uint8Array, length?: number): _145.QueryAllUserRedemptionRecordForUserRequest;
|
|
328
|
+
fromJSON(object: any): _145.QueryAllUserRedemptionRecordForUserRequest;
|
|
329
|
+
toJSON(message: _145.QueryAllUserRedemptionRecordForUserRequest): import("../json-safe.ts").JsonSafe<_145.QueryAllUserRedemptionRecordForUserRequest>;
|
|
330
|
+
fromPartial(object: Partial<_145.QueryAllUserRedemptionRecordForUserRequest>): _145.QueryAllUserRedemptionRecordForUserRequest;
|
|
331
|
+
fromProtoMsg(message: _145.QueryAllUserRedemptionRecordForUserRequestProtoMsg): _145.QueryAllUserRedemptionRecordForUserRequest;
|
|
332
|
+
toProto(message: _145.QueryAllUserRedemptionRecordForUserRequest): Uint8Array;
|
|
333
|
+
toProtoMsg(message: _145.QueryAllUserRedemptionRecordForUserRequest): _145.QueryAllUserRedemptionRecordForUserRequestProtoMsg;
|
|
334
|
+
};
|
|
335
|
+
QueryAllUserRedemptionRecordForUserResponse: {
|
|
336
|
+
typeUrl: string;
|
|
337
|
+
encode(message: _145.QueryAllUserRedemptionRecordForUserResponse, writer?: import("../binary.ts").BinaryWriter): import("../binary.ts").BinaryWriter;
|
|
338
|
+
decode(input: import("../binary.ts").BinaryReader | Uint8Array, length?: number): _145.QueryAllUserRedemptionRecordForUserResponse;
|
|
339
|
+
fromJSON(object: any): _145.QueryAllUserRedemptionRecordForUserResponse;
|
|
340
|
+
toJSON(message: _145.QueryAllUserRedemptionRecordForUserResponse): import("../json-safe.ts").JsonSafe<_145.QueryAllUserRedemptionRecordForUserResponse>;
|
|
341
|
+
fromPartial(object: Partial<_145.QueryAllUserRedemptionRecordForUserResponse>): _145.QueryAllUserRedemptionRecordForUserResponse;
|
|
342
|
+
fromProtoMsg(message: _145.QueryAllUserRedemptionRecordForUserResponseProtoMsg): _145.QueryAllUserRedemptionRecordForUserResponse;
|
|
343
|
+
toProto(message: _145.QueryAllUserRedemptionRecordForUserResponse): Uint8Array;
|
|
344
|
+
toProtoMsg(message: _145.QueryAllUserRedemptionRecordForUserResponse): _145.QueryAllUserRedemptionRecordForUserResponseProtoMsg;
|
|
345
|
+
};
|
|
346
|
+
QueryGetEpochUnbondingRecordRequest: {
|
|
347
|
+
typeUrl: string;
|
|
348
|
+
encode(message: _145.QueryGetEpochUnbondingRecordRequest, writer?: import("../binary.ts").BinaryWriter): import("../binary.ts").BinaryWriter;
|
|
349
|
+
decode(input: import("../binary.ts").BinaryReader | Uint8Array, length?: number): _145.QueryGetEpochUnbondingRecordRequest;
|
|
350
|
+
fromJSON(object: any): _145.QueryGetEpochUnbondingRecordRequest;
|
|
351
|
+
toJSON(message: _145.QueryGetEpochUnbondingRecordRequest): import("../json-safe.ts").JsonSafe<_145.QueryGetEpochUnbondingRecordRequest>;
|
|
352
|
+
fromPartial(object: Partial<_145.QueryGetEpochUnbondingRecordRequest>): _145.QueryGetEpochUnbondingRecordRequest;
|
|
353
|
+
fromProtoMsg(message: _145.QueryGetEpochUnbondingRecordRequestProtoMsg): _145.QueryGetEpochUnbondingRecordRequest;
|
|
354
|
+
toProto(message: _145.QueryGetEpochUnbondingRecordRequest): Uint8Array;
|
|
355
|
+
toProtoMsg(message: _145.QueryGetEpochUnbondingRecordRequest): _145.QueryGetEpochUnbondingRecordRequestProtoMsg;
|
|
356
|
+
};
|
|
357
|
+
QueryGetEpochUnbondingRecordResponse: {
|
|
358
|
+
typeUrl: string;
|
|
359
|
+
encode(message: _145.QueryGetEpochUnbondingRecordResponse, writer?: import("../binary.ts").BinaryWriter): import("../binary.ts").BinaryWriter;
|
|
360
|
+
decode(input: import("../binary.ts").BinaryReader | Uint8Array, length?: number): _145.QueryGetEpochUnbondingRecordResponse;
|
|
361
|
+
fromJSON(object: any): _145.QueryGetEpochUnbondingRecordResponse;
|
|
362
|
+
toJSON(message: _145.QueryGetEpochUnbondingRecordResponse): import("../json-safe.ts").JsonSafe<_145.QueryGetEpochUnbondingRecordResponse>;
|
|
363
|
+
fromPartial(object: Partial<_145.QueryGetEpochUnbondingRecordResponse>): _145.QueryGetEpochUnbondingRecordResponse;
|
|
364
|
+
fromProtoMsg(message: _145.QueryGetEpochUnbondingRecordResponseProtoMsg): _145.QueryGetEpochUnbondingRecordResponse;
|
|
365
|
+
toProto(message: _145.QueryGetEpochUnbondingRecordResponse): Uint8Array;
|
|
366
|
+
toProtoMsg(message: _145.QueryGetEpochUnbondingRecordResponse): _145.QueryGetEpochUnbondingRecordResponseProtoMsg;
|
|
367
|
+
};
|
|
368
|
+
QueryAllEpochUnbondingRecordRequest: {
|
|
369
|
+
typeUrl: string;
|
|
370
|
+
encode(message: _145.QueryAllEpochUnbondingRecordRequest, writer?: import("../binary.ts").BinaryWriter): import("../binary.ts").BinaryWriter;
|
|
371
|
+
decode(input: import("../binary.ts").BinaryReader | Uint8Array, length?: number): _145.QueryAllEpochUnbondingRecordRequest;
|
|
372
|
+
fromJSON(object: any): _145.QueryAllEpochUnbondingRecordRequest;
|
|
373
|
+
toJSON(message: _145.QueryAllEpochUnbondingRecordRequest): import("../json-safe.ts").JsonSafe<_145.QueryAllEpochUnbondingRecordRequest>;
|
|
374
|
+
fromPartial(object: Partial<_145.QueryAllEpochUnbondingRecordRequest>): _145.QueryAllEpochUnbondingRecordRequest;
|
|
375
|
+
fromProtoMsg(message: _145.QueryAllEpochUnbondingRecordRequestProtoMsg): _145.QueryAllEpochUnbondingRecordRequest;
|
|
376
|
+
toProto(message: _145.QueryAllEpochUnbondingRecordRequest): Uint8Array;
|
|
377
|
+
toProtoMsg(message: _145.QueryAllEpochUnbondingRecordRequest): _145.QueryAllEpochUnbondingRecordRequestProtoMsg;
|
|
378
|
+
};
|
|
379
|
+
QueryAllEpochUnbondingRecordResponse: {
|
|
380
|
+
typeUrl: string;
|
|
381
|
+
encode(message: _145.QueryAllEpochUnbondingRecordResponse, writer?: import("../binary.ts").BinaryWriter): import("../binary.ts").BinaryWriter;
|
|
382
|
+
decode(input: import("../binary.ts").BinaryReader | Uint8Array, length?: number): _145.QueryAllEpochUnbondingRecordResponse;
|
|
383
|
+
fromJSON(object: any): _145.QueryAllEpochUnbondingRecordResponse;
|
|
384
|
+
toJSON(message: _145.QueryAllEpochUnbondingRecordResponse): import("../json-safe.ts").JsonSafe<_145.QueryAllEpochUnbondingRecordResponse>;
|
|
385
|
+
fromPartial(object: Partial<_145.QueryAllEpochUnbondingRecordResponse>): _145.QueryAllEpochUnbondingRecordResponse;
|
|
386
|
+
fromProtoMsg(message: _145.QueryAllEpochUnbondingRecordResponseProtoMsg): _145.QueryAllEpochUnbondingRecordResponse;
|
|
387
|
+
toProto(message: _145.QueryAllEpochUnbondingRecordResponse): Uint8Array;
|
|
388
|
+
toProtoMsg(message: _145.QueryAllEpochUnbondingRecordResponse): _145.QueryAllEpochUnbondingRecordResponseProtoMsg;
|
|
389
|
+
};
|
|
390
|
+
QueryLSMDepositRequest: {
|
|
391
|
+
typeUrl: string;
|
|
392
|
+
encode(message: _145.QueryLSMDepositRequest, writer?: import("../binary.ts").BinaryWriter): import("../binary.ts").BinaryWriter;
|
|
393
|
+
decode(input: import("../binary.ts").BinaryReader | Uint8Array, length?: number): _145.QueryLSMDepositRequest;
|
|
394
|
+
fromJSON(object: any): _145.QueryLSMDepositRequest;
|
|
395
|
+
toJSON(message: _145.QueryLSMDepositRequest): import("../json-safe.ts").JsonSafe<_145.QueryLSMDepositRequest>;
|
|
396
|
+
fromPartial(object: Partial<_145.QueryLSMDepositRequest>): _145.QueryLSMDepositRequest;
|
|
397
|
+
fromProtoMsg(message: _145.QueryLSMDepositRequestProtoMsg): _145.QueryLSMDepositRequest;
|
|
398
|
+
toProto(message: _145.QueryLSMDepositRequest): Uint8Array;
|
|
399
|
+
toProtoMsg(message: _145.QueryLSMDepositRequest): _145.QueryLSMDepositRequestProtoMsg;
|
|
400
|
+
};
|
|
401
|
+
QueryLSMDepositResponse: {
|
|
402
|
+
typeUrl: string;
|
|
403
|
+
encode(message: _145.QueryLSMDepositResponse, writer?: import("../binary.ts").BinaryWriter): import("../binary.ts").BinaryWriter;
|
|
404
|
+
decode(input: import("../binary.ts").BinaryReader | Uint8Array, length?: number): _145.QueryLSMDepositResponse;
|
|
405
|
+
fromJSON(object: any): _145.QueryLSMDepositResponse;
|
|
406
|
+
toJSON(message: _145.QueryLSMDepositResponse): import("../json-safe.ts").JsonSafe<_145.QueryLSMDepositResponse>;
|
|
407
|
+
fromPartial(object: Partial<_145.QueryLSMDepositResponse>): _145.QueryLSMDepositResponse;
|
|
408
|
+
fromProtoMsg(message: _145.QueryLSMDepositResponseProtoMsg): _145.QueryLSMDepositResponse;
|
|
409
|
+
toProto(message: _145.QueryLSMDepositResponse): Uint8Array;
|
|
410
|
+
toProtoMsg(message: _145.QueryLSMDepositResponse): _145.QueryLSMDepositResponseProtoMsg;
|
|
411
|
+
};
|
|
412
|
+
QueryLSMDepositsRequest: {
|
|
413
|
+
typeUrl: string;
|
|
414
|
+
encode(message: _145.QueryLSMDepositsRequest, writer?: import("../binary.ts").BinaryWriter): import("../binary.ts").BinaryWriter;
|
|
415
|
+
decode(input: import("../binary.ts").BinaryReader | Uint8Array, length?: number): _145.QueryLSMDepositsRequest;
|
|
416
|
+
fromJSON(object: any): _145.QueryLSMDepositsRequest;
|
|
417
|
+
toJSON(message: _145.QueryLSMDepositsRequest): import("../json-safe.ts").JsonSafe<_145.QueryLSMDepositsRequest>;
|
|
418
|
+
fromPartial(object: Partial<_145.QueryLSMDepositsRequest>): _145.QueryLSMDepositsRequest;
|
|
419
|
+
fromProtoMsg(message: _145.QueryLSMDepositsRequestProtoMsg): _145.QueryLSMDepositsRequest;
|
|
420
|
+
toProto(message: _145.QueryLSMDepositsRequest): Uint8Array;
|
|
421
|
+
toProtoMsg(message: _145.QueryLSMDepositsRequest): _145.QueryLSMDepositsRequestProtoMsg;
|
|
422
|
+
};
|
|
423
|
+
QueryLSMDepositsResponse: {
|
|
424
|
+
typeUrl: string;
|
|
425
|
+
encode(message: _145.QueryLSMDepositsResponse, writer?: import("../binary.ts").BinaryWriter): import("../binary.ts").BinaryWriter;
|
|
426
|
+
decode(input: import("../binary.ts").BinaryReader | Uint8Array, length?: number): _145.QueryLSMDepositsResponse;
|
|
427
|
+
fromJSON(object: any): _145.QueryLSMDepositsResponse;
|
|
428
|
+
toJSON(message: _145.QueryLSMDepositsResponse): import("../json-safe.ts").JsonSafe<_145.QueryLSMDepositsResponse>;
|
|
429
|
+
fromPartial(object: Partial<_145.QueryLSMDepositsResponse>): _145.QueryLSMDepositsResponse;
|
|
430
|
+
fromProtoMsg(message: _145.QueryLSMDepositsResponseProtoMsg): _145.QueryLSMDepositsResponse;
|
|
431
|
+
toProto(message: _145.QueryLSMDepositsResponse): Uint8Array;
|
|
432
|
+
toProtoMsg(message: _145.QueryLSMDepositsResponse): _145.QueryLSMDepositsResponseProtoMsg;
|
|
433
|
+
};
|
|
434
|
+
Params: {
|
|
435
|
+
typeUrl: string;
|
|
436
|
+
encode(_: _144.Params, writer?: import("../binary.ts").BinaryWriter): import("../binary.ts").BinaryWriter;
|
|
437
|
+
decode(input: import("../binary.ts").BinaryReader | Uint8Array, length?: number): _144.Params;
|
|
438
|
+
fromJSON(_: any): _144.Params;
|
|
439
|
+
toJSON(_: _144.Params): import("../json-safe.ts").JsonSafe<_144.Params>;
|
|
440
|
+
fromPartial(_: Partial<_144.Params>): _144.Params;
|
|
441
|
+
fromProtoMsg(message: _144.ParamsProtoMsg): _144.Params;
|
|
442
|
+
toProto(message: _144.Params): Uint8Array;
|
|
443
|
+
toProtoMsg(message: _144.Params): _144.ParamsProtoMsg;
|
|
444
|
+
};
|
|
445
|
+
GenesisState: {
|
|
446
|
+
typeUrl: string;
|
|
447
|
+
encode(message: _143.GenesisState, writer?: import("../binary.ts").BinaryWriter): import("../binary.ts").BinaryWriter;
|
|
448
|
+
decode(input: import("../binary.ts").BinaryReader | Uint8Array, length?: number): _143.GenesisState;
|
|
449
|
+
fromJSON(object: any): _143.GenesisState;
|
|
450
|
+
toJSON(message: _143.GenesisState): import("../json-safe.ts").JsonSafe<_143.GenesisState>;
|
|
451
|
+
fromPartial(object: Partial<_143.GenesisState>): _143.GenesisState;
|
|
452
|
+
fromProtoMsg(message: _143.GenesisStateProtoMsg): _143.GenesisState;
|
|
453
|
+
toProto(message: _143.GenesisState): Uint8Array;
|
|
454
|
+
toProtoMsg(message: _143.GenesisState): _143.GenesisStateProtoMsg;
|
|
455
|
+
};
|
|
456
|
+
TransferCallback: {
|
|
457
|
+
typeUrl: string;
|
|
458
|
+
encode(message: _142.TransferCallback, writer?: import("../binary.ts").BinaryWriter): import("../binary.ts").BinaryWriter;
|
|
459
|
+
decode(input: import("../binary.ts").BinaryReader | Uint8Array, length?: number): _142.TransferCallback;
|
|
460
|
+
fromJSON(object: any): _142.TransferCallback;
|
|
461
|
+
toJSON(message: _142.TransferCallback): import("../json-safe.ts").JsonSafe<_142.TransferCallback>;
|
|
462
|
+
fromPartial(object: Partial<_142.TransferCallback>): _142.TransferCallback;
|
|
463
|
+
fromProtoMsg(message: _142.TransferCallbackProtoMsg): _142.TransferCallback;
|
|
464
|
+
toProto(message: _142.TransferCallback): Uint8Array;
|
|
465
|
+
toProtoMsg(message: _142.TransferCallback): _142.TransferCallbackProtoMsg;
|
|
466
|
+
};
|
|
467
|
+
TransferLSMTokenCallback: {
|
|
468
|
+
typeUrl: string;
|
|
469
|
+
encode(message: _142.TransferLSMTokenCallback, writer?: import("../binary.ts").BinaryWriter): import("../binary.ts").BinaryWriter;
|
|
470
|
+
decode(input: import("../binary.ts").BinaryReader | Uint8Array, length?: number): _142.TransferLSMTokenCallback;
|
|
471
|
+
fromJSON(object: any): _142.TransferLSMTokenCallback;
|
|
472
|
+
toJSON(message: _142.TransferLSMTokenCallback): import("../json-safe.ts").JsonSafe<_142.TransferLSMTokenCallback>;
|
|
473
|
+
fromPartial(object: Partial<_142.TransferLSMTokenCallback>): _142.TransferLSMTokenCallback;
|
|
474
|
+
fromProtoMsg(message: _142.TransferLSMTokenCallbackProtoMsg): _142.TransferLSMTokenCallback;
|
|
475
|
+
toProto(message: _142.TransferLSMTokenCallback): Uint8Array;
|
|
476
|
+
toProtoMsg(message: _142.TransferLSMTokenCallback): _142.TransferLSMTokenCallbackProtoMsg;
|
|
477
|
+
};
|
|
478
|
+
};
|
|
479
|
+
const stakedym: {
|
|
480
|
+
overwritableRecordTypeFromJSON(object: any): _150.OverwritableRecordType;
|
|
481
|
+
overwritableRecordTypeToJSON(object: _150.OverwritableRecordType): string;
|
|
482
|
+
OverwritableRecordType: typeof _150.OverwritableRecordType;
|
|
483
|
+
OverwritableRecordTypeSDKType: typeof _150.OverwritableRecordType;
|
|
484
|
+
MsgLiquidStake: {
|
|
485
|
+
typeUrl: string;
|
|
486
|
+
encode(message: _150.MsgLiquidStake, writer?: import("../binary.ts").BinaryWriter): import("../binary.ts").BinaryWriter;
|
|
487
|
+
decode(input: import("../binary.ts").BinaryReader | Uint8Array, length?: number): _150.MsgLiquidStake;
|
|
488
|
+
fromJSON(object: any): _150.MsgLiquidStake;
|
|
489
|
+
toJSON(message: _150.MsgLiquidStake): import("../json-safe.ts").JsonSafe<_150.MsgLiquidStake>;
|
|
490
|
+
fromPartial(object: Partial<_150.MsgLiquidStake>): _150.MsgLiquidStake;
|
|
491
|
+
fromProtoMsg(message: _150.MsgLiquidStakeProtoMsg): _150.MsgLiquidStake;
|
|
492
|
+
toProto(message: _150.MsgLiquidStake): Uint8Array;
|
|
493
|
+
toProtoMsg(message: _150.MsgLiquidStake): _150.MsgLiquidStakeProtoMsg;
|
|
494
|
+
};
|
|
495
|
+
MsgLiquidStakeResponse: {
|
|
496
|
+
typeUrl: string;
|
|
497
|
+
encode(message: _150.MsgLiquidStakeResponse, writer?: import("../binary.ts").BinaryWriter): import("../binary.ts").BinaryWriter;
|
|
498
|
+
decode(input: import("../binary.ts").BinaryReader | Uint8Array, length?: number): _150.MsgLiquidStakeResponse;
|
|
499
|
+
fromJSON(object: any): _150.MsgLiquidStakeResponse;
|
|
500
|
+
toJSON(message: _150.MsgLiquidStakeResponse): import("../json-safe.ts").JsonSafe<_150.MsgLiquidStakeResponse>;
|
|
501
|
+
fromPartial(object: Partial<_150.MsgLiquidStakeResponse>): _150.MsgLiquidStakeResponse;
|
|
502
|
+
fromProtoMsg(message: _150.MsgLiquidStakeResponseProtoMsg): _150.MsgLiquidStakeResponse;
|
|
503
|
+
toProto(message: _150.MsgLiquidStakeResponse): Uint8Array;
|
|
504
|
+
toProtoMsg(message: _150.MsgLiquidStakeResponse): _150.MsgLiquidStakeResponseProtoMsg;
|
|
505
|
+
};
|
|
506
|
+
MsgRedeemStake: {
|
|
507
|
+
typeUrl: string;
|
|
508
|
+
encode(message: _150.MsgRedeemStake, writer?: import("../binary.ts").BinaryWriter): import("../binary.ts").BinaryWriter;
|
|
509
|
+
decode(input: import("../binary.ts").BinaryReader | Uint8Array, length?: number): _150.MsgRedeemStake;
|
|
510
|
+
fromJSON(object: any): _150.MsgRedeemStake;
|
|
511
|
+
toJSON(message: _150.MsgRedeemStake): import("../json-safe.ts").JsonSafe<_150.MsgRedeemStake>;
|
|
512
|
+
fromPartial(object: Partial<_150.MsgRedeemStake>): _150.MsgRedeemStake;
|
|
513
|
+
fromProtoMsg(message: _150.MsgRedeemStakeProtoMsg): _150.MsgRedeemStake;
|
|
514
|
+
toProto(message: _150.MsgRedeemStake): Uint8Array;
|
|
515
|
+
toProtoMsg(message: _150.MsgRedeemStake): _150.MsgRedeemStakeProtoMsg;
|
|
516
|
+
};
|
|
517
|
+
MsgRedeemStakeResponse: {
|
|
518
|
+
typeUrl: string;
|
|
519
|
+
encode(message: _150.MsgRedeemStakeResponse, writer?: import("../binary.ts").BinaryWriter): import("../binary.ts").BinaryWriter;
|
|
520
|
+
decode(input: import("../binary.ts").BinaryReader | Uint8Array, length?: number): _150.MsgRedeemStakeResponse;
|
|
521
|
+
fromJSON(object: any): _150.MsgRedeemStakeResponse;
|
|
522
|
+
toJSON(message: _150.MsgRedeemStakeResponse): import("../json-safe.ts").JsonSafe<_150.MsgRedeemStakeResponse>;
|
|
523
|
+
fromPartial(object: Partial<_150.MsgRedeemStakeResponse>): _150.MsgRedeemStakeResponse;
|
|
524
|
+
fromProtoMsg(message: _150.MsgRedeemStakeResponseProtoMsg): _150.MsgRedeemStakeResponse;
|
|
525
|
+
toProto(message: _150.MsgRedeemStakeResponse): Uint8Array;
|
|
526
|
+
toProtoMsg(message: _150.MsgRedeemStakeResponse): _150.MsgRedeemStakeResponseProtoMsg;
|
|
527
|
+
};
|
|
528
|
+
MsgConfirmDelegation: {
|
|
529
|
+
typeUrl: string;
|
|
530
|
+
encode(message: _150.MsgConfirmDelegation, writer?: import("../binary.ts").BinaryWriter): import("../binary.ts").BinaryWriter;
|
|
531
|
+
decode(input: import("../binary.ts").BinaryReader | Uint8Array, length?: number): _150.MsgConfirmDelegation;
|
|
532
|
+
fromJSON(object: any): _150.MsgConfirmDelegation;
|
|
533
|
+
toJSON(message: _150.MsgConfirmDelegation): import("../json-safe.ts").JsonSafe<_150.MsgConfirmDelegation>;
|
|
534
|
+
fromPartial(object: Partial<_150.MsgConfirmDelegation>): _150.MsgConfirmDelegation;
|
|
535
|
+
fromProtoMsg(message: _150.MsgConfirmDelegationProtoMsg): _150.MsgConfirmDelegation;
|
|
536
|
+
toProto(message: _150.MsgConfirmDelegation): Uint8Array;
|
|
537
|
+
toProtoMsg(message: _150.MsgConfirmDelegation): _150.MsgConfirmDelegationProtoMsg;
|
|
538
|
+
};
|
|
539
|
+
MsgConfirmDelegationResponse: {
|
|
540
|
+
typeUrl: string;
|
|
541
|
+
encode(_: _150.MsgConfirmDelegationResponse, writer?: import("../binary.ts").BinaryWriter): import("../binary.ts").BinaryWriter;
|
|
542
|
+
decode(input: import("../binary.ts").BinaryReader | Uint8Array, length?: number): _150.MsgConfirmDelegationResponse;
|
|
543
|
+
fromJSON(_: any): _150.MsgConfirmDelegationResponse;
|
|
544
|
+
toJSON(_: _150.MsgConfirmDelegationResponse): import("../json-safe.ts").JsonSafe<_150.MsgConfirmDelegationResponse>;
|
|
545
|
+
fromPartial(_: Partial<_150.MsgConfirmDelegationResponse>): _150.MsgConfirmDelegationResponse;
|
|
546
|
+
fromProtoMsg(message: _150.MsgConfirmDelegationResponseProtoMsg): _150.MsgConfirmDelegationResponse;
|
|
547
|
+
toProto(message: _150.MsgConfirmDelegationResponse): Uint8Array;
|
|
548
|
+
toProtoMsg(message: _150.MsgConfirmDelegationResponse): _150.MsgConfirmDelegationResponseProtoMsg;
|
|
549
|
+
};
|
|
550
|
+
MsgConfirmUndelegation: {
|
|
551
|
+
typeUrl: string;
|
|
552
|
+
encode(message: _150.MsgConfirmUndelegation, writer?: import("../binary.ts").BinaryWriter): import("../binary.ts").BinaryWriter;
|
|
553
|
+
decode(input: import("../binary.ts").BinaryReader | Uint8Array, length?: number): _150.MsgConfirmUndelegation;
|
|
554
|
+
fromJSON(object: any): _150.MsgConfirmUndelegation;
|
|
555
|
+
toJSON(message: _150.MsgConfirmUndelegation): import("../json-safe.ts").JsonSafe<_150.MsgConfirmUndelegation>;
|
|
556
|
+
fromPartial(object: Partial<_150.MsgConfirmUndelegation>): _150.MsgConfirmUndelegation;
|
|
557
|
+
fromProtoMsg(message: _150.MsgConfirmUndelegationProtoMsg): _150.MsgConfirmUndelegation;
|
|
558
|
+
toProto(message: _150.MsgConfirmUndelegation): Uint8Array;
|
|
559
|
+
toProtoMsg(message: _150.MsgConfirmUndelegation): _150.MsgConfirmUndelegationProtoMsg;
|
|
560
|
+
};
|
|
561
|
+
MsgConfirmUndelegationResponse: {
|
|
562
|
+
typeUrl: string;
|
|
563
|
+
encode(_: _150.MsgConfirmUndelegationResponse, writer?: import("../binary.ts").BinaryWriter): import("../binary.ts").BinaryWriter;
|
|
564
|
+
decode(input: import("../binary.ts").BinaryReader | Uint8Array, length?: number): _150.MsgConfirmUndelegationResponse;
|
|
565
|
+
fromJSON(_: any): _150.MsgConfirmUndelegationResponse;
|
|
566
|
+
toJSON(_: _150.MsgConfirmUndelegationResponse): import("../json-safe.ts").JsonSafe<_150.MsgConfirmUndelegationResponse>;
|
|
567
|
+
fromPartial(_: Partial<_150.MsgConfirmUndelegationResponse>): _150.MsgConfirmUndelegationResponse;
|
|
568
|
+
fromProtoMsg(message: _150.MsgConfirmUndelegationResponseProtoMsg): _150.MsgConfirmUndelegationResponse;
|
|
569
|
+
toProto(message: _150.MsgConfirmUndelegationResponse): Uint8Array;
|
|
570
|
+
toProtoMsg(message: _150.MsgConfirmUndelegationResponse): _150.MsgConfirmUndelegationResponseProtoMsg;
|
|
571
|
+
};
|
|
572
|
+
MsgConfirmUnbondedTokenSweep: {
|
|
573
|
+
typeUrl: string;
|
|
574
|
+
encode(message: _150.MsgConfirmUnbondedTokenSweep, writer?: import("../binary.ts").BinaryWriter): import("../binary.ts").BinaryWriter;
|
|
575
|
+
decode(input: import("../binary.ts").BinaryReader | Uint8Array, length?: number): _150.MsgConfirmUnbondedTokenSweep;
|
|
576
|
+
fromJSON(object: any): _150.MsgConfirmUnbondedTokenSweep;
|
|
577
|
+
toJSON(message: _150.MsgConfirmUnbondedTokenSweep): import("../json-safe.ts").JsonSafe<_150.MsgConfirmUnbondedTokenSweep>;
|
|
578
|
+
fromPartial(object: Partial<_150.MsgConfirmUnbondedTokenSweep>): _150.MsgConfirmUnbondedTokenSweep;
|
|
579
|
+
fromProtoMsg(message: _150.MsgConfirmUnbondedTokenSweepProtoMsg): _150.MsgConfirmUnbondedTokenSweep;
|
|
580
|
+
toProto(message: _150.MsgConfirmUnbondedTokenSweep): Uint8Array;
|
|
581
|
+
toProtoMsg(message: _150.MsgConfirmUnbondedTokenSweep): _150.MsgConfirmUnbondedTokenSweepProtoMsg;
|
|
582
|
+
};
|
|
583
|
+
MsgConfirmUnbondedTokenSweepResponse: {
|
|
584
|
+
typeUrl: string;
|
|
585
|
+
encode(_: _150.MsgConfirmUnbondedTokenSweepResponse, writer?: import("../binary.ts").BinaryWriter): import("../binary.ts").BinaryWriter;
|
|
586
|
+
decode(input: import("../binary.ts").BinaryReader | Uint8Array, length?: number): _150.MsgConfirmUnbondedTokenSweepResponse;
|
|
587
|
+
fromJSON(_: any): _150.MsgConfirmUnbondedTokenSweepResponse;
|
|
588
|
+
toJSON(_: _150.MsgConfirmUnbondedTokenSweepResponse): import("../json-safe.ts").JsonSafe<_150.MsgConfirmUnbondedTokenSweepResponse>;
|
|
589
|
+
fromPartial(_: Partial<_150.MsgConfirmUnbondedTokenSweepResponse>): _150.MsgConfirmUnbondedTokenSweepResponse;
|
|
590
|
+
fromProtoMsg(message: _150.MsgConfirmUnbondedTokenSweepResponseProtoMsg): _150.MsgConfirmUnbondedTokenSweepResponse;
|
|
591
|
+
toProto(message: _150.MsgConfirmUnbondedTokenSweepResponse): Uint8Array;
|
|
592
|
+
toProtoMsg(message: _150.MsgConfirmUnbondedTokenSweepResponse): _150.MsgConfirmUnbondedTokenSweepResponseProtoMsg;
|
|
593
|
+
};
|
|
594
|
+
MsgAdjustDelegatedBalance: {
|
|
595
|
+
typeUrl: string;
|
|
596
|
+
encode(message: _150.MsgAdjustDelegatedBalance, writer?: import("../binary.ts").BinaryWriter): import("../binary.ts").BinaryWriter;
|
|
597
|
+
decode(input: import("../binary.ts").BinaryReader | Uint8Array, length?: number): _150.MsgAdjustDelegatedBalance;
|
|
598
|
+
fromJSON(object: any): _150.MsgAdjustDelegatedBalance;
|
|
599
|
+
toJSON(message: _150.MsgAdjustDelegatedBalance): import("../json-safe.ts").JsonSafe<_150.MsgAdjustDelegatedBalance>;
|
|
600
|
+
fromPartial(object: Partial<_150.MsgAdjustDelegatedBalance>): _150.MsgAdjustDelegatedBalance;
|
|
601
|
+
fromProtoMsg(message: _150.MsgAdjustDelegatedBalanceProtoMsg): _150.MsgAdjustDelegatedBalance;
|
|
602
|
+
toProto(message: _150.MsgAdjustDelegatedBalance): Uint8Array;
|
|
603
|
+
toProtoMsg(message: _150.MsgAdjustDelegatedBalance): _150.MsgAdjustDelegatedBalanceProtoMsg;
|
|
604
|
+
};
|
|
605
|
+
MsgAdjustDelegatedBalanceResponse: {
|
|
606
|
+
typeUrl: string;
|
|
607
|
+
encode(_: _150.MsgAdjustDelegatedBalanceResponse, writer?: import("../binary.ts").BinaryWriter): import("../binary.ts").BinaryWriter;
|
|
608
|
+
decode(input: import("../binary.ts").BinaryReader | Uint8Array, length?: number): _150.MsgAdjustDelegatedBalanceResponse;
|
|
609
|
+
fromJSON(_: any): _150.MsgAdjustDelegatedBalanceResponse;
|
|
610
|
+
toJSON(_: _150.MsgAdjustDelegatedBalanceResponse): import("../json-safe.ts").JsonSafe<_150.MsgAdjustDelegatedBalanceResponse>;
|
|
611
|
+
fromPartial(_: Partial<_150.MsgAdjustDelegatedBalanceResponse>): _150.MsgAdjustDelegatedBalanceResponse;
|
|
612
|
+
fromProtoMsg(message: _150.MsgAdjustDelegatedBalanceResponseProtoMsg): _150.MsgAdjustDelegatedBalanceResponse;
|
|
613
|
+
toProto(message: _150.MsgAdjustDelegatedBalanceResponse): Uint8Array;
|
|
614
|
+
toProtoMsg(message: _150.MsgAdjustDelegatedBalanceResponse): _150.MsgAdjustDelegatedBalanceResponseProtoMsg;
|
|
615
|
+
};
|
|
616
|
+
MsgUpdateInnerRedemptionRateBounds: {
|
|
617
|
+
typeUrl: string;
|
|
618
|
+
encode(message: _150.MsgUpdateInnerRedemptionRateBounds, writer?: import("../binary.ts").BinaryWriter): import("../binary.ts").BinaryWriter;
|
|
619
|
+
decode(input: import("../binary.ts").BinaryReader | Uint8Array, length?: number): _150.MsgUpdateInnerRedemptionRateBounds;
|
|
620
|
+
fromJSON(object: any): _150.MsgUpdateInnerRedemptionRateBounds;
|
|
621
|
+
toJSON(message: _150.MsgUpdateInnerRedemptionRateBounds): import("../json-safe.ts").JsonSafe<_150.MsgUpdateInnerRedemptionRateBounds>;
|
|
622
|
+
fromPartial(object: Partial<_150.MsgUpdateInnerRedemptionRateBounds>): _150.MsgUpdateInnerRedemptionRateBounds;
|
|
623
|
+
fromProtoMsg(message: _150.MsgUpdateInnerRedemptionRateBoundsProtoMsg): _150.MsgUpdateInnerRedemptionRateBounds;
|
|
624
|
+
toProto(message: _150.MsgUpdateInnerRedemptionRateBounds): Uint8Array;
|
|
625
|
+
toProtoMsg(message: _150.MsgUpdateInnerRedemptionRateBounds): _150.MsgUpdateInnerRedemptionRateBoundsProtoMsg;
|
|
626
|
+
};
|
|
627
|
+
MsgUpdateInnerRedemptionRateBoundsResponse: {
|
|
628
|
+
typeUrl: string;
|
|
629
|
+
encode(_: _150.MsgUpdateInnerRedemptionRateBoundsResponse, writer?: import("../binary.ts").BinaryWriter): import("../binary.ts").BinaryWriter;
|
|
630
|
+
decode(input: import("../binary.ts").BinaryReader | Uint8Array, length?: number): _150.MsgUpdateInnerRedemptionRateBoundsResponse;
|
|
631
|
+
fromJSON(_: any): _150.MsgUpdateInnerRedemptionRateBoundsResponse;
|
|
632
|
+
toJSON(_: _150.MsgUpdateInnerRedemptionRateBoundsResponse): import("../json-safe.ts").JsonSafe<_150.MsgUpdateInnerRedemptionRateBoundsResponse>;
|
|
633
|
+
fromPartial(_: Partial<_150.MsgUpdateInnerRedemptionRateBoundsResponse>): _150.MsgUpdateInnerRedemptionRateBoundsResponse;
|
|
634
|
+
fromProtoMsg(message: _150.MsgUpdateInnerRedemptionRateBoundsResponseProtoMsg): _150.MsgUpdateInnerRedemptionRateBoundsResponse;
|
|
635
|
+
toProto(message: _150.MsgUpdateInnerRedemptionRateBoundsResponse): Uint8Array;
|
|
636
|
+
toProtoMsg(message: _150.MsgUpdateInnerRedemptionRateBoundsResponse): _150.MsgUpdateInnerRedemptionRateBoundsResponseProtoMsg;
|
|
637
|
+
};
|
|
638
|
+
MsgResumeHostZone: {
|
|
639
|
+
typeUrl: string;
|
|
640
|
+
encode(message: _150.MsgResumeHostZone, writer?: import("../binary.ts").BinaryWriter): import("../binary.ts").BinaryWriter;
|
|
641
|
+
decode(input: import("../binary.ts").BinaryReader | Uint8Array, length?: number): _150.MsgResumeHostZone;
|
|
642
|
+
fromJSON(object: any): _150.MsgResumeHostZone;
|
|
643
|
+
toJSON(message: _150.MsgResumeHostZone): import("../json-safe.ts").JsonSafe<_150.MsgResumeHostZone>;
|
|
644
|
+
fromPartial(object: Partial<_150.MsgResumeHostZone>): _150.MsgResumeHostZone;
|
|
645
|
+
fromProtoMsg(message: _150.MsgResumeHostZoneProtoMsg): _150.MsgResumeHostZone;
|
|
646
|
+
toProto(message: _150.MsgResumeHostZone): Uint8Array;
|
|
647
|
+
toProtoMsg(message: _150.MsgResumeHostZone): _150.MsgResumeHostZoneProtoMsg;
|
|
648
|
+
};
|
|
649
|
+
MsgResumeHostZoneResponse: {
|
|
650
|
+
typeUrl: string;
|
|
651
|
+
encode(_: _150.MsgResumeHostZoneResponse, writer?: import("../binary.ts").BinaryWriter): import("../binary.ts").BinaryWriter;
|
|
652
|
+
decode(input: import("../binary.ts").BinaryReader | Uint8Array, length?: number): _150.MsgResumeHostZoneResponse;
|
|
653
|
+
fromJSON(_: any): _150.MsgResumeHostZoneResponse;
|
|
654
|
+
toJSON(_: _150.MsgResumeHostZoneResponse): import("../json-safe.ts").JsonSafe<_150.MsgResumeHostZoneResponse>;
|
|
655
|
+
fromPartial(_: Partial<_150.MsgResumeHostZoneResponse>): _150.MsgResumeHostZoneResponse;
|
|
656
|
+
fromProtoMsg(message: _150.MsgResumeHostZoneResponseProtoMsg): _150.MsgResumeHostZoneResponse;
|
|
657
|
+
toProto(message: _150.MsgResumeHostZoneResponse): Uint8Array;
|
|
658
|
+
toProtoMsg(message: _150.MsgResumeHostZoneResponse): _150.MsgResumeHostZoneResponseProtoMsg;
|
|
659
|
+
};
|
|
660
|
+
MsgRefreshRedemptionRate: {
|
|
661
|
+
typeUrl: string;
|
|
662
|
+
encode(message: _150.MsgRefreshRedemptionRate, writer?: import("../binary.ts").BinaryWriter): import("../binary.ts").BinaryWriter;
|
|
663
|
+
decode(input: import("../binary.ts").BinaryReader | Uint8Array, length?: number): _150.MsgRefreshRedemptionRate;
|
|
664
|
+
fromJSON(object: any): _150.MsgRefreshRedemptionRate;
|
|
665
|
+
toJSON(message: _150.MsgRefreshRedemptionRate): import("../json-safe.ts").JsonSafe<_150.MsgRefreshRedemptionRate>;
|
|
666
|
+
fromPartial(object: Partial<_150.MsgRefreshRedemptionRate>): _150.MsgRefreshRedemptionRate;
|
|
667
|
+
fromProtoMsg(message: _150.MsgRefreshRedemptionRateProtoMsg): _150.MsgRefreshRedemptionRate;
|
|
668
|
+
toProto(message: _150.MsgRefreshRedemptionRate): Uint8Array;
|
|
669
|
+
toProtoMsg(message: _150.MsgRefreshRedemptionRate): _150.MsgRefreshRedemptionRateProtoMsg;
|
|
670
|
+
};
|
|
671
|
+
MsgRefreshRedemptionRateResponse: {
|
|
672
|
+
typeUrl: string;
|
|
673
|
+
encode(_: _150.MsgRefreshRedemptionRateResponse, writer?: import("../binary.ts").BinaryWriter): import("../binary.ts").BinaryWriter;
|
|
674
|
+
decode(input: import("../binary.ts").BinaryReader | Uint8Array, length?: number): _150.MsgRefreshRedemptionRateResponse;
|
|
675
|
+
fromJSON(_: any): _150.MsgRefreshRedemptionRateResponse;
|
|
676
|
+
toJSON(_: _150.MsgRefreshRedemptionRateResponse): import("../json-safe.ts").JsonSafe<_150.MsgRefreshRedemptionRateResponse>;
|
|
677
|
+
fromPartial(_: Partial<_150.MsgRefreshRedemptionRateResponse>): _150.MsgRefreshRedemptionRateResponse;
|
|
678
|
+
fromProtoMsg(message: _150.MsgRefreshRedemptionRateResponseProtoMsg): _150.MsgRefreshRedemptionRateResponse;
|
|
679
|
+
toProto(message: _150.MsgRefreshRedemptionRateResponse): Uint8Array;
|
|
680
|
+
toProtoMsg(message: _150.MsgRefreshRedemptionRateResponse): _150.MsgRefreshRedemptionRateResponseProtoMsg;
|
|
681
|
+
};
|
|
682
|
+
MsgOverwriteDelegationRecord: {
|
|
683
|
+
typeUrl: string;
|
|
684
|
+
encode(message: _150.MsgOverwriteDelegationRecord, writer?: import("../binary.ts").BinaryWriter): import("../binary.ts").BinaryWriter;
|
|
685
|
+
decode(input: import("../binary.ts").BinaryReader | Uint8Array, length?: number): _150.MsgOverwriteDelegationRecord;
|
|
686
|
+
fromJSON(object: any): _150.MsgOverwriteDelegationRecord;
|
|
687
|
+
toJSON(message: _150.MsgOverwriteDelegationRecord): import("../json-safe.ts").JsonSafe<_150.MsgOverwriteDelegationRecord>;
|
|
688
|
+
fromPartial(object: Partial<_150.MsgOverwriteDelegationRecord>): _150.MsgOverwriteDelegationRecord;
|
|
689
|
+
fromProtoMsg(message: _150.MsgOverwriteDelegationRecordProtoMsg): _150.MsgOverwriteDelegationRecord;
|
|
690
|
+
toProto(message: _150.MsgOverwriteDelegationRecord): Uint8Array;
|
|
691
|
+
toProtoMsg(message: _150.MsgOverwriteDelegationRecord): _150.MsgOverwriteDelegationRecordProtoMsg;
|
|
692
|
+
};
|
|
693
|
+
MsgOverwriteDelegationRecordResponse: {
|
|
694
|
+
typeUrl: string;
|
|
695
|
+
encode(_: _150.MsgOverwriteDelegationRecordResponse, writer?: import("../binary.ts").BinaryWriter): import("../binary.ts").BinaryWriter;
|
|
696
|
+
decode(input: import("../binary.ts").BinaryReader | Uint8Array, length?: number): _150.MsgOverwriteDelegationRecordResponse;
|
|
697
|
+
fromJSON(_: any): _150.MsgOverwriteDelegationRecordResponse;
|
|
698
|
+
toJSON(_: _150.MsgOverwriteDelegationRecordResponse): import("../json-safe.ts").JsonSafe<_150.MsgOverwriteDelegationRecordResponse>;
|
|
699
|
+
fromPartial(_: Partial<_150.MsgOverwriteDelegationRecordResponse>): _150.MsgOverwriteDelegationRecordResponse;
|
|
700
|
+
fromProtoMsg(message: _150.MsgOverwriteDelegationRecordResponseProtoMsg): _150.MsgOverwriteDelegationRecordResponse;
|
|
701
|
+
toProto(message: _150.MsgOverwriteDelegationRecordResponse): Uint8Array;
|
|
702
|
+
toProtoMsg(message: _150.MsgOverwriteDelegationRecordResponse): _150.MsgOverwriteDelegationRecordResponseProtoMsg;
|
|
703
|
+
};
|
|
704
|
+
MsgOverwriteUnbondingRecord: {
|
|
705
|
+
typeUrl: string;
|
|
706
|
+
encode(message: _150.MsgOverwriteUnbondingRecord, writer?: import("../binary.ts").BinaryWriter): import("../binary.ts").BinaryWriter;
|
|
707
|
+
decode(input: import("../binary.ts").BinaryReader | Uint8Array, length?: number): _150.MsgOverwriteUnbondingRecord;
|
|
708
|
+
fromJSON(object: any): _150.MsgOverwriteUnbondingRecord;
|
|
709
|
+
toJSON(message: _150.MsgOverwriteUnbondingRecord): import("../json-safe.ts").JsonSafe<_150.MsgOverwriteUnbondingRecord>;
|
|
710
|
+
fromPartial(object: Partial<_150.MsgOverwriteUnbondingRecord>): _150.MsgOverwriteUnbondingRecord;
|
|
711
|
+
fromProtoMsg(message: _150.MsgOverwriteUnbondingRecordProtoMsg): _150.MsgOverwriteUnbondingRecord;
|
|
712
|
+
toProto(message: _150.MsgOverwriteUnbondingRecord): Uint8Array;
|
|
713
|
+
toProtoMsg(message: _150.MsgOverwriteUnbondingRecord): _150.MsgOverwriteUnbondingRecordProtoMsg;
|
|
714
|
+
};
|
|
715
|
+
MsgOverwriteUnbondingRecordResponse: {
|
|
716
|
+
typeUrl: string;
|
|
717
|
+
encode(_: _150.MsgOverwriteUnbondingRecordResponse, writer?: import("../binary.ts").BinaryWriter): import("../binary.ts").BinaryWriter;
|
|
718
|
+
decode(input: import("../binary.ts").BinaryReader | Uint8Array, length?: number): _150.MsgOverwriteUnbondingRecordResponse;
|
|
719
|
+
fromJSON(_: any): _150.MsgOverwriteUnbondingRecordResponse;
|
|
720
|
+
toJSON(_: _150.MsgOverwriteUnbondingRecordResponse): import("../json-safe.ts").JsonSafe<_150.MsgOverwriteUnbondingRecordResponse>;
|
|
721
|
+
fromPartial(_: Partial<_150.MsgOverwriteUnbondingRecordResponse>): _150.MsgOverwriteUnbondingRecordResponse;
|
|
722
|
+
fromProtoMsg(message: _150.MsgOverwriteUnbondingRecordResponseProtoMsg): _150.MsgOverwriteUnbondingRecordResponse;
|
|
723
|
+
toProto(message: _150.MsgOverwriteUnbondingRecordResponse): Uint8Array;
|
|
724
|
+
toProtoMsg(message: _150.MsgOverwriteUnbondingRecordResponse): _150.MsgOverwriteUnbondingRecordResponseProtoMsg;
|
|
725
|
+
};
|
|
726
|
+
MsgOverwriteRedemptionRecord: {
|
|
727
|
+
typeUrl: string;
|
|
728
|
+
encode(message: _150.MsgOverwriteRedemptionRecord, writer?: import("../binary.ts").BinaryWriter): import("../binary.ts").BinaryWriter;
|
|
729
|
+
decode(input: import("../binary.ts").BinaryReader | Uint8Array, length?: number): _150.MsgOverwriteRedemptionRecord;
|
|
730
|
+
fromJSON(object: any): _150.MsgOverwriteRedemptionRecord;
|
|
731
|
+
toJSON(message: _150.MsgOverwriteRedemptionRecord): import("../json-safe.ts").JsonSafe<_150.MsgOverwriteRedemptionRecord>;
|
|
732
|
+
fromPartial(object: Partial<_150.MsgOverwriteRedemptionRecord>): _150.MsgOverwriteRedemptionRecord;
|
|
733
|
+
fromProtoMsg(message: _150.MsgOverwriteRedemptionRecordProtoMsg): _150.MsgOverwriteRedemptionRecord;
|
|
734
|
+
toProto(message: _150.MsgOverwriteRedemptionRecord): Uint8Array;
|
|
735
|
+
toProtoMsg(message: _150.MsgOverwriteRedemptionRecord): _150.MsgOverwriteRedemptionRecordProtoMsg;
|
|
736
|
+
};
|
|
737
|
+
MsgOverwriteRedemptionRecordResponse: {
|
|
738
|
+
typeUrl: string;
|
|
739
|
+
encode(_: _150.MsgOverwriteRedemptionRecordResponse, writer?: import("../binary.ts").BinaryWriter): import("../binary.ts").BinaryWriter;
|
|
740
|
+
decode(input: import("../binary.ts").BinaryReader | Uint8Array, length?: number): _150.MsgOverwriteRedemptionRecordResponse;
|
|
741
|
+
fromJSON(_: any): _150.MsgOverwriteRedemptionRecordResponse;
|
|
742
|
+
toJSON(_: _150.MsgOverwriteRedemptionRecordResponse): import("../json-safe.ts").JsonSafe<_150.MsgOverwriteRedemptionRecordResponse>;
|
|
743
|
+
fromPartial(_: Partial<_150.MsgOverwriteRedemptionRecordResponse>): _150.MsgOverwriteRedemptionRecordResponse;
|
|
744
|
+
fromProtoMsg(message: _150.MsgOverwriteRedemptionRecordResponseProtoMsg): _150.MsgOverwriteRedemptionRecordResponse;
|
|
745
|
+
toProto(message: _150.MsgOverwriteRedemptionRecordResponse): Uint8Array;
|
|
746
|
+
toProtoMsg(message: _150.MsgOverwriteRedemptionRecordResponse): _150.MsgOverwriteRedemptionRecordResponseProtoMsg;
|
|
747
|
+
};
|
|
748
|
+
MsgSetOperatorAddress: {
|
|
749
|
+
typeUrl: string;
|
|
750
|
+
encode(message: _150.MsgSetOperatorAddress, writer?: import("../binary.ts").BinaryWriter): import("../binary.ts").BinaryWriter;
|
|
751
|
+
decode(input: import("../binary.ts").BinaryReader | Uint8Array, length?: number): _150.MsgSetOperatorAddress;
|
|
752
|
+
fromJSON(object: any): _150.MsgSetOperatorAddress;
|
|
753
|
+
toJSON(message: _150.MsgSetOperatorAddress): import("../json-safe.ts").JsonSafe<_150.MsgSetOperatorAddress>;
|
|
754
|
+
fromPartial(object: Partial<_150.MsgSetOperatorAddress>): _150.MsgSetOperatorAddress;
|
|
755
|
+
fromProtoMsg(message: _150.MsgSetOperatorAddressProtoMsg): _150.MsgSetOperatorAddress;
|
|
756
|
+
toProto(message: _150.MsgSetOperatorAddress): Uint8Array;
|
|
757
|
+
toProtoMsg(message: _150.MsgSetOperatorAddress): _150.MsgSetOperatorAddressProtoMsg;
|
|
758
|
+
};
|
|
759
|
+
MsgSetOperatorAddressResponse: {
|
|
760
|
+
typeUrl: string;
|
|
761
|
+
encode(_: _150.MsgSetOperatorAddressResponse, writer?: import("../binary.ts").BinaryWriter): import("../binary.ts").BinaryWriter;
|
|
762
|
+
decode(input: import("../binary.ts").BinaryReader | Uint8Array, length?: number): _150.MsgSetOperatorAddressResponse;
|
|
763
|
+
fromJSON(_: any): _150.MsgSetOperatorAddressResponse;
|
|
764
|
+
toJSON(_: _150.MsgSetOperatorAddressResponse): import("../json-safe.ts").JsonSafe<_150.MsgSetOperatorAddressResponse>;
|
|
765
|
+
fromPartial(_: Partial<_150.MsgSetOperatorAddressResponse>): _150.MsgSetOperatorAddressResponse;
|
|
766
|
+
fromProtoMsg(message: _150.MsgSetOperatorAddressResponseProtoMsg): _150.MsgSetOperatorAddressResponse;
|
|
767
|
+
toProto(message: _150.MsgSetOperatorAddressResponse): Uint8Array;
|
|
768
|
+
toProtoMsg(message: _150.MsgSetOperatorAddressResponse): _150.MsgSetOperatorAddressResponseProtoMsg;
|
|
769
|
+
};
|
|
770
|
+
delegationRecordStatusFromJSON(object: any): _149.DelegationRecordStatus;
|
|
771
|
+
delegationRecordStatusToJSON(object: _149.DelegationRecordStatus): string;
|
|
772
|
+
unbondingRecordStatusFromJSON(object: any): _149.UnbondingRecordStatus;
|
|
773
|
+
unbondingRecordStatusToJSON(object: _149.UnbondingRecordStatus): string;
|
|
774
|
+
DelegationRecordStatus: typeof _149.DelegationRecordStatus;
|
|
775
|
+
DelegationRecordStatusSDKType: typeof _149.DelegationRecordStatus;
|
|
776
|
+
UnbondingRecordStatus: typeof _149.UnbondingRecordStatus;
|
|
777
|
+
UnbondingRecordStatusSDKType: typeof _149.UnbondingRecordStatus;
|
|
778
|
+
HostZone: {
|
|
779
|
+
typeUrl: string;
|
|
780
|
+
encode(message: _149.HostZone, writer?: import("../binary.ts").BinaryWriter): import("../binary.ts").BinaryWriter;
|
|
781
|
+
decode(input: import("../binary.ts").BinaryReader | Uint8Array, length?: number): _149.HostZone;
|
|
782
|
+
fromJSON(object: any): _149.HostZone;
|
|
783
|
+
toJSON(message: _149.HostZone): import("../json-safe.ts").JsonSafe<_149.HostZone>;
|
|
784
|
+
fromPartial(object: Partial<_149.HostZone>): _149.HostZone;
|
|
785
|
+
fromProtoMsg(message: _149.HostZoneProtoMsg): _149.HostZone;
|
|
786
|
+
toProto(message: _149.HostZone): Uint8Array;
|
|
787
|
+
toProtoMsg(message: _149.HostZone): _149.HostZoneProtoMsg;
|
|
788
|
+
};
|
|
789
|
+
DelegationRecord: {
|
|
790
|
+
typeUrl: string;
|
|
791
|
+
encode(message: _149.DelegationRecord, writer?: import("../binary.ts").BinaryWriter): import("../binary.ts").BinaryWriter;
|
|
792
|
+
decode(input: import("../binary.ts").BinaryReader | Uint8Array, length?: number): _149.DelegationRecord;
|
|
793
|
+
fromJSON(object: any): _149.DelegationRecord;
|
|
794
|
+
toJSON(message: _149.DelegationRecord): import("../json-safe.ts").JsonSafe<_149.DelegationRecord>;
|
|
795
|
+
fromPartial(object: Partial<_149.DelegationRecord>): _149.DelegationRecord;
|
|
796
|
+
fromProtoMsg(message: _149.DelegationRecordProtoMsg): _149.DelegationRecord;
|
|
797
|
+
toProto(message: _149.DelegationRecord): Uint8Array;
|
|
798
|
+
toProtoMsg(message: _149.DelegationRecord): _149.DelegationRecordProtoMsg;
|
|
799
|
+
};
|
|
800
|
+
UnbondingRecord: {
|
|
801
|
+
typeUrl: string;
|
|
802
|
+
encode(message: _149.UnbondingRecord, writer?: import("../binary.ts").BinaryWriter): import("../binary.ts").BinaryWriter;
|
|
803
|
+
decode(input: import("../binary.ts").BinaryReader | Uint8Array, length?: number): _149.UnbondingRecord;
|
|
804
|
+
fromJSON(object: any): _149.UnbondingRecord;
|
|
805
|
+
toJSON(message: _149.UnbondingRecord): import("../json-safe.ts").JsonSafe<_149.UnbondingRecord>;
|
|
806
|
+
fromPartial(object: Partial<_149.UnbondingRecord>): _149.UnbondingRecord;
|
|
807
|
+
fromProtoMsg(message: _149.UnbondingRecordProtoMsg): _149.UnbondingRecord;
|
|
808
|
+
toProto(message: _149.UnbondingRecord): Uint8Array;
|
|
809
|
+
toProtoMsg(message: _149.UnbondingRecord): _149.UnbondingRecordProtoMsg;
|
|
810
|
+
};
|
|
811
|
+
RedemptionRecord: {
|
|
812
|
+
typeUrl: string;
|
|
813
|
+
encode(message: _149.RedemptionRecord, writer?: import("../binary.ts").BinaryWriter): import("../binary.ts").BinaryWriter;
|
|
814
|
+
decode(input: import("../binary.ts").BinaryReader | Uint8Array, length?: number): _149.RedemptionRecord;
|
|
815
|
+
fromJSON(object: any): _149.RedemptionRecord;
|
|
816
|
+
toJSON(message: _149.RedemptionRecord): import("../json-safe.ts").JsonSafe<_149.RedemptionRecord>;
|
|
817
|
+
fromPartial(object: Partial<_149.RedemptionRecord>): _149.RedemptionRecord;
|
|
818
|
+
fromProtoMsg(message: _149.RedemptionRecordProtoMsg): _149.RedemptionRecord;
|
|
819
|
+
toProto(message: _149.RedemptionRecord): Uint8Array;
|
|
820
|
+
toProtoMsg(message: _149.RedemptionRecord): _149.RedemptionRecordProtoMsg;
|
|
821
|
+
};
|
|
822
|
+
SlashRecord: {
|
|
823
|
+
typeUrl: string;
|
|
824
|
+
encode(message: _149.SlashRecord, writer?: import("../binary.ts").BinaryWriter): import("../binary.ts").BinaryWriter;
|
|
825
|
+
decode(input: import("../binary.ts").BinaryReader | Uint8Array, length?: number): _149.SlashRecord;
|
|
826
|
+
fromJSON(object: any): _149.SlashRecord;
|
|
827
|
+
toJSON(message: _149.SlashRecord): import("../json-safe.ts").JsonSafe<_149.SlashRecord>;
|
|
828
|
+
fromPartial(object: Partial<_149.SlashRecord>): _149.SlashRecord;
|
|
829
|
+
fromProtoMsg(message: _149.SlashRecordProtoMsg): _149.SlashRecord;
|
|
830
|
+
toProto(message: _149.SlashRecord): Uint8Array;
|
|
831
|
+
toProtoMsg(message: _149.SlashRecord): _149.SlashRecordProtoMsg;
|
|
832
|
+
};
|
|
833
|
+
QueryHostZoneRequest: {
|
|
834
|
+
typeUrl: string;
|
|
835
|
+
encode(_: _148.QueryHostZoneRequest, writer?: import("../binary.ts").BinaryWriter): import("../binary.ts").BinaryWriter;
|
|
836
|
+
decode(input: import("../binary.ts").BinaryReader | Uint8Array, length?: number): _148.QueryHostZoneRequest;
|
|
837
|
+
fromJSON(_: any): _148.QueryHostZoneRequest;
|
|
838
|
+
toJSON(_: _148.QueryHostZoneRequest): import("../json-safe.ts").JsonSafe<_148.QueryHostZoneRequest>;
|
|
839
|
+
fromPartial(_: Partial<_148.QueryHostZoneRequest>): _148.QueryHostZoneRequest;
|
|
840
|
+
fromProtoMsg(message: _148.QueryHostZoneRequestProtoMsg): _148.QueryHostZoneRequest;
|
|
841
|
+
toProto(message: _148.QueryHostZoneRequest): Uint8Array;
|
|
842
|
+
toProtoMsg(message: _148.QueryHostZoneRequest): _148.QueryHostZoneRequestProtoMsg;
|
|
843
|
+
};
|
|
844
|
+
QueryHostZoneResponse: {
|
|
845
|
+
typeUrl: string;
|
|
846
|
+
encode(message: _148.QueryHostZoneResponse, writer?: import("../binary.ts").BinaryWriter): import("../binary.ts").BinaryWriter;
|
|
847
|
+
decode(input: import("../binary.ts").BinaryReader | Uint8Array, length?: number): _148.QueryHostZoneResponse;
|
|
848
|
+
fromJSON(object: any): _148.QueryHostZoneResponse;
|
|
849
|
+
toJSON(message: _148.QueryHostZoneResponse): import("../json-safe.ts").JsonSafe<_148.QueryHostZoneResponse>;
|
|
850
|
+
fromPartial(object: Partial<_148.QueryHostZoneResponse>): _148.QueryHostZoneResponse;
|
|
851
|
+
fromProtoMsg(message: _148.QueryHostZoneResponseProtoMsg): _148.QueryHostZoneResponse;
|
|
852
|
+
toProto(message: _148.QueryHostZoneResponse): Uint8Array;
|
|
853
|
+
toProtoMsg(message: _148.QueryHostZoneResponse): _148.QueryHostZoneResponseProtoMsg;
|
|
854
|
+
};
|
|
855
|
+
QueryDelegationRecordsRequest: {
|
|
856
|
+
typeUrl: string;
|
|
857
|
+
encode(message: _148.QueryDelegationRecordsRequest, writer?: import("../binary.ts").BinaryWriter): import("../binary.ts").BinaryWriter;
|
|
858
|
+
decode(input: import("../binary.ts").BinaryReader | Uint8Array, length?: number): _148.QueryDelegationRecordsRequest;
|
|
859
|
+
fromJSON(object: any): _148.QueryDelegationRecordsRequest;
|
|
860
|
+
toJSON(message: _148.QueryDelegationRecordsRequest): import("../json-safe.ts").JsonSafe<_148.QueryDelegationRecordsRequest>;
|
|
861
|
+
fromPartial(object: Partial<_148.QueryDelegationRecordsRequest>): _148.QueryDelegationRecordsRequest;
|
|
862
|
+
fromProtoMsg(message: _148.QueryDelegationRecordsRequestProtoMsg): _148.QueryDelegationRecordsRequest;
|
|
863
|
+
toProto(message: _148.QueryDelegationRecordsRequest): Uint8Array;
|
|
864
|
+
toProtoMsg(message: _148.QueryDelegationRecordsRequest): _148.QueryDelegationRecordsRequestProtoMsg;
|
|
865
|
+
};
|
|
866
|
+
QueryDelegationRecordsResponse: {
|
|
867
|
+
typeUrl: string;
|
|
868
|
+
encode(message: _148.QueryDelegationRecordsResponse, writer?: import("../binary.ts").BinaryWriter): import("../binary.ts").BinaryWriter;
|
|
869
|
+
decode(input: import("../binary.ts").BinaryReader | Uint8Array, length?: number): _148.QueryDelegationRecordsResponse;
|
|
870
|
+
fromJSON(object: any): _148.QueryDelegationRecordsResponse;
|
|
871
|
+
toJSON(message: _148.QueryDelegationRecordsResponse): import("../json-safe.ts").JsonSafe<_148.QueryDelegationRecordsResponse>;
|
|
872
|
+
fromPartial(object: Partial<_148.QueryDelegationRecordsResponse>): _148.QueryDelegationRecordsResponse;
|
|
873
|
+
fromProtoMsg(message: _148.QueryDelegationRecordsResponseProtoMsg): _148.QueryDelegationRecordsResponse;
|
|
874
|
+
toProto(message: _148.QueryDelegationRecordsResponse): Uint8Array;
|
|
875
|
+
toProtoMsg(message: _148.QueryDelegationRecordsResponse): _148.QueryDelegationRecordsResponseProtoMsg;
|
|
876
|
+
};
|
|
877
|
+
QueryUnbondingRecordsRequest: {
|
|
878
|
+
typeUrl: string;
|
|
879
|
+
encode(message: _148.QueryUnbondingRecordsRequest, writer?: import("../binary.ts").BinaryWriter): import("../binary.ts").BinaryWriter;
|
|
880
|
+
decode(input: import("../binary.ts").BinaryReader | Uint8Array, length?: number): _148.QueryUnbondingRecordsRequest;
|
|
881
|
+
fromJSON(object: any): _148.QueryUnbondingRecordsRequest;
|
|
882
|
+
toJSON(message: _148.QueryUnbondingRecordsRequest): import("../json-safe.ts").JsonSafe<_148.QueryUnbondingRecordsRequest>;
|
|
883
|
+
fromPartial(object: Partial<_148.QueryUnbondingRecordsRequest>): _148.QueryUnbondingRecordsRequest;
|
|
884
|
+
fromProtoMsg(message: _148.QueryUnbondingRecordsRequestProtoMsg): _148.QueryUnbondingRecordsRequest;
|
|
885
|
+
toProto(message: _148.QueryUnbondingRecordsRequest): Uint8Array;
|
|
886
|
+
toProtoMsg(message: _148.QueryUnbondingRecordsRequest): _148.QueryUnbondingRecordsRequestProtoMsg;
|
|
887
|
+
};
|
|
888
|
+
QueryUnbondingRecordsResponse: {
|
|
889
|
+
typeUrl: string;
|
|
890
|
+
encode(message: _148.QueryUnbondingRecordsResponse, writer?: import("../binary.ts").BinaryWriter): import("../binary.ts").BinaryWriter;
|
|
891
|
+
decode(input: import("../binary.ts").BinaryReader | Uint8Array, length?: number): _148.QueryUnbondingRecordsResponse;
|
|
892
|
+
fromJSON(object: any): _148.QueryUnbondingRecordsResponse;
|
|
893
|
+
toJSON(message: _148.QueryUnbondingRecordsResponse): import("../json-safe.ts").JsonSafe<_148.QueryUnbondingRecordsResponse>;
|
|
894
|
+
fromPartial(object: Partial<_148.QueryUnbondingRecordsResponse>): _148.QueryUnbondingRecordsResponse;
|
|
895
|
+
fromProtoMsg(message: _148.QueryUnbondingRecordsResponseProtoMsg): _148.QueryUnbondingRecordsResponse;
|
|
896
|
+
toProto(message: _148.QueryUnbondingRecordsResponse): Uint8Array;
|
|
897
|
+
toProtoMsg(message: _148.QueryUnbondingRecordsResponse): _148.QueryUnbondingRecordsResponseProtoMsg;
|
|
898
|
+
};
|
|
899
|
+
QueryRedemptionRecordRequest: {
|
|
900
|
+
typeUrl: string;
|
|
901
|
+
encode(message: _148.QueryRedemptionRecordRequest, writer?: import("../binary.ts").BinaryWriter): import("../binary.ts").BinaryWriter;
|
|
902
|
+
decode(input: import("../binary.ts").BinaryReader | Uint8Array, length?: number): _148.QueryRedemptionRecordRequest;
|
|
903
|
+
fromJSON(object: any): _148.QueryRedemptionRecordRequest;
|
|
904
|
+
toJSON(message: _148.QueryRedemptionRecordRequest): import("../json-safe.ts").JsonSafe<_148.QueryRedemptionRecordRequest>;
|
|
905
|
+
fromPartial(object: Partial<_148.QueryRedemptionRecordRequest>): _148.QueryRedemptionRecordRequest;
|
|
906
|
+
fromProtoMsg(message: _148.QueryRedemptionRecordRequestProtoMsg): _148.QueryRedemptionRecordRequest;
|
|
907
|
+
toProto(message: _148.QueryRedemptionRecordRequest): Uint8Array;
|
|
908
|
+
toProtoMsg(message: _148.QueryRedemptionRecordRequest): _148.QueryRedemptionRecordRequestProtoMsg;
|
|
909
|
+
};
|
|
910
|
+
QueryRedemptionRecordResponse: {
|
|
911
|
+
typeUrl: string;
|
|
912
|
+
encode(message: _148.QueryRedemptionRecordResponse, writer?: import("../binary.ts").BinaryWriter): import("../binary.ts").BinaryWriter;
|
|
913
|
+
decode(input: import("../binary.ts").BinaryReader | Uint8Array, length?: number): _148.QueryRedemptionRecordResponse;
|
|
914
|
+
fromJSON(object: any): _148.QueryRedemptionRecordResponse;
|
|
915
|
+
toJSON(message: _148.QueryRedemptionRecordResponse): import("../json-safe.ts").JsonSafe<_148.QueryRedemptionRecordResponse>;
|
|
916
|
+
fromPartial(object: Partial<_148.QueryRedemptionRecordResponse>): _148.QueryRedemptionRecordResponse;
|
|
917
|
+
fromProtoMsg(message: _148.QueryRedemptionRecordResponseProtoMsg): _148.QueryRedemptionRecordResponse;
|
|
918
|
+
toProto(message: _148.QueryRedemptionRecordResponse): Uint8Array;
|
|
919
|
+
toProtoMsg(message: _148.QueryRedemptionRecordResponse): _148.QueryRedemptionRecordResponseProtoMsg;
|
|
920
|
+
};
|
|
921
|
+
QueryRedemptionRecordsRequest: {
|
|
922
|
+
typeUrl: string;
|
|
923
|
+
encode(message: _148.QueryRedemptionRecordsRequest, writer?: import("../binary.ts").BinaryWriter): import("../binary.ts").BinaryWriter;
|
|
924
|
+
decode(input: import("../binary.ts").BinaryReader | Uint8Array, length?: number): _148.QueryRedemptionRecordsRequest;
|
|
925
|
+
fromJSON(object: any): _148.QueryRedemptionRecordsRequest;
|
|
926
|
+
toJSON(message: _148.QueryRedemptionRecordsRequest): import("../json-safe.ts").JsonSafe<_148.QueryRedemptionRecordsRequest>;
|
|
927
|
+
fromPartial(object: Partial<_148.QueryRedemptionRecordsRequest>): _148.QueryRedemptionRecordsRequest;
|
|
928
|
+
fromProtoMsg(message: _148.QueryRedemptionRecordsRequestProtoMsg): _148.QueryRedemptionRecordsRequest;
|
|
929
|
+
toProto(message: _148.QueryRedemptionRecordsRequest): Uint8Array;
|
|
930
|
+
toProtoMsg(message: _148.QueryRedemptionRecordsRequest): _148.QueryRedemptionRecordsRequestProtoMsg;
|
|
931
|
+
};
|
|
932
|
+
QueryRedemptionRecordsResponse: {
|
|
933
|
+
typeUrl: string;
|
|
934
|
+
encode(message: _148.QueryRedemptionRecordsResponse, writer?: import("../binary.ts").BinaryWriter): import("../binary.ts").BinaryWriter;
|
|
935
|
+
decode(input: import("../binary.ts").BinaryReader | Uint8Array, length?: number): _148.QueryRedemptionRecordsResponse;
|
|
936
|
+
fromJSON(object: any): _148.QueryRedemptionRecordsResponse;
|
|
937
|
+
toJSON(message: _148.QueryRedemptionRecordsResponse): import("../json-safe.ts").JsonSafe<_148.QueryRedemptionRecordsResponse>;
|
|
938
|
+
fromPartial(object: Partial<_148.QueryRedemptionRecordsResponse>): _148.QueryRedemptionRecordsResponse;
|
|
939
|
+
fromProtoMsg(message: _148.QueryRedemptionRecordsResponseProtoMsg): _148.QueryRedemptionRecordsResponse;
|
|
940
|
+
toProto(message: _148.QueryRedemptionRecordsResponse): Uint8Array;
|
|
941
|
+
toProtoMsg(message: _148.QueryRedemptionRecordsResponse): _148.QueryRedemptionRecordsResponseProtoMsg;
|
|
942
|
+
};
|
|
943
|
+
QuerySlashRecordsRequest: {
|
|
944
|
+
typeUrl: string;
|
|
945
|
+
encode(_: _148.QuerySlashRecordsRequest, writer?: import("../binary.ts").BinaryWriter): import("../binary.ts").BinaryWriter;
|
|
946
|
+
decode(input: import("../binary.ts").BinaryReader | Uint8Array, length?: number): _148.QuerySlashRecordsRequest;
|
|
947
|
+
fromJSON(_: any): _148.QuerySlashRecordsRequest;
|
|
948
|
+
toJSON(_: _148.QuerySlashRecordsRequest): import("../json-safe.ts").JsonSafe<_148.QuerySlashRecordsRequest>;
|
|
949
|
+
fromPartial(_: Partial<_148.QuerySlashRecordsRequest>): _148.QuerySlashRecordsRequest;
|
|
950
|
+
fromProtoMsg(message: _148.QuerySlashRecordsRequestProtoMsg): _148.QuerySlashRecordsRequest;
|
|
951
|
+
toProto(message: _148.QuerySlashRecordsRequest): Uint8Array;
|
|
952
|
+
toProtoMsg(message: _148.QuerySlashRecordsRequest): _148.QuerySlashRecordsRequestProtoMsg;
|
|
953
|
+
};
|
|
954
|
+
QuerySlashRecordsResponse: {
|
|
955
|
+
typeUrl: string;
|
|
956
|
+
encode(message: _148.QuerySlashRecordsResponse, writer?: import("../binary.ts").BinaryWriter): import("../binary.ts").BinaryWriter;
|
|
957
|
+
decode(input: import("../binary.ts").BinaryReader | Uint8Array, length?: number): _148.QuerySlashRecordsResponse;
|
|
958
|
+
fromJSON(object: any): _148.QuerySlashRecordsResponse;
|
|
959
|
+
toJSON(message: _148.QuerySlashRecordsResponse): import("../json-safe.ts").JsonSafe<_148.QuerySlashRecordsResponse>;
|
|
960
|
+
fromPartial(object: Partial<_148.QuerySlashRecordsResponse>): _148.QuerySlashRecordsResponse;
|
|
961
|
+
fromProtoMsg(message: _148.QuerySlashRecordsResponseProtoMsg): _148.QuerySlashRecordsResponse;
|
|
962
|
+
toProto(message: _148.QuerySlashRecordsResponse): Uint8Array;
|
|
963
|
+
toProtoMsg(message: _148.QuerySlashRecordsResponse): _148.QuerySlashRecordsResponseProtoMsg;
|
|
964
|
+
};
|
|
965
|
+
RedemptionRecordResponse: {
|
|
966
|
+
typeUrl: string;
|
|
967
|
+
encode(message: _148.RedemptionRecordResponse, writer?: import("../binary.ts").BinaryWriter): import("../binary.ts").BinaryWriter;
|
|
968
|
+
decode(input: import("../binary.ts").BinaryReader | Uint8Array, length?: number): _148.RedemptionRecordResponse;
|
|
969
|
+
fromJSON(object: any): _148.RedemptionRecordResponse;
|
|
970
|
+
toJSON(message: _148.RedemptionRecordResponse): import("../json-safe.ts").JsonSafe<_148.RedemptionRecordResponse>;
|
|
971
|
+
fromPartial(object: Partial<_148.RedemptionRecordResponse>): _148.RedemptionRecordResponse;
|
|
972
|
+
fromProtoMsg(message: _148.RedemptionRecordResponseProtoMsg): _148.RedemptionRecordResponse;
|
|
973
|
+
toProto(message: _148.RedemptionRecordResponse): Uint8Array;
|
|
974
|
+
toProtoMsg(message: _148.RedemptionRecordResponse): _148.RedemptionRecordResponseProtoMsg;
|
|
975
|
+
};
|
|
976
|
+
Params: {
|
|
977
|
+
typeUrl: string;
|
|
978
|
+
encode(_: _147.Params, writer?: import("../binary.ts").BinaryWriter): import("../binary.ts").BinaryWriter;
|
|
979
|
+
decode(input: import("../binary.ts").BinaryReader | Uint8Array, length?: number): _147.Params;
|
|
980
|
+
fromJSON(_: any): _147.Params;
|
|
981
|
+
toJSON(_: _147.Params): import("../json-safe.ts").JsonSafe<_147.Params>;
|
|
982
|
+
fromPartial(_: Partial<_147.Params>): _147.Params;
|
|
983
|
+
fromProtoMsg(message: _147.ParamsProtoMsg): _147.Params;
|
|
984
|
+
toProto(message: _147.Params): Uint8Array;
|
|
985
|
+
toProtoMsg(message: _147.Params): _147.ParamsProtoMsg;
|
|
986
|
+
};
|
|
987
|
+
TransferInProgressRecordIds: {
|
|
988
|
+
typeUrl: string;
|
|
989
|
+
encode(message: _147.TransferInProgressRecordIds, writer?: import("../binary.ts").BinaryWriter): import("../binary.ts").BinaryWriter;
|
|
990
|
+
decode(input: import("../binary.ts").BinaryReader | Uint8Array, length?: number): _147.TransferInProgressRecordIds;
|
|
991
|
+
fromJSON(object: any): _147.TransferInProgressRecordIds;
|
|
992
|
+
toJSON(message: _147.TransferInProgressRecordIds): import("../json-safe.ts").JsonSafe<_147.TransferInProgressRecordIds>;
|
|
993
|
+
fromPartial(object: Partial<_147.TransferInProgressRecordIds>): _147.TransferInProgressRecordIds;
|
|
994
|
+
fromProtoMsg(message: _147.TransferInProgressRecordIdsProtoMsg): _147.TransferInProgressRecordIds;
|
|
995
|
+
toProto(message: _147.TransferInProgressRecordIds): Uint8Array;
|
|
996
|
+
toProtoMsg(message: _147.TransferInProgressRecordIds): _147.TransferInProgressRecordIdsProtoMsg;
|
|
997
|
+
};
|
|
998
|
+
GenesisState: {
|
|
999
|
+
typeUrl: string;
|
|
1000
|
+
encode(message: _147.GenesisState, writer?: import("../binary.ts").BinaryWriter): import("../binary.ts").BinaryWriter;
|
|
1001
|
+
decode(input: import("../binary.ts").BinaryReader | Uint8Array, length?: number): _147.GenesisState;
|
|
1002
|
+
fromJSON(object: any): _147.GenesisState;
|
|
1003
|
+
toJSON(message: _147.GenesisState): import("../json-safe.ts").JsonSafe<_147.GenesisState>;
|
|
1004
|
+
fromPartial(object: Partial<_147.GenesisState>): _147.GenesisState;
|
|
1005
|
+
fromProtoMsg(message: _147.GenesisStateProtoMsg): _147.GenesisState;
|
|
1006
|
+
toProto(message: _147.GenesisState): Uint8Array;
|
|
1007
|
+
toProtoMsg(message: _147.GenesisState): _147.GenesisStateProtoMsg;
|
|
1008
|
+
};
|
|
1009
|
+
};
|
|
1010
|
+
const stakeibc: {
|
|
1011
|
+
Validator: {
|
|
1012
|
+
typeUrl: string;
|
|
1013
|
+
encode(message: _163.Validator, writer?: import("../binary.ts").BinaryWriter): import("../binary.ts").BinaryWriter;
|
|
1014
|
+
decode(input: import("../binary.ts").BinaryReader | Uint8Array, length?: number): _163.Validator;
|
|
1015
|
+
fromJSON(object: any): _163.Validator;
|
|
1016
|
+
toJSON(message: _163.Validator): import("../json-safe.ts").JsonSafe<_163.Validator>;
|
|
1017
|
+
fromPartial(object: Partial<_163.Validator>): _163.Validator;
|
|
1018
|
+
fromProtoMsg(message: _163.ValidatorProtoMsg): _163.Validator;
|
|
1019
|
+
toProto(message: _163.Validator): Uint8Array;
|
|
1020
|
+
toProtoMsg(message: _163.Validator): _163.ValidatorProtoMsg;
|
|
1021
|
+
};
|
|
1022
|
+
authzPermissionChangeFromJSON(object: any): _162.AuthzPermissionChange;
|
|
1023
|
+
authzPermissionChangeToJSON(object: _162.AuthzPermissionChange): string;
|
|
1024
|
+
AuthzPermissionChange: typeof _162.AuthzPermissionChange;
|
|
1025
|
+
AuthzPermissionChangeSDKType: typeof _162.AuthzPermissionChange;
|
|
1026
|
+
MsgUpdateInnerRedemptionRateBounds: {
|
|
1027
|
+
typeUrl: string;
|
|
1028
|
+
encode(message: _162.MsgUpdateInnerRedemptionRateBounds, writer?: import("../binary.ts").BinaryWriter): import("../binary.ts").BinaryWriter;
|
|
1029
|
+
decode(input: import("../binary.ts").BinaryReader | Uint8Array, length?: number): _162.MsgUpdateInnerRedemptionRateBounds;
|
|
1030
|
+
fromJSON(object: any): _162.MsgUpdateInnerRedemptionRateBounds;
|
|
1031
|
+
toJSON(message: _162.MsgUpdateInnerRedemptionRateBounds): import("../json-safe.ts").JsonSafe<_162.MsgUpdateInnerRedemptionRateBounds>;
|
|
1032
|
+
fromPartial(object: Partial<_162.MsgUpdateInnerRedemptionRateBounds>): _162.MsgUpdateInnerRedemptionRateBounds;
|
|
1033
|
+
fromProtoMsg(message: _162.MsgUpdateInnerRedemptionRateBoundsProtoMsg): _162.MsgUpdateInnerRedemptionRateBounds;
|
|
1034
|
+
toProto(message: _162.MsgUpdateInnerRedemptionRateBounds): Uint8Array;
|
|
1035
|
+
toProtoMsg(message: _162.MsgUpdateInnerRedemptionRateBounds): _162.MsgUpdateInnerRedemptionRateBoundsProtoMsg;
|
|
1036
|
+
};
|
|
1037
|
+
MsgUpdateInnerRedemptionRateBoundsResponse: {
|
|
1038
|
+
typeUrl: string;
|
|
1039
|
+
encode(_: _162.MsgUpdateInnerRedemptionRateBoundsResponse, writer?: import("../binary.ts").BinaryWriter): import("../binary.ts").BinaryWriter;
|
|
1040
|
+
decode(input: import("../binary.ts").BinaryReader | Uint8Array, length?: number): _162.MsgUpdateInnerRedemptionRateBoundsResponse;
|
|
1041
|
+
fromJSON(_: any): _162.MsgUpdateInnerRedemptionRateBoundsResponse;
|
|
1042
|
+
toJSON(_: _162.MsgUpdateInnerRedemptionRateBoundsResponse): import("../json-safe.ts").JsonSafe<_162.MsgUpdateInnerRedemptionRateBoundsResponse>;
|
|
1043
|
+
fromPartial(_: Partial<_162.MsgUpdateInnerRedemptionRateBoundsResponse>): _162.MsgUpdateInnerRedemptionRateBoundsResponse;
|
|
1044
|
+
fromProtoMsg(message: _162.MsgUpdateInnerRedemptionRateBoundsResponseProtoMsg): _162.MsgUpdateInnerRedemptionRateBoundsResponse;
|
|
1045
|
+
toProto(message: _162.MsgUpdateInnerRedemptionRateBoundsResponse): Uint8Array;
|
|
1046
|
+
toProtoMsg(message: _162.MsgUpdateInnerRedemptionRateBoundsResponse): _162.MsgUpdateInnerRedemptionRateBoundsResponseProtoMsg;
|
|
1047
|
+
};
|
|
1048
|
+
MsgLiquidStake: {
|
|
1049
|
+
typeUrl: string;
|
|
1050
|
+
encode(message: _162.MsgLiquidStake, writer?: import("../binary.ts").BinaryWriter): import("../binary.ts").BinaryWriter;
|
|
1051
|
+
decode(input: import("../binary.ts").BinaryReader | Uint8Array, length?: number): _162.MsgLiquidStake;
|
|
1052
|
+
fromJSON(object: any): _162.MsgLiquidStake;
|
|
1053
|
+
toJSON(message: _162.MsgLiquidStake): import("../json-safe.ts").JsonSafe<_162.MsgLiquidStake>;
|
|
1054
|
+
fromPartial(object: Partial<_162.MsgLiquidStake>): _162.MsgLiquidStake;
|
|
1055
|
+
fromProtoMsg(message: _162.MsgLiquidStakeProtoMsg): _162.MsgLiquidStake;
|
|
1056
|
+
toProto(message: _162.MsgLiquidStake): Uint8Array;
|
|
1057
|
+
toProtoMsg(message: _162.MsgLiquidStake): _162.MsgLiquidStakeProtoMsg;
|
|
1058
|
+
};
|
|
1059
|
+
MsgLiquidStakeResponse: {
|
|
1060
|
+
typeUrl: string;
|
|
1061
|
+
encode(message: _162.MsgLiquidStakeResponse, writer?: import("../binary.ts").BinaryWriter): import("../binary.ts").BinaryWriter;
|
|
1062
|
+
decode(input: import("../binary.ts").BinaryReader | Uint8Array, length?: number): _162.MsgLiquidStakeResponse;
|
|
1063
|
+
fromJSON(object: any): _162.MsgLiquidStakeResponse;
|
|
1064
|
+
toJSON(message: _162.MsgLiquidStakeResponse): import("../json-safe.ts").JsonSafe<_162.MsgLiquidStakeResponse>;
|
|
1065
|
+
fromPartial(object: Partial<_162.MsgLiquidStakeResponse>): _162.MsgLiquidStakeResponse;
|
|
1066
|
+
fromProtoMsg(message: _162.MsgLiquidStakeResponseProtoMsg): _162.MsgLiquidStakeResponse;
|
|
1067
|
+
toProto(message: _162.MsgLiquidStakeResponse): Uint8Array;
|
|
1068
|
+
toProtoMsg(message: _162.MsgLiquidStakeResponse): _162.MsgLiquidStakeResponseProtoMsg;
|
|
1069
|
+
};
|
|
1070
|
+
MsgLSMLiquidStake: {
|
|
1071
|
+
typeUrl: string;
|
|
1072
|
+
encode(message: _162.MsgLSMLiquidStake, writer?: import("../binary.ts").BinaryWriter): import("../binary.ts").BinaryWriter;
|
|
1073
|
+
decode(input: import("../binary.ts").BinaryReader | Uint8Array, length?: number): _162.MsgLSMLiquidStake;
|
|
1074
|
+
fromJSON(object: any): _162.MsgLSMLiquidStake;
|
|
1075
|
+
toJSON(message: _162.MsgLSMLiquidStake): import("../json-safe.ts").JsonSafe<_162.MsgLSMLiquidStake>;
|
|
1076
|
+
fromPartial(object: Partial<_162.MsgLSMLiquidStake>): _162.MsgLSMLiquidStake;
|
|
1077
|
+
fromProtoMsg(message: _162.MsgLSMLiquidStakeProtoMsg): _162.MsgLSMLiquidStake;
|
|
1078
|
+
toProto(message: _162.MsgLSMLiquidStake): Uint8Array;
|
|
1079
|
+
toProtoMsg(message: _162.MsgLSMLiquidStake): _162.MsgLSMLiquidStakeProtoMsg;
|
|
1080
|
+
};
|
|
1081
|
+
MsgLSMLiquidStakeResponse: {
|
|
1082
|
+
typeUrl: string;
|
|
1083
|
+
encode(message: _162.MsgLSMLiquidStakeResponse, writer?: import("../binary.ts").BinaryWriter): import("../binary.ts").BinaryWriter;
|
|
1084
|
+
decode(input: import("../binary.ts").BinaryReader | Uint8Array, length?: number): _162.MsgLSMLiquidStakeResponse;
|
|
1085
|
+
fromJSON(object: any): _162.MsgLSMLiquidStakeResponse;
|
|
1086
|
+
toJSON(message: _162.MsgLSMLiquidStakeResponse): import("../json-safe.ts").JsonSafe<_162.MsgLSMLiquidStakeResponse>;
|
|
1087
|
+
fromPartial(object: Partial<_162.MsgLSMLiquidStakeResponse>): _162.MsgLSMLiquidStakeResponse;
|
|
1088
|
+
fromProtoMsg(message: _162.MsgLSMLiquidStakeResponseProtoMsg): _162.MsgLSMLiquidStakeResponse;
|
|
1089
|
+
toProto(message: _162.MsgLSMLiquidStakeResponse): Uint8Array;
|
|
1090
|
+
toProtoMsg(message: _162.MsgLSMLiquidStakeResponse): _162.MsgLSMLiquidStakeResponseProtoMsg;
|
|
1091
|
+
};
|
|
1092
|
+
MsgClearBalance: {
|
|
1093
|
+
typeUrl: string;
|
|
1094
|
+
encode(message: _162.MsgClearBalance, writer?: import("../binary.ts").BinaryWriter): import("../binary.ts").BinaryWriter;
|
|
1095
|
+
decode(input: import("../binary.ts").BinaryReader | Uint8Array, length?: number): _162.MsgClearBalance;
|
|
1096
|
+
fromJSON(object: any): _162.MsgClearBalance;
|
|
1097
|
+
toJSON(message: _162.MsgClearBalance): import("../json-safe.ts").JsonSafe<_162.MsgClearBalance>;
|
|
1098
|
+
fromPartial(object: Partial<_162.MsgClearBalance>): _162.MsgClearBalance;
|
|
1099
|
+
fromProtoMsg(message: _162.MsgClearBalanceProtoMsg): _162.MsgClearBalance;
|
|
1100
|
+
toProto(message: _162.MsgClearBalance): Uint8Array;
|
|
1101
|
+
toProtoMsg(message: _162.MsgClearBalance): _162.MsgClearBalanceProtoMsg;
|
|
1102
|
+
};
|
|
1103
|
+
MsgClearBalanceResponse: {
|
|
1104
|
+
typeUrl: string;
|
|
1105
|
+
encode(_: _162.MsgClearBalanceResponse, writer?: import("../binary.ts").BinaryWriter): import("../binary.ts").BinaryWriter;
|
|
1106
|
+
decode(input: import("../binary.ts").BinaryReader | Uint8Array, length?: number): _162.MsgClearBalanceResponse;
|
|
1107
|
+
fromJSON(_: any): _162.MsgClearBalanceResponse;
|
|
1108
|
+
toJSON(_: _162.MsgClearBalanceResponse): import("../json-safe.ts").JsonSafe<_162.MsgClearBalanceResponse>;
|
|
1109
|
+
fromPartial(_: Partial<_162.MsgClearBalanceResponse>): _162.MsgClearBalanceResponse;
|
|
1110
|
+
fromProtoMsg(message: _162.MsgClearBalanceResponseProtoMsg): _162.MsgClearBalanceResponse;
|
|
1111
|
+
toProto(message: _162.MsgClearBalanceResponse): Uint8Array;
|
|
1112
|
+
toProtoMsg(message: _162.MsgClearBalanceResponse): _162.MsgClearBalanceResponseProtoMsg;
|
|
1113
|
+
};
|
|
1114
|
+
MsgRedeemStake: {
|
|
1115
|
+
typeUrl: string;
|
|
1116
|
+
encode(message: _162.MsgRedeemStake, writer?: import("../binary.ts").BinaryWriter): import("../binary.ts").BinaryWriter;
|
|
1117
|
+
decode(input: import("../binary.ts").BinaryReader | Uint8Array, length?: number): _162.MsgRedeemStake;
|
|
1118
|
+
fromJSON(object: any): _162.MsgRedeemStake;
|
|
1119
|
+
toJSON(message: _162.MsgRedeemStake): import("../json-safe.ts").JsonSafe<_162.MsgRedeemStake>;
|
|
1120
|
+
fromPartial(object: Partial<_162.MsgRedeemStake>): _162.MsgRedeemStake;
|
|
1121
|
+
fromProtoMsg(message: _162.MsgRedeemStakeProtoMsg): _162.MsgRedeemStake;
|
|
1122
|
+
toProto(message: _162.MsgRedeemStake): Uint8Array;
|
|
1123
|
+
toProtoMsg(message: _162.MsgRedeemStake): _162.MsgRedeemStakeProtoMsg;
|
|
1124
|
+
};
|
|
1125
|
+
MsgRedeemStakeResponse: {
|
|
1126
|
+
typeUrl: string;
|
|
1127
|
+
encode(_: _162.MsgRedeemStakeResponse, writer?: import("../binary.ts").BinaryWriter): import("../binary.ts").BinaryWriter;
|
|
1128
|
+
decode(input: import("../binary.ts").BinaryReader | Uint8Array, length?: number): _162.MsgRedeemStakeResponse;
|
|
1129
|
+
fromJSON(_: any): _162.MsgRedeemStakeResponse;
|
|
1130
|
+
toJSON(_: _162.MsgRedeemStakeResponse): import("../json-safe.ts").JsonSafe<_162.MsgRedeemStakeResponse>;
|
|
1131
|
+
fromPartial(_: Partial<_162.MsgRedeemStakeResponse>): _162.MsgRedeemStakeResponse;
|
|
1132
|
+
fromProtoMsg(message: _162.MsgRedeemStakeResponseProtoMsg): _162.MsgRedeemStakeResponse;
|
|
1133
|
+
toProto(message: _162.MsgRedeemStakeResponse): Uint8Array;
|
|
1134
|
+
toProtoMsg(message: _162.MsgRedeemStakeResponse): _162.MsgRedeemStakeResponseProtoMsg;
|
|
1135
|
+
};
|
|
1136
|
+
MsgRegisterHostZone: {
|
|
1137
|
+
typeUrl: string;
|
|
1138
|
+
encode(message: _162.MsgRegisterHostZone, writer?: import("../binary.ts").BinaryWriter): import("../binary.ts").BinaryWriter;
|
|
1139
|
+
decode(input: import("../binary.ts").BinaryReader | Uint8Array, length?: number): _162.MsgRegisterHostZone;
|
|
1140
|
+
fromJSON(object: any): _162.MsgRegisterHostZone;
|
|
1141
|
+
toJSON(message: _162.MsgRegisterHostZone): import("../json-safe.ts").JsonSafe<_162.MsgRegisterHostZone>;
|
|
1142
|
+
fromPartial(object: Partial<_162.MsgRegisterHostZone>): _162.MsgRegisterHostZone;
|
|
1143
|
+
fromProtoMsg(message: _162.MsgRegisterHostZoneProtoMsg): _162.MsgRegisterHostZone;
|
|
1144
|
+
toProto(message: _162.MsgRegisterHostZone): Uint8Array;
|
|
1145
|
+
toProtoMsg(message: _162.MsgRegisterHostZone): _162.MsgRegisterHostZoneProtoMsg;
|
|
1146
|
+
};
|
|
1147
|
+
MsgRegisterHostZoneResponse: {
|
|
1148
|
+
typeUrl: string;
|
|
1149
|
+
encode(_: _162.MsgRegisterHostZoneResponse, writer?: import("../binary.ts").BinaryWriter): import("../binary.ts").BinaryWriter;
|
|
1150
|
+
decode(input: import("../binary.ts").BinaryReader | Uint8Array, length?: number): _162.MsgRegisterHostZoneResponse;
|
|
1151
|
+
fromJSON(_: any): _162.MsgRegisterHostZoneResponse;
|
|
1152
|
+
toJSON(_: _162.MsgRegisterHostZoneResponse): import("../json-safe.ts").JsonSafe<_162.MsgRegisterHostZoneResponse>;
|
|
1153
|
+
fromPartial(_: Partial<_162.MsgRegisterHostZoneResponse>): _162.MsgRegisterHostZoneResponse;
|
|
1154
|
+
fromProtoMsg(message: _162.MsgRegisterHostZoneResponseProtoMsg): _162.MsgRegisterHostZoneResponse;
|
|
1155
|
+
toProto(message: _162.MsgRegisterHostZoneResponse): Uint8Array;
|
|
1156
|
+
toProtoMsg(message: _162.MsgRegisterHostZoneResponse): _162.MsgRegisterHostZoneResponseProtoMsg;
|
|
1157
|
+
};
|
|
1158
|
+
MsgClaimUndelegatedTokens: {
|
|
1159
|
+
typeUrl: string;
|
|
1160
|
+
encode(message: _162.MsgClaimUndelegatedTokens, writer?: import("../binary.ts").BinaryWriter): import("../binary.ts").BinaryWriter;
|
|
1161
|
+
decode(input: import("../binary.ts").BinaryReader | Uint8Array, length?: number): _162.MsgClaimUndelegatedTokens;
|
|
1162
|
+
fromJSON(object: any): _162.MsgClaimUndelegatedTokens;
|
|
1163
|
+
toJSON(message: _162.MsgClaimUndelegatedTokens): import("../json-safe.ts").JsonSafe<_162.MsgClaimUndelegatedTokens>;
|
|
1164
|
+
fromPartial(object: Partial<_162.MsgClaimUndelegatedTokens>): _162.MsgClaimUndelegatedTokens;
|
|
1165
|
+
fromProtoMsg(message: _162.MsgClaimUndelegatedTokensProtoMsg): _162.MsgClaimUndelegatedTokens;
|
|
1166
|
+
toProto(message: _162.MsgClaimUndelegatedTokens): Uint8Array;
|
|
1167
|
+
toProtoMsg(message: _162.MsgClaimUndelegatedTokens): _162.MsgClaimUndelegatedTokensProtoMsg;
|
|
1168
|
+
};
|
|
1169
|
+
MsgClaimUndelegatedTokensResponse: {
|
|
1170
|
+
typeUrl: string;
|
|
1171
|
+
encode(_: _162.MsgClaimUndelegatedTokensResponse, writer?: import("../binary.ts").BinaryWriter): import("../binary.ts").BinaryWriter;
|
|
1172
|
+
decode(input: import("../binary.ts").BinaryReader | Uint8Array, length?: number): _162.MsgClaimUndelegatedTokensResponse;
|
|
1173
|
+
fromJSON(_: any): _162.MsgClaimUndelegatedTokensResponse;
|
|
1174
|
+
toJSON(_: _162.MsgClaimUndelegatedTokensResponse): import("../json-safe.ts").JsonSafe<_162.MsgClaimUndelegatedTokensResponse>;
|
|
1175
|
+
fromPartial(_: Partial<_162.MsgClaimUndelegatedTokensResponse>): _162.MsgClaimUndelegatedTokensResponse;
|
|
1176
|
+
fromProtoMsg(message: _162.MsgClaimUndelegatedTokensResponseProtoMsg): _162.MsgClaimUndelegatedTokensResponse;
|
|
1177
|
+
toProto(message: _162.MsgClaimUndelegatedTokensResponse): Uint8Array;
|
|
1178
|
+
toProtoMsg(message: _162.MsgClaimUndelegatedTokensResponse): _162.MsgClaimUndelegatedTokensResponseProtoMsg;
|
|
1179
|
+
};
|
|
1180
|
+
MsgRebalanceValidators: {
|
|
1181
|
+
typeUrl: string;
|
|
1182
|
+
encode(message: _162.MsgRebalanceValidators, writer?: import("../binary.ts").BinaryWriter): import("../binary.ts").BinaryWriter;
|
|
1183
|
+
decode(input: import("../binary.ts").BinaryReader | Uint8Array, length?: number): _162.MsgRebalanceValidators;
|
|
1184
|
+
fromJSON(object: any): _162.MsgRebalanceValidators;
|
|
1185
|
+
toJSON(message: _162.MsgRebalanceValidators): import("../json-safe.ts").JsonSafe<_162.MsgRebalanceValidators>;
|
|
1186
|
+
fromPartial(object: Partial<_162.MsgRebalanceValidators>): _162.MsgRebalanceValidators;
|
|
1187
|
+
fromProtoMsg(message: _162.MsgRebalanceValidatorsProtoMsg): _162.MsgRebalanceValidators;
|
|
1188
|
+
toProto(message: _162.MsgRebalanceValidators): Uint8Array;
|
|
1189
|
+
toProtoMsg(message: _162.MsgRebalanceValidators): _162.MsgRebalanceValidatorsProtoMsg;
|
|
1190
|
+
};
|
|
1191
|
+
MsgRebalanceValidatorsResponse: {
|
|
1192
|
+
typeUrl: string;
|
|
1193
|
+
encode(_: _162.MsgRebalanceValidatorsResponse, writer?: import("../binary.ts").BinaryWriter): import("../binary.ts").BinaryWriter;
|
|
1194
|
+
decode(input: import("../binary.ts").BinaryReader | Uint8Array, length?: number): _162.MsgRebalanceValidatorsResponse;
|
|
1195
|
+
fromJSON(_: any): _162.MsgRebalanceValidatorsResponse;
|
|
1196
|
+
toJSON(_: _162.MsgRebalanceValidatorsResponse): import("../json-safe.ts").JsonSafe<_162.MsgRebalanceValidatorsResponse>;
|
|
1197
|
+
fromPartial(_: Partial<_162.MsgRebalanceValidatorsResponse>): _162.MsgRebalanceValidatorsResponse;
|
|
1198
|
+
fromProtoMsg(message: _162.MsgRebalanceValidatorsResponseProtoMsg): _162.MsgRebalanceValidatorsResponse;
|
|
1199
|
+
toProto(message: _162.MsgRebalanceValidatorsResponse): Uint8Array;
|
|
1200
|
+
toProtoMsg(message: _162.MsgRebalanceValidatorsResponse): _162.MsgRebalanceValidatorsResponseProtoMsg;
|
|
1201
|
+
};
|
|
1202
|
+
MsgAddValidators: {
|
|
1203
|
+
typeUrl: string;
|
|
1204
|
+
encode(message: _162.MsgAddValidators, writer?: import("../binary.ts").BinaryWriter): import("../binary.ts").BinaryWriter;
|
|
1205
|
+
decode(input: import("../binary.ts").BinaryReader | Uint8Array, length?: number): _162.MsgAddValidators;
|
|
1206
|
+
fromJSON(object: any): _162.MsgAddValidators;
|
|
1207
|
+
toJSON(message: _162.MsgAddValidators): import("../json-safe.ts").JsonSafe<_162.MsgAddValidators>;
|
|
1208
|
+
fromPartial(object: Partial<_162.MsgAddValidators>): _162.MsgAddValidators;
|
|
1209
|
+
fromProtoMsg(message: _162.MsgAddValidatorsProtoMsg): _162.MsgAddValidators;
|
|
1210
|
+
toProto(message: _162.MsgAddValidators): Uint8Array;
|
|
1211
|
+
toProtoMsg(message: _162.MsgAddValidators): _162.MsgAddValidatorsProtoMsg;
|
|
1212
|
+
};
|
|
1213
|
+
MsgAddValidatorsResponse: {
|
|
1214
|
+
typeUrl: string;
|
|
1215
|
+
encode(_: _162.MsgAddValidatorsResponse, writer?: import("../binary.ts").BinaryWriter): import("../binary.ts").BinaryWriter;
|
|
1216
|
+
decode(input: import("../binary.ts").BinaryReader | Uint8Array, length?: number): _162.MsgAddValidatorsResponse;
|
|
1217
|
+
fromJSON(_: any): _162.MsgAddValidatorsResponse;
|
|
1218
|
+
toJSON(_: _162.MsgAddValidatorsResponse): import("../json-safe.ts").JsonSafe<_162.MsgAddValidatorsResponse>;
|
|
1219
|
+
fromPartial(_: Partial<_162.MsgAddValidatorsResponse>): _162.MsgAddValidatorsResponse;
|
|
1220
|
+
fromProtoMsg(message: _162.MsgAddValidatorsResponseProtoMsg): _162.MsgAddValidatorsResponse;
|
|
1221
|
+
toProto(message: _162.MsgAddValidatorsResponse): Uint8Array;
|
|
1222
|
+
toProtoMsg(message: _162.MsgAddValidatorsResponse): _162.MsgAddValidatorsResponseProtoMsg;
|
|
1223
|
+
};
|
|
1224
|
+
ValidatorWeight: {
|
|
1225
|
+
typeUrl: string;
|
|
1226
|
+
encode(message: _162.ValidatorWeight, writer?: import("../binary.ts").BinaryWriter): import("../binary.ts").BinaryWriter;
|
|
1227
|
+
decode(input: import("../binary.ts").BinaryReader | Uint8Array, length?: number): _162.ValidatorWeight;
|
|
1228
|
+
fromJSON(object: any): _162.ValidatorWeight;
|
|
1229
|
+
toJSON(message: _162.ValidatorWeight): import("../json-safe.ts").JsonSafe<_162.ValidatorWeight>;
|
|
1230
|
+
fromPartial(object: Partial<_162.ValidatorWeight>): _162.ValidatorWeight;
|
|
1231
|
+
fromProtoMsg(message: _162.ValidatorWeightProtoMsg): _162.ValidatorWeight;
|
|
1232
|
+
toProto(message: _162.ValidatorWeight): Uint8Array;
|
|
1233
|
+
toProtoMsg(message: _162.ValidatorWeight): _162.ValidatorWeightProtoMsg;
|
|
1234
|
+
};
|
|
1235
|
+
MsgChangeValidatorWeights: {
|
|
1236
|
+
typeUrl: string;
|
|
1237
|
+
encode(message: _162.MsgChangeValidatorWeights, writer?: import("../binary.ts").BinaryWriter): import("../binary.ts").BinaryWriter;
|
|
1238
|
+
decode(input: import("../binary.ts").BinaryReader | Uint8Array, length?: number): _162.MsgChangeValidatorWeights;
|
|
1239
|
+
fromJSON(object: any): _162.MsgChangeValidatorWeights;
|
|
1240
|
+
toJSON(message: _162.MsgChangeValidatorWeights): import("../json-safe.ts").JsonSafe<_162.MsgChangeValidatorWeights>;
|
|
1241
|
+
fromPartial(object: Partial<_162.MsgChangeValidatorWeights>): _162.MsgChangeValidatorWeights;
|
|
1242
|
+
fromProtoMsg(message: _162.MsgChangeValidatorWeightsProtoMsg): _162.MsgChangeValidatorWeights;
|
|
1243
|
+
toProto(message: _162.MsgChangeValidatorWeights): Uint8Array;
|
|
1244
|
+
toProtoMsg(message: _162.MsgChangeValidatorWeights): _162.MsgChangeValidatorWeightsProtoMsg;
|
|
1245
|
+
};
|
|
1246
|
+
MsgChangeValidatorWeightsResponse: {
|
|
1247
|
+
typeUrl: string;
|
|
1248
|
+
encode(_: _162.MsgChangeValidatorWeightsResponse, writer?: import("../binary.ts").BinaryWriter): import("../binary.ts").BinaryWriter;
|
|
1249
|
+
decode(input: import("../binary.ts").BinaryReader | Uint8Array, length?: number): _162.MsgChangeValidatorWeightsResponse;
|
|
1250
|
+
fromJSON(_: any): _162.MsgChangeValidatorWeightsResponse;
|
|
1251
|
+
toJSON(_: _162.MsgChangeValidatorWeightsResponse): import("../json-safe.ts").JsonSafe<_162.MsgChangeValidatorWeightsResponse>;
|
|
1252
|
+
fromPartial(_: Partial<_162.MsgChangeValidatorWeightsResponse>): _162.MsgChangeValidatorWeightsResponse;
|
|
1253
|
+
fromProtoMsg(message: _162.MsgChangeValidatorWeightsResponseProtoMsg): _162.MsgChangeValidatorWeightsResponse;
|
|
1254
|
+
toProto(message: _162.MsgChangeValidatorWeightsResponse): Uint8Array;
|
|
1255
|
+
toProtoMsg(message: _162.MsgChangeValidatorWeightsResponse): _162.MsgChangeValidatorWeightsResponseProtoMsg;
|
|
1256
|
+
};
|
|
1257
|
+
MsgDeleteValidator: {
|
|
1258
|
+
typeUrl: string;
|
|
1259
|
+
encode(message: _162.MsgDeleteValidator, writer?: import("../binary.ts").BinaryWriter): import("../binary.ts").BinaryWriter;
|
|
1260
|
+
decode(input: import("../binary.ts").BinaryReader | Uint8Array, length?: number): _162.MsgDeleteValidator;
|
|
1261
|
+
fromJSON(object: any): _162.MsgDeleteValidator;
|
|
1262
|
+
toJSON(message: _162.MsgDeleteValidator): import("../json-safe.ts").JsonSafe<_162.MsgDeleteValidator>;
|
|
1263
|
+
fromPartial(object: Partial<_162.MsgDeleteValidator>): _162.MsgDeleteValidator;
|
|
1264
|
+
fromProtoMsg(message: _162.MsgDeleteValidatorProtoMsg): _162.MsgDeleteValidator;
|
|
1265
|
+
toProto(message: _162.MsgDeleteValidator): Uint8Array;
|
|
1266
|
+
toProtoMsg(message: _162.MsgDeleteValidator): _162.MsgDeleteValidatorProtoMsg;
|
|
1267
|
+
};
|
|
1268
|
+
MsgDeleteValidatorResponse: {
|
|
1269
|
+
typeUrl: string;
|
|
1270
|
+
encode(_: _162.MsgDeleteValidatorResponse, writer?: import("../binary.ts").BinaryWriter): import("../binary.ts").BinaryWriter;
|
|
1271
|
+
decode(input: import("../binary.ts").BinaryReader | Uint8Array, length?: number): _162.MsgDeleteValidatorResponse;
|
|
1272
|
+
fromJSON(_: any): _162.MsgDeleteValidatorResponse;
|
|
1273
|
+
toJSON(_: _162.MsgDeleteValidatorResponse): import("../json-safe.ts").JsonSafe<_162.MsgDeleteValidatorResponse>;
|
|
1274
|
+
fromPartial(_: Partial<_162.MsgDeleteValidatorResponse>): _162.MsgDeleteValidatorResponse;
|
|
1275
|
+
fromProtoMsg(message: _162.MsgDeleteValidatorResponseProtoMsg): _162.MsgDeleteValidatorResponse;
|
|
1276
|
+
toProto(message: _162.MsgDeleteValidatorResponse): Uint8Array;
|
|
1277
|
+
toProtoMsg(message: _162.MsgDeleteValidatorResponse): _162.MsgDeleteValidatorResponseProtoMsg;
|
|
1278
|
+
};
|
|
1279
|
+
MsgRestoreInterchainAccount: {
|
|
1280
|
+
typeUrl: string;
|
|
1281
|
+
encode(message: _162.MsgRestoreInterchainAccount, writer?: import("../binary.ts").BinaryWriter): import("../binary.ts").BinaryWriter;
|
|
1282
|
+
decode(input: import("../binary.ts").BinaryReader | Uint8Array, length?: number): _162.MsgRestoreInterchainAccount;
|
|
1283
|
+
fromJSON(object: any): _162.MsgRestoreInterchainAccount;
|
|
1284
|
+
toJSON(message: _162.MsgRestoreInterchainAccount): import("../json-safe.ts").JsonSafe<_162.MsgRestoreInterchainAccount>;
|
|
1285
|
+
fromPartial(object: Partial<_162.MsgRestoreInterchainAccount>): _162.MsgRestoreInterchainAccount;
|
|
1286
|
+
fromProtoMsg(message: _162.MsgRestoreInterchainAccountProtoMsg): _162.MsgRestoreInterchainAccount;
|
|
1287
|
+
toProto(message: _162.MsgRestoreInterchainAccount): Uint8Array;
|
|
1288
|
+
toProtoMsg(message: _162.MsgRestoreInterchainAccount): _162.MsgRestoreInterchainAccountProtoMsg;
|
|
1289
|
+
};
|
|
1290
|
+
MsgRestoreInterchainAccountResponse: {
|
|
1291
|
+
typeUrl: string;
|
|
1292
|
+
encode(_: _162.MsgRestoreInterchainAccountResponse, writer?: import("../binary.ts").BinaryWriter): import("../binary.ts").BinaryWriter;
|
|
1293
|
+
decode(input: import("../binary.ts").BinaryReader | Uint8Array, length?: number): _162.MsgRestoreInterchainAccountResponse;
|
|
1294
|
+
fromJSON(_: any): _162.MsgRestoreInterchainAccountResponse;
|
|
1295
|
+
toJSON(_: _162.MsgRestoreInterchainAccountResponse): import("../json-safe.ts").JsonSafe<_162.MsgRestoreInterchainAccountResponse>;
|
|
1296
|
+
fromPartial(_: Partial<_162.MsgRestoreInterchainAccountResponse>): _162.MsgRestoreInterchainAccountResponse;
|
|
1297
|
+
fromProtoMsg(message: _162.MsgRestoreInterchainAccountResponseProtoMsg): _162.MsgRestoreInterchainAccountResponse;
|
|
1298
|
+
toProto(message: _162.MsgRestoreInterchainAccountResponse): Uint8Array;
|
|
1299
|
+
toProtoMsg(message: _162.MsgRestoreInterchainAccountResponse): _162.MsgRestoreInterchainAccountResponseProtoMsg;
|
|
1300
|
+
};
|
|
1301
|
+
MsgCloseDelegationChannel: {
|
|
1302
|
+
typeUrl: string;
|
|
1303
|
+
encode(message: _162.MsgCloseDelegationChannel, writer?: import("../binary.ts").BinaryWriter): import("../binary.ts").BinaryWriter;
|
|
1304
|
+
decode(input: import("../binary.ts").BinaryReader | Uint8Array, length?: number): _162.MsgCloseDelegationChannel;
|
|
1305
|
+
fromJSON(object: any): _162.MsgCloseDelegationChannel;
|
|
1306
|
+
toJSON(message: _162.MsgCloseDelegationChannel): import("../json-safe.ts").JsonSafe<_162.MsgCloseDelegationChannel>;
|
|
1307
|
+
fromPartial(object: Partial<_162.MsgCloseDelegationChannel>): _162.MsgCloseDelegationChannel;
|
|
1308
|
+
fromProtoMsg(message: _162.MsgCloseDelegationChannelProtoMsg): _162.MsgCloseDelegationChannel;
|
|
1309
|
+
toProto(message: _162.MsgCloseDelegationChannel): Uint8Array;
|
|
1310
|
+
toProtoMsg(message: _162.MsgCloseDelegationChannel): _162.MsgCloseDelegationChannelProtoMsg;
|
|
1311
|
+
};
|
|
1312
|
+
MsgCloseDelegationChannelResponse: {
|
|
1313
|
+
typeUrl: string;
|
|
1314
|
+
encode(_: _162.MsgCloseDelegationChannelResponse, writer?: import("../binary.ts").BinaryWriter): import("../binary.ts").BinaryWriter;
|
|
1315
|
+
decode(input: import("../binary.ts").BinaryReader | Uint8Array, length?: number): _162.MsgCloseDelegationChannelResponse;
|
|
1316
|
+
fromJSON(_: any): _162.MsgCloseDelegationChannelResponse;
|
|
1317
|
+
toJSON(_: _162.MsgCloseDelegationChannelResponse): import("../json-safe.ts").JsonSafe<_162.MsgCloseDelegationChannelResponse>;
|
|
1318
|
+
fromPartial(_: Partial<_162.MsgCloseDelegationChannelResponse>): _162.MsgCloseDelegationChannelResponse;
|
|
1319
|
+
fromProtoMsg(message: _162.MsgCloseDelegationChannelResponseProtoMsg): _162.MsgCloseDelegationChannelResponse;
|
|
1320
|
+
toProto(message: _162.MsgCloseDelegationChannelResponse): Uint8Array;
|
|
1321
|
+
toProtoMsg(message: _162.MsgCloseDelegationChannelResponse): _162.MsgCloseDelegationChannelResponseProtoMsg;
|
|
1322
|
+
};
|
|
1323
|
+
MsgUpdateValidatorSharesExchRate: {
|
|
1324
|
+
typeUrl: string;
|
|
1325
|
+
encode(message: _162.MsgUpdateValidatorSharesExchRate, writer?: import("../binary.ts").BinaryWriter): import("../binary.ts").BinaryWriter;
|
|
1326
|
+
decode(input: import("../binary.ts").BinaryReader | Uint8Array, length?: number): _162.MsgUpdateValidatorSharesExchRate;
|
|
1327
|
+
fromJSON(object: any): _162.MsgUpdateValidatorSharesExchRate;
|
|
1328
|
+
toJSON(message: _162.MsgUpdateValidatorSharesExchRate): import("../json-safe.ts").JsonSafe<_162.MsgUpdateValidatorSharesExchRate>;
|
|
1329
|
+
fromPartial(object: Partial<_162.MsgUpdateValidatorSharesExchRate>): _162.MsgUpdateValidatorSharesExchRate;
|
|
1330
|
+
fromProtoMsg(message: _162.MsgUpdateValidatorSharesExchRateProtoMsg): _162.MsgUpdateValidatorSharesExchRate;
|
|
1331
|
+
toProto(message: _162.MsgUpdateValidatorSharesExchRate): Uint8Array;
|
|
1332
|
+
toProtoMsg(message: _162.MsgUpdateValidatorSharesExchRate): _162.MsgUpdateValidatorSharesExchRateProtoMsg;
|
|
1333
|
+
};
|
|
1334
|
+
MsgUpdateValidatorSharesExchRateResponse: {
|
|
1335
|
+
typeUrl: string;
|
|
1336
|
+
encode(_: _162.MsgUpdateValidatorSharesExchRateResponse, writer?: import("../binary.ts").BinaryWriter): import("../binary.ts").BinaryWriter;
|
|
1337
|
+
decode(input: import("../binary.ts").BinaryReader | Uint8Array, length?: number): _162.MsgUpdateValidatorSharesExchRateResponse;
|
|
1338
|
+
fromJSON(_: any): _162.MsgUpdateValidatorSharesExchRateResponse;
|
|
1339
|
+
toJSON(_: _162.MsgUpdateValidatorSharesExchRateResponse): import("../json-safe.ts").JsonSafe<_162.MsgUpdateValidatorSharesExchRateResponse>;
|
|
1340
|
+
fromPartial(_: Partial<_162.MsgUpdateValidatorSharesExchRateResponse>): _162.MsgUpdateValidatorSharesExchRateResponse;
|
|
1341
|
+
fromProtoMsg(message: _162.MsgUpdateValidatorSharesExchRateResponseProtoMsg): _162.MsgUpdateValidatorSharesExchRateResponse;
|
|
1342
|
+
toProto(message: _162.MsgUpdateValidatorSharesExchRateResponse): Uint8Array;
|
|
1343
|
+
toProtoMsg(message: _162.MsgUpdateValidatorSharesExchRateResponse): _162.MsgUpdateValidatorSharesExchRateResponseProtoMsg;
|
|
1344
|
+
};
|
|
1345
|
+
MsgCalibrateDelegation: {
|
|
1346
|
+
typeUrl: string;
|
|
1347
|
+
encode(message: _162.MsgCalibrateDelegation, writer?: import("../binary.ts").BinaryWriter): import("../binary.ts").BinaryWriter;
|
|
1348
|
+
decode(input: import("../binary.ts").BinaryReader | Uint8Array, length?: number): _162.MsgCalibrateDelegation;
|
|
1349
|
+
fromJSON(object: any): _162.MsgCalibrateDelegation;
|
|
1350
|
+
toJSON(message: _162.MsgCalibrateDelegation): import("../json-safe.ts").JsonSafe<_162.MsgCalibrateDelegation>;
|
|
1351
|
+
fromPartial(object: Partial<_162.MsgCalibrateDelegation>): _162.MsgCalibrateDelegation;
|
|
1352
|
+
fromProtoMsg(message: _162.MsgCalibrateDelegationProtoMsg): _162.MsgCalibrateDelegation;
|
|
1353
|
+
toProto(message: _162.MsgCalibrateDelegation): Uint8Array;
|
|
1354
|
+
toProtoMsg(message: _162.MsgCalibrateDelegation): _162.MsgCalibrateDelegationProtoMsg;
|
|
1355
|
+
};
|
|
1356
|
+
MsgCalibrateDelegationResponse: {
|
|
1357
|
+
typeUrl: string;
|
|
1358
|
+
encode(_: _162.MsgCalibrateDelegationResponse, writer?: import("../binary.ts").BinaryWriter): import("../binary.ts").BinaryWriter;
|
|
1359
|
+
decode(input: import("../binary.ts").BinaryReader | Uint8Array, length?: number): _162.MsgCalibrateDelegationResponse;
|
|
1360
|
+
fromJSON(_: any): _162.MsgCalibrateDelegationResponse;
|
|
1361
|
+
toJSON(_: _162.MsgCalibrateDelegationResponse): import("../json-safe.ts").JsonSafe<_162.MsgCalibrateDelegationResponse>;
|
|
1362
|
+
fromPartial(_: Partial<_162.MsgCalibrateDelegationResponse>): _162.MsgCalibrateDelegationResponse;
|
|
1363
|
+
fromProtoMsg(message: _162.MsgCalibrateDelegationResponseProtoMsg): _162.MsgCalibrateDelegationResponse;
|
|
1364
|
+
toProto(message: _162.MsgCalibrateDelegationResponse): Uint8Array;
|
|
1365
|
+
toProtoMsg(message: _162.MsgCalibrateDelegationResponse): _162.MsgCalibrateDelegationResponseProtoMsg;
|
|
1366
|
+
};
|
|
1367
|
+
MsgResumeHostZone: {
|
|
1368
|
+
typeUrl: string;
|
|
1369
|
+
encode(message: _162.MsgResumeHostZone, writer?: import("../binary.ts").BinaryWriter): import("../binary.ts").BinaryWriter;
|
|
1370
|
+
decode(input: import("../binary.ts").BinaryReader | Uint8Array, length?: number): _162.MsgResumeHostZone;
|
|
1371
|
+
fromJSON(object: any): _162.MsgResumeHostZone;
|
|
1372
|
+
toJSON(message: _162.MsgResumeHostZone): import("../json-safe.ts").JsonSafe<_162.MsgResumeHostZone>;
|
|
1373
|
+
fromPartial(object: Partial<_162.MsgResumeHostZone>): _162.MsgResumeHostZone;
|
|
1374
|
+
fromProtoMsg(message: _162.MsgResumeHostZoneProtoMsg): _162.MsgResumeHostZone;
|
|
1375
|
+
toProto(message: _162.MsgResumeHostZone): Uint8Array;
|
|
1376
|
+
toProtoMsg(message: _162.MsgResumeHostZone): _162.MsgResumeHostZoneProtoMsg;
|
|
1377
|
+
};
|
|
1378
|
+
MsgResumeHostZoneResponse: {
|
|
1379
|
+
typeUrl: string;
|
|
1380
|
+
encode(_: _162.MsgResumeHostZoneResponse, writer?: import("../binary.ts").BinaryWriter): import("../binary.ts").BinaryWriter;
|
|
1381
|
+
decode(input: import("../binary.ts").BinaryReader | Uint8Array, length?: number): _162.MsgResumeHostZoneResponse;
|
|
1382
|
+
fromJSON(_: any): _162.MsgResumeHostZoneResponse;
|
|
1383
|
+
toJSON(_: _162.MsgResumeHostZoneResponse): import("../json-safe.ts").JsonSafe<_162.MsgResumeHostZoneResponse>;
|
|
1384
|
+
fromPartial(_: Partial<_162.MsgResumeHostZoneResponse>): _162.MsgResumeHostZoneResponse;
|
|
1385
|
+
fromProtoMsg(message: _162.MsgResumeHostZoneResponseProtoMsg): _162.MsgResumeHostZoneResponse;
|
|
1386
|
+
toProto(message: _162.MsgResumeHostZoneResponse): Uint8Array;
|
|
1387
|
+
toProtoMsg(message: _162.MsgResumeHostZoneResponse): _162.MsgResumeHostZoneResponseProtoMsg;
|
|
1388
|
+
};
|
|
1389
|
+
MsgCreateTradeRoute: {
|
|
1390
|
+
typeUrl: string;
|
|
1391
|
+
encode(message: _162.MsgCreateTradeRoute, writer?: import("../binary.ts").BinaryWriter): import("../binary.ts").BinaryWriter;
|
|
1392
|
+
decode(input: import("../binary.ts").BinaryReader | Uint8Array, length?: number): _162.MsgCreateTradeRoute;
|
|
1393
|
+
fromJSON(object: any): _162.MsgCreateTradeRoute;
|
|
1394
|
+
toJSON(message: _162.MsgCreateTradeRoute): import("../json-safe.ts").JsonSafe<_162.MsgCreateTradeRoute>;
|
|
1395
|
+
fromPartial(object: Partial<_162.MsgCreateTradeRoute>): _162.MsgCreateTradeRoute;
|
|
1396
|
+
fromProtoMsg(message: _162.MsgCreateTradeRouteProtoMsg): _162.MsgCreateTradeRoute;
|
|
1397
|
+
toProto(message: _162.MsgCreateTradeRoute): Uint8Array;
|
|
1398
|
+
toProtoMsg(message: _162.MsgCreateTradeRoute): _162.MsgCreateTradeRouteProtoMsg;
|
|
1399
|
+
};
|
|
1400
|
+
MsgCreateTradeRouteResponse: {
|
|
1401
|
+
typeUrl: string;
|
|
1402
|
+
encode(_: _162.MsgCreateTradeRouteResponse, writer?: import("../binary.ts").BinaryWriter): import("../binary.ts").BinaryWriter;
|
|
1403
|
+
decode(input: import("../binary.ts").BinaryReader | Uint8Array, length?: number): _162.MsgCreateTradeRouteResponse;
|
|
1404
|
+
fromJSON(_: any): _162.MsgCreateTradeRouteResponse;
|
|
1405
|
+
toJSON(_: _162.MsgCreateTradeRouteResponse): import("../json-safe.ts").JsonSafe<_162.MsgCreateTradeRouteResponse>;
|
|
1406
|
+
fromPartial(_: Partial<_162.MsgCreateTradeRouteResponse>): _162.MsgCreateTradeRouteResponse;
|
|
1407
|
+
fromProtoMsg(message: _162.MsgCreateTradeRouteResponseProtoMsg): _162.MsgCreateTradeRouteResponse;
|
|
1408
|
+
toProto(message: _162.MsgCreateTradeRouteResponse): Uint8Array;
|
|
1409
|
+
toProtoMsg(message: _162.MsgCreateTradeRouteResponse): _162.MsgCreateTradeRouteResponseProtoMsg;
|
|
1410
|
+
};
|
|
1411
|
+
MsgDeleteTradeRoute: {
|
|
1412
|
+
typeUrl: string;
|
|
1413
|
+
encode(message: _162.MsgDeleteTradeRoute, writer?: import("../binary.ts").BinaryWriter): import("../binary.ts").BinaryWriter;
|
|
1414
|
+
decode(input: import("../binary.ts").BinaryReader | Uint8Array, length?: number): _162.MsgDeleteTradeRoute;
|
|
1415
|
+
fromJSON(object: any): _162.MsgDeleteTradeRoute;
|
|
1416
|
+
toJSON(message: _162.MsgDeleteTradeRoute): import("../json-safe.ts").JsonSafe<_162.MsgDeleteTradeRoute>;
|
|
1417
|
+
fromPartial(object: Partial<_162.MsgDeleteTradeRoute>): _162.MsgDeleteTradeRoute;
|
|
1418
|
+
fromProtoMsg(message: _162.MsgDeleteTradeRouteProtoMsg): _162.MsgDeleteTradeRoute;
|
|
1419
|
+
toProto(message: _162.MsgDeleteTradeRoute): Uint8Array;
|
|
1420
|
+
toProtoMsg(message: _162.MsgDeleteTradeRoute): _162.MsgDeleteTradeRouteProtoMsg;
|
|
1421
|
+
};
|
|
1422
|
+
MsgDeleteTradeRouteResponse: {
|
|
1423
|
+
typeUrl: string;
|
|
1424
|
+
encode(_: _162.MsgDeleteTradeRouteResponse, writer?: import("../binary.ts").BinaryWriter): import("../binary.ts").BinaryWriter;
|
|
1425
|
+
decode(input: import("../binary.ts").BinaryReader | Uint8Array, length?: number): _162.MsgDeleteTradeRouteResponse;
|
|
1426
|
+
fromJSON(_: any): _162.MsgDeleteTradeRouteResponse;
|
|
1427
|
+
toJSON(_: _162.MsgDeleteTradeRouteResponse): import("../json-safe.ts").JsonSafe<_162.MsgDeleteTradeRouteResponse>;
|
|
1428
|
+
fromPartial(_: Partial<_162.MsgDeleteTradeRouteResponse>): _162.MsgDeleteTradeRouteResponse;
|
|
1429
|
+
fromProtoMsg(message: _162.MsgDeleteTradeRouteResponseProtoMsg): _162.MsgDeleteTradeRouteResponse;
|
|
1430
|
+
toProto(message: _162.MsgDeleteTradeRouteResponse): Uint8Array;
|
|
1431
|
+
toProtoMsg(message: _162.MsgDeleteTradeRouteResponse): _162.MsgDeleteTradeRouteResponseProtoMsg;
|
|
1432
|
+
};
|
|
1433
|
+
MsgUpdateTradeRoute: {
|
|
1434
|
+
typeUrl: string;
|
|
1435
|
+
encode(message: _162.MsgUpdateTradeRoute, writer?: import("../binary.ts").BinaryWriter): import("../binary.ts").BinaryWriter;
|
|
1436
|
+
decode(input: import("../binary.ts").BinaryReader | Uint8Array, length?: number): _162.MsgUpdateTradeRoute;
|
|
1437
|
+
fromJSON(object: any): _162.MsgUpdateTradeRoute;
|
|
1438
|
+
toJSON(message: _162.MsgUpdateTradeRoute): import("../json-safe.ts").JsonSafe<_162.MsgUpdateTradeRoute>;
|
|
1439
|
+
fromPartial(object: Partial<_162.MsgUpdateTradeRoute>): _162.MsgUpdateTradeRoute;
|
|
1440
|
+
fromProtoMsg(message: _162.MsgUpdateTradeRouteProtoMsg): _162.MsgUpdateTradeRoute;
|
|
1441
|
+
toProto(message: _162.MsgUpdateTradeRoute): Uint8Array;
|
|
1442
|
+
toProtoMsg(message: _162.MsgUpdateTradeRoute): _162.MsgUpdateTradeRouteProtoMsg;
|
|
1443
|
+
};
|
|
1444
|
+
MsgUpdateTradeRouteResponse: {
|
|
1445
|
+
typeUrl: string;
|
|
1446
|
+
encode(_: _162.MsgUpdateTradeRouteResponse, writer?: import("../binary.ts").BinaryWriter): import("../binary.ts").BinaryWriter;
|
|
1447
|
+
decode(input: import("../binary.ts").BinaryReader | Uint8Array, length?: number): _162.MsgUpdateTradeRouteResponse;
|
|
1448
|
+
fromJSON(_: any): _162.MsgUpdateTradeRouteResponse;
|
|
1449
|
+
toJSON(_: _162.MsgUpdateTradeRouteResponse): import("../json-safe.ts").JsonSafe<_162.MsgUpdateTradeRouteResponse>;
|
|
1450
|
+
fromPartial(_: Partial<_162.MsgUpdateTradeRouteResponse>): _162.MsgUpdateTradeRouteResponse;
|
|
1451
|
+
fromProtoMsg(message: _162.MsgUpdateTradeRouteResponseProtoMsg): _162.MsgUpdateTradeRouteResponse;
|
|
1452
|
+
toProto(message: _162.MsgUpdateTradeRouteResponse): Uint8Array;
|
|
1453
|
+
toProtoMsg(message: _162.MsgUpdateTradeRouteResponse): _162.MsgUpdateTradeRouteResponseProtoMsg;
|
|
1454
|
+
};
|
|
1455
|
+
MsgSetCommunityPoolRebate: {
|
|
1456
|
+
typeUrl: string;
|
|
1457
|
+
encode(message: _162.MsgSetCommunityPoolRebate, writer?: import("../binary.ts").BinaryWriter): import("../binary.ts").BinaryWriter;
|
|
1458
|
+
decode(input: import("../binary.ts").BinaryReader | Uint8Array, length?: number): _162.MsgSetCommunityPoolRebate;
|
|
1459
|
+
fromJSON(object: any): _162.MsgSetCommunityPoolRebate;
|
|
1460
|
+
toJSON(message: _162.MsgSetCommunityPoolRebate): import("../json-safe.ts").JsonSafe<_162.MsgSetCommunityPoolRebate>;
|
|
1461
|
+
fromPartial(object: Partial<_162.MsgSetCommunityPoolRebate>): _162.MsgSetCommunityPoolRebate;
|
|
1462
|
+
fromProtoMsg(message: _162.MsgSetCommunityPoolRebateProtoMsg): _162.MsgSetCommunityPoolRebate;
|
|
1463
|
+
toProto(message: _162.MsgSetCommunityPoolRebate): Uint8Array;
|
|
1464
|
+
toProtoMsg(message: _162.MsgSetCommunityPoolRebate): _162.MsgSetCommunityPoolRebateProtoMsg;
|
|
1465
|
+
};
|
|
1466
|
+
MsgSetCommunityPoolRebateResponse: {
|
|
1467
|
+
typeUrl: string;
|
|
1468
|
+
encode(_: _162.MsgSetCommunityPoolRebateResponse, writer?: import("../binary.ts").BinaryWriter): import("../binary.ts").BinaryWriter;
|
|
1469
|
+
decode(input: import("../binary.ts").BinaryReader | Uint8Array, length?: number): _162.MsgSetCommunityPoolRebateResponse;
|
|
1470
|
+
fromJSON(_: any): _162.MsgSetCommunityPoolRebateResponse;
|
|
1471
|
+
toJSON(_: _162.MsgSetCommunityPoolRebateResponse): import("../json-safe.ts").JsonSafe<_162.MsgSetCommunityPoolRebateResponse>;
|
|
1472
|
+
fromPartial(_: Partial<_162.MsgSetCommunityPoolRebateResponse>): _162.MsgSetCommunityPoolRebateResponse;
|
|
1473
|
+
fromProtoMsg(message: _162.MsgSetCommunityPoolRebateResponseProtoMsg): _162.MsgSetCommunityPoolRebateResponse;
|
|
1474
|
+
toProto(message: _162.MsgSetCommunityPoolRebateResponse): Uint8Array;
|
|
1475
|
+
toProtoMsg(message: _162.MsgSetCommunityPoolRebateResponse): _162.MsgSetCommunityPoolRebateResponseProtoMsg;
|
|
1476
|
+
};
|
|
1477
|
+
MsgToggleTradeController: {
|
|
1478
|
+
typeUrl: string;
|
|
1479
|
+
encode(message: _162.MsgToggleTradeController, writer?: import("../binary.ts").BinaryWriter): import("../binary.ts").BinaryWriter;
|
|
1480
|
+
decode(input: import("../binary.ts").BinaryReader | Uint8Array, length?: number): _162.MsgToggleTradeController;
|
|
1481
|
+
fromJSON(object: any): _162.MsgToggleTradeController;
|
|
1482
|
+
toJSON(message: _162.MsgToggleTradeController): import("../json-safe.ts").JsonSafe<_162.MsgToggleTradeController>;
|
|
1483
|
+
fromPartial(object: Partial<_162.MsgToggleTradeController>): _162.MsgToggleTradeController;
|
|
1484
|
+
fromProtoMsg(message: _162.MsgToggleTradeControllerProtoMsg): _162.MsgToggleTradeController;
|
|
1485
|
+
toProto(message: _162.MsgToggleTradeController): Uint8Array;
|
|
1486
|
+
toProtoMsg(message: _162.MsgToggleTradeController): _162.MsgToggleTradeControllerProtoMsg;
|
|
1487
|
+
};
|
|
1488
|
+
MsgToggleTradeControllerResponse: {
|
|
1489
|
+
typeUrl: string;
|
|
1490
|
+
encode(_: _162.MsgToggleTradeControllerResponse, writer?: import("../binary.ts").BinaryWriter): import("../binary.ts").BinaryWriter;
|
|
1491
|
+
decode(input: import("../binary.ts").BinaryReader | Uint8Array, length?: number): _162.MsgToggleTradeControllerResponse;
|
|
1492
|
+
fromJSON(_: any): _162.MsgToggleTradeControllerResponse;
|
|
1493
|
+
toJSON(_: _162.MsgToggleTradeControllerResponse): import("../json-safe.ts").JsonSafe<_162.MsgToggleTradeControllerResponse>;
|
|
1494
|
+
fromPartial(_: Partial<_162.MsgToggleTradeControllerResponse>): _162.MsgToggleTradeControllerResponse;
|
|
1495
|
+
fromProtoMsg(message: _162.MsgToggleTradeControllerResponseProtoMsg): _162.MsgToggleTradeControllerResponse;
|
|
1496
|
+
toProto(message: _162.MsgToggleTradeControllerResponse): Uint8Array;
|
|
1497
|
+
toProtoMsg(message: _162.MsgToggleTradeControllerResponse): _162.MsgToggleTradeControllerResponseProtoMsg;
|
|
1498
|
+
};
|
|
1499
|
+
MsgUpdateHostZoneParams: {
|
|
1500
|
+
typeUrl: string;
|
|
1501
|
+
encode(message: _162.MsgUpdateHostZoneParams, writer?: import("../binary.ts").BinaryWriter): import("../binary.ts").BinaryWriter;
|
|
1502
|
+
decode(input: import("../binary.ts").BinaryReader | Uint8Array, length?: number): _162.MsgUpdateHostZoneParams;
|
|
1503
|
+
fromJSON(object: any): _162.MsgUpdateHostZoneParams;
|
|
1504
|
+
toJSON(message: _162.MsgUpdateHostZoneParams): import("../json-safe.ts").JsonSafe<_162.MsgUpdateHostZoneParams>;
|
|
1505
|
+
fromPartial(object: Partial<_162.MsgUpdateHostZoneParams>): _162.MsgUpdateHostZoneParams;
|
|
1506
|
+
fromProtoMsg(message: _162.MsgUpdateHostZoneParamsProtoMsg): _162.MsgUpdateHostZoneParams;
|
|
1507
|
+
toProto(message: _162.MsgUpdateHostZoneParams): Uint8Array;
|
|
1508
|
+
toProtoMsg(message: _162.MsgUpdateHostZoneParams): _162.MsgUpdateHostZoneParamsProtoMsg;
|
|
1509
|
+
};
|
|
1510
|
+
MsgUpdateHostZoneParamsResponse: {
|
|
1511
|
+
typeUrl: string;
|
|
1512
|
+
encode(_: _162.MsgUpdateHostZoneParamsResponse, writer?: import("../binary.ts").BinaryWriter): import("../binary.ts").BinaryWriter;
|
|
1513
|
+
decode(input: import("../binary.ts").BinaryReader | Uint8Array, length?: number): _162.MsgUpdateHostZoneParamsResponse;
|
|
1514
|
+
fromJSON(_: any): _162.MsgUpdateHostZoneParamsResponse;
|
|
1515
|
+
toJSON(_: _162.MsgUpdateHostZoneParamsResponse): import("../json-safe.ts").JsonSafe<_162.MsgUpdateHostZoneParamsResponse>;
|
|
1516
|
+
fromPartial(_: Partial<_162.MsgUpdateHostZoneParamsResponse>): _162.MsgUpdateHostZoneParamsResponse;
|
|
1517
|
+
fromProtoMsg(message: _162.MsgUpdateHostZoneParamsResponseProtoMsg): _162.MsgUpdateHostZoneParamsResponse;
|
|
1518
|
+
toProto(message: _162.MsgUpdateHostZoneParamsResponse): Uint8Array;
|
|
1519
|
+
toProtoMsg(message: _162.MsgUpdateHostZoneParamsResponse): _162.MsgUpdateHostZoneParamsResponseProtoMsg;
|
|
1520
|
+
};
|
|
1521
|
+
TradeConfig: {
|
|
1522
|
+
typeUrl: string;
|
|
1523
|
+
encode(message: _161.TradeConfig, writer?: import("../binary.ts").BinaryWriter): import("../binary.ts").BinaryWriter;
|
|
1524
|
+
decode(input: import("../binary.ts").BinaryReader | Uint8Array, length?: number): _161.TradeConfig;
|
|
1525
|
+
fromJSON(object: any): _161.TradeConfig;
|
|
1526
|
+
toJSON(message: _161.TradeConfig): import("../json-safe.ts").JsonSafe<_161.TradeConfig>;
|
|
1527
|
+
fromPartial(object: Partial<_161.TradeConfig>): _161.TradeConfig;
|
|
1528
|
+
fromProtoMsg(message: _161.TradeConfigProtoMsg): _161.TradeConfig;
|
|
1529
|
+
toProto(message: _161.TradeConfig): Uint8Array;
|
|
1530
|
+
toProtoMsg(message: _161.TradeConfig): _161.TradeConfigProtoMsg;
|
|
1531
|
+
};
|
|
1532
|
+
TradeRoute: {
|
|
1533
|
+
typeUrl: string;
|
|
1534
|
+
encode(message: _161.TradeRoute, writer?: import("../binary.ts").BinaryWriter): import("../binary.ts").BinaryWriter;
|
|
1535
|
+
decode(input: import("../binary.ts").BinaryReader | Uint8Array, length?: number): _161.TradeRoute;
|
|
1536
|
+
fromJSON(object: any): _161.TradeRoute;
|
|
1537
|
+
toJSON(message: _161.TradeRoute): import("../json-safe.ts").JsonSafe<_161.TradeRoute>;
|
|
1538
|
+
fromPartial(object: Partial<_161.TradeRoute>): _161.TradeRoute;
|
|
1539
|
+
fromProtoMsg(message: _161.TradeRouteProtoMsg): _161.TradeRoute;
|
|
1540
|
+
toProto(message: _161.TradeRoute): Uint8Array;
|
|
1541
|
+
toProtoMsg(message: _161.TradeRoute): _161.TradeRouteProtoMsg;
|
|
1542
|
+
};
|
|
1543
|
+
QueryInterchainAccountFromAddressRequest: {
|
|
1544
|
+
typeUrl: string;
|
|
1545
|
+
encode(message: _160.QueryInterchainAccountFromAddressRequest, writer?: import("../binary.ts").BinaryWriter): import("../binary.ts").BinaryWriter;
|
|
1546
|
+
decode(input: import("../binary.ts").BinaryReader | Uint8Array, length?: number): _160.QueryInterchainAccountFromAddressRequest;
|
|
1547
|
+
fromJSON(object: any): _160.QueryInterchainAccountFromAddressRequest;
|
|
1548
|
+
toJSON(message: _160.QueryInterchainAccountFromAddressRequest): import("../json-safe.ts").JsonSafe<_160.QueryInterchainAccountFromAddressRequest>;
|
|
1549
|
+
fromPartial(object: Partial<_160.QueryInterchainAccountFromAddressRequest>): _160.QueryInterchainAccountFromAddressRequest;
|
|
1550
|
+
fromProtoMsg(message: _160.QueryInterchainAccountFromAddressRequestProtoMsg): _160.QueryInterchainAccountFromAddressRequest;
|
|
1551
|
+
toProto(message: _160.QueryInterchainAccountFromAddressRequest): Uint8Array;
|
|
1552
|
+
toProtoMsg(message: _160.QueryInterchainAccountFromAddressRequest): _160.QueryInterchainAccountFromAddressRequestProtoMsg;
|
|
1553
|
+
};
|
|
1554
|
+
QueryInterchainAccountFromAddressResponse: {
|
|
1555
|
+
typeUrl: string;
|
|
1556
|
+
encode(message: _160.QueryInterchainAccountFromAddressResponse, writer?: import("../binary.ts").BinaryWriter): import("../binary.ts").BinaryWriter;
|
|
1557
|
+
decode(input: import("../binary.ts").BinaryReader | Uint8Array, length?: number): _160.QueryInterchainAccountFromAddressResponse;
|
|
1558
|
+
fromJSON(object: any): _160.QueryInterchainAccountFromAddressResponse;
|
|
1559
|
+
toJSON(message: _160.QueryInterchainAccountFromAddressResponse): import("../json-safe.ts").JsonSafe<_160.QueryInterchainAccountFromAddressResponse>;
|
|
1560
|
+
fromPartial(object: Partial<_160.QueryInterchainAccountFromAddressResponse>): _160.QueryInterchainAccountFromAddressResponse;
|
|
1561
|
+
fromProtoMsg(message: _160.QueryInterchainAccountFromAddressResponseProtoMsg): _160.QueryInterchainAccountFromAddressResponse;
|
|
1562
|
+
toProto(message: _160.QueryInterchainAccountFromAddressResponse): Uint8Array;
|
|
1563
|
+
toProtoMsg(message: _160.QueryInterchainAccountFromAddressResponse): _160.QueryInterchainAccountFromAddressResponseProtoMsg;
|
|
1564
|
+
};
|
|
1565
|
+
QueryParamsRequest: {
|
|
1566
|
+
typeUrl: string;
|
|
1567
|
+
encode(_: _160.QueryParamsRequest, writer?: import("../binary.ts").BinaryWriter): import("../binary.ts").BinaryWriter;
|
|
1568
|
+
decode(input: import("../binary.ts").BinaryReader | Uint8Array, length?: number): _160.QueryParamsRequest;
|
|
1569
|
+
fromJSON(_: any): _160.QueryParamsRequest;
|
|
1570
|
+
toJSON(_: _160.QueryParamsRequest): import("../json-safe.ts").JsonSafe<_160.QueryParamsRequest>;
|
|
1571
|
+
fromPartial(_: Partial<_160.QueryParamsRequest>): _160.QueryParamsRequest;
|
|
1572
|
+
fromProtoMsg(message: _160.QueryParamsRequestProtoMsg): _160.QueryParamsRequest;
|
|
1573
|
+
toProto(message: _160.QueryParamsRequest): Uint8Array;
|
|
1574
|
+
toProtoMsg(message: _160.QueryParamsRequest): _160.QueryParamsRequestProtoMsg;
|
|
1575
|
+
};
|
|
1576
|
+
QueryParamsResponse: {
|
|
1577
|
+
typeUrl: string;
|
|
1578
|
+
encode(message: _160.QueryParamsResponse, writer?: import("../binary.ts").BinaryWriter): import("../binary.ts").BinaryWriter;
|
|
1579
|
+
decode(input: import("../binary.ts").BinaryReader | Uint8Array, length?: number): _160.QueryParamsResponse;
|
|
1580
|
+
fromJSON(object: any): _160.QueryParamsResponse;
|
|
1581
|
+
toJSON(message: _160.QueryParamsResponse): import("../json-safe.ts").JsonSafe<_160.QueryParamsResponse>;
|
|
1582
|
+
fromPartial(object: Partial<_160.QueryParamsResponse>): _160.QueryParamsResponse;
|
|
1583
|
+
fromProtoMsg(message: _160.QueryParamsResponseProtoMsg): _160.QueryParamsResponse;
|
|
1584
|
+
toProto(message: _160.QueryParamsResponse): Uint8Array;
|
|
1585
|
+
toProtoMsg(message: _160.QueryParamsResponse): _160.QueryParamsResponseProtoMsg;
|
|
1586
|
+
};
|
|
1587
|
+
QueryGetValidatorsRequest: {
|
|
1588
|
+
typeUrl: string;
|
|
1589
|
+
encode(message: _160.QueryGetValidatorsRequest, writer?: import("../binary.ts").BinaryWriter): import("../binary.ts").BinaryWriter;
|
|
1590
|
+
decode(input: import("../binary.ts").BinaryReader | Uint8Array, length?: number): _160.QueryGetValidatorsRequest;
|
|
1591
|
+
fromJSON(object: any): _160.QueryGetValidatorsRequest;
|
|
1592
|
+
toJSON(message: _160.QueryGetValidatorsRequest): import("../json-safe.ts").JsonSafe<_160.QueryGetValidatorsRequest>;
|
|
1593
|
+
fromPartial(object: Partial<_160.QueryGetValidatorsRequest>): _160.QueryGetValidatorsRequest;
|
|
1594
|
+
fromProtoMsg(message: _160.QueryGetValidatorsRequestProtoMsg): _160.QueryGetValidatorsRequest;
|
|
1595
|
+
toProto(message: _160.QueryGetValidatorsRequest): Uint8Array;
|
|
1596
|
+
toProtoMsg(message: _160.QueryGetValidatorsRequest): _160.QueryGetValidatorsRequestProtoMsg;
|
|
1597
|
+
};
|
|
1598
|
+
QueryGetValidatorsResponse: {
|
|
1599
|
+
typeUrl: string;
|
|
1600
|
+
encode(message: _160.QueryGetValidatorsResponse, writer?: import("../binary.ts").BinaryWriter): import("../binary.ts").BinaryWriter;
|
|
1601
|
+
decode(input: import("../binary.ts").BinaryReader | Uint8Array, length?: number): _160.QueryGetValidatorsResponse;
|
|
1602
|
+
fromJSON(object: any): _160.QueryGetValidatorsResponse;
|
|
1603
|
+
toJSON(message: _160.QueryGetValidatorsResponse): import("../json-safe.ts").JsonSafe<_160.QueryGetValidatorsResponse>;
|
|
1604
|
+
fromPartial(object: Partial<_160.QueryGetValidatorsResponse>): _160.QueryGetValidatorsResponse;
|
|
1605
|
+
fromProtoMsg(message: _160.QueryGetValidatorsResponseProtoMsg): _160.QueryGetValidatorsResponse;
|
|
1606
|
+
toProto(message: _160.QueryGetValidatorsResponse): Uint8Array;
|
|
1607
|
+
toProtoMsg(message: _160.QueryGetValidatorsResponse): _160.QueryGetValidatorsResponseProtoMsg;
|
|
1608
|
+
};
|
|
1609
|
+
QueryGetHostZoneRequest: {
|
|
1610
|
+
typeUrl: string;
|
|
1611
|
+
encode(message: _160.QueryGetHostZoneRequest, writer?: import("../binary.ts").BinaryWriter): import("../binary.ts").BinaryWriter;
|
|
1612
|
+
decode(input: import("../binary.ts").BinaryReader | Uint8Array, length?: number): _160.QueryGetHostZoneRequest;
|
|
1613
|
+
fromJSON(object: any): _160.QueryGetHostZoneRequest;
|
|
1614
|
+
toJSON(message: _160.QueryGetHostZoneRequest): import("../json-safe.ts").JsonSafe<_160.QueryGetHostZoneRequest>;
|
|
1615
|
+
fromPartial(object: Partial<_160.QueryGetHostZoneRequest>): _160.QueryGetHostZoneRequest;
|
|
1616
|
+
fromProtoMsg(message: _160.QueryGetHostZoneRequestProtoMsg): _160.QueryGetHostZoneRequest;
|
|
1617
|
+
toProto(message: _160.QueryGetHostZoneRequest): Uint8Array;
|
|
1618
|
+
toProtoMsg(message: _160.QueryGetHostZoneRequest): _160.QueryGetHostZoneRequestProtoMsg;
|
|
1619
|
+
};
|
|
1620
|
+
QueryGetHostZoneResponse: {
|
|
1621
|
+
typeUrl: string;
|
|
1622
|
+
encode(message: _160.QueryGetHostZoneResponse, writer?: import("../binary.ts").BinaryWriter): import("../binary.ts").BinaryWriter;
|
|
1623
|
+
decode(input: import("../binary.ts").BinaryReader | Uint8Array, length?: number): _160.QueryGetHostZoneResponse;
|
|
1624
|
+
fromJSON(object: any): _160.QueryGetHostZoneResponse;
|
|
1625
|
+
toJSON(message: _160.QueryGetHostZoneResponse): import("../json-safe.ts").JsonSafe<_160.QueryGetHostZoneResponse>;
|
|
1626
|
+
fromPartial(object: Partial<_160.QueryGetHostZoneResponse>): _160.QueryGetHostZoneResponse;
|
|
1627
|
+
fromProtoMsg(message: _160.QueryGetHostZoneResponseProtoMsg): _160.QueryGetHostZoneResponse;
|
|
1628
|
+
toProto(message: _160.QueryGetHostZoneResponse): Uint8Array;
|
|
1629
|
+
toProtoMsg(message: _160.QueryGetHostZoneResponse): _160.QueryGetHostZoneResponseProtoMsg;
|
|
1630
|
+
};
|
|
1631
|
+
QueryAllHostZoneRequest: {
|
|
1632
|
+
typeUrl: string;
|
|
1633
|
+
encode(message: _160.QueryAllHostZoneRequest, writer?: import("../binary.ts").BinaryWriter): import("../binary.ts").BinaryWriter;
|
|
1634
|
+
decode(input: import("../binary.ts").BinaryReader | Uint8Array, length?: number): _160.QueryAllHostZoneRequest;
|
|
1635
|
+
fromJSON(object: any): _160.QueryAllHostZoneRequest;
|
|
1636
|
+
toJSON(message: _160.QueryAllHostZoneRequest): import("../json-safe.ts").JsonSafe<_160.QueryAllHostZoneRequest>;
|
|
1637
|
+
fromPartial(object: Partial<_160.QueryAllHostZoneRequest>): _160.QueryAllHostZoneRequest;
|
|
1638
|
+
fromProtoMsg(message: _160.QueryAllHostZoneRequestProtoMsg): _160.QueryAllHostZoneRequest;
|
|
1639
|
+
toProto(message: _160.QueryAllHostZoneRequest): Uint8Array;
|
|
1640
|
+
toProtoMsg(message: _160.QueryAllHostZoneRequest): _160.QueryAllHostZoneRequestProtoMsg;
|
|
1641
|
+
};
|
|
1642
|
+
QueryAllHostZoneResponse: {
|
|
1643
|
+
typeUrl: string;
|
|
1644
|
+
encode(message: _160.QueryAllHostZoneResponse, writer?: import("../binary.ts").BinaryWriter): import("../binary.ts").BinaryWriter;
|
|
1645
|
+
decode(input: import("../binary.ts").BinaryReader | Uint8Array, length?: number): _160.QueryAllHostZoneResponse;
|
|
1646
|
+
fromJSON(object: any): _160.QueryAllHostZoneResponse;
|
|
1647
|
+
toJSON(message: _160.QueryAllHostZoneResponse): import("../json-safe.ts").JsonSafe<_160.QueryAllHostZoneResponse>;
|
|
1648
|
+
fromPartial(object: Partial<_160.QueryAllHostZoneResponse>): _160.QueryAllHostZoneResponse;
|
|
1649
|
+
fromProtoMsg(message: _160.QueryAllHostZoneResponseProtoMsg): _160.QueryAllHostZoneResponse;
|
|
1650
|
+
toProto(message: _160.QueryAllHostZoneResponse): Uint8Array;
|
|
1651
|
+
toProtoMsg(message: _160.QueryAllHostZoneResponse): _160.QueryAllHostZoneResponseProtoMsg;
|
|
1652
|
+
};
|
|
1653
|
+
QueryModuleAddressRequest: {
|
|
1654
|
+
typeUrl: string;
|
|
1655
|
+
encode(message: _160.QueryModuleAddressRequest, writer?: import("../binary.ts").BinaryWriter): import("../binary.ts").BinaryWriter;
|
|
1656
|
+
decode(input: import("../binary.ts").BinaryReader | Uint8Array, length?: number): _160.QueryModuleAddressRequest;
|
|
1657
|
+
fromJSON(object: any): _160.QueryModuleAddressRequest;
|
|
1658
|
+
toJSON(message: _160.QueryModuleAddressRequest): import("../json-safe.ts").JsonSafe<_160.QueryModuleAddressRequest>;
|
|
1659
|
+
fromPartial(object: Partial<_160.QueryModuleAddressRequest>): _160.QueryModuleAddressRequest;
|
|
1660
|
+
fromProtoMsg(message: _160.QueryModuleAddressRequestProtoMsg): _160.QueryModuleAddressRequest;
|
|
1661
|
+
toProto(message: _160.QueryModuleAddressRequest): Uint8Array;
|
|
1662
|
+
toProtoMsg(message: _160.QueryModuleAddressRequest): _160.QueryModuleAddressRequestProtoMsg;
|
|
1663
|
+
};
|
|
1664
|
+
QueryModuleAddressResponse: {
|
|
1665
|
+
typeUrl: string;
|
|
1666
|
+
encode(message: _160.QueryModuleAddressResponse, writer?: import("../binary.ts").BinaryWriter): import("../binary.ts").BinaryWriter;
|
|
1667
|
+
decode(input: import("../binary.ts").BinaryReader | Uint8Array, length?: number): _160.QueryModuleAddressResponse;
|
|
1668
|
+
fromJSON(object: any): _160.QueryModuleAddressResponse;
|
|
1669
|
+
toJSON(message: _160.QueryModuleAddressResponse): import("../json-safe.ts").JsonSafe<_160.QueryModuleAddressResponse>;
|
|
1670
|
+
fromPartial(object: Partial<_160.QueryModuleAddressResponse>): _160.QueryModuleAddressResponse;
|
|
1671
|
+
fromProtoMsg(message: _160.QueryModuleAddressResponseProtoMsg): _160.QueryModuleAddressResponse;
|
|
1672
|
+
toProto(message: _160.QueryModuleAddressResponse): Uint8Array;
|
|
1673
|
+
toProtoMsg(message: _160.QueryModuleAddressResponse): _160.QueryModuleAddressResponseProtoMsg;
|
|
1674
|
+
};
|
|
1675
|
+
QueryGetEpochTrackerRequest: {
|
|
1676
|
+
typeUrl: string;
|
|
1677
|
+
encode(message: _160.QueryGetEpochTrackerRequest, writer?: import("../binary.ts").BinaryWriter): import("../binary.ts").BinaryWriter;
|
|
1678
|
+
decode(input: import("../binary.ts").BinaryReader | Uint8Array, length?: number): _160.QueryGetEpochTrackerRequest;
|
|
1679
|
+
fromJSON(object: any): _160.QueryGetEpochTrackerRequest;
|
|
1680
|
+
toJSON(message: _160.QueryGetEpochTrackerRequest): import("../json-safe.ts").JsonSafe<_160.QueryGetEpochTrackerRequest>;
|
|
1681
|
+
fromPartial(object: Partial<_160.QueryGetEpochTrackerRequest>): _160.QueryGetEpochTrackerRequest;
|
|
1682
|
+
fromProtoMsg(message: _160.QueryGetEpochTrackerRequestProtoMsg): _160.QueryGetEpochTrackerRequest;
|
|
1683
|
+
toProto(message: _160.QueryGetEpochTrackerRequest): Uint8Array;
|
|
1684
|
+
toProtoMsg(message: _160.QueryGetEpochTrackerRequest): _160.QueryGetEpochTrackerRequestProtoMsg;
|
|
1685
|
+
};
|
|
1686
|
+
QueryGetEpochTrackerResponse: {
|
|
1687
|
+
typeUrl: string;
|
|
1688
|
+
encode(message: _160.QueryGetEpochTrackerResponse, writer?: import("../binary.ts").BinaryWriter): import("../binary.ts").BinaryWriter;
|
|
1689
|
+
decode(input: import("../binary.ts").BinaryReader | Uint8Array, length?: number): _160.QueryGetEpochTrackerResponse;
|
|
1690
|
+
fromJSON(object: any): _160.QueryGetEpochTrackerResponse;
|
|
1691
|
+
toJSON(message: _160.QueryGetEpochTrackerResponse): import("../json-safe.ts").JsonSafe<_160.QueryGetEpochTrackerResponse>;
|
|
1692
|
+
fromPartial(object: Partial<_160.QueryGetEpochTrackerResponse>): _160.QueryGetEpochTrackerResponse;
|
|
1693
|
+
fromProtoMsg(message: _160.QueryGetEpochTrackerResponseProtoMsg): _160.QueryGetEpochTrackerResponse;
|
|
1694
|
+
toProto(message: _160.QueryGetEpochTrackerResponse): Uint8Array;
|
|
1695
|
+
toProtoMsg(message: _160.QueryGetEpochTrackerResponse): _160.QueryGetEpochTrackerResponseProtoMsg;
|
|
1696
|
+
};
|
|
1697
|
+
QueryAllEpochTrackerRequest: {
|
|
1698
|
+
typeUrl: string;
|
|
1699
|
+
encode(_: _160.QueryAllEpochTrackerRequest, writer?: import("../binary.ts").BinaryWriter): import("../binary.ts").BinaryWriter;
|
|
1700
|
+
decode(input: import("../binary.ts").BinaryReader | Uint8Array, length?: number): _160.QueryAllEpochTrackerRequest;
|
|
1701
|
+
fromJSON(_: any): _160.QueryAllEpochTrackerRequest;
|
|
1702
|
+
toJSON(_: _160.QueryAllEpochTrackerRequest): import("../json-safe.ts").JsonSafe<_160.QueryAllEpochTrackerRequest>;
|
|
1703
|
+
fromPartial(_: Partial<_160.QueryAllEpochTrackerRequest>): _160.QueryAllEpochTrackerRequest;
|
|
1704
|
+
fromProtoMsg(message: _160.QueryAllEpochTrackerRequestProtoMsg): _160.QueryAllEpochTrackerRequest;
|
|
1705
|
+
toProto(message: _160.QueryAllEpochTrackerRequest): Uint8Array;
|
|
1706
|
+
toProtoMsg(message: _160.QueryAllEpochTrackerRequest): _160.QueryAllEpochTrackerRequestProtoMsg;
|
|
1707
|
+
};
|
|
1708
|
+
QueryAllEpochTrackerResponse: {
|
|
1709
|
+
typeUrl: string;
|
|
1710
|
+
encode(message: _160.QueryAllEpochTrackerResponse, writer?: import("../binary.ts").BinaryWriter): import("../binary.ts").BinaryWriter;
|
|
1711
|
+
decode(input: import("../binary.ts").BinaryReader | Uint8Array, length?: number): _160.QueryAllEpochTrackerResponse;
|
|
1712
|
+
fromJSON(object: any): _160.QueryAllEpochTrackerResponse;
|
|
1713
|
+
toJSON(message: _160.QueryAllEpochTrackerResponse): import("../json-safe.ts").JsonSafe<_160.QueryAllEpochTrackerResponse>;
|
|
1714
|
+
fromPartial(object: Partial<_160.QueryAllEpochTrackerResponse>): _160.QueryAllEpochTrackerResponse;
|
|
1715
|
+
fromProtoMsg(message: _160.QueryAllEpochTrackerResponseProtoMsg): _160.QueryAllEpochTrackerResponse;
|
|
1716
|
+
toProto(message: _160.QueryAllEpochTrackerResponse): Uint8Array;
|
|
1717
|
+
toProtoMsg(message: _160.QueryAllEpochTrackerResponse): _160.QueryAllEpochTrackerResponseProtoMsg;
|
|
1718
|
+
};
|
|
1719
|
+
QueryGetNextPacketSequenceRequest: {
|
|
1720
|
+
typeUrl: string;
|
|
1721
|
+
encode(message: _160.QueryGetNextPacketSequenceRequest, writer?: import("../binary.ts").BinaryWriter): import("../binary.ts").BinaryWriter;
|
|
1722
|
+
decode(input: import("../binary.ts").BinaryReader | Uint8Array, length?: number): _160.QueryGetNextPacketSequenceRequest;
|
|
1723
|
+
fromJSON(object: any): _160.QueryGetNextPacketSequenceRequest;
|
|
1724
|
+
toJSON(message: _160.QueryGetNextPacketSequenceRequest): import("../json-safe.ts").JsonSafe<_160.QueryGetNextPacketSequenceRequest>;
|
|
1725
|
+
fromPartial(object: Partial<_160.QueryGetNextPacketSequenceRequest>): _160.QueryGetNextPacketSequenceRequest;
|
|
1726
|
+
fromProtoMsg(message: _160.QueryGetNextPacketSequenceRequestProtoMsg): _160.QueryGetNextPacketSequenceRequest;
|
|
1727
|
+
toProto(message: _160.QueryGetNextPacketSequenceRequest): Uint8Array;
|
|
1728
|
+
toProtoMsg(message: _160.QueryGetNextPacketSequenceRequest): _160.QueryGetNextPacketSequenceRequestProtoMsg;
|
|
1729
|
+
};
|
|
1730
|
+
QueryGetNextPacketSequenceResponse: {
|
|
1731
|
+
typeUrl: string;
|
|
1732
|
+
encode(message: _160.QueryGetNextPacketSequenceResponse, writer?: import("../binary.ts").BinaryWriter): import("../binary.ts").BinaryWriter;
|
|
1733
|
+
decode(input: import("../binary.ts").BinaryReader | Uint8Array, length?: number): _160.QueryGetNextPacketSequenceResponse;
|
|
1734
|
+
fromJSON(object: any): _160.QueryGetNextPacketSequenceResponse;
|
|
1735
|
+
toJSON(message: _160.QueryGetNextPacketSequenceResponse): import("../json-safe.ts").JsonSafe<_160.QueryGetNextPacketSequenceResponse>;
|
|
1736
|
+
fromPartial(object: Partial<_160.QueryGetNextPacketSequenceResponse>): _160.QueryGetNextPacketSequenceResponse;
|
|
1737
|
+
fromProtoMsg(message: _160.QueryGetNextPacketSequenceResponseProtoMsg): _160.QueryGetNextPacketSequenceResponse;
|
|
1738
|
+
toProto(message: _160.QueryGetNextPacketSequenceResponse): Uint8Array;
|
|
1739
|
+
toProtoMsg(message: _160.QueryGetNextPacketSequenceResponse): _160.QueryGetNextPacketSequenceResponseProtoMsg;
|
|
1740
|
+
};
|
|
1741
|
+
QueryAddressUnbondings: {
|
|
1742
|
+
typeUrl: string;
|
|
1743
|
+
encode(message: _160.QueryAddressUnbondings, writer?: import("../binary.ts").BinaryWriter): import("../binary.ts").BinaryWriter;
|
|
1744
|
+
decode(input: import("../binary.ts").BinaryReader | Uint8Array, length?: number): _160.QueryAddressUnbondings;
|
|
1745
|
+
fromJSON(object: any): _160.QueryAddressUnbondings;
|
|
1746
|
+
toJSON(message: _160.QueryAddressUnbondings): import("../json-safe.ts").JsonSafe<_160.QueryAddressUnbondings>;
|
|
1747
|
+
fromPartial(object: Partial<_160.QueryAddressUnbondings>): _160.QueryAddressUnbondings;
|
|
1748
|
+
fromProtoMsg(message: _160.QueryAddressUnbondingsProtoMsg): _160.QueryAddressUnbondings;
|
|
1749
|
+
toProto(message: _160.QueryAddressUnbondings): Uint8Array;
|
|
1750
|
+
toProtoMsg(message: _160.QueryAddressUnbondings): _160.QueryAddressUnbondingsProtoMsg;
|
|
1751
|
+
};
|
|
1752
|
+
QueryAddressUnbondingsResponse: {
|
|
1753
|
+
typeUrl: string;
|
|
1754
|
+
encode(message: _160.QueryAddressUnbondingsResponse, writer?: import("../binary.ts").BinaryWriter): import("../binary.ts").BinaryWriter;
|
|
1755
|
+
decode(input: import("../binary.ts").BinaryReader | Uint8Array, length?: number): _160.QueryAddressUnbondingsResponse;
|
|
1756
|
+
fromJSON(object: any): _160.QueryAddressUnbondingsResponse;
|
|
1757
|
+
toJSON(message: _160.QueryAddressUnbondingsResponse): import("../json-safe.ts").JsonSafe<_160.QueryAddressUnbondingsResponse>;
|
|
1758
|
+
fromPartial(object: Partial<_160.QueryAddressUnbondingsResponse>): _160.QueryAddressUnbondingsResponse;
|
|
1759
|
+
fromProtoMsg(message: _160.QueryAddressUnbondingsResponseProtoMsg): _160.QueryAddressUnbondingsResponse;
|
|
1760
|
+
toProto(message: _160.QueryAddressUnbondingsResponse): Uint8Array;
|
|
1761
|
+
toProtoMsg(message: _160.QueryAddressUnbondingsResponse): _160.QueryAddressUnbondingsResponseProtoMsg;
|
|
1762
|
+
};
|
|
1763
|
+
QueryAllTradeRoutes: {
|
|
1764
|
+
typeUrl: string;
|
|
1765
|
+
encode(_: _160.QueryAllTradeRoutes, writer?: import("../binary.ts").BinaryWriter): import("../binary.ts").BinaryWriter;
|
|
1766
|
+
decode(input: import("../binary.ts").BinaryReader | Uint8Array, length?: number): _160.QueryAllTradeRoutes;
|
|
1767
|
+
fromJSON(_: any): _160.QueryAllTradeRoutes;
|
|
1768
|
+
toJSON(_: _160.QueryAllTradeRoutes): import("../json-safe.ts").JsonSafe<_160.QueryAllTradeRoutes>;
|
|
1769
|
+
fromPartial(_: Partial<_160.QueryAllTradeRoutes>): _160.QueryAllTradeRoutes;
|
|
1770
|
+
fromProtoMsg(message: _160.QueryAllTradeRoutesProtoMsg): _160.QueryAllTradeRoutes;
|
|
1771
|
+
toProto(message: _160.QueryAllTradeRoutes): Uint8Array;
|
|
1772
|
+
toProtoMsg(message: _160.QueryAllTradeRoutes): _160.QueryAllTradeRoutesProtoMsg;
|
|
1773
|
+
};
|
|
1774
|
+
QueryAllTradeRoutesResponse: {
|
|
1775
|
+
typeUrl: string;
|
|
1776
|
+
encode(message: _160.QueryAllTradeRoutesResponse, writer?: import("../binary.ts").BinaryWriter): import("../binary.ts").BinaryWriter;
|
|
1777
|
+
decode(input: import("../binary.ts").BinaryReader | Uint8Array, length?: number): _160.QueryAllTradeRoutesResponse;
|
|
1778
|
+
fromJSON(object: any): _160.QueryAllTradeRoutesResponse;
|
|
1779
|
+
toJSON(message: _160.QueryAllTradeRoutesResponse): import("../json-safe.ts").JsonSafe<_160.QueryAllTradeRoutesResponse>;
|
|
1780
|
+
fromPartial(object: Partial<_160.QueryAllTradeRoutesResponse>): _160.QueryAllTradeRoutesResponse;
|
|
1781
|
+
fromProtoMsg(message: _160.QueryAllTradeRoutesResponseProtoMsg): _160.QueryAllTradeRoutesResponse;
|
|
1782
|
+
toProto(message: _160.QueryAllTradeRoutesResponse): Uint8Array;
|
|
1783
|
+
toProtoMsg(message: _160.QueryAllTradeRoutesResponse): _160.QueryAllTradeRoutesResponseProtoMsg;
|
|
1784
|
+
};
|
|
1785
|
+
Params: {
|
|
1786
|
+
typeUrl: string;
|
|
1787
|
+
encode(message: _159.Params, writer?: import("../binary.ts").BinaryWriter): import("../binary.ts").BinaryWriter;
|
|
1788
|
+
decode(input: import("../binary.ts").BinaryReader | Uint8Array, length?: number): _159.Params;
|
|
1789
|
+
fromJSON(object: any): _159.Params;
|
|
1790
|
+
toJSON(message: _159.Params): import("../json-safe.ts").JsonSafe<_159.Params>;
|
|
1791
|
+
fromPartial(object: Partial<_159.Params>): _159.Params;
|
|
1792
|
+
fromProtoMsg(message: _159.ParamsProtoMsg): _159.Params;
|
|
1793
|
+
toProto(message: _159.Params): Uint8Array;
|
|
1794
|
+
toProtoMsg(message: _159.Params): _159.ParamsProtoMsg;
|
|
1795
|
+
};
|
|
1796
|
+
StakeibcPacketData: {
|
|
1797
|
+
typeUrl: string;
|
|
1798
|
+
encode(message: _158.StakeibcPacketData, writer?: import("../binary.ts").BinaryWriter): import("../binary.ts").BinaryWriter;
|
|
1799
|
+
decode(input: import("../binary.ts").BinaryReader | Uint8Array, length?: number): _158.StakeibcPacketData;
|
|
1800
|
+
fromJSON(object: any): _158.StakeibcPacketData;
|
|
1801
|
+
toJSON(message: _158.StakeibcPacketData): import("../json-safe.ts").JsonSafe<_158.StakeibcPacketData>;
|
|
1802
|
+
fromPartial(object: Partial<_158.StakeibcPacketData>): _158.StakeibcPacketData;
|
|
1803
|
+
fromProtoMsg(message: _158.StakeibcPacketDataProtoMsg): _158.StakeibcPacketData;
|
|
1804
|
+
toProto(message: _158.StakeibcPacketData): Uint8Array;
|
|
1805
|
+
toProtoMsg(message: _158.StakeibcPacketData): _158.StakeibcPacketDataProtoMsg;
|
|
1806
|
+
};
|
|
1807
|
+
NoData: {
|
|
1808
|
+
typeUrl: string;
|
|
1809
|
+
encode(_: _158.NoData, writer?: import("../binary.ts").BinaryWriter): import("../binary.ts").BinaryWriter;
|
|
1810
|
+
decode(input: import("../binary.ts").BinaryReader | Uint8Array, length?: number): _158.NoData;
|
|
1811
|
+
fromJSON(_: any): _158.NoData;
|
|
1812
|
+
toJSON(_: _158.NoData): import("../json-safe.ts").JsonSafe<_158.NoData>;
|
|
1813
|
+
fromPartial(_: Partial<_158.NoData>): _158.NoData;
|
|
1814
|
+
fromProtoMsg(message: _158.NoDataProtoMsg): _158.NoData;
|
|
1815
|
+
toProto(message: _158.NoData): Uint8Array;
|
|
1816
|
+
toProtoMsg(message: _158.NoData): _158.NoDataProtoMsg;
|
|
1817
|
+
};
|
|
1818
|
+
iCAAccountTypeFromJSON(object: any): _157.ICAAccountType;
|
|
1819
|
+
iCAAccountTypeToJSON(object: _157.ICAAccountType): string;
|
|
1820
|
+
ICAAccountType: typeof _157.ICAAccountType;
|
|
1821
|
+
ICAAccountTypeSDKType: typeof _157.ICAAccountType;
|
|
1822
|
+
ICAAccount: {
|
|
1823
|
+
typeUrl: string;
|
|
1824
|
+
encode(message: _157.ICAAccount, writer?: import("../binary.ts").BinaryWriter): import("../binary.ts").BinaryWriter;
|
|
1825
|
+
decode(input: import("../binary.ts").BinaryReader | Uint8Array, length?: number): _157.ICAAccount;
|
|
1826
|
+
fromJSON(object: any): _157.ICAAccount;
|
|
1827
|
+
toJSON(message: _157.ICAAccount): import("../json-safe.ts").JsonSafe<_157.ICAAccount>;
|
|
1828
|
+
fromPartial(object: Partial<_157.ICAAccount>): _157.ICAAccount;
|
|
1829
|
+
fromProtoMsg(message: _157.ICAAccountProtoMsg): _157.ICAAccount;
|
|
1830
|
+
toProto(message: _157.ICAAccount): Uint8Array;
|
|
1831
|
+
toProtoMsg(message: _157.ICAAccount): _157.ICAAccountProtoMsg;
|
|
1832
|
+
};
|
|
1833
|
+
CommunityPoolRebate: {
|
|
1834
|
+
typeUrl: string;
|
|
1835
|
+
encode(message: _156.CommunityPoolRebate, writer?: import("../binary.ts").BinaryWriter): import("../binary.ts").BinaryWriter;
|
|
1836
|
+
decode(input: import("../binary.ts").BinaryReader | Uint8Array, length?: number): _156.CommunityPoolRebate;
|
|
1837
|
+
fromJSON(object: any): _156.CommunityPoolRebate;
|
|
1838
|
+
toJSON(message: _156.CommunityPoolRebate): import("../json-safe.ts").JsonSafe<_156.CommunityPoolRebate>;
|
|
1839
|
+
fromPartial(object: Partial<_156.CommunityPoolRebate>): _156.CommunityPoolRebate;
|
|
1840
|
+
fromProtoMsg(message: _156.CommunityPoolRebateProtoMsg): _156.CommunityPoolRebate;
|
|
1841
|
+
toProto(message: _156.CommunityPoolRebate): Uint8Array;
|
|
1842
|
+
toProtoMsg(message: _156.CommunityPoolRebate): _156.CommunityPoolRebateProtoMsg;
|
|
1843
|
+
};
|
|
1844
|
+
HostZone: {
|
|
1845
|
+
typeUrl: string;
|
|
1846
|
+
encode(message: _156.HostZone, writer?: import("../binary.ts").BinaryWriter): import("../binary.ts").BinaryWriter;
|
|
1847
|
+
decode(input: import("../binary.ts").BinaryReader | Uint8Array, length?: number): _156.HostZone;
|
|
1848
|
+
fromJSON(object: any): _156.HostZone;
|
|
1849
|
+
toJSON(message: _156.HostZone): import("../json-safe.ts").JsonSafe<_156.HostZone>;
|
|
1850
|
+
fromPartial(object: Partial<_156.HostZone>): _156.HostZone;
|
|
1851
|
+
fromProtoMsg(message: _156.HostZoneProtoMsg): _156.HostZone;
|
|
1852
|
+
toProto(message: _156.HostZone): Uint8Array;
|
|
1853
|
+
toProtoMsg(message: _156.HostZone): _156.HostZoneProtoMsg;
|
|
1854
|
+
};
|
|
1855
|
+
AddValidatorsProposal: {
|
|
1856
|
+
typeUrl: string;
|
|
1857
|
+
encode(message: _155.AddValidatorsProposal, writer?: import("../binary.ts").BinaryWriter): import("../binary.ts").BinaryWriter;
|
|
1858
|
+
decode(input: import("../binary.ts").BinaryReader | Uint8Array, length?: number): _155.AddValidatorsProposal;
|
|
1859
|
+
fromJSON(object: any): _155.AddValidatorsProposal;
|
|
1860
|
+
toJSON(message: _155.AddValidatorsProposal): import("../json-safe.ts").JsonSafe<_155.AddValidatorsProposal>;
|
|
1861
|
+
fromPartial(object: Partial<_155.AddValidatorsProposal>): _155.AddValidatorsProposal;
|
|
1862
|
+
fromProtoMsg(message: _155.AddValidatorsProposalProtoMsg): _155.AddValidatorsProposal;
|
|
1863
|
+
toProto(message: _155.AddValidatorsProposal): Uint8Array;
|
|
1864
|
+
toProtoMsg(message: _155.AddValidatorsProposal): _155.AddValidatorsProposalProtoMsg;
|
|
1865
|
+
};
|
|
1866
|
+
ToggleLSMProposal: {
|
|
1867
|
+
typeUrl: string;
|
|
1868
|
+
encode(message: _155.ToggleLSMProposal, writer?: import("../binary.ts").BinaryWriter): import("../binary.ts").BinaryWriter;
|
|
1869
|
+
decode(input: import("../binary.ts").BinaryReader | Uint8Array, length?: number): _155.ToggleLSMProposal;
|
|
1870
|
+
fromJSON(object: any): _155.ToggleLSMProposal;
|
|
1871
|
+
toJSON(message: _155.ToggleLSMProposal): import("../json-safe.ts").JsonSafe<_155.ToggleLSMProposal>;
|
|
1872
|
+
fromPartial(object: Partial<_155.ToggleLSMProposal>): _155.ToggleLSMProposal;
|
|
1873
|
+
fromProtoMsg(message: _155.ToggleLSMProposalProtoMsg): _155.ToggleLSMProposal;
|
|
1874
|
+
toProto(message: _155.ToggleLSMProposal): Uint8Array;
|
|
1875
|
+
toProtoMsg(message: _155.ToggleLSMProposal): _155.ToggleLSMProposalProtoMsg;
|
|
1876
|
+
};
|
|
1877
|
+
GenesisState: {
|
|
1878
|
+
typeUrl: string;
|
|
1879
|
+
encode(message: _154.GenesisState, writer?: import("../binary.ts").BinaryWriter): import("../binary.ts").BinaryWriter;
|
|
1880
|
+
decode(input: import("../binary.ts").BinaryReader | Uint8Array, length?: number): _154.GenesisState;
|
|
1881
|
+
fromJSON(object: any): _154.GenesisState;
|
|
1882
|
+
toJSON(message: _154.GenesisState): import("../json-safe.ts").JsonSafe<_154.GenesisState>;
|
|
1883
|
+
fromPartial(object: Partial<_154.GenesisState>): _154.GenesisState;
|
|
1884
|
+
fromProtoMsg(message: _154.GenesisStateProtoMsg): _154.GenesisState;
|
|
1885
|
+
toProto(message: _154.GenesisState): Uint8Array;
|
|
1886
|
+
toProtoMsg(message: _154.GenesisState): _154.GenesisStateProtoMsg;
|
|
1887
|
+
};
|
|
1888
|
+
EpochTracker: {
|
|
1889
|
+
typeUrl: string;
|
|
1890
|
+
encode(message: _153.EpochTracker, writer?: import("../binary.ts").BinaryWriter): import("../binary.ts").BinaryWriter;
|
|
1891
|
+
decode(input: import("../binary.ts").BinaryReader | Uint8Array, length?: number): _153.EpochTracker;
|
|
1892
|
+
fromJSON(object: any): _153.EpochTracker;
|
|
1893
|
+
toJSON(message: _153.EpochTracker): import("../json-safe.ts").JsonSafe<_153.EpochTracker>;
|
|
1894
|
+
fromPartial(object: Partial<_153.EpochTracker>): _153.EpochTracker;
|
|
1895
|
+
fromProtoMsg(message: _153.EpochTrackerProtoMsg): _153.EpochTracker;
|
|
1896
|
+
toProto(message: _153.EpochTracker): Uint8Array;
|
|
1897
|
+
toProtoMsg(message: _153.EpochTracker): _153.EpochTrackerProtoMsg;
|
|
1898
|
+
};
|
|
1899
|
+
SplitDelegation: {
|
|
1900
|
+
typeUrl: string;
|
|
1901
|
+
encode(message: _152.SplitDelegation, writer?: import("../binary.ts").BinaryWriter): import("../binary.ts").BinaryWriter;
|
|
1902
|
+
decode(input: import("../binary.ts").BinaryReader | Uint8Array, length?: number): _152.SplitDelegation;
|
|
1903
|
+
fromJSON(object: any): _152.SplitDelegation;
|
|
1904
|
+
toJSON(message: _152.SplitDelegation): import("../json-safe.ts").JsonSafe<_152.SplitDelegation>;
|
|
1905
|
+
fromPartial(object: Partial<_152.SplitDelegation>): _152.SplitDelegation;
|
|
1906
|
+
fromProtoMsg(message: _152.SplitDelegationProtoMsg): _152.SplitDelegation;
|
|
1907
|
+
toProto(message: _152.SplitDelegation): Uint8Array;
|
|
1908
|
+
toProtoMsg(message: _152.SplitDelegation): _152.SplitDelegationProtoMsg;
|
|
1909
|
+
};
|
|
1910
|
+
SplitUndelegation: {
|
|
1911
|
+
typeUrl: string;
|
|
1912
|
+
encode(message: _152.SplitUndelegation, writer?: import("../binary.ts").BinaryWriter): import("../binary.ts").BinaryWriter;
|
|
1913
|
+
decode(input: import("../binary.ts").BinaryReader | Uint8Array, length?: number): _152.SplitUndelegation;
|
|
1914
|
+
fromJSON(object: any): _152.SplitUndelegation;
|
|
1915
|
+
toJSON(message: _152.SplitUndelegation): import("../json-safe.ts").JsonSafe<_152.SplitUndelegation>;
|
|
1916
|
+
fromPartial(object: Partial<_152.SplitUndelegation>): _152.SplitUndelegation;
|
|
1917
|
+
fromProtoMsg(message: _152.SplitUndelegationProtoMsg): _152.SplitUndelegation;
|
|
1918
|
+
toProto(message: _152.SplitUndelegation): Uint8Array;
|
|
1919
|
+
toProtoMsg(message: _152.SplitUndelegation): _152.SplitUndelegationProtoMsg;
|
|
1920
|
+
};
|
|
1921
|
+
DelegateCallback: {
|
|
1922
|
+
typeUrl: string;
|
|
1923
|
+
encode(message: _152.DelegateCallback, writer?: import("../binary.ts").BinaryWriter): import("../binary.ts").BinaryWriter;
|
|
1924
|
+
decode(input: import("../binary.ts").BinaryReader | Uint8Array, length?: number): _152.DelegateCallback;
|
|
1925
|
+
fromJSON(object: any): _152.DelegateCallback;
|
|
1926
|
+
toJSON(message: _152.DelegateCallback): import("../json-safe.ts").JsonSafe<_152.DelegateCallback>;
|
|
1927
|
+
fromPartial(object: Partial<_152.DelegateCallback>): _152.DelegateCallback;
|
|
1928
|
+
fromProtoMsg(message: _152.DelegateCallbackProtoMsg): _152.DelegateCallback;
|
|
1929
|
+
toProto(message: _152.DelegateCallback): Uint8Array;
|
|
1930
|
+
toProtoMsg(message: _152.DelegateCallback): _152.DelegateCallbackProtoMsg;
|
|
1931
|
+
};
|
|
1932
|
+
ClaimCallback: {
|
|
1933
|
+
typeUrl: string;
|
|
1934
|
+
encode(message: _152.ClaimCallback, writer?: import("../binary.ts").BinaryWriter): import("../binary.ts").BinaryWriter;
|
|
1935
|
+
decode(input: import("../binary.ts").BinaryReader | Uint8Array, length?: number): _152.ClaimCallback;
|
|
1936
|
+
fromJSON(object: any): _152.ClaimCallback;
|
|
1937
|
+
toJSON(message: _152.ClaimCallback): import("../json-safe.ts").JsonSafe<_152.ClaimCallback>;
|
|
1938
|
+
fromPartial(object: Partial<_152.ClaimCallback>): _152.ClaimCallback;
|
|
1939
|
+
fromProtoMsg(message: _152.ClaimCallbackProtoMsg): _152.ClaimCallback;
|
|
1940
|
+
toProto(message: _152.ClaimCallback): Uint8Array;
|
|
1941
|
+
toProtoMsg(message: _152.ClaimCallback): _152.ClaimCallbackProtoMsg;
|
|
1942
|
+
};
|
|
1943
|
+
ReinvestCallback: {
|
|
1944
|
+
typeUrl: string;
|
|
1945
|
+
encode(message: _152.ReinvestCallback, writer?: import("../binary.ts").BinaryWriter): import("../binary.ts").BinaryWriter;
|
|
1946
|
+
decode(input: import("../binary.ts").BinaryReader | Uint8Array, length?: number): _152.ReinvestCallback;
|
|
1947
|
+
fromJSON(object: any): _152.ReinvestCallback;
|
|
1948
|
+
toJSON(message: _152.ReinvestCallback): import("../json-safe.ts").JsonSafe<_152.ReinvestCallback>;
|
|
1949
|
+
fromPartial(object: Partial<_152.ReinvestCallback>): _152.ReinvestCallback;
|
|
1950
|
+
fromProtoMsg(message: _152.ReinvestCallbackProtoMsg): _152.ReinvestCallback;
|
|
1951
|
+
toProto(message: _152.ReinvestCallback): Uint8Array;
|
|
1952
|
+
toProtoMsg(message: _152.ReinvestCallback): _152.ReinvestCallbackProtoMsg;
|
|
1953
|
+
};
|
|
1954
|
+
UndelegateCallback: {
|
|
1955
|
+
typeUrl: string;
|
|
1956
|
+
encode(message: _152.UndelegateCallback, writer?: import("../binary.ts").BinaryWriter): import("../binary.ts").BinaryWriter;
|
|
1957
|
+
decode(input: import("../binary.ts").BinaryReader | Uint8Array, length?: number): _152.UndelegateCallback;
|
|
1958
|
+
fromJSON(object: any): _152.UndelegateCallback;
|
|
1959
|
+
toJSON(message: _152.UndelegateCallback): import("../json-safe.ts").JsonSafe<_152.UndelegateCallback>;
|
|
1960
|
+
fromPartial(object: Partial<_152.UndelegateCallback>): _152.UndelegateCallback;
|
|
1961
|
+
fromProtoMsg(message: _152.UndelegateCallbackProtoMsg): _152.UndelegateCallback;
|
|
1962
|
+
toProto(message: _152.UndelegateCallback): Uint8Array;
|
|
1963
|
+
toProtoMsg(message: _152.UndelegateCallback): _152.UndelegateCallbackProtoMsg;
|
|
1964
|
+
};
|
|
1965
|
+
RedemptionCallback: {
|
|
1966
|
+
typeUrl: string;
|
|
1967
|
+
encode(message: _152.RedemptionCallback, writer?: import("../binary.ts").BinaryWriter): import("../binary.ts").BinaryWriter;
|
|
1968
|
+
decode(input: import("../binary.ts").BinaryReader | Uint8Array, length?: number): _152.RedemptionCallback;
|
|
1969
|
+
fromJSON(object: any): _152.RedemptionCallback;
|
|
1970
|
+
toJSON(message: _152.RedemptionCallback): import("../json-safe.ts").JsonSafe<_152.RedemptionCallback>;
|
|
1971
|
+
fromPartial(object: Partial<_152.RedemptionCallback>): _152.RedemptionCallback;
|
|
1972
|
+
fromProtoMsg(message: _152.RedemptionCallbackProtoMsg): _152.RedemptionCallback;
|
|
1973
|
+
toProto(message: _152.RedemptionCallback): Uint8Array;
|
|
1974
|
+
toProtoMsg(message: _152.RedemptionCallback): _152.RedemptionCallbackProtoMsg;
|
|
1975
|
+
};
|
|
1976
|
+
Rebalancing: {
|
|
1977
|
+
typeUrl: string;
|
|
1978
|
+
encode(message: _152.Rebalancing, writer?: import("../binary.ts").BinaryWriter): import("../binary.ts").BinaryWriter;
|
|
1979
|
+
decode(input: import("../binary.ts").BinaryReader | Uint8Array, length?: number): _152.Rebalancing;
|
|
1980
|
+
fromJSON(object: any): _152.Rebalancing;
|
|
1981
|
+
toJSON(message: _152.Rebalancing): import("../json-safe.ts").JsonSafe<_152.Rebalancing>;
|
|
1982
|
+
fromPartial(object: Partial<_152.Rebalancing>): _152.Rebalancing;
|
|
1983
|
+
fromProtoMsg(message: _152.RebalancingProtoMsg): _152.Rebalancing;
|
|
1984
|
+
toProto(message: _152.Rebalancing): Uint8Array;
|
|
1985
|
+
toProtoMsg(message: _152.Rebalancing): _152.RebalancingProtoMsg;
|
|
1986
|
+
};
|
|
1987
|
+
RebalanceCallback: {
|
|
1988
|
+
typeUrl: string;
|
|
1989
|
+
encode(message: _152.RebalanceCallback, writer?: import("../binary.ts").BinaryWriter): import("../binary.ts").BinaryWriter;
|
|
1990
|
+
decode(input: import("../binary.ts").BinaryReader | Uint8Array, length?: number): _152.RebalanceCallback;
|
|
1991
|
+
fromJSON(object: any): _152.RebalanceCallback;
|
|
1992
|
+
toJSON(message: _152.RebalanceCallback): import("../json-safe.ts").JsonSafe<_152.RebalanceCallback>;
|
|
1993
|
+
fromPartial(object: Partial<_152.RebalanceCallback>): _152.RebalanceCallback;
|
|
1994
|
+
fromProtoMsg(message: _152.RebalanceCallbackProtoMsg): _152.RebalanceCallback;
|
|
1995
|
+
toProto(message: _152.RebalanceCallback): Uint8Array;
|
|
1996
|
+
toProtoMsg(message: _152.RebalanceCallback): _152.RebalanceCallbackProtoMsg;
|
|
1997
|
+
};
|
|
1998
|
+
DetokenizeSharesCallback: {
|
|
1999
|
+
typeUrl: string;
|
|
2000
|
+
encode(message: _152.DetokenizeSharesCallback, writer?: import("../binary.ts").BinaryWriter): import("../binary.ts").BinaryWriter;
|
|
2001
|
+
decode(input: import("../binary.ts").BinaryReader | Uint8Array, length?: number): _152.DetokenizeSharesCallback;
|
|
2002
|
+
fromJSON(object: any): _152.DetokenizeSharesCallback;
|
|
2003
|
+
toJSON(message: _152.DetokenizeSharesCallback): import("../json-safe.ts").JsonSafe<_152.DetokenizeSharesCallback>;
|
|
2004
|
+
fromPartial(object: Partial<_152.DetokenizeSharesCallback>): _152.DetokenizeSharesCallback;
|
|
2005
|
+
fromProtoMsg(message: _152.DetokenizeSharesCallbackProtoMsg): _152.DetokenizeSharesCallback;
|
|
2006
|
+
toProto(message: _152.DetokenizeSharesCallback): Uint8Array;
|
|
2007
|
+
toProtoMsg(message: _152.DetokenizeSharesCallback): _152.DetokenizeSharesCallbackProtoMsg;
|
|
2008
|
+
};
|
|
2009
|
+
LSMLiquidStake: {
|
|
2010
|
+
typeUrl: string;
|
|
2011
|
+
encode(message: _152.LSMLiquidStake, writer?: import("../binary.ts").BinaryWriter): import("../binary.ts").BinaryWriter;
|
|
2012
|
+
decode(input: import("../binary.ts").BinaryReader | Uint8Array, length?: number): _152.LSMLiquidStake;
|
|
2013
|
+
fromJSON(object: any): _152.LSMLiquidStake;
|
|
2014
|
+
toJSON(message: _152.LSMLiquidStake): import("../json-safe.ts").JsonSafe<_152.LSMLiquidStake>;
|
|
2015
|
+
fromPartial(object: Partial<_152.LSMLiquidStake>): _152.LSMLiquidStake;
|
|
2016
|
+
fromProtoMsg(message: _152.LSMLiquidStakeProtoMsg): _152.LSMLiquidStake;
|
|
2017
|
+
toProto(message: _152.LSMLiquidStake): Uint8Array;
|
|
2018
|
+
toProtoMsg(message: _152.LSMLiquidStake): _152.LSMLiquidStakeProtoMsg;
|
|
2019
|
+
};
|
|
2020
|
+
ValidatorSharesToTokensQueryCallback: {
|
|
2021
|
+
typeUrl: string;
|
|
2022
|
+
encode(message: _152.ValidatorSharesToTokensQueryCallback, writer?: import("../binary.ts").BinaryWriter): import("../binary.ts").BinaryWriter;
|
|
2023
|
+
decode(input: import("../binary.ts").BinaryReader | Uint8Array, length?: number): _152.ValidatorSharesToTokensQueryCallback;
|
|
2024
|
+
fromJSON(object: any): _152.ValidatorSharesToTokensQueryCallback;
|
|
2025
|
+
toJSON(message: _152.ValidatorSharesToTokensQueryCallback): import("../json-safe.ts").JsonSafe<_152.ValidatorSharesToTokensQueryCallback>;
|
|
2026
|
+
fromPartial(object: Partial<_152.ValidatorSharesToTokensQueryCallback>): _152.ValidatorSharesToTokensQueryCallback;
|
|
2027
|
+
fromProtoMsg(message: _152.ValidatorSharesToTokensQueryCallbackProtoMsg): _152.ValidatorSharesToTokensQueryCallback;
|
|
2028
|
+
toProto(message: _152.ValidatorSharesToTokensQueryCallback): Uint8Array;
|
|
2029
|
+
toProtoMsg(message: _152.ValidatorSharesToTokensQueryCallback): _152.ValidatorSharesToTokensQueryCallbackProtoMsg;
|
|
2030
|
+
};
|
|
2031
|
+
DelegatorSharesQueryCallback: {
|
|
2032
|
+
typeUrl: string;
|
|
2033
|
+
encode(message: _152.DelegatorSharesQueryCallback, writer?: import("../binary.ts").BinaryWriter): import("../binary.ts").BinaryWriter;
|
|
2034
|
+
decode(input: import("../binary.ts").BinaryReader | Uint8Array, length?: number): _152.DelegatorSharesQueryCallback;
|
|
2035
|
+
fromJSON(object: any): _152.DelegatorSharesQueryCallback;
|
|
2036
|
+
toJSON(message: _152.DelegatorSharesQueryCallback): import("../json-safe.ts").JsonSafe<_152.DelegatorSharesQueryCallback>;
|
|
2037
|
+
fromPartial(object: Partial<_152.DelegatorSharesQueryCallback>): _152.DelegatorSharesQueryCallback;
|
|
2038
|
+
fromProtoMsg(message: _152.DelegatorSharesQueryCallbackProtoMsg): _152.DelegatorSharesQueryCallback;
|
|
2039
|
+
toProto(message: _152.DelegatorSharesQueryCallback): Uint8Array;
|
|
2040
|
+
toProtoMsg(message: _152.DelegatorSharesQueryCallback): _152.DelegatorSharesQueryCallbackProtoMsg;
|
|
2041
|
+
};
|
|
2042
|
+
CommunityPoolBalanceQueryCallback: {
|
|
2043
|
+
typeUrl: string;
|
|
2044
|
+
encode(message: _152.CommunityPoolBalanceQueryCallback, writer?: import("../binary.ts").BinaryWriter): import("../binary.ts").BinaryWriter;
|
|
2045
|
+
decode(input: import("../binary.ts").BinaryReader | Uint8Array, length?: number): _152.CommunityPoolBalanceQueryCallback;
|
|
2046
|
+
fromJSON(object: any): _152.CommunityPoolBalanceQueryCallback;
|
|
2047
|
+
toJSON(message: _152.CommunityPoolBalanceQueryCallback): import("../json-safe.ts").JsonSafe<_152.CommunityPoolBalanceQueryCallback>;
|
|
2048
|
+
fromPartial(object: Partial<_152.CommunityPoolBalanceQueryCallback>): _152.CommunityPoolBalanceQueryCallback;
|
|
2049
|
+
fromProtoMsg(message: _152.CommunityPoolBalanceQueryCallbackProtoMsg): _152.CommunityPoolBalanceQueryCallback;
|
|
2050
|
+
toProto(message: _152.CommunityPoolBalanceQueryCallback): Uint8Array;
|
|
2051
|
+
toProtoMsg(message: _152.CommunityPoolBalanceQueryCallback): _152.CommunityPoolBalanceQueryCallbackProtoMsg;
|
|
2052
|
+
};
|
|
2053
|
+
TradeRouteCallback: {
|
|
2054
|
+
typeUrl: string;
|
|
2055
|
+
encode(message: _152.TradeRouteCallback, writer?: import("../binary.ts").BinaryWriter): import("../binary.ts").BinaryWriter;
|
|
2056
|
+
decode(input: import("../binary.ts").BinaryReader | Uint8Array, length?: number): _152.TradeRouteCallback;
|
|
2057
|
+
fromJSON(object: any): _152.TradeRouteCallback;
|
|
2058
|
+
toJSON(message: _152.TradeRouteCallback): import("../json-safe.ts").JsonSafe<_152.TradeRouteCallback>;
|
|
2059
|
+
fromPartial(object: Partial<_152.TradeRouteCallback>): _152.TradeRouteCallback;
|
|
2060
|
+
fromProtoMsg(message: _152.TradeRouteCallbackProtoMsg): _152.TradeRouteCallback;
|
|
2061
|
+
toProto(message: _152.TradeRouteCallback): Uint8Array;
|
|
2062
|
+
toProtoMsg(message: _152.TradeRouteCallback): _152.TradeRouteCallbackProtoMsg;
|
|
2063
|
+
};
|
|
2064
|
+
AddressUnbonding: {
|
|
2065
|
+
typeUrl: string;
|
|
2066
|
+
encode(message: _151.AddressUnbonding, writer?: import("../binary.ts").BinaryWriter): import("../binary.ts").BinaryWriter;
|
|
2067
|
+
decode(input: import("../binary.ts").BinaryReader | Uint8Array, length?: number): _151.AddressUnbonding;
|
|
2068
|
+
fromJSON(object: any): _151.AddressUnbonding;
|
|
2069
|
+
toJSON(message: _151.AddressUnbonding): import("../json-safe.ts").JsonSafe<_151.AddressUnbonding>;
|
|
2070
|
+
fromPartial(object: Partial<_151.AddressUnbonding>): _151.AddressUnbonding;
|
|
2071
|
+
fromProtoMsg(message: _151.AddressUnbondingProtoMsg): _151.AddressUnbonding;
|
|
2072
|
+
toProto(message: _151.AddressUnbonding): Uint8Array;
|
|
2073
|
+
toProtoMsg(message: _151.AddressUnbonding): _151.AddressUnbondingProtoMsg;
|
|
2074
|
+
};
|
|
2075
|
+
};
|
|
2076
|
+
const staketia: {
|
|
2077
|
+
overwritableRecordTypeFromJSON(object: any): _167.OverwritableRecordType;
|
|
2078
|
+
overwritableRecordTypeToJSON(object: _167.OverwritableRecordType): string;
|
|
2079
|
+
OverwritableRecordType: typeof _167.OverwritableRecordType;
|
|
2080
|
+
OverwritableRecordTypeSDKType: typeof _167.OverwritableRecordType;
|
|
2081
|
+
MsgLiquidStake: {
|
|
2082
|
+
typeUrl: string;
|
|
2083
|
+
encode(message: _167.MsgLiquidStake, writer?: import("../binary.ts").BinaryWriter): import("../binary.ts").BinaryWriter;
|
|
2084
|
+
decode(input: import("../binary.ts").BinaryReader | Uint8Array, length?: number): _167.MsgLiquidStake;
|
|
2085
|
+
fromJSON(object: any): _167.MsgLiquidStake;
|
|
2086
|
+
toJSON(message: _167.MsgLiquidStake): import("../json-safe.ts").JsonSafe<_167.MsgLiquidStake>;
|
|
2087
|
+
fromPartial(object: Partial<_167.MsgLiquidStake>): _167.MsgLiquidStake;
|
|
2088
|
+
fromProtoMsg(message: _167.MsgLiquidStakeProtoMsg): _167.MsgLiquidStake;
|
|
2089
|
+
toProto(message: _167.MsgLiquidStake): Uint8Array;
|
|
2090
|
+
toProtoMsg(message: _167.MsgLiquidStake): _167.MsgLiquidStakeProtoMsg;
|
|
2091
|
+
};
|
|
2092
|
+
MsgLiquidStakeResponse: {
|
|
2093
|
+
typeUrl: string;
|
|
2094
|
+
encode(message: _167.MsgLiquidStakeResponse, writer?: import("../binary.ts").BinaryWriter): import("../binary.ts").BinaryWriter;
|
|
2095
|
+
decode(input: import("../binary.ts").BinaryReader | Uint8Array, length?: number): _167.MsgLiquidStakeResponse;
|
|
2096
|
+
fromJSON(object: any): _167.MsgLiquidStakeResponse;
|
|
2097
|
+
toJSON(message: _167.MsgLiquidStakeResponse): import("../json-safe.ts").JsonSafe<_167.MsgLiquidStakeResponse>;
|
|
2098
|
+
fromPartial(object: Partial<_167.MsgLiquidStakeResponse>): _167.MsgLiquidStakeResponse;
|
|
2099
|
+
fromProtoMsg(message: _167.MsgLiquidStakeResponseProtoMsg): _167.MsgLiquidStakeResponse;
|
|
2100
|
+
toProto(message: _167.MsgLiquidStakeResponse): Uint8Array;
|
|
2101
|
+
toProtoMsg(message: _167.MsgLiquidStakeResponse): _167.MsgLiquidStakeResponseProtoMsg;
|
|
2102
|
+
};
|
|
2103
|
+
MsgRedeemStake: {
|
|
2104
|
+
typeUrl: string;
|
|
2105
|
+
encode(message: _167.MsgRedeemStake, writer?: import("../binary.ts").BinaryWriter): import("../binary.ts").BinaryWriter;
|
|
2106
|
+
decode(input: import("../binary.ts").BinaryReader | Uint8Array, length?: number): _167.MsgRedeemStake;
|
|
2107
|
+
fromJSON(object: any): _167.MsgRedeemStake;
|
|
2108
|
+
toJSON(message: _167.MsgRedeemStake): import("../json-safe.ts").JsonSafe<_167.MsgRedeemStake>;
|
|
2109
|
+
fromPartial(object: Partial<_167.MsgRedeemStake>): _167.MsgRedeemStake;
|
|
2110
|
+
fromProtoMsg(message: _167.MsgRedeemStakeProtoMsg): _167.MsgRedeemStake;
|
|
2111
|
+
toProto(message: _167.MsgRedeemStake): Uint8Array;
|
|
2112
|
+
toProtoMsg(message: _167.MsgRedeemStake): _167.MsgRedeemStakeProtoMsg;
|
|
2113
|
+
};
|
|
2114
|
+
MsgRedeemStakeResponse: {
|
|
2115
|
+
typeUrl: string;
|
|
2116
|
+
encode(message: _167.MsgRedeemStakeResponse, writer?: import("../binary.ts").BinaryWriter): import("../binary.ts").BinaryWriter;
|
|
2117
|
+
decode(input: import("../binary.ts").BinaryReader | Uint8Array, length?: number): _167.MsgRedeemStakeResponse;
|
|
2118
|
+
fromJSON(object: any): _167.MsgRedeemStakeResponse;
|
|
2119
|
+
toJSON(message: _167.MsgRedeemStakeResponse): import("../json-safe.ts").JsonSafe<_167.MsgRedeemStakeResponse>;
|
|
2120
|
+
fromPartial(object: Partial<_167.MsgRedeemStakeResponse>): _167.MsgRedeemStakeResponse;
|
|
2121
|
+
fromProtoMsg(message: _167.MsgRedeemStakeResponseProtoMsg): _167.MsgRedeemStakeResponse;
|
|
2122
|
+
toProto(message: _167.MsgRedeemStakeResponse): Uint8Array;
|
|
2123
|
+
toProtoMsg(message: _167.MsgRedeemStakeResponse): _167.MsgRedeemStakeResponseProtoMsg;
|
|
2124
|
+
};
|
|
2125
|
+
MsgConfirmDelegation: {
|
|
2126
|
+
typeUrl: string;
|
|
2127
|
+
encode(message: _167.MsgConfirmDelegation, writer?: import("../binary.ts").BinaryWriter): import("../binary.ts").BinaryWriter;
|
|
2128
|
+
decode(input: import("../binary.ts").BinaryReader | Uint8Array, length?: number): _167.MsgConfirmDelegation;
|
|
2129
|
+
fromJSON(object: any): _167.MsgConfirmDelegation;
|
|
2130
|
+
toJSON(message: _167.MsgConfirmDelegation): import("../json-safe.ts").JsonSafe<_167.MsgConfirmDelegation>;
|
|
2131
|
+
fromPartial(object: Partial<_167.MsgConfirmDelegation>): _167.MsgConfirmDelegation;
|
|
2132
|
+
fromProtoMsg(message: _167.MsgConfirmDelegationProtoMsg): _167.MsgConfirmDelegation;
|
|
2133
|
+
toProto(message: _167.MsgConfirmDelegation): Uint8Array;
|
|
2134
|
+
toProtoMsg(message: _167.MsgConfirmDelegation): _167.MsgConfirmDelegationProtoMsg;
|
|
2135
|
+
};
|
|
2136
|
+
MsgConfirmDelegationResponse: {
|
|
2137
|
+
typeUrl: string;
|
|
2138
|
+
encode(_: _167.MsgConfirmDelegationResponse, writer?: import("../binary.ts").BinaryWriter): import("../binary.ts").BinaryWriter;
|
|
2139
|
+
decode(input: import("../binary.ts").BinaryReader | Uint8Array, length?: number): _167.MsgConfirmDelegationResponse;
|
|
2140
|
+
fromJSON(_: any): _167.MsgConfirmDelegationResponse;
|
|
2141
|
+
toJSON(_: _167.MsgConfirmDelegationResponse): import("../json-safe.ts").JsonSafe<_167.MsgConfirmDelegationResponse>;
|
|
2142
|
+
fromPartial(_: Partial<_167.MsgConfirmDelegationResponse>): _167.MsgConfirmDelegationResponse;
|
|
2143
|
+
fromProtoMsg(message: _167.MsgConfirmDelegationResponseProtoMsg): _167.MsgConfirmDelegationResponse;
|
|
2144
|
+
toProto(message: _167.MsgConfirmDelegationResponse): Uint8Array;
|
|
2145
|
+
toProtoMsg(message: _167.MsgConfirmDelegationResponse): _167.MsgConfirmDelegationResponseProtoMsg;
|
|
2146
|
+
};
|
|
2147
|
+
MsgConfirmUndelegation: {
|
|
2148
|
+
typeUrl: string;
|
|
2149
|
+
encode(message: _167.MsgConfirmUndelegation, writer?: import("../binary.ts").BinaryWriter): import("../binary.ts").BinaryWriter;
|
|
2150
|
+
decode(input: import("../binary.ts").BinaryReader | Uint8Array, length?: number): _167.MsgConfirmUndelegation;
|
|
2151
|
+
fromJSON(object: any): _167.MsgConfirmUndelegation;
|
|
2152
|
+
toJSON(message: _167.MsgConfirmUndelegation): import("../json-safe.ts").JsonSafe<_167.MsgConfirmUndelegation>;
|
|
2153
|
+
fromPartial(object: Partial<_167.MsgConfirmUndelegation>): _167.MsgConfirmUndelegation;
|
|
2154
|
+
fromProtoMsg(message: _167.MsgConfirmUndelegationProtoMsg): _167.MsgConfirmUndelegation;
|
|
2155
|
+
toProto(message: _167.MsgConfirmUndelegation): Uint8Array;
|
|
2156
|
+
toProtoMsg(message: _167.MsgConfirmUndelegation): _167.MsgConfirmUndelegationProtoMsg;
|
|
2157
|
+
};
|
|
2158
|
+
MsgConfirmUndelegationResponse: {
|
|
2159
|
+
typeUrl: string;
|
|
2160
|
+
encode(_: _167.MsgConfirmUndelegationResponse, writer?: import("../binary.ts").BinaryWriter): import("../binary.ts").BinaryWriter;
|
|
2161
|
+
decode(input: import("../binary.ts").BinaryReader | Uint8Array, length?: number): _167.MsgConfirmUndelegationResponse;
|
|
2162
|
+
fromJSON(_: any): _167.MsgConfirmUndelegationResponse;
|
|
2163
|
+
toJSON(_: _167.MsgConfirmUndelegationResponse): import("../json-safe.ts").JsonSafe<_167.MsgConfirmUndelegationResponse>;
|
|
2164
|
+
fromPartial(_: Partial<_167.MsgConfirmUndelegationResponse>): _167.MsgConfirmUndelegationResponse;
|
|
2165
|
+
fromProtoMsg(message: _167.MsgConfirmUndelegationResponseProtoMsg): _167.MsgConfirmUndelegationResponse;
|
|
2166
|
+
toProto(message: _167.MsgConfirmUndelegationResponse): Uint8Array;
|
|
2167
|
+
toProtoMsg(message: _167.MsgConfirmUndelegationResponse): _167.MsgConfirmUndelegationResponseProtoMsg;
|
|
2168
|
+
};
|
|
2169
|
+
MsgConfirmUnbondedTokenSweep: {
|
|
2170
|
+
typeUrl: string;
|
|
2171
|
+
encode(message: _167.MsgConfirmUnbondedTokenSweep, writer?: import("../binary.ts").BinaryWriter): import("../binary.ts").BinaryWriter;
|
|
2172
|
+
decode(input: import("../binary.ts").BinaryReader | Uint8Array, length?: number): _167.MsgConfirmUnbondedTokenSweep;
|
|
2173
|
+
fromJSON(object: any): _167.MsgConfirmUnbondedTokenSweep;
|
|
2174
|
+
toJSON(message: _167.MsgConfirmUnbondedTokenSweep): import("../json-safe.ts").JsonSafe<_167.MsgConfirmUnbondedTokenSweep>;
|
|
2175
|
+
fromPartial(object: Partial<_167.MsgConfirmUnbondedTokenSweep>): _167.MsgConfirmUnbondedTokenSweep;
|
|
2176
|
+
fromProtoMsg(message: _167.MsgConfirmUnbondedTokenSweepProtoMsg): _167.MsgConfirmUnbondedTokenSweep;
|
|
2177
|
+
toProto(message: _167.MsgConfirmUnbondedTokenSweep): Uint8Array;
|
|
2178
|
+
toProtoMsg(message: _167.MsgConfirmUnbondedTokenSweep): _167.MsgConfirmUnbondedTokenSweepProtoMsg;
|
|
2179
|
+
};
|
|
2180
|
+
MsgConfirmUnbondedTokenSweepResponse: {
|
|
2181
|
+
typeUrl: string;
|
|
2182
|
+
encode(_: _167.MsgConfirmUnbondedTokenSweepResponse, writer?: import("../binary.ts").BinaryWriter): import("../binary.ts").BinaryWriter;
|
|
2183
|
+
decode(input: import("../binary.ts").BinaryReader | Uint8Array, length?: number): _167.MsgConfirmUnbondedTokenSweepResponse;
|
|
2184
|
+
fromJSON(_: any): _167.MsgConfirmUnbondedTokenSweepResponse;
|
|
2185
|
+
toJSON(_: _167.MsgConfirmUnbondedTokenSweepResponse): import("../json-safe.ts").JsonSafe<_167.MsgConfirmUnbondedTokenSweepResponse>;
|
|
2186
|
+
fromPartial(_: Partial<_167.MsgConfirmUnbondedTokenSweepResponse>): _167.MsgConfirmUnbondedTokenSweepResponse;
|
|
2187
|
+
fromProtoMsg(message: _167.MsgConfirmUnbondedTokenSweepResponseProtoMsg): _167.MsgConfirmUnbondedTokenSweepResponse;
|
|
2188
|
+
toProto(message: _167.MsgConfirmUnbondedTokenSweepResponse): Uint8Array;
|
|
2189
|
+
toProtoMsg(message: _167.MsgConfirmUnbondedTokenSweepResponse): _167.MsgConfirmUnbondedTokenSweepResponseProtoMsg;
|
|
2190
|
+
};
|
|
2191
|
+
MsgAdjustDelegatedBalance: {
|
|
2192
|
+
typeUrl: string;
|
|
2193
|
+
encode(message: _167.MsgAdjustDelegatedBalance, writer?: import("../binary.ts").BinaryWriter): import("../binary.ts").BinaryWriter;
|
|
2194
|
+
decode(input: import("../binary.ts").BinaryReader | Uint8Array, length?: number): _167.MsgAdjustDelegatedBalance;
|
|
2195
|
+
fromJSON(object: any): _167.MsgAdjustDelegatedBalance;
|
|
2196
|
+
toJSON(message: _167.MsgAdjustDelegatedBalance): import("../json-safe.ts").JsonSafe<_167.MsgAdjustDelegatedBalance>;
|
|
2197
|
+
fromPartial(object: Partial<_167.MsgAdjustDelegatedBalance>): _167.MsgAdjustDelegatedBalance;
|
|
2198
|
+
fromProtoMsg(message: _167.MsgAdjustDelegatedBalanceProtoMsg): _167.MsgAdjustDelegatedBalance;
|
|
2199
|
+
toProto(message: _167.MsgAdjustDelegatedBalance): Uint8Array;
|
|
2200
|
+
toProtoMsg(message: _167.MsgAdjustDelegatedBalance): _167.MsgAdjustDelegatedBalanceProtoMsg;
|
|
2201
|
+
};
|
|
2202
|
+
MsgAdjustDelegatedBalanceResponse: {
|
|
2203
|
+
typeUrl: string;
|
|
2204
|
+
encode(_: _167.MsgAdjustDelegatedBalanceResponse, writer?: import("../binary.ts").BinaryWriter): import("../binary.ts").BinaryWriter;
|
|
2205
|
+
decode(input: import("../binary.ts").BinaryReader | Uint8Array, length?: number): _167.MsgAdjustDelegatedBalanceResponse;
|
|
2206
|
+
fromJSON(_: any): _167.MsgAdjustDelegatedBalanceResponse;
|
|
2207
|
+
toJSON(_: _167.MsgAdjustDelegatedBalanceResponse): import("../json-safe.ts").JsonSafe<_167.MsgAdjustDelegatedBalanceResponse>;
|
|
2208
|
+
fromPartial(_: Partial<_167.MsgAdjustDelegatedBalanceResponse>): _167.MsgAdjustDelegatedBalanceResponse;
|
|
2209
|
+
fromProtoMsg(message: _167.MsgAdjustDelegatedBalanceResponseProtoMsg): _167.MsgAdjustDelegatedBalanceResponse;
|
|
2210
|
+
toProto(message: _167.MsgAdjustDelegatedBalanceResponse): Uint8Array;
|
|
2211
|
+
toProtoMsg(message: _167.MsgAdjustDelegatedBalanceResponse): _167.MsgAdjustDelegatedBalanceResponseProtoMsg;
|
|
2212
|
+
};
|
|
2213
|
+
MsgUpdateInnerRedemptionRateBounds: {
|
|
2214
|
+
typeUrl: string;
|
|
2215
|
+
encode(message: _167.MsgUpdateInnerRedemptionRateBounds, writer?: import("../binary.ts").BinaryWriter): import("../binary.ts").BinaryWriter;
|
|
2216
|
+
decode(input: import("../binary.ts").BinaryReader | Uint8Array, length?: number): _167.MsgUpdateInnerRedemptionRateBounds;
|
|
2217
|
+
fromJSON(object: any): _167.MsgUpdateInnerRedemptionRateBounds;
|
|
2218
|
+
toJSON(message: _167.MsgUpdateInnerRedemptionRateBounds): import("../json-safe.ts").JsonSafe<_167.MsgUpdateInnerRedemptionRateBounds>;
|
|
2219
|
+
fromPartial(object: Partial<_167.MsgUpdateInnerRedemptionRateBounds>): _167.MsgUpdateInnerRedemptionRateBounds;
|
|
2220
|
+
fromProtoMsg(message: _167.MsgUpdateInnerRedemptionRateBoundsProtoMsg): _167.MsgUpdateInnerRedemptionRateBounds;
|
|
2221
|
+
toProto(message: _167.MsgUpdateInnerRedemptionRateBounds): Uint8Array;
|
|
2222
|
+
toProtoMsg(message: _167.MsgUpdateInnerRedemptionRateBounds): _167.MsgUpdateInnerRedemptionRateBoundsProtoMsg;
|
|
2223
|
+
};
|
|
2224
|
+
MsgUpdateInnerRedemptionRateBoundsResponse: {
|
|
2225
|
+
typeUrl: string;
|
|
2226
|
+
encode(_: _167.MsgUpdateInnerRedemptionRateBoundsResponse, writer?: import("../binary.ts").BinaryWriter): import("../binary.ts").BinaryWriter;
|
|
2227
|
+
decode(input: import("../binary.ts").BinaryReader | Uint8Array, length?: number): _167.MsgUpdateInnerRedemptionRateBoundsResponse;
|
|
2228
|
+
fromJSON(_: any): _167.MsgUpdateInnerRedemptionRateBoundsResponse;
|
|
2229
|
+
toJSON(_: _167.MsgUpdateInnerRedemptionRateBoundsResponse): import("../json-safe.ts").JsonSafe<_167.MsgUpdateInnerRedemptionRateBoundsResponse>;
|
|
2230
|
+
fromPartial(_: Partial<_167.MsgUpdateInnerRedemptionRateBoundsResponse>): _167.MsgUpdateInnerRedemptionRateBoundsResponse;
|
|
2231
|
+
fromProtoMsg(message: _167.MsgUpdateInnerRedemptionRateBoundsResponseProtoMsg): _167.MsgUpdateInnerRedemptionRateBoundsResponse;
|
|
2232
|
+
toProto(message: _167.MsgUpdateInnerRedemptionRateBoundsResponse): Uint8Array;
|
|
2233
|
+
toProtoMsg(message: _167.MsgUpdateInnerRedemptionRateBoundsResponse): _167.MsgUpdateInnerRedemptionRateBoundsResponseProtoMsg;
|
|
2234
|
+
};
|
|
2235
|
+
MsgResumeHostZone: {
|
|
2236
|
+
typeUrl: string;
|
|
2237
|
+
encode(message: _167.MsgResumeHostZone, writer?: import("../binary.ts").BinaryWriter): import("../binary.ts").BinaryWriter;
|
|
2238
|
+
decode(input: import("../binary.ts").BinaryReader | Uint8Array, length?: number): _167.MsgResumeHostZone;
|
|
2239
|
+
fromJSON(object: any): _167.MsgResumeHostZone;
|
|
2240
|
+
toJSON(message: _167.MsgResumeHostZone): import("../json-safe.ts").JsonSafe<_167.MsgResumeHostZone>;
|
|
2241
|
+
fromPartial(object: Partial<_167.MsgResumeHostZone>): _167.MsgResumeHostZone;
|
|
2242
|
+
fromProtoMsg(message: _167.MsgResumeHostZoneProtoMsg): _167.MsgResumeHostZone;
|
|
2243
|
+
toProto(message: _167.MsgResumeHostZone): Uint8Array;
|
|
2244
|
+
toProtoMsg(message: _167.MsgResumeHostZone): _167.MsgResumeHostZoneProtoMsg;
|
|
2245
|
+
};
|
|
2246
|
+
MsgResumeHostZoneResponse: {
|
|
2247
|
+
typeUrl: string;
|
|
2248
|
+
encode(_: _167.MsgResumeHostZoneResponse, writer?: import("../binary.ts").BinaryWriter): import("../binary.ts").BinaryWriter;
|
|
2249
|
+
decode(input: import("../binary.ts").BinaryReader | Uint8Array, length?: number): _167.MsgResumeHostZoneResponse;
|
|
2250
|
+
fromJSON(_: any): _167.MsgResumeHostZoneResponse;
|
|
2251
|
+
toJSON(_: _167.MsgResumeHostZoneResponse): import("../json-safe.ts").JsonSafe<_167.MsgResumeHostZoneResponse>;
|
|
2252
|
+
fromPartial(_: Partial<_167.MsgResumeHostZoneResponse>): _167.MsgResumeHostZoneResponse;
|
|
2253
|
+
fromProtoMsg(message: _167.MsgResumeHostZoneResponseProtoMsg): _167.MsgResumeHostZoneResponse;
|
|
2254
|
+
toProto(message: _167.MsgResumeHostZoneResponse): Uint8Array;
|
|
2255
|
+
toProtoMsg(message: _167.MsgResumeHostZoneResponse): _167.MsgResumeHostZoneResponseProtoMsg;
|
|
2256
|
+
};
|
|
2257
|
+
MsgRefreshRedemptionRate: {
|
|
2258
|
+
typeUrl: string;
|
|
2259
|
+
encode(message: _167.MsgRefreshRedemptionRate, writer?: import("../binary.ts").BinaryWriter): import("../binary.ts").BinaryWriter;
|
|
2260
|
+
decode(input: import("../binary.ts").BinaryReader | Uint8Array, length?: number): _167.MsgRefreshRedemptionRate;
|
|
2261
|
+
fromJSON(object: any): _167.MsgRefreshRedemptionRate;
|
|
2262
|
+
toJSON(message: _167.MsgRefreshRedemptionRate): import("../json-safe.ts").JsonSafe<_167.MsgRefreshRedemptionRate>;
|
|
2263
|
+
fromPartial(object: Partial<_167.MsgRefreshRedemptionRate>): _167.MsgRefreshRedemptionRate;
|
|
2264
|
+
fromProtoMsg(message: _167.MsgRefreshRedemptionRateProtoMsg): _167.MsgRefreshRedemptionRate;
|
|
2265
|
+
toProto(message: _167.MsgRefreshRedemptionRate): Uint8Array;
|
|
2266
|
+
toProtoMsg(message: _167.MsgRefreshRedemptionRate): _167.MsgRefreshRedemptionRateProtoMsg;
|
|
2267
|
+
};
|
|
2268
|
+
MsgRefreshRedemptionRateResponse: {
|
|
2269
|
+
typeUrl: string;
|
|
2270
|
+
encode(_: _167.MsgRefreshRedemptionRateResponse, writer?: import("../binary.ts").BinaryWriter): import("../binary.ts").BinaryWriter;
|
|
2271
|
+
decode(input: import("../binary.ts").BinaryReader | Uint8Array, length?: number): _167.MsgRefreshRedemptionRateResponse;
|
|
2272
|
+
fromJSON(_: any): _167.MsgRefreshRedemptionRateResponse;
|
|
2273
|
+
toJSON(_: _167.MsgRefreshRedemptionRateResponse): import("../json-safe.ts").JsonSafe<_167.MsgRefreshRedemptionRateResponse>;
|
|
2274
|
+
fromPartial(_: Partial<_167.MsgRefreshRedemptionRateResponse>): _167.MsgRefreshRedemptionRateResponse;
|
|
2275
|
+
fromProtoMsg(message: _167.MsgRefreshRedemptionRateResponseProtoMsg): _167.MsgRefreshRedemptionRateResponse;
|
|
2276
|
+
toProto(message: _167.MsgRefreshRedemptionRateResponse): Uint8Array;
|
|
2277
|
+
toProtoMsg(message: _167.MsgRefreshRedemptionRateResponse): _167.MsgRefreshRedemptionRateResponseProtoMsg;
|
|
2278
|
+
};
|
|
2279
|
+
MsgOverwriteDelegationRecord: {
|
|
2280
|
+
typeUrl: string;
|
|
2281
|
+
encode(message: _167.MsgOverwriteDelegationRecord, writer?: import("../binary.ts").BinaryWriter): import("../binary.ts").BinaryWriter;
|
|
2282
|
+
decode(input: import("../binary.ts").BinaryReader | Uint8Array, length?: number): _167.MsgOverwriteDelegationRecord;
|
|
2283
|
+
fromJSON(object: any): _167.MsgOverwriteDelegationRecord;
|
|
2284
|
+
toJSON(message: _167.MsgOverwriteDelegationRecord): import("../json-safe.ts").JsonSafe<_167.MsgOverwriteDelegationRecord>;
|
|
2285
|
+
fromPartial(object: Partial<_167.MsgOverwriteDelegationRecord>): _167.MsgOverwriteDelegationRecord;
|
|
2286
|
+
fromProtoMsg(message: _167.MsgOverwriteDelegationRecordProtoMsg): _167.MsgOverwriteDelegationRecord;
|
|
2287
|
+
toProto(message: _167.MsgOverwriteDelegationRecord): Uint8Array;
|
|
2288
|
+
toProtoMsg(message: _167.MsgOverwriteDelegationRecord): _167.MsgOverwriteDelegationRecordProtoMsg;
|
|
2289
|
+
};
|
|
2290
|
+
MsgOverwriteDelegationRecordResponse: {
|
|
2291
|
+
typeUrl: string;
|
|
2292
|
+
encode(_: _167.MsgOverwriteDelegationRecordResponse, writer?: import("../binary.ts").BinaryWriter): import("../binary.ts").BinaryWriter;
|
|
2293
|
+
decode(input: import("../binary.ts").BinaryReader | Uint8Array, length?: number): _167.MsgOverwriteDelegationRecordResponse;
|
|
2294
|
+
fromJSON(_: any): _167.MsgOverwriteDelegationRecordResponse;
|
|
2295
|
+
toJSON(_: _167.MsgOverwriteDelegationRecordResponse): import("../json-safe.ts").JsonSafe<_167.MsgOverwriteDelegationRecordResponse>;
|
|
2296
|
+
fromPartial(_: Partial<_167.MsgOverwriteDelegationRecordResponse>): _167.MsgOverwriteDelegationRecordResponse;
|
|
2297
|
+
fromProtoMsg(message: _167.MsgOverwriteDelegationRecordResponseProtoMsg): _167.MsgOverwriteDelegationRecordResponse;
|
|
2298
|
+
toProto(message: _167.MsgOverwriteDelegationRecordResponse): Uint8Array;
|
|
2299
|
+
toProtoMsg(message: _167.MsgOverwriteDelegationRecordResponse): _167.MsgOverwriteDelegationRecordResponseProtoMsg;
|
|
2300
|
+
};
|
|
2301
|
+
MsgOverwriteUnbondingRecord: {
|
|
2302
|
+
typeUrl: string;
|
|
2303
|
+
encode(message: _167.MsgOverwriteUnbondingRecord, writer?: import("../binary.ts").BinaryWriter): import("../binary.ts").BinaryWriter;
|
|
2304
|
+
decode(input: import("../binary.ts").BinaryReader | Uint8Array, length?: number): _167.MsgOverwriteUnbondingRecord;
|
|
2305
|
+
fromJSON(object: any): _167.MsgOverwriteUnbondingRecord;
|
|
2306
|
+
toJSON(message: _167.MsgOverwriteUnbondingRecord): import("../json-safe.ts").JsonSafe<_167.MsgOverwriteUnbondingRecord>;
|
|
2307
|
+
fromPartial(object: Partial<_167.MsgOverwriteUnbondingRecord>): _167.MsgOverwriteUnbondingRecord;
|
|
2308
|
+
fromProtoMsg(message: _167.MsgOverwriteUnbondingRecordProtoMsg): _167.MsgOverwriteUnbondingRecord;
|
|
2309
|
+
toProto(message: _167.MsgOverwriteUnbondingRecord): Uint8Array;
|
|
2310
|
+
toProtoMsg(message: _167.MsgOverwriteUnbondingRecord): _167.MsgOverwriteUnbondingRecordProtoMsg;
|
|
2311
|
+
};
|
|
2312
|
+
MsgOverwriteUnbondingRecordResponse: {
|
|
2313
|
+
typeUrl: string;
|
|
2314
|
+
encode(_: _167.MsgOverwriteUnbondingRecordResponse, writer?: import("../binary.ts").BinaryWriter): import("../binary.ts").BinaryWriter;
|
|
2315
|
+
decode(input: import("../binary.ts").BinaryReader | Uint8Array, length?: number): _167.MsgOverwriteUnbondingRecordResponse;
|
|
2316
|
+
fromJSON(_: any): _167.MsgOverwriteUnbondingRecordResponse;
|
|
2317
|
+
toJSON(_: _167.MsgOverwriteUnbondingRecordResponse): import("../json-safe.ts").JsonSafe<_167.MsgOverwriteUnbondingRecordResponse>;
|
|
2318
|
+
fromPartial(_: Partial<_167.MsgOverwriteUnbondingRecordResponse>): _167.MsgOverwriteUnbondingRecordResponse;
|
|
2319
|
+
fromProtoMsg(message: _167.MsgOverwriteUnbondingRecordResponseProtoMsg): _167.MsgOverwriteUnbondingRecordResponse;
|
|
2320
|
+
toProto(message: _167.MsgOverwriteUnbondingRecordResponse): Uint8Array;
|
|
2321
|
+
toProtoMsg(message: _167.MsgOverwriteUnbondingRecordResponse): _167.MsgOverwriteUnbondingRecordResponseProtoMsg;
|
|
2322
|
+
};
|
|
2323
|
+
MsgOverwriteRedemptionRecord: {
|
|
2324
|
+
typeUrl: string;
|
|
2325
|
+
encode(message: _167.MsgOverwriteRedemptionRecord, writer?: import("../binary.ts").BinaryWriter): import("../binary.ts").BinaryWriter;
|
|
2326
|
+
decode(input: import("../binary.ts").BinaryReader | Uint8Array, length?: number): _167.MsgOverwriteRedemptionRecord;
|
|
2327
|
+
fromJSON(object: any): _167.MsgOverwriteRedemptionRecord;
|
|
2328
|
+
toJSON(message: _167.MsgOverwriteRedemptionRecord): import("../json-safe.ts").JsonSafe<_167.MsgOverwriteRedemptionRecord>;
|
|
2329
|
+
fromPartial(object: Partial<_167.MsgOverwriteRedemptionRecord>): _167.MsgOverwriteRedemptionRecord;
|
|
2330
|
+
fromProtoMsg(message: _167.MsgOverwriteRedemptionRecordProtoMsg): _167.MsgOverwriteRedemptionRecord;
|
|
2331
|
+
toProto(message: _167.MsgOverwriteRedemptionRecord): Uint8Array;
|
|
2332
|
+
toProtoMsg(message: _167.MsgOverwriteRedemptionRecord): _167.MsgOverwriteRedemptionRecordProtoMsg;
|
|
2333
|
+
};
|
|
2334
|
+
MsgOverwriteRedemptionRecordResponse: {
|
|
2335
|
+
typeUrl: string;
|
|
2336
|
+
encode(_: _167.MsgOverwriteRedemptionRecordResponse, writer?: import("../binary.ts").BinaryWriter): import("../binary.ts").BinaryWriter;
|
|
2337
|
+
decode(input: import("../binary.ts").BinaryReader | Uint8Array, length?: number): _167.MsgOverwriteRedemptionRecordResponse;
|
|
2338
|
+
fromJSON(_: any): _167.MsgOverwriteRedemptionRecordResponse;
|
|
2339
|
+
toJSON(_: _167.MsgOverwriteRedemptionRecordResponse): import("../json-safe.ts").JsonSafe<_167.MsgOverwriteRedemptionRecordResponse>;
|
|
2340
|
+
fromPartial(_: Partial<_167.MsgOverwriteRedemptionRecordResponse>): _167.MsgOverwriteRedemptionRecordResponse;
|
|
2341
|
+
fromProtoMsg(message: _167.MsgOverwriteRedemptionRecordResponseProtoMsg): _167.MsgOverwriteRedemptionRecordResponse;
|
|
2342
|
+
toProto(message: _167.MsgOverwriteRedemptionRecordResponse): Uint8Array;
|
|
2343
|
+
toProtoMsg(message: _167.MsgOverwriteRedemptionRecordResponse): _167.MsgOverwriteRedemptionRecordResponseProtoMsg;
|
|
2344
|
+
};
|
|
2345
|
+
MsgSetOperatorAddress: {
|
|
2346
|
+
typeUrl: string;
|
|
2347
|
+
encode(message: _167.MsgSetOperatorAddress, writer?: import("../binary.ts").BinaryWriter): import("../binary.ts").BinaryWriter;
|
|
2348
|
+
decode(input: import("../binary.ts").BinaryReader | Uint8Array, length?: number): _167.MsgSetOperatorAddress;
|
|
2349
|
+
fromJSON(object: any): _167.MsgSetOperatorAddress;
|
|
2350
|
+
toJSON(message: _167.MsgSetOperatorAddress): import("../json-safe.ts").JsonSafe<_167.MsgSetOperatorAddress>;
|
|
2351
|
+
fromPartial(object: Partial<_167.MsgSetOperatorAddress>): _167.MsgSetOperatorAddress;
|
|
2352
|
+
fromProtoMsg(message: _167.MsgSetOperatorAddressProtoMsg): _167.MsgSetOperatorAddress;
|
|
2353
|
+
toProto(message: _167.MsgSetOperatorAddress): Uint8Array;
|
|
2354
|
+
toProtoMsg(message: _167.MsgSetOperatorAddress): _167.MsgSetOperatorAddressProtoMsg;
|
|
2355
|
+
};
|
|
2356
|
+
MsgSetOperatorAddressResponse: {
|
|
2357
|
+
typeUrl: string;
|
|
2358
|
+
encode(_: _167.MsgSetOperatorAddressResponse, writer?: import("../binary.ts").BinaryWriter): import("../binary.ts").BinaryWriter;
|
|
2359
|
+
decode(input: import("../binary.ts").BinaryReader | Uint8Array, length?: number): _167.MsgSetOperatorAddressResponse;
|
|
2360
|
+
fromJSON(_: any): _167.MsgSetOperatorAddressResponse;
|
|
2361
|
+
toJSON(_: _167.MsgSetOperatorAddressResponse): import("../json-safe.ts").JsonSafe<_167.MsgSetOperatorAddressResponse>;
|
|
2362
|
+
fromPartial(_: Partial<_167.MsgSetOperatorAddressResponse>): _167.MsgSetOperatorAddressResponse;
|
|
2363
|
+
fromProtoMsg(message: _167.MsgSetOperatorAddressResponseProtoMsg): _167.MsgSetOperatorAddressResponse;
|
|
2364
|
+
toProto(message: _167.MsgSetOperatorAddressResponse): Uint8Array;
|
|
2365
|
+
toProtoMsg(message: _167.MsgSetOperatorAddressResponse): _167.MsgSetOperatorAddressResponseProtoMsg;
|
|
2366
|
+
};
|
|
2367
|
+
delegationRecordStatusFromJSON(object: any): _166.DelegationRecordStatus;
|
|
2368
|
+
delegationRecordStatusToJSON(object: _166.DelegationRecordStatus): string;
|
|
2369
|
+
unbondingRecordStatusFromJSON(object: any): _166.UnbondingRecordStatus;
|
|
2370
|
+
unbondingRecordStatusToJSON(object: _166.UnbondingRecordStatus): string;
|
|
2371
|
+
DelegationRecordStatus: typeof _166.DelegationRecordStatus;
|
|
2372
|
+
DelegationRecordStatusSDKType: typeof _166.DelegationRecordStatus;
|
|
2373
|
+
UnbondingRecordStatus: typeof _166.UnbondingRecordStatus;
|
|
2374
|
+
UnbondingRecordStatusSDKType: typeof _166.UnbondingRecordStatus;
|
|
2375
|
+
HostZone: {
|
|
2376
|
+
typeUrl: string;
|
|
2377
|
+
encode(message: _166.HostZone, writer?: import("../binary.ts").BinaryWriter): import("../binary.ts").BinaryWriter;
|
|
2378
|
+
decode(input: import("../binary.ts").BinaryReader | Uint8Array, length?: number): _166.HostZone;
|
|
2379
|
+
fromJSON(object: any): _166.HostZone;
|
|
2380
|
+
toJSON(message: _166.HostZone): import("../json-safe.ts").JsonSafe<_166.HostZone>;
|
|
2381
|
+
fromPartial(object: Partial<_166.HostZone>): _166.HostZone;
|
|
2382
|
+
fromProtoMsg(message: _166.HostZoneProtoMsg): _166.HostZone;
|
|
2383
|
+
toProto(message: _166.HostZone): Uint8Array;
|
|
2384
|
+
toProtoMsg(message: _166.HostZone): _166.HostZoneProtoMsg;
|
|
2385
|
+
};
|
|
2386
|
+
DelegationRecord: {
|
|
2387
|
+
typeUrl: string;
|
|
2388
|
+
encode(message: _166.DelegationRecord, writer?: import("../binary.ts").BinaryWriter): import("../binary.ts").BinaryWriter;
|
|
2389
|
+
decode(input: import("../binary.ts").BinaryReader | Uint8Array, length?: number): _166.DelegationRecord;
|
|
2390
|
+
fromJSON(object: any): _166.DelegationRecord;
|
|
2391
|
+
toJSON(message: _166.DelegationRecord): import("../json-safe.ts").JsonSafe<_166.DelegationRecord>;
|
|
2392
|
+
fromPartial(object: Partial<_166.DelegationRecord>): _166.DelegationRecord;
|
|
2393
|
+
fromProtoMsg(message: _166.DelegationRecordProtoMsg): _166.DelegationRecord;
|
|
2394
|
+
toProto(message: _166.DelegationRecord): Uint8Array;
|
|
2395
|
+
toProtoMsg(message: _166.DelegationRecord): _166.DelegationRecordProtoMsg;
|
|
2396
|
+
};
|
|
2397
|
+
UnbondingRecord: {
|
|
2398
|
+
typeUrl: string;
|
|
2399
|
+
encode(message: _166.UnbondingRecord, writer?: import("../binary.ts").BinaryWriter): import("../binary.ts").BinaryWriter;
|
|
2400
|
+
decode(input: import("../binary.ts").BinaryReader | Uint8Array, length?: number): _166.UnbondingRecord;
|
|
2401
|
+
fromJSON(object: any): _166.UnbondingRecord;
|
|
2402
|
+
toJSON(message: _166.UnbondingRecord): import("../json-safe.ts").JsonSafe<_166.UnbondingRecord>;
|
|
2403
|
+
fromPartial(object: Partial<_166.UnbondingRecord>): _166.UnbondingRecord;
|
|
2404
|
+
fromProtoMsg(message: _166.UnbondingRecordProtoMsg): _166.UnbondingRecord;
|
|
2405
|
+
toProto(message: _166.UnbondingRecord): Uint8Array;
|
|
2406
|
+
toProtoMsg(message: _166.UnbondingRecord): _166.UnbondingRecordProtoMsg;
|
|
2407
|
+
};
|
|
2408
|
+
RedemptionRecord: {
|
|
2409
|
+
typeUrl: string;
|
|
2410
|
+
encode(message: _166.RedemptionRecord, writer?: import("../binary.ts").BinaryWriter): import("../binary.ts").BinaryWriter;
|
|
2411
|
+
decode(input: import("../binary.ts").BinaryReader | Uint8Array, length?: number): _166.RedemptionRecord;
|
|
2412
|
+
fromJSON(object: any): _166.RedemptionRecord;
|
|
2413
|
+
toJSON(message: _166.RedemptionRecord): import("../json-safe.ts").JsonSafe<_166.RedemptionRecord>;
|
|
2414
|
+
fromPartial(object: Partial<_166.RedemptionRecord>): _166.RedemptionRecord;
|
|
2415
|
+
fromProtoMsg(message: _166.RedemptionRecordProtoMsg): _166.RedemptionRecord;
|
|
2416
|
+
toProto(message: _166.RedemptionRecord): Uint8Array;
|
|
2417
|
+
toProtoMsg(message: _166.RedemptionRecord): _166.RedemptionRecordProtoMsg;
|
|
2418
|
+
};
|
|
2419
|
+
SlashRecord: {
|
|
2420
|
+
typeUrl: string;
|
|
2421
|
+
encode(message: _166.SlashRecord, writer?: import("../binary.ts").BinaryWriter): import("../binary.ts").BinaryWriter;
|
|
2422
|
+
decode(input: import("../binary.ts").BinaryReader | Uint8Array, length?: number): _166.SlashRecord;
|
|
2423
|
+
fromJSON(object: any): _166.SlashRecord;
|
|
2424
|
+
toJSON(message: _166.SlashRecord): import("../json-safe.ts").JsonSafe<_166.SlashRecord>;
|
|
2425
|
+
fromPartial(object: Partial<_166.SlashRecord>): _166.SlashRecord;
|
|
2426
|
+
fromProtoMsg(message: _166.SlashRecordProtoMsg): _166.SlashRecord;
|
|
2427
|
+
toProto(message: _166.SlashRecord): Uint8Array;
|
|
2428
|
+
toProtoMsg(message: _166.SlashRecord): _166.SlashRecordProtoMsg;
|
|
2429
|
+
};
|
|
2430
|
+
QueryHostZoneRequest: {
|
|
2431
|
+
typeUrl: string;
|
|
2432
|
+
encode(_: _165.QueryHostZoneRequest, writer?: import("../binary.ts").BinaryWriter): import("../binary.ts").BinaryWriter;
|
|
2433
|
+
decode(input: import("../binary.ts").BinaryReader | Uint8Array, length?: number): _165.QueryHostZoneRequest;
|
|
2434
|
+
fromJSON(_: any): _165.QueryHostZoneRequest;
|
|
2435
|
+
toJSON(_: _165.QueryHostZoneRequest): import("../json-safe.ts").JsonSafe<_165.QueryHostZoneRequest>;
|
|
2436
|
+
fromPartial(_: Partial<_165.QueryHostZoneRequest>): _165.QueryHostZoneRequest;
|
|
2437
|
+
fromProtoMsg(message: _165.QueryHostZoneRequestProtoMsg): _165.QueryHostZoneRequest;
|
|
2438
|
+
toProto(message: _165.QueryHostZoneRequest): Uint8Array;
|
|
2439
|
+
toProtoMsg(message: _165.QueryHostZoneRequest): _165.QueryHostZoneRequestProtoMsg;
|
|
2440
|
+
};
|
|
2441
|
+
QueryHostZoneResponse: {
|
|
2442
|
+
typeUrl: string;
|
|
2443
|
+
encode(message: _165.QueryHostZoneResponse, writer?: import("../binary.ts").BinaryWriter): import("../binary.ts").BinaryWriter;
|
|
2444
|
+
decode(input: import("../binary.ts").BinaryReader | Uint8Array, length?: number): _165.QueryHostZoneResponse;
|
|
2445
|
+
fromJSON(object: any): _165.QueryHostZoneResponse;
|
|
2446
|
+
toJSON(message: _165.QueryHostZoneResponse): import("../json-safe.ts").JsonSafe<_165.QueryHostZoneResponse>;
|
|
2447
|
+
fromPartial(object: Partial<_165.QueryHostZoneResponse>): _165.QueryHostZoneResponse;
|
|
2448
|
+
fromProtoMsg(message: _165.QueryHostZoneResponseProtoMsg): _165.QueryHostZoneResponse;
|
|
2449
|
+
toProto(message: _165.QueryHostZoneResponse): Uint8Array;
|
|
2450
|
+
toProtoMsg(message: _165.QueryHostZoneResponse): _165.QueryHostZoneResponseProtoMsg;
|
|
2451
|
+
};
|
|
2452
|
+
QueryDelegationRecordsRequest: {
|
|
2453
|
+
typeUrl: string;
|
|
2454
|
+
encode(message: _165.QueryDelegationRecordsRequest, writer?: import("../binary.ts").BinaryWriter): import("../binary.ts").BinaryWriter;
|
|
2455
|
+
decode(input: import("../binary.ts").BinaryReader | Uint8Array, length?: number): _165.QueryDelegationRecordsRequest;
|
|
2456
|
+
fromJSON(object: any): _165.QueryDelegationRecordsRequest;
|
|
2457
|
+
toJSON(message: _165.QueryDelegationRecordsRequest): import("../json-safe.ts").JsonSafe<_165.QueryDelegationRecordsRequest>;
|
|
2458
|
+
fromPartial(object: Partial<_165.QueryDelegationRecordsRequest>): _165.QueryDelegationRecordsRequest;
|
|
2459
|
+
fromProtoMsg(message: _165.QueryDelegationRecordsRequestProtoMsg): _165.QueryDelegationRecordsRequest;
|
|
2460
|
+
toProto(message: _165.QueryDelegationRecordsRequest): Uint8Array;
|
|
2461
|
+
toProtoMsg(message: _165.QueryDelegationRecordsRequest): _165.QueryDelegationRecordsRequestProtoMsg;
|
|
2462
|
+
};
|
|
2463
|
+
QueryDelegationRecordsResponse: {
|
|
2464
|
+
typeUrl: string;
|
|
2465
|
+
encode(message: _165.QueryDelegationRecordsResponse, writer?: import("../binary.ts").BinaryWriter): import("../binary.ts").BinaryWriter;
|
|
2466
|
+
decode(input: import("../binary.ts").BinaryReader | Uint8Array, length?: number): _165.QueryDelegationRecordsResponse;
|
|
2467
|
+
fromJSON(object: any): _165.QueryDelegationRecordsResponse;
|
|
2468
|
+
toJSON(message: _165.QueryDelegationRecordsResponse): import("../json-safe.ts").JsonSafe<_165.QueryDelegationRecordsResponse>;
|
|
2469
|
+
fromPartial(object: Partial<_165.QueryDelegationRecordsResponse>): _165.QueryDelegationRecordsResponse;
|
|
2470
|
+
fromProtoMsg(message: _165.QueryDelegationRecordsResponseProtoMsg): _165.QueryDelegationRecordsResponse;
|
|
2471
|
+
toProto(message: _165.QueryDelegationRecordsResponse): Uint8Array;
|
|
2472
|
+
toProtoMsg(message: _165.QueryDelegationRecordsResponse): _165.QueryDelegationRecordsResponseProtoMsg;
|
|
2473
|
+
};
|
|
2474
|
+
QueryUnbondingRecordsRequest: {
|
|
2475
|
+
typeUrl: string;
|
|
2476
|
+
encode(message: _165.QueryUnbondingRecordsRequest, writer?: import("../binary.ts").BinaryWriter): import("../binary.ts").BinaryWriter;
|
|
2477
|
+
decode(input: import("../binary.ts").BinaryReader | Uint8Array, length?: number): _165.QueryUnbondingRecordsRequest;
|
|
2478
|
+
fromJSON(object: any): _165.QueryUnbondingRecordsRequest;
|
|
2479
|
+
toJSON(message: _165.QueryUnbondingRecordsRequest): import("../json-safe.ts").JsonSafe<_165.QueryUnbondingRecordsRequest>;
|
|
2480
|
+
fromPartial(object: Partial<_165.QueryUnbondingRecordsRequest>): _165.QueryUnbondingRecordsRequest;
|
|
2481
|
+
fromProtoMsg(message: _165.QueryUnbondingRecordsRequestProtoMsg): _165.QueryUnbondingRecordsRequest;
|
|
2482
|
+
toProto(message: _165.QueryUnbondingRecordsRequest): Uint8Array;
|
|
2483
|
+
toProtoMsg(message: _165.QueryUnbondingRecordsRequest): _165.QueryUnbondingRecordsRequestProtoMsg;
|
|
2484
|
+
};
|
|
2485
|
+
QueryUnbondingRecordsResponse: {
|
|
2486
|
+
typeUrl: string;
|
|
2487
|
+
encode(message: _165.QueryUnbondingRecordsResponse, writer?: import("../binary.ts").BinaryWriter): import("../binary.ts").BinaryWriter;
|
|
2488
|
+
decode(input: import("../binary.ts").BinaryReader | Uint8Array, length?: number): _165.QueryUnbondingRecordsResponse;
|
|
2489
|
+
fromJSON(object: any): _165.QueryUnbondingRecordsResponse;
|
|
2490
|
+
toJSON(message: _165.QueryUnbondingRecordsResponse): import("../json-safe.ts").JsonSafe<_165.QueryUnbondingRecordsResponse>;
|
|
2491
|
+
fromPartial(object: Partial<_165.QueryUnbondingRecordsResponse>): _165.QueryUnbondingRecordsResponse;
|
|
2492
|
+
fromProtoMsg(message: _165.QueryUnbondingRecordsResponseProtoMsg): _165.QueryUnbondingRecordsResponse;
|
|
2493
|
+
toProto(message: _165.QueryUnbondingRecordsResponse): Uint8Array;
|
|
2494
|
+
toProtoMsg(message: _165.QueryUnbondingRecordsResponse): _165.QueryUnbondingRecordsResponseProtoMsg;
|
|
2495
|
+
};
|
|
2496
|
+
QueryRedemptionRecordRequest: {
|
|
2497
|
+
typeUrl: string;
|
|
2498
|
+
encode(message: _165.QueryRedemptionRecordRequest, writer?: import("../binary.ts").BinaryWriter): import("../binary.ts").BinaryWriter;
|
|
2499
|
+
decode(input: import("../binary.ts").BinaryReader | Uint8Array, length?: number): _165.QueryRedemptionRecordRequest;
|
|
2500
|
+
fromJSON(object: any): _165.QueryRedemptionRecordRequest;
|
|
2501
|
+
toJSON(message: _165.QueryRedemptionRecordRequest): import("../json-safe.ts").JsonSafe<_165.QueryRedemptionRecordRequest>;
|
|
2502
|
+
fromPartial(object: Partial<_165.QueryRedemptionRecordRequest>): _165.QueryRedemptionRecordRequest;
|
|
2503
|
+
fromProtoMsg(message: _165.QueryRedemptionRecordRequestProtoMsg): _165.QueryRedemptionRecordRequest;
|
|
2504
|
+
toProto(message: _165.QueryRedemptionRecordRequest): Uint8Array;
|
|
2505
|
+
toProtoMsg(message: _165.QueryRedemptionRecordRequest): _165.QueryRedemptionRecordRequestProtoMsg;
|
|
2506
|
+
};
|
|
2507
|
+
QueryRedemptionRecordResponse: {
|
|
2508
|
+
typeUrl: string;
|
|
2509
|
+
encode(message: _165.QueryRedemptionRecordResponse, writer?: import("../binary.ts").BinaryWriter): import("../binary.ts").BinaryWriter;
|
|
2510
|
+
decode(input: import("../binary.ts").BinaryReader | Uint8Array, length?: number): _165.QueryRedemptionRecordResponse;
|
|
2511
|
+
fromJSON(object: any): _165.QueryRedemptionRecordResponse;
|
|
2512
|
+
toJSON(message: _165.QueryRedemptionRecordResponse): import("../json-safe.ts").JsonSafe<_165.QueryRedemptionRecordResponse>;
|
|
2513
|
+
fromPartial(object: Partial<_165.QueryRedemptionRecordResponse>): _165.QueryRedemptionRecordResponse;
|
|
2514
|
+
fromProtoMsg(message: _165.QueryRedemptionRecordResponseProtoMsg): _165.QueryRedemptionRecordResponse;
|
|
2515
|
+
toProto(message: _165.QueryRedemptionRecordResponse): Uint8Array;
|
|
2516
|
+
toProtoMsg(message: _165.QueryRedemptionRecordResponse): _165.QueryRedemptionRecordResponseProtoMsg;
|
|
2517
|
+
};
|
|
2518
|
+
QueryRedemptionRecordsRequest: {
|
|
2519
|
+
typeUrl: string;
|
|
2520
|
+
encode(message: _165.QueryRedemptionRecordsRequest, writer?: import("../binary.ts").BinaryWriter): import("../binary.ts").BinaryWriter;
|
|
2521
|
+
decode(input: import("../binary.ts").BinaryReader | Uint8Array, length?: number): _165.QueryRedemptionRecordsRequest;
|
|
2522
|
+
fromJSON(object: any): _165.QueryRedemptionRecordsRequest;
|
|
2523
|
+
toJSON(message: _165.QueryRedemptionRecordsRequest): import("../json-safe.ts").JsonSafe<_165.QueryRedemptionRecordsRequest>;
|
|
2524
|
+
fromPartial(object: Partial<_165.QueryRedemptionRecordsRequest>): _165.QueryRedemptionRecordsRequest;
|
|
2525
|
+
fromProtoMsg(message: _165.QueryRedemptionRecordsRequestProtoMsg): _165.QueryRedemptionRecordsRequest;
|
|
2526
|
+
toProto(message: _165.QueryRedemptionRecordsRequest): Uint8Array;
|
|
2527
|
+
toProtoMsg(message: _165.QueryRedemptionRecordsRequest): _165.QueryRedemptionRecordsRequestProtoMsg;
|
|
2528
|
+
};
|
|
2529
|
+
QueryRedemptionRecordsResponse: {
|
|
2530
|
+
typeUrl: string;
|
|
2531
|
+
encode(message: _165.QueryRedemptionRecordsResponse, writer?: import("../binary.ts").BinaryWriter): import("../binary.ts").BinaryWriter;
|
|
2532
|
+
decode(input: import("../binary.ts").BinaryReader | Uint8Array, length?: number): _165.QueryRedemptionRecordsResponse;
|
|
2533
|
+
fromJSON(object: any): _165.QueryRedemptionRecordsResponse;
|
|
2534
|
+
toJSON(message: _165.QueryRedemptionRecordsResponse): import("../json-safe.ts").JsonSafe<_165.QueryRedemptionRecordsResponse>;
|
|
2535
|
+
fromPartial(object: Partial<_165.QueryRedemptionRecordsResponse>): _165.QueryRedemptionRecordsResponse;
|
|
2536
|
+
fromProtoMsg(message: _165.QueryRedemptionRecordsResponseProtoMsg): _165.QueryRedemptionRecordsResponse;
|
|
2537
|
+
toProto(message: _165.QueryRedemptionRecordsResponse): Uint8Array;
|
|
2538
|
+
toProtoMsg(message: _165.QueryRedemptionRecordsResponse): _165.QueryRedemptionRecordsResponseProtoMsg;
|
|
2539
|
+
};
|
|
2540
|
+
QuerySlashRecordsRequest: {
|
|
2541
|
+
typeUrl: string;
|
|
2542
|
+
encode(_: _165.QuerySlashRecordsRequest, writer?: import("../binary.ts").BinaryWriter): import("../binary.ts").BinaryWriter;
|
|
2543
|
+
decode(input: import("../binary.ts").BinaryReader | Uint8Array, length?: number): _165.QuerySlashRecordsRequest;
|
|
2544
|
+
fromJSON(_: any): _165.QuerySlashRecordsRequest;
|
|
2545
|
+
toJSON(_: _165.QuerySlashRecordsRequest): import("../json-safe.ts").JsonSafe<_165.QuerySlashRecordsRequest>;
|
|
2546
|
+
fromPartial(_: Partial<_165.QuerySlashRecordsRequest>): _165.QuerySlashRecordsRequest;
|
|
2547
|
+
fromProtoMsg(message: _165.QuerySlashRecordsRequestProtoMsg): _165.QuerySlashRecordsRequest;
|
|
2548
|
+
toProto(message: _165.QuerySlashRecordsRequest): Uint8Array;
|
|
2549
|
+
toProtoMsg(message: _165.QuerySlashRecordsRequest): _165.QuerySlashRecordsRequestProtoMsg;
|
|
2550
|
+
};
|
|
2551
|
+
QuerySlashRecordsResponse: {
|
|
2552
|
+
typeUrl: string;
|
|
2553
|
+
encode(message: _165.QuerySlashRecordsResponse, writer?: import("../binary.ts").BinaryWriter): import("../binary.ts").BinaryWriter;
|
|
2554
|
+
decode(input: import("../binary.ts").BinaryReader | Uint8Array, length?: number): _165.QuerySlashRecordsResponse;
|
|
2555
|
+
fromJSON(object: any): _165.QuerySlashRecordsResponse;
|
|
2556
|
+
toJSON(message: _165.QuerySlashRecordsResponse): import("../json-safe.ts").JsonSafe<_165.QuerySlashRecordsResponse>;
|
|
2557
|
+
fromPartial(object: Partial<_165.QuerySlashRecordsResponse>): _165.QuerySlashRecordsResponse;
|
|
2558
|
+
fromProtoMsg(message: _165.QuerySlashRecordsResponseProtoMsg): _165.QuerySlashRecordsResponse;
|
|
2559
|
+
toProto(message: _165.QuerySlashRecordsResponse): Uint8Array;
|
|
2560
|
+
toProtoMsg(message: _165.QuerySlashRecordsResponse): _165.QuerySlashRecordsResponseProtoMsg;
|
|
2561
|
+
};
|
|
2562
|
+
RedemptionRecordResponse: {
|
|
2563
|
+
typeUrl: string;
|
|
2564
|
+
encode(message: _165.RedemptionRecordResponse, writer?: import("../binary.ts").BinaryWriter): import("../binary.ts").BinaryWriter;
|
|
2565
|
+
decode(input: import("../binary.ts").BinaryReader | Uint8Array, length?: number): _165.RedemptionRecordResponse;
|
|
2566
|
+
fromJSON(object: any): _165.RedemptionRecordResponse;
|
|
2567
|
+
toJSON(message: _165.RedemptionRecordResponse): import("../json-safe.ts").JsonSafe<_165.RedemptionRecordResponse>;
|
|
2568
|
+
fromPartial(object: Partial<_165.RedemptionRecordResponse>): _165.RedemptionRecordResponse;
|
|
2569
|
+
fromProtoMsg(message: _165.RedemptionRecordResponseProtoMsg): _165.RedemptionRecordResponse;
|
|
2570
|
+
toProto(message: _165.RedemptionRecordResponse): Uint8Array;
|
|
2571
|
+
toProtoMsg(message: _165.RedemptionRecordResponse): _165.RedemptionRecordResponseProtoMsg;
|
|
2572
|
+
};
|
|
2573
|
+
Params: {
|
|
2574
|
+
typeUrl: string;
|
|
2575
|
+
encode(_: _164.Params, writer?: import("../binary.ts").BinaryWriter): import("../binary.ts").BinaryWriter;
|
|
2576
|
+
decode(input: import("../binary.ts").BinaryReader | Uint8Array, length?: number): _164.Params;
|
|
2577
|
+
fromJSON(_: any): _164.Params;
|
|
2578
|
+
toJSON(_: _164.Params): import("../json-safe.ts").JsonSafe<_164.Params>;
|
|
2579
|
+
fromPartial(_: Partial<_164.Params>): _164.Params;
|
|
2580
|
+
fromProtoMsg(message: _164.ParamsProtoMsg): _164.Params;
|
|
2581
|
+
toProto(message: _164.Params): Uint8Array;
|
|
2582
|
+
toProtoMsg(message: _164.Params): _164.ParamsProtoMsg;
|
|
2583
|
+
};
|
|
2584
|
+
TransferInProgressRecordIds: {
|
|
2585
|
+
typeUrl: string;
|
|
2586
|
+
encode(message: _164.TransferInProgressRecordIds, writer?: import("../binary.ts").BinaryWriter): import("../binary.ts").BinaryWriter;
|
|
2587
|
+
decode(input: import("../binary.ts").BinaryReader | Uint8Array, length?: number): _164.TransferInProgressRecordIds;
|
|
2588
|
+
fromJSON(object: any): _164.TransferInProgressRecordIds;
|
|
2589
|
+
toJSON(message: _164.TransferInProgressRecordIds): import("../json-safe.ts").JsonSafe<_164.TransferInProgressRecordIds>;
|
|
2590
|
+
fromPartial(object: Partial<_164.TransferInProgressRecordIds>): _164.TransferInProgressRecordIds;
|
|
2591
|
+
fromProtoMsg(message: _164.TransferInProgressRecordIdsProtoMsg): _164.TransferInProgressRecordIds;
|
|
2592
|
+
toProto(message: _164.TransferInProgressRecordIds): Uint8Array;
|
|
2593
|
+
toProtoMsg(message: _164.TransferInProgressRecordIds): _164.TransferInProgressRecordIdsProtoMsg;
|
|
2594
|
+
};
|
|
2595
|
+
GenesisState: {
|
|
2596
|
+
typeUrl: string;
|
|
2597
|
+
encode(message: _164.GenesisState, writer?: import("../binary.ts").BinaryWriter): import("../binary.ts").BinaryWriter;
|
|
2598
|
+
decode(input: import("../binary.ts").BinaryReader | Uint8Array, length?: number): _164.GenesisState;
|
|
2599
|
+
fromJSON(object: any): _164.GenesisState;
|
|
2600
|
+
toJSON(message: _164.GenesisState): import("../json-safe.ts").JsonSafe<_164.GenesisState>;
|
|
2601
|
+
fromPartial(object: Partial<_164.GenesisState>): _164.GenesisState;
|
|
2602
|
+
fromProtoMsg(message: _164.GenesisStateProtoMsg): _164.GenesisState;
|
|
2603
|
+
toProto(message: _164.GenesisState): Uint8Array;
|
|
2604
|
+
toProtoMsg(message: _164.GenesisState): _164.GenesisStateProtoMsg;
|
|
2605
|
+
};
|
|
2606
|
+
};
|
|
2607
|
+
}
|