@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,1210 @@
|
|
|
1
|
+
import { Validator, type ValidatorSDKType } from './validator.js';
|
|
2
|
+
import { Coin, type CoinSDKType } from '../../cosmos/base/v1beta1/coin.js';
|
|
3
|
+
import { BinaryReader, BinaryWriter } from '../../binary.js';
|
|
4
|
+
import { type JsonSafe } from '../../json-safe.js';
|
|
5
|
+
export declare enum AuthzPermissionChange {
|
|
6
|
+
/** GRANT - Grant the address trade permissions */
|
|
7
|
+
GRANT = 0,
|
|
8
|
+
/** REVOKE - Revoke trade permissions from the address */
|
|
9
|
+
REVOKE = 1,
|
|
10
|
+
UNRECOGNIZED = -1
|
|
11
|
+
}
|
|
12
|
+
export declare const AuthzPermissionChangeSDKType: typeof AuthzPermissionChange;
|
|
13
|
+
export declare function authzPermissionChangeFromJSON(object: any): AuthzPermissionChange;
|
|
14
|
+
export declare function authzPermissionChangeToJSON(object: AuthzPermissionChange): string;
|
|
15
|
+
export interface MsgUpdateInnerRedemptionRateBounds {
|
|
16
|
+
creator: string;
|
|
17
|
+
chainId: string;
|
|
18
|
+
minInnerRedemptionRate: string;
|
|
19
|
+
maxInnerRedemptionRate: string;
|
|
20
|
+
}
|
|
21
|
+
export interface MsgUpdateInnerRedemptionRateBoundsProtoMsg {
|
|
22
|
+
typeUrl: '/stride.stakeibc.MsgUpdateInnerRedemptionRateBounds';
|
|
23
|
+
value: Uint8Array;
|
|
24
|
+
}
|
|
25
|
+
export interface MsgUpdateInnerRedemptionRateBoundsSDKType {
|
|
26
|
+
creator: string;
|
|
27
|
+
chain_id: string;
|
|
28
|
+
min_inner_redemption_rate: string;
|
|
29
|
+
max_inner_redemption_rate: string;
|
|
30
|
+
}
|
|
31
|
+
export interface MsgUpdateInnerRedemptionRateBoundsResponse {
|
|
32
|
+
}
|
|
33
|
+
export interface MsgUpdateInnerRedemptionRateBoundsResponseProtoMsg {
|
|
34
|
+
typeUrl: '/stride.stakeibc.MsgUpdateInnerRedemptionRateBoundsResponse';
|
|
35
|
+
value: Uint8Array;
|
|
36
|
+
}
|
|
37
|
+
export interface MsgUpdateInnerRedemptionRateBoundsResponseSDKType {
|
|
38
|
+
}
|
|
39
|
+
export interface MsgLiquidStake {
|
|
40
|
+
creator: string;
|
|
41
|
+
amount: string;
|
|
42
|
+
hostDenom: string;
|
|
43
|
+
}
|
|
44
|
+
export interface MsgLiquidStakeProtoMsg {
|
|
45
|
+
typeUrl: '/stride.stakeibc.MsgLiquidStake';
|
|
46
|
+
value: Uint8Array;
|
|
47
|
+
}
|
|
48
|
+
export interface MsgLiquidStakeSDKType {
|
|
49
|
+
creator: string;
|
|
50
|
+
amount: string;
|
|
51
|
+
host_denom: string;
|
|
52
|
+
}
|
|
53
|
+
export interface MsgLiquidStakeResponse {
|
|
54
|
+
stToken: Coin;
|
|
55
|
+
}
|
|
56
|
+
export interface MsgLiquidStakeResponseProtoMsg {
|
|
57
|
+
typeUrl: '/stride.stakeibc.MsgLiquidStakeResponse';
|
|
58
|
+
value: Uint8Array;
|
|
59
|
+
}
|
|
60
|
+
export interface MsgLiquidStakeResponseSDKType {
|
|
61
|
+
st_token: CoinSDKType;
|
|
62
|
+
}
|
|
63
|
+
export interface MsgLSMLiquidStake {
|
|
64
|
+
creator: string;
|
|
65
|
+
amount: string;
|
|
66
|
+
lsmTokenIbcDenom: string;
|
|
67
|
+
}
|
|
68
|
+
export interface MsgLSMLiquidStakeProtoMsg {
|
|
69
|
+
typeUrl: '/stride.stakeibc.MsgLSMLiquidStake';
|
|
70
|
+
value: Uint8Array;
|
|
71
|
+
}
|
|
72
|
+
export interface MsgLSMLiquidStakeSDKType {
|
|
73
|
+
creator: string;
|
|
74
|
+
amount: string;
|
|
75
|
+
lsm_token_ibc_denom: string;
|
|
76
|
+
}
|
|
77
|
+
export interface MsgLSMLiquidStakeResponse {
|
|
78
|
+
transactionComplete: boolean;
|
|
79
|
+
}
|
|
80
|
+
export interface MsgLSMLiquidStakeResponseProtoMsg {
|
|
81
|
+
typeUrl: '/stride.stakeibc.MsgLSMLiquidStakeResponse';
|
|
82
|
+
value: Uint8Array;
|
|
83
|
+
}
|
|
84
|
+
export interface MsgLSMLiquidStakeResponseSDKType {
|
|
85
|
+
transaction_complete: boolean;
|
|
86
|
+
}
|
|
87
|
+
export interface MsgClearBalance {
|
|
88
|
+
creator: string;
|
|
89
|
+
chainId: string;
|
|
90
|
+
amount: string;
|
|
91
|
+
channel: string;
|
|
92
|
+
}
|
|
93
|
+
export interface MsgClearBalanceProtoMsg {
|
|
94
|
+
typeUrl: '/stride.stakeibc.MsgClearBalance';
|
|
95
|
+
value: Uint8Array;
|
|
96
|
+
}
|
|
97
|
+
export interface MsgClearBalanceSDKType {
|
|
98
|
+
creator: string;
|
|
99
|
+
chain_id: string;
|
|
100
|
+
amount: string;
|
|
101
|
+
channel: string;
|
|
102
|
+
}
|
|
103
|
+
export interface MsgClearBalanceResponse {
|
|
104
|
+
}
|
|
105
|
+
export interface MsgClearBalanceResponseProtoMsg {
|
|
106
|
+
typeUrl: '/stride.stakeibc.MsgClearBalanceResponse';
|
|
107
|
+
value: Uint8Array;
|
|
108
|
+
}
|
|
109
|
+
export interface MsgClearBalanceResponseSDKType {
|
|
110
|
+
}
|
|
111
|
+
export interface MsgRedeemStake {
|
|
112
|
+
creator: string;
|
|
113
|
+
amount: string;
|
|
114
|
+
hostZone: string;
|
|
115
|
+
receiver: string;
|
|
116
|
+
}
|
|
117
|
+
export interface MsgRedeemStakeProtoMsg {
|
|
118
|
+
typeUrl: '/stride.stakeibc.MsgRedeemStake';
|
|
119
|
+
value: Uint8Array;
|
|
120
|
+
}
|
|
121
|
+
export interface MsgRedeemStakeSDKType {
|
|
122
|
+
creator: string;
|
|
123
|
+
amount: string;
|
|
124
|
+
host_zone: string;
|
|
125
|
+
receiver: string;
|
|
126
|
+
}
|
|
127
|
+
export interface MsgRedeemStakeResponse {
|
|
128
|
+
}
|
|
129
|
+
export interface MsgRedeemStakeResponseProtoMsg {
|
|
130
|
+
typeUrl: '/stride.stakeibc.MsgRedeemStakeResponse';
|
|
131
|
+
value: Uint8Array;
|
|
132
|
+
}
|
|
133
|
+
export interface MsgRedeemStakeResponseSDKType {
|
|
134
|
+
}
|
|
135
|
+
/** next: 15 */
|
|
136
|
+
export interface MsgRegisterHostZone {
|
|
137
|
+
connectionId: string;
|
|
138
|
+
bech32prefix: string;
|
|
139
|
+
hostDenom: string;
|
|
140
|
+
ibcDenom: string;
|
|
141
|
+
creator: string;
|
|
142
|
+
transferChannelId: string;
|
|
143
|
+
unbondingPeriod: bigint;
|
|
144
|
+
minRedemptionRate: string;
|
|
145
|
+
maxRedemptionRate: string;
|
|
146
|
+
lsmLiquidStakeEnabled: boolean;
|
|
147
|
+
communityPoolTreasuryAddress: string;
|
|
148
|
+
maxMessagesPerIcaTx: bigint;
|
|
149
|
+
}
|
|
150
|
+
export interface MsgRegisterHostZoneProtoMsg {
|
|
151
|
+
typeUrl: '/stride.stakeibc.MsgRegisterHostZone';
|
|
152
|
+
value: Uint8Array;
|
|
153
|
+
}
|
|
154
|
+
/** next: 15 */
|
|
155
|
+
export interface MsgRegisterHostZoneSDKType {
|
|
156
|
+
connection_id: string;
|
|
157
|
+
bech32prefix: string;
|
|
158
|
+
host_denom: string;
|
|
159
|
+
ibc_denom: string;
|
|
160
|
+
creator: string;
|
|
161
|
+
transfer_channel_id: string;
|
|
162
|
+
unbonding_period: bigint;
|
|
163
|
+
min_redemption_rate: string;
|
|
164
|
+
max_redemption_rate: string;
|
|
165
|
+
lsm_liquid_stake_enabled: boolean;
|
|
166
|
+
community_pool_treasury_address: string;
|
|
167
|
+
max_messages_per_ica_tx: bigint;
|
|
168
|
+
}
|
|
169
|
+
export interface MsgRegisterHostZoneResponse {
|
|
170
|
+
}
|
|
171
|
+
export interface MsgRegisterHostZoneResponseProtoMsg {
|
|
172
|
+
typeUrl: '/stride.stakeibc.MsgRegisterHostZoneResponse';
|
|
173
|
+
value: Uint8Array;
|
|
174
|
+
}
|
|
175
|
+
export interface MsgRegisterHostZoneResponseSDKType {
|
|
176
|
+
}
|
|
177
|
+
export interface MsgClaimUndelegatedTokens {
|
|
178
|
+
creator: string;
|
|
179
|
+
/** UserUnbondingRecords are keyed on {chain_id}.{epoch}.{receiver} */
|
|
180
|
+
hostZoneId: string;
|
|
181
|
+
epoch: bigint;
|
|
182
|
+
receiver: string;
|
|
183
|
+
}
|
|
184
|
+
export interface MsgClaimUndelegatedTokensProtoMsg {
|
|
185
|
+
typeUrl: '/stride.stakeibc.MsgClaimUndelegatedTokens';
|
|
186
|
+
value: Uint8Array;
|
|
187
|
+
}
|
|
188
|
+
export interface MsgClaimUndelegatedTokensSDKType {
|
|
189
|
+
creator: string;
|
|
190
|
+
host_zone_id: string;
|
|
191
|
+
epoch: bigint;
|
|
192
|
+
receiver: string;
|
|
193
|
+
}
|
|
194
|
+
export interface MsgClaimUndelegatedTokensResponse {
|
|
195
|
+
}
|
|
196
|
+
export interface MsgClaimUndelegatedTokensResponseProtoMsg {
|
|
197
|
+
typeUrl: '/stride.stakeibc.MsgClaimUndelegatedTokensResponse';
|
|
198
|
+
value: Uint8Array;
|
|
199
|
+
}
|
|
200
|
+
export interface MsgClaimUndelegatedTokensResponseSDKType {
|
|
201
|
+
}
|
|
202
|
+
export interface MsgRebalanceValidators {
|
|
203
|
+
creator: string;
|
|
204
|
+
hostZone: string;
|
|
205
|
+
numRebalance: bigint;
|
|
206
|
+
}
|
|
207
|
+
export interface MsgRebalanceValidatorsProtoMsg {
|
|
208
|
+
typeUrl: '/stride.stakeibc.MsgRebalanceValidators';
|
|
209
|
+
value: Uint8Array;
|
|
210
|
+
}
|
|
211
|
+
export interface MsgRebalanceValidatorsSDKType {
|
|
212
|
+
creator: string;
|
|
213
|
+
host_zone: string;
|
|
214
|
+
num_rebalance: bigint;
|
|
215
|
+
}
|
|
216
|
+
export interface MsgRebalanceValidatorsResponse {
|
|
217
|
+
}
|
|
218
|
+
export interface MsgRebalanceValidatorsResponseProtoMsg {
|
|
219
|
+
typeUrl: '/stride.stakeibc.MsgRebalanceValidatorsResponse';
|
|
220
|
+
value: Uint8Array;
|
|
221
|
+
}
|
|
222
|
+
export interface MsgRebalanceValidatorsResponseSDKType {
|
|
223
|
+
}
|
|
224
|
+
export interface MsgAddValidators {
|
|
225
|
+
creator: string;
|
|
226
|
+
hostZone: string;
|
|
227
|
+
validators: Validator[];
|
|
228
|
+
}
|
|
229
|
+
export interface MsgAddValidatorsProtoMsg {
|
|
230
|
+
typeUrl: '/stride.stakeibc.MsgAddValidators';
|
|
231
|
+
value: Uint8Array;
|
|
232
|
+
}
|
|
233
|
+
export interface MsgAddValidatorsSDKType {
|
|
234
|
+
creator: string;
|
|
235
|
+
host_zone: string;
|
|
236
|
+
validators: ValidatorSDKType[];
|
|
237
|
+
}
|
|
238
|
+
export interface MsgAddValidatorsResponse {
|
|
239
|
+
}
|
|
240
|
+
export interface MsgAddValidatorsResponseProtoMsg {
|
|
241
|
+
typeUrl: '/stride.stakeibc.MsgAddValidatorsResponse';
|
|
242
|
+
value: Uint8Array;
|
|
243
|
+
}
|
|
244
|
+
export interface MsgAddValidatorsResponseSDKType {
|
|
245
|
+
}
|
|
246
|
+
export interface ValidatorWeight {
|
|
247
|
+
address: string;
|
|
248
|
+
weight: bigint;
|
|
249
|
+
}
|
|
250
|
+
export interface ValidatorWeightProtoMsg {
|
|
251
|
+
typeUrl: '/stride.stakeibc.ValidatorWeight';
|
|
252
|
+
value: Uint8Array;
|
|
253
|
+
}
|
|
254
|
+
export interface ValidatorWeightSDKType {
|
|
255
|
+
address: string;
|
|
256
|
+
weight: bigint;
|
|
257
|
+
}
|
|
258
|
+
export interface MsgChangeValidatorWeights {
|
|
259
|
+
creator: string;
|
|
260
|
+
hostZone: string;
|
|
261
|
+
validatorWeights: ValidatorWeight[];
|
|
262
|
+
}
|
|
263
|
+
export interface MsgChangeValidatorWeightsProtoMsg {
|
|
264
|
+
typeUrl: '/stride.stakeibc.MsgChangeValidatorWeights';
|
|
265
|
+
value: Uint8Array;
|
|
266
|
+
}
|
|
267
|
+
export interface MsgChangeValidatorWeightsSDKType {
|
|
268
|
+
creator: string;
|
|
269
|
+
host_zone: string;
|
|
270
|
+
validator_weights: ValidatorWeightSDKType[];
|
|
271
|
+
}
|
|
272
|
+
export interface MsgChangeValidatorWeightsResponse {
|
|
273
|
+
}
|
|
274
|
+
export interface MsgChangeValidatorWeightsResponseProtoMsg {
|
|
275
|
+
typeUrl: '/stride.stakeibc.MsgChangeValidatorWeightsResponse';
|
|
276
|
+
value: Uint8Array;
|
|
277
|
+
}
|
|
278
|
+
export interface MsgChangeValidatorWeightsResponseSDKType {
|
|
279
|
+
}
|
|
280
|
+
export interface MsgDeleteValidator {
|
|
281
|
+
creator: string;
|
|
282
|
+
hostZone: string;
|
|
283
|
+
valAddr: string;
|
|
284
|
+
}
|
|
285
|
+
export interface MsgDeleteValidatorProtoMsg {
|
|
286
|
+
typeUrl: '/stride.stakeibc.MsgDeleteValidator';
|
|
287
|
+
value: Uint8Array;
|
|
288
|
+
}
|
|
289
|
+
export interface MsgDeleteValidatorSDKType {
|
|
290
|
+
creator: string;
|
|
291
|
+
host_zone: string;
|
|
292
|
+
val_addr: string;
|
|
293
|
+
}
|
|
294
|
+
export interface MsgDeleteValidatorResponse {
|
|
295
|
+
}
|
|
296
|
+
export interface MsgDeleteValidatorResponseProtoMsg {
|
|
297
|
+
typeUrl: '/stride.stakeibc.MsgDeleteValidatorResponse';
|
|
298
|
+
value: Uint8Array;
|
|
299
|
+
}
|
|
300
|
+
export interface MsgDeleteValidatorResponseSDKType {
|
|
301
|
+
}
|
|
302
|
+
export interface MsgRestoreInterchainAccount {
|
|
303
|
+
creator: string;
|
|
304
|
+
chainId: string;
|
|
305
|
+
connectionId: string;
|
|
306
|
+
accountOwner: string;
|
|
307
|
+
}
|
|
308
|
+
export interface MsgRestoreInterchainAccountProtoMsg {
|
|
309
|
+
typeUrl: '/stride.stakeibc.MsgRestoreInterchainAccount';
|
|
310
|
+
value: Uint8Array;
|
|
311
|
+
}
|
|
312
|
+
export interface MsgRestoreInterchainAccountSDKType {
|
|
313
|
+
creator: string;
|
|
314
|
+
chain_id: string;
|
|
315
|
+
connection_id: string;
|
|
316
|
+
account_owner: string;
|
|
317
|
+
}
|
|
318
|
+
export interface MsgRestoreInterchainAccountResponse {
|
|
319
|
+
}
|
|
320
|
+
export interface MsgRestoreInterchainAccountResponseProtoMsg {
|
|
321
|
+
typeUrl: '/stride.stakeibc.MsgRestoreInterchainAccountResponse';
|
|
322
|
+
value: Uint8Array;
|
|
323
|
+
}
|
|
324
|
+
export interface MsgRestoreInterchainAccountResponseSDKType {
|
|
325
|
+
}
|
|
326
|
+
export interface MsgCloseDelegationChannel {
|
|
327
|
+
creator: string;
|
|
328
|
+
chainId: string;
|
|
329
|
+
}
|
|
330
|
+
export interface MsgCloseDelegationChannelProtoMsg {
|
|
331
|
+
typeUrl: '/stride.stakeibc.MsgCloseDelegationChannel';
|
|
332
|
+
value: Uint8Array;
|
|
333
|
+
}
|
|
334
|
+
export interface MsgCloseDelegationChannelSDKType {
|
|
335
|
+
creator: string;
|
|
336
|
+
chain_id: string;
|
|
337
|
+
}
|
|
338
|
+
export interface MsgCloseDelegationChannelResponse {
|
|
339
|
+
}
|
|
340
|
+
export interface MsgCloseDelegationChannelResponseProtoMsg {
|
|
341
|
+
typeUrl: '/stride.stakeibc.MsgCloseDelegationChannelResponse';
|
|
342
|
+
value: Uint8Array;
|
|
343
|
+
}
|
|
344
|
+
export interface MsgCloseDelegationChannelResponseSDKType {
|
|
345
|
+
}
|
|
346
|
+
export interface MsgUpdateValidatorSharesExchRate {
|
|
347
|
+
creator: string;
|
|
348
|
+
chainId: string;
|
|
349
|
+
valoper: string;
|
|
350
|
+
}
|
|
351
|
+
export interface MsgUpdateValidatorSharesExchRateProtoMsg {
|
|
352
|
+
typeUrl: '/stride.stakeibc.MsgUpdateValidatorSharesExchRate';
|
|
353
|
+
value: Uint8Array;
|
|
354
|
+
}
|
|
355
|
+
export interface MsgUpdateValidatorSharesExchRateSDKType {
|
|
356
|
+
creator: string;
|
|
357
|
+
chain_id: string;
|
|
358
|
+
valoper: string;
|
|
359
|
+
}
|
|
360
|
+
export interface MsgUpdateValidatorSharesExchRateResponse {
|
|
361
|
+
}
|
|
362
|
+
export interface MsgUpdateValidatorSharesExchRateResponseProtoMsg {
|
|
363
|
+
typeUrl: '/stride.stakeibc.MsgUpdateValidatorSharesExchRateResponse';
|
|
364
|
+
value: Uint8Array;
|
|
365
|
+
}
|
|
366
|
+
export interface MsgUpdateValidatorSharesExchRateResponseSDKType {
|
|
367
|
+
}
|
|
368
|
+
export interface MsgCalibrateDelegation {
|
|
369
|
+
creator: string;
|
|
370
|
+
chainId: string;
|
|
371
|
+
valoper: string;
|
|
372
|
+
}
|
|
373
|
+
export interface MsgCalibrateDelegationProtoMsg {
|
|
374
|
+
typeUrl: '/stride.stakeibc.MsgCalibrateDelegation';
|
|
375
|
+
value: Uint8Array;
|
|
376
|
+
}
|
|
377
|
+
export interface MsgCalibrateDelegationSDKType {
|
|
378
|
+
creator: string;
|
|
379
|
+
chain_id: string;
|
|
380
|
+
valoper: string;
|
|
381
|
+
}
|
|
382
|
+
export interface MsgCalibrateDelegationResponse {
|
|
383
|
+
}
|
|
384
|
+
export interface MsgCalibrateDelegationResponseProtoMsg {
|
|
385
|
+
typeUrl: '/stride.stakeibc.MsgCalibrateDelegationResponse';
|
|
386
|
+
value: Uint8Array;
|
|
387
|
+
}
|
|
388
|
+
export interface MsgCalibrateDelegationResponseSDKType {
|
|
389
|
+
}
|
|
390
|
+
export interface MsgResumeHostZone {
|
|
391
|
+
creator: string;
|
|
392
|
+
chainId: string;
|
|
393
|
+
}
|
|
394
|
+
export interface MsgResumeHostZoneProtoMsg {
|
|
395
|
+
typeUrl: '/stride.stakeibc.MsgResumeHostZone';
|
|
396
|
+
value: Uint8Array;
|
|
397
|
+
}
|
|
398
|
+
export interface MsgResumeHostZoneSDKType {
|
|
399
|
+
creator: string;
|
|
400
|
+
chain_id: string;
|
|
401
|
+
}
|
|
402
|
+
export interface MsgResumeHostZoneResponse {
|
|
403
|
+
}
|
|
404
|
+
export interface MsgResumeHostZoneResponseProtoMsg {
|
|
405
|
+
typeUrl: '/stride.stakeibc.MsgResumeHostZoneResponse';
|
|
406
|
+
value: Uint8Array;
|
|
407
|
+
}
|
|
408
|
+
export interface MsgResumeHostZoneResponseSDKType {
|
|
409
|
+
}
|
|
410
|
+
/** Creates a new trade route */
|
|
411
|
+
export interface MsgCreateTradeRoute {
|
|
412
|
+
/**
|
|
413
|
+
* authority is the address that controls the module (defaults to x/gov unless
|
|
414
|
+
* overwritten).
|
|
415
|
+
*/
|
|
416
|
+
authority: string;
|
|
417
|
+
/** The chain ID of the host zone */
|
|
418
|
+
hostChainId: string;
|
|
419
|
+
/** Connection IDs between stride and the other zones */
|
|
420
|
+
strideToRewardConnectionId: string;
|
|
421
|
+
strideToTradeConnectionId: string;
|
|
422
|
+
/** Transfer channels between the host, reward, and trade zones */
|
|
423
|
+
hostToRewardTransferChannelId: string;
|
|
424
|
+
rewardToTradeTransferChannelId: string;
|
|
425
|
+
tradeToHostTransferChannelId: string;
|
|
426
|
+
/** ibc denom for the reward token on the host zone (e.g. ibc/usdc on dYdX) */
|
|
427
|
+
rewardDenomOnHost: string;
|
|
428
|
+
/** native denom of reward token on the reward zone (e.g. usdc on Noble) */
|
|
429
|
+
rewardDenomOnReward: string;
|
|
430
|
+
/** ibc denom of the reward token on the trade zone (e.g. ibc/usdc on Osmosis) */
|
|
431
|
+
rewardDenomOnTrade: string;
|
|
432
|
+
/** ibc denom of the host's token on the trade zone (e.g. ibc/dydx on Osmosis) */
|
|
433
|
+
hostDenomOnTrade: string;
|
|
434
|
+
/** the host zone's native denom (e.g. dydx on dYdX) */
|
|
435
|
+
hostDenomOnHost: string;
|
|
436
|
+
/**
|
|
437
|
+
* Deprecated, the trades are now executed off-chain via authz
|
|
438
|
+
*
|
|
439
|
+
* The osmosis pool ID
|
|
440
|
+
*/
|
|
441
|
+
/** @deprecated */
|
|
442
|
+
poolId: bigint;
|
|
443
|
+
/**
|
|
444
|
+
* Deprecated, the trades are now executed off-chain via authz
|
|
445
|
+
*
|
|
446
|
+
* Threshold defining the percentage of tokens that could be lost in the trade
|
|
447
|
+
* This captures both the loss from slippage and from a stale price on stride
|
|
448
|
+
* "0.05" means the output from the trade can be no less than a 5% deviation
|
|
449
|
+
* from the current value
|
|
450
|
+
*/
|
|
451
|
+
/** @deprecated */
|
|
452
|
+
maxAllowedSwapLossRate: string;
|
|
453
|
+
/**
|
|
454
|
+
* Deprecated, the trades are now executed off-chain via authz
|
|
455
|
+
*
|
|
456
|
+
* minimum amount of reward tokens to initate a swap
|
|
457
|
+
* if not provided, defaults to 0
|
|
458
|
+
*/
|
|
459
|
+
minSwapAmount: string;
|
|
460
|
+
/**
|
|
461
|
+
* Deprecated, the trades are now executed off-chain via authz
|
|
462
|
+
*
|
|
463
|
+
* maximum amount of reward tokens in a single swap
|
|
464
|
+
* if not provided, defaults to 10e24
|
|
465
|
+
*/
|
|
466
|
+
maxSwapAmount: string;
|
|
467
|
+
/**
|
|
468
|
+
* Minimum amount of reward token that must be accumulated before
|
|
469
|
+
* the tokens are transferred to the trade ICA
|
|
470
|
+
*/
|
|
471
|
+
minTransferAmount: string;
|
|
472
|
+
}
|
|
473
|
+
export interface MsgCreateTradeRouteProtoMsg {
|
|
474
|
+
typeUrl: '/stride.stakeibc.MsgCreateTradeRoute';
|
|
475
|
+
value: Uint8Array;
|
|
476
|
+
}
|
|
477
|
+
/** Creates a new trade route */
|
|
478
|
+
export interface MsgCreateTradeRouteSDKType {
|
|
479
|
+
authority: string;
|
|
480
|
+
host_chain_id: string;
|
|
481
|
+
stride_to_reward_connection_id: string;
|
|
482
|
+
stride_to_trade_connection_id: string;
|
|
483
|
+
host_to_reward_transfer_channel_id: string;
|
|
484
|
+
reward_to_trade_transfer_channel_id: string;
|
|
485
|
+
trade_to_host_transfer_channel_id: string;
|
|
486
|
+
reward_denom_on_host: string;
|
|
487
|
+
reward_denom_on_reward: string;
|
|
488
|
+
reward_denom_on_trade: string;
|
|
489
|
+
host_denom_on_trade: string;
|
|
490
|
+
host_denom_on_host: string;
|
|
491
|
+
/** @deprecated */
|
|
492
|
+
pool_id: bigint;
|
|
493
|
+
/** @deprecated */
|
|
494
|
+
max_allowed_swap_loss_rate: string;
|
|
495
|
+
min_swap_amount: string;
|
|
496
|
+
max_swap_amount: string;
|
|
497
|
+
min_transfer_amount: string;
|
|
498
|
+
}
|
|
499
|
+
export interface MsgCreateTradeRouteResponse {
|
|
500
|
+
}
|
|
501
|
+
export interface MsgCreateTradeRouteResponseProtoMsg {
|
|
502
|
+
typeUrl: '/stride.stakeibc.MsgCreateTradeRouteResponse';
|
|
503
|
+
value: Uint8Array;
|
|
504
|
+
}
|
|
505
|
+
export interface MsgCreateTradeRouteResponseSDKType {
|
|
506
|
+
}
|
|
507
|
+
/** Deletes a trade route */
|
|
508
|
+
export interface MsgDeleteTradeRoute {
|
|
509
|
+
/**
|
|
510
|
+
* authority is the address that controls the module (defaults to x/gov unless
|
|
511
|
+
* overwritten).
|
|
512
|
+
*/
|
|
513
|
+
authority: string;
|
|
514
|
+
/** The reward denom of the route in it's native form (e.g. usdc) */
|
|
515
|
+
rewardDenom: string;
|
|
516
|
+
/** The host zone's denom in it's native form (e.g. dydx) */
|
|
517
|
+
hostDenom: string;
|
|
518
|
+
}
|
|
519
|
+
export interface MsgDeleteTradeRouteProtoMsg {
|
|
520
|
+
typeUrl: '/stride.stakeibc.MsgDeleteTradeRoute';
|
|
521
|
+
value: Uint8Array;
|
|
522
|
+
}
|
|
523
|
+
/** Deletes a trade route */
|
|
524
|
+
export interface MsgDeleteTradeRouteSDKType {
|
|
525
|
+
authority: string;
|
|
526
|
+
reward_denom: string;
|
|
527
|
+
host_denom: string;
|
|
528
|
+
}
|
|
529
|
+
export interface MsgDeleteTradeRouteResponse {
|
|
530
|
+
}
|
|
531
|
+
export interface MsgDeleteTradeRouteResponseProtoMsg {
|
|
532
|
+
typeUrl: '/stride.stakeibc.MsgDeleteTradeRouteResponse';
|
|
533
|
+
value: Uint8Array;
|
|
534
|
+
}
|
|
535
|
+
export interface MsgDeleteTradeRouteResponseSDKType {
|
|
536
|
+
}
|
|
537
|
+
/** Updates the config of a trade route */
|
|
538
|
+
export interface MsgUpdateTradeRoute {
|
|
539
|
+
/**
|
|
540
|
+
* authority is the address that controls the module (defaults to x/gov unless
|
|
541
|
+
* overwritten).
|
|
542
|
+
*/
|
|
543
|
+
authority: string;
|
|
544
|
+
/** The reward denom of the route in it's native form (e.g. usdc) */
|
|
545
|
+
rewardDenom: string;
|
|
546
|
+
/** The host zone's denom in it's native form (e.g. dydx) */
|
|
547
|
+
hostDenom: string;
|
|
548
|
+
/**
|
|
549
|
+
* Deprecated, the trades are now executed off-chain via authz
|
|
550
|
+
*
|
|
551
|
+
* The osmosis pool ID
|
|
552
|
+
*/
|
|
553
|
+
/** @deprecated */
|
|
554
|
+
poolId: bigint;
|
|
555
|
+
/**
|
|
556
|
+
* Deprecated, the trades are now executed off-chain via authz
|
|
557
|
+
*
|
|
558
|
+
* Threshold defining the percentage of tokens that could be lost in the trade
|
|
559
|
+
* This captures both the loss from slippage and from a stale price on stride
|
|
560
|
+
* "0.05" means the output from the trade can be no less than a 5% deviation
|
|
561
|
+
* from the current value
|
|
562
|
+
*/
|
|
563
|
+
/** @deprecated */
|
|
564
|
+
maxAllowedSwapLossRate: string;
|
|
565
|
+
/**
|
|
566
|
+
* Deprecated, the trades are now executed off-chain via authz
|
|
567
|
+
*
|
|
568
|
+
* minimum amount of reward tokens to initate a swap
|
|
569
|
+
* if not provided, defaults to 0
|
|
570
|
+
*/
|
|
571
|
+
/** @deprecated */
|
|
572
|
+
minSwapAmount: string;
|
|
573
|
+
/**
|
|
574
|
+
* Deprecated, the trades are now executed off-chain via authz
|
|
575
|
+
*
|
|
576
|
+
* maximum amount of reward tokens in a single swap
|
|
577
|
+
* if not provided, defaults to 10e24
|
|
578
|
+
*/
|
|
579
|
+
/** @deprecated */
|
|
580
|
+
maxSwapAmount: string;
|
|
581
|
+
/**
|
|
582
|
+
* Minimum amount of reward token that must be accumulated before
|
|
583
|
+
* the tokens are transferred to the trade ICA
|
|
584
|
+
*/
|
|
585
|
+
minTransferAmount: string;
|
|
586
|
+
}
|
|
587
|
+
export interface MsgUpdateTradeRouteProtoMsg {
|
|
588
|
+
typeUrl: '/stride.stakeibc.MsgUpdateTradeRoute';
|
|
589
|
+
value: Uint8Array;
|
|
590
|
+
}
|
|
591
|
+
/** Updates the config of a trade route */
|
|
592
|
+
export interface MsgUpdateTradeRouteSDKType {
|
|
593
|
+
authority: string;
|
|
594
|
+
reward_denom: string;
|
|
595
|
+
host_denom: string;
|
|
596
|
+
/** @deprecated */
|
|
597
|
+
pool_id: bigint;
|
|
598
|
+
/** @deprecated */
|
|
599
|
+
max_allowed_swap_loss_rate: string;
|
|
600
|
+
/** @deprecated */
|
|
601
|
+
min_swap_amount: string;
|
|
602
|
+
/** @deprecated */
|
|
603
|
+
max_swap_amount: string;
|
|
604
|
+
min_transfer_amount: string;
|
|
605
|
+
}
|
|
606
|
+
export interface MsgUpdateTradeRouteResponse {
|
|
607
|
+
}
|
|
608
|
+
export interface MsgUpdateTradeRouteResponseProtoMsg {
|
|
609
|
+
typeUrl: '/stride.stakeibc.MsgUpdateTradeRouteResponse';
|
|
610
|
+
value: Uint8Array;
|
|
611
|
+
}
|
|
612
|
+
export interface MsgUpdateTradeRouteResponseSDKType {
|
|
613
|
+
}
|
|
614
|
+
/**
|
|
615
|
+
* Registers or updates a community pool rebate by specifying the amount liquid
|
|
616
|
+
* staked
|
|
617
|
+
*/
|
|
618
|
+
export interface MsgSetCommunityPoolRebate {
|
|
619
|
+
/** Message signer (admin only) */
|
|
620
|
+
creator: string;
|
|
621
|
+
/**
|
|
622
|
+
* Chain id of the chain whose community pool has a liquid staking rebate
|
|
623
|
+
* arrangement with stride
|
|
624
|
+
*/
|
|
625
|
+
chainId: string;
|
|
626
|
+
/** Rebate percentage represented as a decimal (e.g. 0.2 for 20%) */
|
|
627
|
+
rebateRate: string;
|
|
628
|
+
/** Number of stTokens recieved by the community pool after liquid staking */
|
|
629
|
+
liquidStakedStTokenAmount: string;
|
|
630
|
+
}
|
|
631
|
+
export interface MsgSetCommunityPoolRebateProtoMsg {
|
|
632
|
+
typeUrl: '/stride.stakeibc.MsgSetCommunityPoolRebate';
|
|
633
|
+
value: Uint8Array;
|
|
634
|
+
}
|
|
635
|
+
/**
|
|
636
|
+
* Registers or updates a community pool rebate by specifying the amount liquid
|
|
637
|
+
* staked
|
|
638
|
+
*/
|
|
639
|
+
export interface MsgSetCommunityPoolRebateSDKType {
|
|
640
|
+
creator: string;
|
|
641
|
+
chain_id: string;
|
|
642
|
+
rebate_rate: string;
|
|
643
|
+
liquid_staked_st_token_amount: string;
|
|
644
|
+
}
|
|
645
|
+
export interface MsgSetCommunityPoolRebateResponse {
|
|
646
|
+
}
|
|
647
|
+
export interface MsgSetCommunityPoolRebateResponseProtoMsg {
|
|
648
|
+
typeUrl: '/stride.stakeibc.MsgSetCommunityPoolRebateResponse';
|
|
649
|
+
value: Uint8Array;
|
|
650
|
+
}
|
|
651
|
+
export interface MsgSetCommunityPoolRebateResponseSDKType {
|
|
652
|
+
}
|
|
653
|
+
/** Grants or revokes trade permissions to a given address via authz */
|
|
654
|
+
export interface MsgToggleTradeController {
|
|
655
|
+
/** Message signer (admin only) */
|
|
656
|
+
creator: string;
|
|
657
|
+
/** Chain ID of the trade account */
|
|
658
|
+
chainId: string;
|
|
659
|
+
/** Permission change (either grant or revoke) */
|
|
660
|
+
permissionChange: AuthzPermissionChange;
|
|
661
|
+
/** Address of trade operator */
|
|
662
|
+
address: string;
|
|
663
|
+
/** Option to grant/revoke the legacy osmosis swap message */
|
|
664
|
+
legacy: boolean;
|
|
665
|
+
}
|
|
666
|
+
export interface MsgToggleTradeControllerProtoMsg {
|
|
667
|
+
typeUrl: '/stride.stakeibc.MsgToggleTradeController';
|
|
668
|
+
value: Uint8Array;
|
|
669
|
+
}
|
|
670
|
+
/** Grants or revokes trade permissions to a given address via authz */
|
|
671
|
+
export interface MsgToggleTradeControllerSDKType {
|
|
672
|
+
creator: string;
|
|
673
|
+
chain_id: string;
|
|
674
|
+
permission_change: AuthzPermissionChange;
|
|
675
|
+
address: string;
|
|
676
|
+
legacy: boolean;
|
|
677
|
+
}
|
|
678
|
+
export interface MsgToggleTradeControllerResponse {
|
|
679
|
+
}
|
|
680
|
+
export interface MsgToggleTradeControllerResponseProtoMsg {
|
|
681
|
+
typeUrl: '/stride.stakeibc.MsgToggleTradeControllerResponse';
|
|
682
|
+
value: Uint8Array;
|
|
683
|
+
}
|
|
684
|
+
export interface MsgToggleTradeControllerResponseSDKType {
|
|
685
|
+
}
|
|
686
|
+
/** Updates host zone params */
|
|
687
|
+
export interface MsgUpdateHostZoneParams {
|
|
688
|
+
/**
|
|
689
|
+
* authority is the address that controls the module (defaults to x/gov unless
|
|
690
|
+
* overwritten).
|
|
691
|
+
*/
|
|
692
|
+
authority: string;
|
|
693
|
+
/** Chain ID of the host zone */
|
|
694
|
+
chainId: string;
|
|
695
|
+
/** Max messages that can be sent in a single ICA message */
|
|
696
|
+
maxMessagesPerIcaTx: bigint;
|
|
697
|
+
}
|
|
698
|
+
export interface MsgUpdateHostZoneParamsProtoMsg {
|
|
699
|
+
typeUrl: '/stride.stakeibc.MsgUpdateHostZoneParams';
|
|
700
|
+
value: Uint8Array;
|
|
701
|
+
}
|
|
702
|
+
/** Updates host zone params */
|
|
703
|
+
export interface MsgUpdateHostZoneParamsSDKType {
|
|
704
|
+
authority: string;
|
|
705
|
+
chain_id: string;
|
|
706
|
+
max_messages_per_ica_tx: bigint;
|
|
707
|
+
}
|
|
708
|
+
export interface MsgUpdateHostZoneParamsResponse {
|
|
709
|
+
}
|
|
710
|
+
export interface MsgUpdateHostZoneParamsResponseProtoMsg {
|
|
711
|
+
typeUrl: '/stride.stakeibc.MsgUpdateHostZoneParamsResponse';
|
|
712
|
+
value: Uint8Array;
|
|
713
|
+
}
|
|
714
|
+
export interface MsgUpdateHostZoneParamsResponseSDKType {
|
|
715
|
+
}
|
|
716
|
+
export declare const MsgUpdateInnerRedemptionRateBounds: {
|
|
717
|
+
typeUrl: string;
|
|
718
|
+
encode(message: MsgUpdateInnerRedemptionRateBounds, writer?: BinaryWriter): BinaryWriter;
|
|
719
|
+
decode(input: BinaryReader | Uint8Array, length?: number): MsgUpdateInnerRedemptionRateBounds;
|
|
720
|
+
fromJSON(object: any): MsgUpdateInnerRedemptionRateBounds;
|
|
721
|
+
toJSON(message: MsgUpdateInnerRedemptionRateBounds): JsonSafe<MsgUpdateInnerRedemptionRateBounds>;
|
|
722
|
+
fromPartial(object: Partial<MsgUpdateInnerRedemptionRateBounds>): MsgUpdateInnerRedemptionRateBounds;
|
|
723
|
+
fromProtoMsg(message: MsgUpdateInnerRedemptionRateBoundsProtoMsg): MsgUpdateInnerRedemptionRateBounds;
|
|
724
|
+
toProto(message: MsgUpdateInnerRedemptionRateBounds): Uint8Array;
|
|
725
|
+
toProtoMsg(message: MsgUpdateInnerRedemptionRateBounds): MsgUpdateInnerRedemptionRateBoundsProtoMsg;
|
|
726
|
+
};
|
|
727
|
+
export declare const MsgUpdateInnerRedemptionRateBoundsResponse: {
|
|
728
|
+
typeUrl: string;
|
|
729
|
+
encode(_: MsgUpdateInnerRedemptionRateBoundsResponse, writer?: BinaryWriter): BinaryWriter;
|
|
730
|
+
decode(input: BinaryReader | Uint8Array, length?: number): MsgUpdateInnerRedemptionRateBoundsResponse;
|
|
731
|
+
fromJSON(_: any): MsgUpdateInnerRedemptionRateBoundsResponse;
|
|
732
|
+
toJSON(_: MsgUpdateInnerRedemptionRateBoundsResponse): JsonSafe<MsgUpdateInnerRedemptionRateBoundsResponse>;
|
|
733
|
+
fromPartial(_: Partial<MsgUpdateInnerRedemptionRateBoundsResponse>): MsgUpdateInnerRedemptionRateBoundsResponse;
|
|
734
|
+
fromProtoMsg(message: MsgUpdateInnerRedemptionRateBoundsResponseProtoMsg): MsgUpdateInnerRedemptionRateBoundsResponse;
|
|
735
|
+
toProto(message: MsgUpdateInnerRedemptionRateBoundsResponse): Uint8Array;
|
|
736
|
+
toProtoMsg(message: MsgUpdateInnerRedemptionRateBoundsResponse): MsgUpdateInnerRedemptionRateBoundsResponseProtoMsg;
|
|
737
|
+
};
|
|
738
|
+
export declare const MsgLiquidStake: {
|
|
739
|
+
typeUrl: string;
|
|
740
|
+
encode(message: MsgLiquidStake, writer?: BinaryWriter): BinaryWriter;
|
|
741
|
+
decode(input: BinaryReader | Uint8Array, length?: number): MsgLiquidStake;
|
|
742
|
+
fromJSON(object: any): MsgLiquidStake;
|
|
743
|
+
toJSON(message: MsgLiquidStake): JsonSafe<MsgLiquidStake>;
|
|
744
|
+
fromPartial(object: Partial<MsgLiquidStake>): MsgLiquidStake;
|
|
745
|
+
fromProtoMsg(message: MsgLiquidStakeProtoMsg): MsgLiquidStake;
|
|
746
|
+
toProto(message: MsgLiquidStake): Uint8Array;
|
|
747
|
+
toProtoMsg(message: MsgLiquidStake): MsgLiquidStakeProtoMsg;
|
|
748
|
+
};
|
|
749
|
+
export declare const MsgLiquidStakeResponse: {
|
|
750
|
+
typeUrl: string;
|
|
751
|
+
encode(message: MsgLiquidStakeResponse, writer?: BinaryWriter): BinaryWriter;
|
|
752
|
+
decode(input: BinaryReader | Uint8Array, length?: number): MsgLiquidStakeResponse;
|
|
753
|
+
fromJSON(object: any): MsgLiquidStakeResponse;
|
|
754
|
+
toJSON(message: MsgLiquidStakeResponse): JsonSafe<MsgLiquidStakeResponse>;
|
|
755
|
+
fromPartial(object: Partial<MsgLiquidStakeResponse>): MsgLiquidStakeResponse;
|
|
756
|
+
fromProtoMsg(message: MsgLiquidStakeResponseProtoMsg): MsgLiquidStakeResponse;
|
|
757
|
+
toProto(message: MsgLiquidStakeResponse): Uint8Array;
|
|
758
|
+
toProtoMsg(message: MsgLiquidStakeResponse): MsgLiquidStakeResponseProtoMsg;
|
|
759
|
+
};
|
|
760
|
+
export declare const MsgLSMLiquidStake: {
|
|
761
|
+
typeUrl: string;
|
|
762
|
+
encode(message: MsgLSMLiquidStake, writer?: BinaryWriter): BinaryWriter;
|
|
763
|
+
decode(input: BinaryReader | Uint8Array, length?: number): MsgLSMLiquidStake;
|
|
764
|
+
fromJSON(object: any): MsgLSMLiquidStake;
|
|
765
|
+
toJSON(message: MsgLSMLiquidStake): JsonSafe<MsgLSMLiquidStake>;
|
|
766
|
+
fromPartial(object: Partial<MsgLSMLiquidStake>): MsgLSMLiquidStake;
|
|
767
|
+
fromProtoMsg(message: MsgLSMLiquidStakeProtoMsg): MsgLSMLiquidStake;
|
|
768
|
+
toProto(message: MsgLSMLiquidStake): Uint8Array;
|
|
769
|
+
toProtoMsg(message: MsgLSMLiquidStake): MsgLSMLiquidStakeProtoMsg;
|
|
770
|
+
};
|
|
771
|
+
export declare const MsgLSMLiquidStakeResponse: {
|
|
772
|
+
typeUrl: string;
|
|
773
|
+
encode(message: MsgLSMLiquidStakeResponse, writer?: BinaryWriter): BinaryWriter;
|
|
774
|
+
decode(input: BinaryReader | Uint8Array, length?: number): MsgLSMLiquidStakeResponse;
|
|
775
|
+
fromJSON(object: any): MsgLSMLiquidStakeResponse;
|
|
776
|
+
toJSON(message: MsgLSMLiquidStakeResponse): JsonSafe<MsgLSMLiquidStakeResponse>;
|
|
777
|
+
fromPartial(object: Partial<MsgLSMLiquidStakeResponse>): MsgLSMLiquidStakeResponse;
|
|
778
|
+
fromProtoMsg(message: MsgLSMLiquidStakeResponseProtoMsg): MsgLSMLiquidStakeResponse;
|
|
779
|
+
toProto(message: MsgLSMLiquidStakeResponse): Uint8Array;
|
|
780
|
+
toProtoMsg(message: MsgLSMLiquidStakeResponse): MsgLSMLiquidStakeResponseProtoMsg;
|
|
781
|
+
};
|
|
782
|
+
export declare const MsgClearBalance: {
|
|
783
|
+
typeUrl: string;
|
|
784
|
+
encode(message: MsgClearBalance, writer?: BinaryWriter): BinaryWriter;
|
|
785
|
+
decode(input: BinaryReader | Uint8Array, length?: number): MsgClearBalance;
|
|
786
|
+
fromJSON(object: any): MsgClearBalance;
|
|
787
|
+
toJSON(message: MsgClearBalance): JsonSafe<MsgClearBalance>;
|
|
788
|
+
fromPartial(object: Partial<MsgClearBalance>): MsgClearBalance;
|
|
789
|
+
fromProtoMsg(message: MsgClearBalanceProtoMsg): MsgClearBalance;
|
|
790
|
+
toProto(message: MsgClearBalance): Uint8Array;
|
|
791
|
+
toProtoMsg(message: MsgClearBalance): MsgClearBalanceProtoMsg;
|
|
792
|
+
};
|
|
793
|
+
export declare const MsgClearBalanceResponse: {
|
|
794
|
+
typeUrl: string;
|
|
795
|
+
encode(_: MsgClearBalanceResponse, writer?: BinaryWriter): BinaryWriter;
|
|
796
|
+
decode(input: BinaryReader | Uint8Array, length?: number): MsgClearBalanceResponse;
|
|
797
|
+
fromJSON(_: any): MsgClearBalanceResponse;
|
|
798
|
+
toJSON(_: MsgClearBalanceResponse): JsonSafe<MsgClearBalanceResponse>;
|
|
799
|
+
fromPartial(_: Partial<MsgClearBalanceResponse>): MsgClearBalanceResponse;
|
|
800
|
+
fromProtoMsg(message: MsgClearBalanceResponseProtoMsg): MsgClearBalanceResponse;
|
|
801
|
+
toProto(message: MsgClearBalanceResponse): Uint8Array;
|
|
802
|
+
toProtoMsg(message: MsgClearBalanceResponse): MsgClearBalanceResponseProtoMsg;
|
|
803
|
+
};
|
|
804
|
+
export declare const MsgRedeemStake: {
|
|
805
|
+
typeUrl: string;
|
|
806
|
+
encode(message: MsgRedeemStake, writer?: BinaryWriter): BinaryWriter;
|
|
807
|
+
decode(input: BinaryReader | Uint8Array, length?: number): MsgRedeemStake;
|
|
808
|
+
fromJSON(object: any): MsgRedeemStake;
|
|
809
|
+
toJSON(message: MsgRedeemStake): JsonSafe<MsgRedeemStake>;
|
|
810
|
+
fromPartial(object: Partial<MsgRedeemStake>): MsgRedeemStake;
|
|
811
|
+
fromProtoMsg(message: MsgRedeemStakeProtoMsg): MsgRedeemStake;
|
|
812
|
+
toProto(message: MsgRedeemStake): Uint8Array;
|
|
813
|
+
toProtoMsg(message: MsgRedeemStake): MsgRedeemStakeProtoMsg;
|
|
814
|
+
};
|
|
815
|
+
export declare const MsgRedeemStakeResponse: {
|
|
816
|
+
typeUrl: string;
|
|
817
|
+
encode(_: MsgRedeemStakeResponse, writer?: BinaryWriter): BinaryWriter;
|
|
818
|
+
decode(input: BinaryReader | Uint8Array, length?: number): MsgRedeemStakeResponse;
|
|
819
|
+
fromJSON(_: any): MsgRedeemStakeResponse;
|
|
820
|
+
toJSON(_: MsgRedeemStakeResponse): JsonSafe<MsgRedeemStakeResponse>;
|
|
821
|
+
fromPartial(_: Partial<MsgRedeemStakeResponse>): MsgRedeemStakeResponse;
|
|
822
|
+
fromProtoMsg(message: MsgRedeemStakeResponseProtoMsg): MsgRedeemStakeResponse;
|
|
823
|
+
toProto(message: MsgRedeemStakeResponse): Uint8Array;
|
|
824
|
+
toProtoMsg(message: MsgRedeemStakeResponse): MsgRedeemStakeResponseProtoMsg;
|
|
825
|
+
};
|
|
826
|
+
export declare const MsgRegisterHostZone: {
|
|
827
|
+
typeUrl: string;
|
|
828
|
+
encode(message: MsgRegisterHostZone, writer?: BinaryWriter): BinaryWriter;
|
|
829
|
+
decode(input: BinaryReader | Uint8Array, length?: number): MsgRegisterHostZone;
|
|
830
|
+
fromJSON(object: any): MsgRegisterHostZone;
|
|
831
|
+
toJSON(message: MsgRegisterHostZone): JsonSafe<MsgRegisterHostZone>;
|
|
832
|
+
fromPartial(object: Partial<MsgRegisterHostZone>): MsgRegisterHostZone;
|
|
833
|
+
fromProtoMsg(message: MsgRegisterHostZoneProtoMsg): MsgRegisterHostZone;
|
|
834
|
+
toProto(message: MsgRegisterHostZone): Uint8Array;
|
|
835
|
+
toProtoMsg(message: MsgRegisterHostZone): MsgRegisterHostZoneProtoMsg;
|
|
836
|
+
};
|
|
837
|
+
export declare const MsgRegisterHostZoneResponse: {
|
|
838
|
+
typeUrl: string;
|
|
839
|
+
encode(_: MsgRegisterHostZoneResponse, writer?: BinaryWriter): BinaryWriter;
|
|
840
|
+
decode(input: BinaryReader | Uint8Array, length?: number): MsgRegisterHostZoneResponse;
|
|
841
|
+
fromJSON(_: any): MsgRegisterHostZoneResponse;
|
|
842
|
+
toJSON(_: MsgRegisterHostZoneResponse): JsonSafe<MsgRegisterHostZoneResponse>;
|
|
843
|
+
fromPartial(_: Partial<MsgRegisterHostZoneResponse>): MsgRegisterHostZoneResponse;
|
|
844
|
+
fromProtoMsg(message: MsgRegisterHostZoneResponseProtoMsg): MsgRegisterHostZoneResponse;
|
|
845
|
+
toProto(message: MsgRegisterHostZoneResponse): Uint8Array;
|
|
846
|
+
toProtoMsg(message: MsgRegisterHostZoneResponse): MsgRegisterHostZoneResponseProtoMsg;
|
|
847
|
+
};
|
|
848
|
+
export declare const MsgClaimUndelegatedTokens: {
|
|
849
|
+
typeUrl: string;
|
|
850
|
+
encode(message: MsgClaimUndelegatedTokens, writer?: BinaryWriter): BinaryWriter;
|
|
851
|
+
decode(input: BinaryReader | Uint8Array, length?: number): MsgClaimUndelegatedTokens;
|
|
852
|
+
fromJSON(object: any): MsgClaimUndelegatedTokens;
|
|
853
|
+
toJSON(message: MsgClaimUndelegatedTokens): JsonSafe<MsgClaimUndelegatedTokens>;
|
|
854
|
+
fromPartial(object: Partial<MsgClaimUndelegatedTokens>): MsgClaimUndelegatedTokens;
|
|
855
|
+
fromProtoMsg(message: MsgClaimUndelegatedTokensProtoMsg): MsgClaimUndelegatedTokens;
|
|
856
|
+
toProto(message: MsgClaimUndelegatedTokens): Uint8Array;
|
|
857
|
+
toProtoMsg(message: MsgClaimUndelegatedTokens): MsgClaimUndelegatedTokensProtoMsg;
|
|
858
|
+
};
|
|
859
|
+
export declare const MsgClaimUndelegatedTokensResponse: {
|
|
860
|
+
typeUrl: string;
|
|
861
|
+
encode(_: MsgClaimUndelegatedTokensResponse, writer?: BinaryWriter): BinaryWriter;
|
|
862
|
+
decode(input: BinaryReader | Uint8Array, length?: number): MsgClaimUndelegatedTokensResponse;
|
|
863
|
+
fromJSON(_: any): MsgClaimUndelegatedTokensResponse;
|
|
864
|
+
toJSON(_: MsgClaimUndelegatedTokensResponse): JsonSafe<MsgClaimUndelegatedTokensResponse>;
|
|
865
|
+
fromPartial(_: Partial<MsgClaimUndelegatedTokensResponse>): MsgClaimUndelegatedTokensResponse;
|
|
866
|
+
fromProtoMsg(message: MsgClaimUndelegatedTokensResponseProtoMsg): MsgClaimUndelegatedTokensResponse;
|
|
867
|
+
toProto(message: MsgClaimUndelegatedTokensResponse): Uint8Array;
|
|
868
|
+
toProtoMsg(message: MsgClaimUndelegatedTokensResponse): MsgClaimUndelegatedTokensResponseProtoMsg;
|
|
869
|
+
};
|
|
870
|
+
export declare const MsgRebalanceValidators: {
|
|
871
|
+
typeUrl: string;
|
|
872
|
+
encode(message: MsgRebalanceValidators, writer?: BinaryWriter): BinaryWriter;
|
|
873
|
+
decode(input: BinaryReader | Uint8Array, length?: number): MsgRebalanceValidators;
|
|
874
|
+
fromJSON(object: any): MsgRebalanceValidators;
|
|
875
|
+
toJSON(message: MsgRebalanceValidators): JsonSafe<MsgRebalanceValidators>;
|
|
876
|
+
fromPartial(object: Partial<MsgRebalanceValidators>): MsgRebalanceValidators;
|
|
877
|
+
fromProtoMsg(message: MsgRebalanceValidatorsProtoMsg): MsgRebalanceValidators;
|
|
878
|
+
toProto(message: MsgRebalanceValidators): Uint8Array;
|
|
879
|
+
toProtoMsg(message: MsgRebalanceValidators): MsgRebalanceValidatorsProtoMsg;
|
|
880
|
+
};
|
|
881
|
+
export declare const MsgRebalanceValidatorsResponse: {
|
|
882
|
+
typeUrl: string;
|
|
883
|
+
encode(_: MsgRebalanceValidatorsResponse, writer?: BinaryWriter): BinaryWriter;
|
|
884
|
+
decode(input: BinaryReader | Uint8Array, length?: number): MsgRebalanceValidatorsResponse;
|
|
885
|
+
fromJSON(_: any): MsgRebalanceValidatorsResponse;
|
|
886
|
+
toJSON(_: MsgRebalanceValidatorsResponse): JsonSafe<MsgRebalanceValidatorsResponse>;
|
|
887
|
+
fromPartial(_: Partial<MsgRebalanceValidatorsResponse>): MsgRebalanceValidatorsResponse;
|
|
888
|
+
fromProtoMsg(message: MsgRebalanceValidatorsResponseProtoMsg): MsgRebalanceValidatorsResponse;
|
|
889
|
+
toProto(message: MsgRebalanceValidatorsResponse): Uint8Array;
|
|
890
|
+
toProtoMsg(message: MsgRebalanceValidatorsResponse): MsgRebalanceValidatorsResponseProtoMsg;
|
|
891
|
+
};
|
|
892
|
+
export declare const MsgAddValidators: {
|
|
893
|
+
typeUrl: string;
|
|
894
|
+
encode(message: MsgAddValidators, writer?: BinaryWriter): BinaryWriter;
|
|
895
|
+
decode(input: BinaryReader | Uint8Array, length?: number): MsgAddValidators;
|
|
896
|
+
fromJSON(object: any): MsgAddValidators;
|
|
897
|
+
toJSON(message: MsgAddValidators): JsonSafe<MsgAddValidators>;
|
|
898
|
+
fromPartial(object: Partial<MsgAddValidators>): MsgAddValidators;
|
|
899
|
+
fromProtoMsg(message: MsgAddValidatorsProtoMsg): MsgAddValidators;
|
|
900
|
+
toProto(message: MsgAddValidators): Uint8Array;
|
|
901
|
+
toProtoMsg(message: MsgAddValidators): MsgAddValidatorsProtoMsg;
|
|
902
|
+
};
|
|
903
|
+
export declare const MsgAddValidatorsResponse: {
|
|
904
|
+
typeUrl: string;
|
|
905
|
+
encode(_: MsgAddValidatorsResponse, writer?: BinaryWriter): BinaryWriter;
|
|
906
|
+
decode(input: BinaryReader | Uint8Array, length?: number): MsgAddValidatorsResponse;
|
|
907
|
+
fromJSON(_: any): MsgAddValidatorsResponse;
|
|
908
|
+
toJSON(_: MsgAddValidatorsResponse): JsonSafe<MsgAddValidatorsResponse>;
|
|
909
|
+
fromPartial(_: Partial<MsgAddValidatorsResponse>): MsgAddValidatorsResponse;
|
|
910
|
+
fromProtoMsg(message: MsgAddValidatorsResponseProtoMsg): MsgAddValidatorsResponse;
|
|
911
|
+
toProto(message: MsgAddValidatorsResponse): Uint8Array;
|
|
912
|
+
toProtoMsg(message: MsgAddValidatorsResponse): MsgAddValidatorsResponseProtoMsg;
|
|
913
|
+
};
|
|
914
|
+
export declare const ValidatorWeight: {
|
|
915
|
+
typeUrl: string;
|
|
916
|
+
encode(message: ValidatorWeight, writer?: BinaryWriter): BinaryWriter;
|
|
917
|
+
decode(input: BinaryReader | Uint8Array, length?: number): ValidatorWeight;
|
|
918
|
+
fromJSON(object: any): ValidatorWeight;
|
|
919
|
+
toJSON(message: ValidatorWeight): JsonSafe<ValidatorWeight>;
|
|
920
|
+
fromPartial(object: Partial<ValidatorWeight>): ValidatorWeight;
|
|
921
|
+
fromProtoMsg(message: ValidatorWeightProtoMsg): ValidatorWeight;
|
|
922
|
+
toProto(message: ValidatorWeight): Uint8Array;
|
|
923
|
+
toProtoMsg(message: ValidatorWeight): ValidatorWeightProtoMsg;
|
|
924
|
+
};
|
|
925
|
+
export declare const MsgChangeValidatorWeights: {
|
|
926
|
+
typeUrl: string;
|
|
927
|
+
encode(message: MsgChangeValidatorWeights, writer?: BinaryWriter): BinaryWriter;
|
|
928
|
+
decode(input: BinaryReader | Uint8Array, length?: number): MsgChangeValidatorWeights;
|
|
929
|
+
fromJSON(object: any): MsgChangeValidatorWeights;
|
|
930
|
+
toJSON(message: MsgChangeValidatorWeights): JsonSafe<MsgChangeValidatorWeights>;
|
|
931
|
+
fromPartial(object: Partial<MsgChangeValidatorWeights>): MsgChangeValidatorWeights;
|
|
932
|
+
fromProtoMsg(message: MsgChangeValidatorWeightsProtoMsg): MsgChangeValidatorWeights;
|
|
933
|
+
toProto(message: MsgChangeValidatorWeights): Uint8Array;
|
|
934
|
+
toProtoMsg(message: MsgChangeValidatorWeights): MsgChangeValidatorWeightsProtoMsg;
|
|
935
|
+
};
|
|
936
|
+
export declare const MsgChangeValidatorWeightsResponse: {
|
|
937
|
+
typeUrl: string;
|
|
938
|
+
encode(_: MsgChangeValidatorWeightsResponse, writer?: BinaryWriter): BinaryWriter;
|
|
939
|
+
decode(input: BinaryReader | Uint8Array, length?: number): MsgChangeValidatorWeightsResponse;
|
|
940
|
+
fromJSON(_: any): MsgChangeValidatorWeightsResponse;
|
|
941
|
+
toJSON(_: MsgChangeValidatorWeightsResponse): JsonSafe<MsgChangeValidatorWeightsResponse>;
|
|
942
|
+
fromPartial(_: Partial<MsgChangeValidatorWeightsResponse>): MsgChangeValidatorWeightsResponse;
|
|
943
|
+
fromProtoMsg(message: MsgChangeValidatorWeightsResponseProtoMsg): MsgChangeValidatorWeightsResponse;
|
|
944
|
+
toProto(message: MsgChangeValidatorWeightsResponse): Uint8Array;
|
|
945
|
+
toProtoMsg(message: MsgChangeValidatorWeightsResponse): MsgChangeValidatorWeightsResponseProtoMsg;
|
|
946
|
+
};
|
|
947
|
+
export declare const MsgDeleteValidator: {
|
|
948
|
+
typeUrl: string;
|
|
949
|
+
encode(message: MsgDeleteValidator, writer?: BinaryWriter): BinaryWriter;
|
|
950
|
+
decode(input: BinaryReader | Uint8Array, length?: number): MsgDeleteValidator;
|
|
951
|
+
fromJSON(object: any): MsgDeleteValidator;
|
|
952
|
+
toJSON(message: MsgDeleteValidator): JsonSafe<MsgDeleteValidator>;
|
|
953
|
+
fromPartial(object: Partial<MsgDeleteValidator>): MsgDeleteValidator;
|
|
954
|
+
fromProtoMsg(message: MsgDeleteValidatorProtoMsg): MsgDeleteValidator;
|
|
955
|
+
toProto(message: MsgDeleteValidator): Uint8Array;
|
|
956
|
+
toProtoMsg(message: MsgDeleteValidator): MsgDeleteValidatorProtoMsg;
|
|
957
|
+
};
|
|
958
|
+
export declare const MsgDeleteValidatorResponse: {
|
|
959
|
+
typeUrl: string;
|
|
960
|
+
encode(_: MsgDeleteValidatorResponse, writer?: BinaryWriter): BinaryWriter;
|
|
961
|
+
decode(input: BinaryReader | Uint8Array, length?: number): MsgDeleteValidatorResponse;
|
|
962
|
+
fromJSON(_: any): MsgDeleteValidatorResponse;
|
|
963
|
+
toJSON(_: MsgDeleteValidatorResponse): JsonSafe<MsgDeleteValidatorResponse>;
|
|
964
|
+
fromPartial(_: Partial<MsgDeleteValidatorResponse>): MsgDeleteValidatorResponse;
|
|
965
|
+
fromProtoMsg(message: MsgDeleteValidatorResponseProtoMsg): MsgDeleteValidatorResponse;
|
|
966
|
+
toProto(message: MsgDeleteValidatorResponse): Uint8Array;
|
|
967
|
+
toProtoMsg(message: MsgDeleteValidatorResponse): MsgDeleteValidatorResponseProtoMsg;
|
|
968
|
+
};
|
|
969
|
+
export declare const MsgRestoreInterchainAccount: {
|
|
970
|
+
typeUrl: string;
|
|
971
|
+
encode(message: MsgRestoreInterchainAccount, writer?: BinaryWriter): BinaryWriter;
|
|
972
|
+
decode(input: BinaryReader | Uint8Array, length?: number): MsgRestoreInterchainAccount;
|
|
973
|
+
fromJSON(object: any): MsgRestoreInterchainAccount;
|
|
974
|
+
toJSON(message: MsgRestoreInterchainAccount): JsonSafe<MsgRestoreInterchainAccount>;
|
|
975
|
+
fromPartial(object: Partial<MsgRestoreInterchainAccount>): MsgRestoreInterchainAccount;
|
|
976
|
+
fromProtoMsg(message: MsgRestoreInterchainAccountProtoMsg): MsgRestoreInterchainAccount;
|
|
977
|
+
toProto(message: MsgRestoreInterchainAccount): Uint8Array;
|
|
978
|
+
toProtoMsg(message: MsgRestoreInterchainAccount): MsgRestoreInterchainAccountProtoMsg;
|
|
979
|
+
};
|
|
980
|
+
export declare const MsgRestoreInterchainAccountResponse: {
|
|
981
|
+
typeUrl: string;
|
|
982
|
+
encode(_: MsgRestoreInterchainAccountResponse, writer?: BinaryWriter): BinaryWriter;
|
|
983
|
+
decode(input: BinaryReader | Uint8Array, length?: number): MsgRestoreInterchainAccountResponse;
|
|
984
|
+
fromJSON(_: any): MsgRestoreInterchainAccountResponse;
|
|
985
|
+
toJSON(_: MsgRestoreInterchainAccountResponse): JsonSafe<MsgRestoreInterchainAccountResponse>;
|
|
986
|
+
fromPartial(_: Partial<MsgRestoreInterchainAccountResponse>): MsgRestoreInterchainAccountResponse;
|
|
987
|
+
fromProtoMsg(message: MsgRestoreInterchainAccountResponseProtoMsg): MsgRestoreInterchainAccountResponse;
|
|
988
|
+
toProto(message: MsgRestoreInterchainAccountResponse): Uint8Array;
|
|
989
|
+
toProtoMsg(message: MsgRestoreInterchainAccountResponse): MsgRestoreInterchainAccountResponseProtoMsg;
|
|
990
|
+
};
|
|
991
|
+
export declare const MsgCloseDelegationChannel: {
|
|
992
|
+
typeUrl: string;
|
|
993
|
+
encode(message: MsgCloseDelegationChannel, writer?: BinaryWriter): BinaryWriter;
|
|
994
|
+
decode(input: BinaryReader | Uint8Array, length?: number): MsgCloseDelegationChannel;
|
|
995
|
+
fromJSON(object: any): MsgCloseDelegationChannel;
|
|
996
|
+
toJSON(message: MsgCloseDelegationChannel): JsonSafe<MsgCloseDelegationChannel>;
|
|
997
|
+
fromPartial(object: Partial<MsgCloseDelegationChannel>): MsgCloseDelegationChannel;
|
|
998
|
+
fromProtoMsg(message: MsgCloseDelegationChannelProtoMsg): MsgCloseDelegationChannel;
|
|
999
|
+
toProto(message: MsgCloseDelegationChannel): Uint8Array;
|
|
1000
|
+
toProtoMsg(message: MsgCloseDelegationChannel): MsgCloseDelegationChannelProtoMsg;
|
|
1001
|
+
};
|
|
1002
|
+
export declare const MsgCloseDelegationChannelResponse: {
|
|
1003
|
+
typeUrl: string;
|
|
1004
|
+
encode(_: MsgCloseDelegationChannelResponse, writer?: BinaryWriter): BinaryWriter;
|
|
1005
|
+
decode(input: BinaryReader | Uint8Array, length?: number): MsgCloseDelegationChannelResponse;
|
|
1006
|
+
fromJSON(_: any): MsgCloseDelegationChannelResponse;
|
|
1007
|
+
toJSON(_: MsgCloseDelegationChannelResponse): JsonSafe<MsgCloseDelegationChannelResponse>;
|
|
1008
|
+
fromPartial(_: Partial<MsgCloseDelegationChannelResponse>): MsgCloseDelegationChannelResponse;
|
|
1009
|
+
fromProtoMsg(message: MsgCloseDelegationChannelResponseProtoMsg): MsgCloseDelegationChannelResponse;
|
|
1010
|
+
toProto(message: MsgCloseDelegationChannelResponse): Uint8Array;
|
|
1011
|
+
toProtoMsg(message: MsgCloseDelegationChannelResponse): MsgCloseDelegationChannelResponseProtoMsg;
|
|
1012
|
+
};
|
|
1013
|
+
export declare const MsgUpdateValidatorSharesExchRate: {
|
|
1014
|
+
typeUrl: string;
|
|
1015
|
+
encode(message: MsgUpdateValidatorSharesExchRate, writer?: BinaryWriter): BinaryWriter;
|
|
1016
|
+
decode(input: BinaryReader | Uint8Array, length?: number): MsgUpdateValidatorSharesExchRate;
|
|
1017
|
+
fromJSON(object: any): MsgUpdateValidatorSharesExchRate;
|
|
1018
|
+
toJSON(message: MsgUpdateValidatorSharesExchRate): JsonSafe<MsgUpdateValidatorSharesExchRate>;
|
|
1019
|
+
fromPartial(object: Partial<MsgUpdateValidatorSharesExchRate>): MsgUpdateValidatorSharesExchRate;
|
|
1020
|
+
fromProtoMsg(message: MsgUpdateValidatorSharesExchRateProtoMsg): MsgUpdateValidatorSharesExchRate;
|
|
1021
|
+
toProto(message: MsgUpdateValidatorSharesExchRate): Uint8Array;
|
|
1022
|
+
toProtoMsg(message: MsgUpdateValidatorSharesExchRate): MsgUpdateValidatorSharesExchRateProtoMsg;
|
|
1023
|
+
};
|
|
1024
|
+
export declare const MsgUpdateValidatorSharesExchRateResponse: {
|
|
1025
|
+
typeUrl: string;
|
|
1026
|
+
encode(_: MsgUpdateValidatorSharesExchRateResponse, writer?: BinaryWriter): BinaryWriter;
|
|
1027
|
+
decode(input: BinaryReader | Uint8Array, length?: number): MsgUpdateValidatorSharesExchRateResponse;
|
|
1028
|
+
fromJSON(_: any): MsgUpdateValidatorSharesExchRateResponse;
|
|
1029
|
+
toJSON(_: MsgUpdateValidatorSharesExchRateResponse): JsonSafe<MsgUpdateValidatorSharesExchRateResponse>;
|
|
1030
|
+
fromPartial(_: Partial<MsgUpdateValidatorSharesExchRateResponse>): MsgUpdateValidatorSharesExchRateResponse;
|
|
1031
|
+
fromProtoMsg(message: MsgUpdateValidatorSharesExchRateResponseProtoMsg): MsgUpdateValidatorSharesExchRateResponse;
|
|
1032
|
+
toProto(message: MsgUpdateValidatorSharesExchRateResponse): Uint8Array;
|
|
1033
|
+
toProtoMsg(message: MsgUpdateValidatorSharesExchRateResponse): MsgUpdateValidatorSharesExchRateResponseProtoMsg;
|
|
1034
|
+
};
|
|
1035
|
+
export declare const MsgCalibrateDelegation: {
|
|
1036
|
+
typeUrl: string;
|
|
1037
|
+
encode(message: MsgCalibrateDelegation, writer?: BinaryWriter): BinaryWriter;
|
|
1038
|
+
decode(input: BinaryReader | Uint8Array, length?: number): MsgCalibrateDelegation;
|
|
1039
|
+
fromJSON(object: any): MsgCalibrateDelegation;
|
|
1040
|
+
toJSON(message: MsgCalibrateDelegation): JsonSafe<MsgCalibrateDelegation>;
|
|
1041
|
+
fromPartial(object: Partial<MsgCalibrateDelegation>): MsgCalibrateDelegation;
|
|
1042
|
+
fromProtoMsg(message: MsgCalibrateDelegationProtoMsg): MsgCalibrateDelegation;
|
|
1043
|
+
toProto(message: MsgCalibrateDelegation): Uint8Array;
|
|
1044
|
+
toProtoMsg(message: MsgCalibrateDelegation): MsgCalibrateDelegationProtoMsg;
|
|
1045
|
+
};
|
|
1046
|
+
export declare const MsgCalibrateDelegationResponse: {
|
|
1047
|
+
typeUrl: string;
|
|
1048
|
+
encode(_: MsgCalibrateDelegationResponse, writer?: BinaryWriter): BinaryWriter;
|
|
1049
|
+
decode(input: BinaryReader | Uint8Array, length?: number): MsgCalibrateDelegationResponse;
|
|
1050
|
+
fromJSON(_: any): MsgCalibrateDelegationResponse;
|
|
1051
|
+
toJSON(_: MsgCalibrateDelegationResponse): JsonSafe<MsgCalibrateDelegationResponse>;
|
|
1052
|
+
fromPartial(_: Partial<MsgCalibrateDelegationResponse>): MsgCalibrateDelegationResponse;
|
|
1053
|
+
fromProtoMsg(message: MsgCalibrateDelegationResponseProtoMsg): MsgCalibrateDelegationResponse;
|
|
1054
|
+
toProto(message: MsgCalibrateDelegationResponse): Uint8Array;
|
|
1055
|
+
toProtoMsg(message: MsgCalibrateDelegationResponse): MsgCalibrateDelegationResponseProtoMsg;
|
|
1056
|
+
};
|
|
1057
|
+
export declare const MsgResumeHostZone: {
|
|
1058
|
+
typeUrl: string;
|
|
1059
|
+
encode(message: MsgResumeHostZone, writer?: BinaryWriter): BinaryWriter;
|
|
1060
|
+
decode(input: BinaryReader | Uint8Array, length?: number): MsgResumeHostZone;
|
|
1061
|
+
fromJSON(object: any): MsgResumeHostZone;
|
|
1062
|
+
toJSON(message: MsgResumeHostZone): JsonSafe<MsgResumeHostZone>;
|
|
1063
|
+
fromPartial(object: Partial<MsgResumeHostZone>): MsgResumeHostZone;
|
|
1064
|
+
fromProtoMsg(message: MsgResumeHostZoneProtoMsg): MsgResumeHostZone;
|
|
1065
|
+
toProto(message: MsgResumeHostZone): Uint8Array;
|
|
1066
|
+
toProtoMsg(message: MsgResumeHostZone): MsgResumeHostZoneProtoMsg;
|
|
1067
|
+
};
|
|
1068
|
+
export declare const MsgResumeHostZoneResponse: {
|
|
1069
|
+
typeUrl: string;
|
|
1070
|
+
encode(_: MsgResumeHostZoneResponse, writer?: BinaryWriter): BinaryWriter;
|
|
1071
|
+
decode(input: BinaryReader | Uint8Array, length?: number): MsgResumeHostZoneResponse;
|
|
1072
|
+
fromJSON(_: any): MsgResumeHostZoneResponse;
|
|
1073
|
+
toJSON(_: MsgResumeHostZoneResponse): JsonSafe<MsgResumeHostZoneResponse>;
|
|
1074
|
+
fromPartial(_: Partial<MsgResumeHostZoneResponse>): MsgResumeHostZoneResponse;
|
|
1075
|
+
fromProtoMsg(message: MsgResumeHostZoneResponseProtoMsg): MsgResumeHostZoneResponse;
|
|
1076
|
+
toProto(message: MsgResumeHostZoneResponse): Uint8Array;
|
|
1077
|
+
toProtoMsg(message: MsgResumeHostZoneResponse): MsgResumeHostZoneResponseProtoMsg;
|
|
1078
|
+
};
|
|
1079
|
+
export declare const MsgCreateTradeRoute: {
|
|
1080
|
+
typeUrl: string;
|
|
1081
|
+
encode(message: MsgCreateTradeRoute, writer?: BinaryWriter): BinaryWriter;
|
|
1082
|
+
decode(input: BinaryReader | Uint8Array, length?: number): MsgCreateTradeRoute;
|
|
1083
|
+
fromJSON(object: any): MsgCreateTradeRoute;
|
|
1084
|
+
toJSON(message: MsgCreateTradeRoute): JsonSafe<MsgCreateTradeRoute>;
|
|
1085
|
+
fromPartial(object: Partial<MsgCreateTradeRoute>): MsgCreateTradeRoute;
|
|
1086
|
+
fromProtoMsg(message: MsgCreateTradeRouteProtoMsg): MsgCreateTradeRoute;
|
|
1087
|
+
toProto(message: MsgCreateTradeRoute): Uint8Array;
|
|
1088
|
+
toProtoMsg(message: MsgCreateTradeRoute): MsgCreateTradeRouteProtoMsg;
|
|
1089
|
+
};
|
|
1090
|
+
export declare const MsgCreateTradeRouteResponse: {
|
|
1091
|
+
typeUrl: string;
|
|
1092
|
+
encode(_: MsgCreateTradeRouteResponse, writer?: BinaryWriter): BinaryWriter;
|
|
1093
|
+
decode(input: BinaryReader | Uint8Array, length?: number): MsgCreateTradeRouteResponse;
|
|
1094
|
+
fromJSON(_: any): MsgCreateTradeRouteResponse;
|
|
1095
|
+
toJSON(_: MsgCreateTradeRouteResponse): JsonSafe<MsgCreateTradeRouteResponse>;
|
|
1096
|
+
fromPartial(_: Partial<MsgCreateTradeRouteResponse>): MsgCreateTradeRouteResponse;
|
|
1097
|
+
fromProtoMsg(message: MsgCreateTradeRouteResponseProtoMsg): MsgCreateTradeRouteResponse;
|
|
1098
|
+
toProto(message: MsgCreateTradeRouteResponse): Uint8Array;
|
|
1099
|
+
toProtoMsg(message: MsgCreateTradeRouteResponse): MsgCreateTradeRouteResponseProtoMsg;
|
|
1100
|
+
};
|
|
1101
|
+
export declare const MsgDeleteTradeRoute: {
|
|
1102
|
+
typeUrl: string;
|
|
1103
|
+
encode(message: MsgDeleteTradeRoute, writer?: BinaryWriter): BinaryWriter;
|
|
1104
|
+
decode(input: BinaryReader | Uint8Array, length?: number): MsgDeleteTradeRoute;
|
|
1105
|
+
fromJSON(object: any): MsgDeleteTradeRoute;
|
|
1106
|
+
toJSON(message: MsgDeleteTradeRoute): JsonSafe<MsgDeleteTradeRoute>;
|
|
1107
|
+
fromPartial(object: Partial<MsgDeleteTradeRoute>): MsgDeleteTradeRoute;
|
|
1108
|
+
fromProtoMsg(message: MsgDeleteTradeRouteProtoMsg): MsgDeleteTradeRoute;
|
|
1109
|
+
toProto(message: MsgDeleteTradeRoute): Uint8Array;
|
|
1110
|
+
toProtoMsg(message: MsgDeleteTradeRoute): MsgDeleteTradeRouteProtoMsg;
|
|
1111
|
+
};
|
|
1112
|
+
export declare const MsgDeleteTradeRouteResponse: {
|
|
1113
|
+
typeUrl: string;
|
|
1114
|
+
encode(_: MsgDeleteTradeRouteResponse, writer?: BinaryWriter): BinaryWriter;
|
|
1115
|
+
decode(input: BinaryReader | Uint8Array, length?: number): MsgDeleteTradeRouteResponse;
|
|
1116
|
+
fromJSON(_: any): MsgDeleteTradeRouteResponse;
|
|
1117
|
+
toJSON(_: MsgDeleteTradeRouteResponse): JsonSafe<MsgDeleteTradeRouteResponse>;
|
|
1118
|
+
fromPartial(_: Partial<MsgDeleteTradeRouteResponse>): MsgDeleteTradeRouteResponse;
|
|
1119
|
+
fromProtoMsg(message: MsgDeleteTradeRouteResponseProtoMsg): MsgDeleteTradeRouteResponse;
|
|
1120
|
+
toProto(message: MsgDeleteTradeRouteResponse): Uint8Array;
|
|
1121
|
+
toProtoMsg(message: MsgDeleteTradeRouteResponse): MsgDeleteTradeRouteResponseProtoMsg;
|
|
1122
|
+
};
|
|
1123
|
+
export declare const MsgUpdateTradeRoute: {
|
|
1124
|
+
typeUrl: string;
|
|
1125
|
+
encode(message: MsgUpdateTradeRoute, writer?: BinaryWriter): BinaryWriter;
|
|
1126
|
+
decode(input: BinaryReader | Uint8Array, length?: number): MsgUpdateTradeRoute;
|
|
1127
|
+
fromJSON(object: any): MsgUpdateTradeRoute;
|
|
1128
|
+
toJSON(message: MsgUpdateTradeRoute): JsonSafe<MsgUpdateTradeRoute>;
|
|
1129
|
+
fromPartial(object: Partial<MsgUpdateTradeRoute>): MsgUpdateTradeRoute;
|
|
1130
|
+
fromProtoMsg(message: MsgUpdateTradeRouteProtoMsg): MsgUpdateTradeRoute;
|
|
1131
|
+
toProto(message: MsgUpdateTradeRoute): Uint8Array;
|
|
1132
|
+
toProtoMsg(message: MsgUpdateTradeRoute): MsgUpdateTradeRouteProtoMsg;
|
|
1133
|
+
};
|
|
1134
|
+
export declare const MsgUpdateTradeRouteResponse: {
|
|
1135
|
+
typeUrl: string;
|
|
1136
|
+
encode(_: MsgUpdateTradeRouteResponse, writer?: BinaryWriter): BinaryWriter;
|
|
1137
|
+
decode(input: BinaryReader | Uint8Array, length?: number): MsgUpdateTradeRouteResponse;
|
|
1138
|
+
fromJSON(_: any): MsgUpdateTradeRouteResponse;
|
|
1139
|
+
toJSON(_: MsgUpdateTradeRouteResponse): JsonSafe<MsgUpdateTradeRouteResponse>;
|
|
1140
|
+
fromPartial(_: Partial<MsgUpdateTradeRouteResponse>): MsgUpdateTradeRouteResponse;
|
|
1141
|
+
fromProtoMsg(message: MsgUpdateTradeRouteResponseProtoMsg): MsgUpdateTradeRouteResponse;
|
|
1142
|
+
toProto(message: MsgUpdateTradeRouteResponse): Uint8Array;
|
|
1143
|
+
toProtoMsg(message: MsgUpdateTradeRouteResponse): MsgUpdateTradeRouteResponseProtoMsg;
|
|
1144
|
+
};
|
|
1145
|
+
export declare const MsgSetCommunityPoolRebate: {
|
|
1146
|
+
typeUrl: string;
|
|
1147
|
+
encode(message: MsgSetCommunityPoolRebate, writer?: BinaryWriter): BinaryWriter;
|
|
1148
|
+
decode(input: BinaryReader | Uint8Array, length?: number): MsgSetCommunityPoolRebate;
|
|
1149
|
+
fromJSON(object: any): MsgSetCommunityPoolRebate;
|
|
1150
|
+
toJSON(message: MsgSetCommunityPoolRebate): JsonSafe<MsgSetCommunityPoolRebate>;
|
|
1151
|
+
fromPartial(object: Partial<MsgSetCommunityPoolRebate>): MsgSetCommunityPoolRebate;
|
|
1152
|
+
fromProtoMsg(message: MsgSetCommunityPoolRebateProtoMsg): MsgSetCommunityPoolRebate;
|
|
1153
|
+
toProto(message: MsgSetCommunityPoolRebate): Uint8Array;
|
|
1154
|
+
toProtoMsg(message: MsgSetCommunityPoolRebate): MsgSetCommunityPoolRebateProtoMsg;
|
|
1155
|
+
};
|
|
1156
|
+
export declare const MsgSetCommunityPoolRebateResponse: {
|
|
1157
|
+
typeUrl: string;
|
|
1158
|
+
encode(_: MsgSetCommunityPoolRebateResponse, writer?: BinaryWriter): BinaryWriter;
|
|
1159
|
+
decode(input: BinaryReader | Uint8Array, length?: number): MsgSetCommunityPoolRebateResponse;
|
|
1160
|
+
fromJSON(_: any): MsgSetCommunityPoolRebateResponse;
|
|
1161
|
+
toJSON(_: MsgSetCommunityPoolRebateResponse): JsonSafe<MsgSetCommunityPoolRebateResponse>;
|
|
1162
|
+
fromPartial(_: Partial<MsgSetCommunityPoolRebateResponse>): MsgSetCommunityPoolRebateResponse;
|
|
1163
|
+
fromProtoMsg(message: MsgSetCommunityPoolRebateResponseProtoMsg): MsgSetCommunityPoolRebateResponse;
|
|
1164
|
+
toProto(message: MsgSetCommunityPoolRebateResponse): Uint8Array;
|
|
1165
|
+
toProtoMsg(message: MsgSetCommunityPoolRebateResponse): MsgSetCommunityPoolRebateResponseProtoMsg;
|
|
1166
|
+
};
|
|
1167
|
+
export declare const MsgToggleTradeController: {
|
|
1168
|
+
typeUrl: string;
|
|
1169
|
+
encode(message: MsgToggleTradeController, writer?: BinaryWriter): BinaryWriter;
|
|
1170
|
+
decode(input: BinaryReader | Uint8Array, length?: number): MsgToggleTradeController;
|
|
1171
|
+
fromJSON(object: any): MsgToggleTradeController;
|
|
1172
|
+
toJSON(message: MsgToggleTradeController): JsonSafe<MsgToggleTradeController>;
|
|
1173
|
+
fromPartial(object: Partial<MsgToggleTradeController>): MsgToggleTradeController;
|
|
1174
|
+
fromProtoMsg(message: MsgToggleTradeControllerProtoMsg): MsgToggleTradeController;
|
|
1175
|
+
toProto(message: MsgToggleTradeController): Uint8Array;
|
|
1176
|
+
toProtoMsg(message: MsgToggleTradeController): MsgToggleTradeControllerProtoMsg;
|
|
1177
|
+
};
|
|
1178
|
+
export declare const MsgToggleTradeControllerResponse: {
|
|
1179
|
+
typeUrl: string;
|
|
1180
|
+
encode(_: MsgToggleTradeControllerResponse, writer?: BinaryWriter): BinaryWriter;
|
|
1181
|
+
decode(input: BinaryReader | Uint8Array, length?: number): MsgToggleTradeControllerResponse;
|
|
1182
|
+
fromJSON(_: any): MsgToggleTradeControllerResponse;
|
|
1183
|
+
toJSON(_: MsgToggleTradeControllerResponse): JsonSafe<MsgToggleTradeControllerResponse>;
|
|
1184
|
+
fromPartial(_: Partial<MsgToggleTradeControllerResponse>): MsgToggleTradeControllerResponse;
|
|
1185
|
+
fromProtoMsg(message: MsgToggleTradeControllerResponseProtoMsg): MsgToggleTradeControllerResponse;
|
|
1186
|
+
toProto(message: MsgToggleTradeControllerResponse): Uint8Array;
|
|
1187
|
+
toProtoMsg(message: MsgToggleTradeControllerResponse): MsgToggleTradeControllerResponseProtoMsg;
|
|
1188
|
+
};
|
|
1189
|
+
export declare const MsgUpdateHostZoneParams: {
|
|
1190
|
+
typeUrl: string;
|
|
1191
|
+
encode(message: MsgUpdateHostZoneParams, writer?: BinaryWriter): BinaryWriter;
|
|
1192
|
+
decode(input: BinaryReader | Uint8Array, length?: number): MsgUpdateHostZoneParams;
|
|
1193
|
+
fromJSON(object: any): MsgUpdateHostZoneParams;
|
|
1194
|
+
toJSON(message: MsgUpdateHostZoneParams): JsonSafe<MsgUpdateHostZoneParams>;
|
|
1195
|
+
fromPartial(object: Partial<MsgUpdateHostZoneParams>): MsgUpdateHostZoneParams;
|
|
1196
|
+
fromProtoMsg(message: MsgUpdateHostZoneParamsProtoMsg): MsgUpdateHostZoneParams;
|
|
1197
|
+
toProto(message: MsgUpdateHostZoneParams): Uint8Array;
|
|
1198
|
+
toProtoMsg(message: MsgUpdateHostZoneParams): MsgUpdateHostZoneParamsProtoMsg;
|
|
1199
|
+
};
|
|
1200
|
+
export declare const MsgUpdateHostZoneParamsResponse: {
|
|
1201
|
+
typeUrl: string;
|
|
1202
|
+
encode(_: MsgUpdateHostZoneParamsResponse, writer?: BinaryWriter): BinaryWriter;
|
|
1203
|
+
decode(input: BinaryReader | Uint8Array, length?: number): MsgUpdateHostZoneParamsResponse;
|
|
1204
|
+
fromJSON(_: any): MsgUpdateHostZoneParamsResponse;
|
|
1205
|
+
toJSON(_: MsgUpdateHostZoneParamsResponse): JsonSafe<MsgUpdateHostZoneParamsResponse>;
|
|
1206
|
+
fromPartial(_: Partial<MsgUpdateHostZoneParamsResponse>): MsgUpdateHostZoneParamsResponse;
|
|
1207
|
+
fromProtoMsg(message: MsgUpdateHostZoneParamsResponseProtoMsg): MsgUpdateHostZoneParamsResponse;
|
|
1208
|
+
toProto(message: MsgUpdateHostZoneParamsResponse): Uint8Array;
|
|
1209
|
+
toProtoMsg(message: MsgUpdateHostZoneParamsResponse): MsgUpdateHostZoneParamsResponseProtoMsg;
|
|
1210
|
+
};
|