@initia/initia.js 0.2.28 → 0.2.29
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/client/rest/api/MarketmapAPI.d.ts +1 -0
- package/dist/core/marketmap/msgs/MsgRemoveMarkets.d.ts +32 -0
- package/dist/core/marketmap/msgs/index.d.ts +6 -4
- package/dist/core/tokenfactory/msgs/MsgBurn.d.ts +1 -4
- package/dist/core/tokenfactory/msgs/index.d.ts +4 -6
- package/dist/index.cjs.js +2 -2
- package/dist/index.es.js +696 -715
- package/package.json +2 -2
- package/dist/core/tokenfactory/msgs/MsgForceTransfer.d.ts +0 -39
package/dist/index.es.js
CHANGED
|
@@ -87,24 +87,24 @@ import { Counterparty as ef, Version as rf, stateFromJSON as tl, stateToJSON as
|
|
|
87
87
|
import { State as nw, stateFromJSON as aw, stateToJSON as iw } from "@initia/initia.proto/ibc/core/connection/v1/connection";
|
|
88
88
|
import { MsgConnectionOpenInit as zm, MsgConnectionOpenTry as qm, MsgConnectionOpenConfirm as Vm, MsgConnectionOpenAck as Km, MsgUpdateParams as Wm } from "@initia/initia.proto/ibc/core/connection/v1/tx";
|
|
89
89
|
import { MsgRegisterAccount as jm, MsgSubmitTx as Gm } from "@initia/initia.proto/initia/intertx/v1/tx";
|
|
90
|
-
import { MsgCreateMarkets as Jm, MsgUpdateMarkets as Zm, MsgUpsertMarkets as Ym,
|
|
91
|
-
import { MsgAddCurrencyPairs as
|
|
90
|
+
import { MsgCreateMarkets as Jm, MsgUpdateMarkets as Zm, MsgUpsertMarkets as Ym, MsgRemoveMarkets as Xm, MsgRemoveMarketAuthorities as Qm, MsgParams as tu } from "@initia/initia.proto/connect/marketmap/v2/tx";
|
|
91
|
+
import { MsgAddCurrencyPairs as eu, MsgRemoveCurrencyPairs as ru } from "@initia/initia.proto/connect/oracle/v2/tx";
|
|
92
92
|
import { CurrencyPair as nf } from "@initia/initia.proto/connect/types/v2/currency_pair";
|
|
93
93
|
import { QuotePrice as af } from "@initia/initia.proto/connect/oracle/v2/genesis";
|
|
94
94
|
import { ProviderConfig as cf, Ticker as mf, Market as uf } from "@initia/initia.proto/connect/marketmap/v2/market";
|
|
95
95
|
import { Params as df } from "@initia/initia.proto/connect/marketmap/v2/params";
|
|
96
|
-
import { MsgPublish as
|
|
97
|
-
import { MsgDelegate as
|
|
96
|
+
import { MsgPublish as ou, MsgExecute as su, MsgExecuteJSON as nu, MsgScript as au, MsgScriptJSON as iu, MsgUpdateParams as cu, MsgWhitelist as mu, MsgDelist as uu, MsgGovExecute as du, MsgGovExecuteJSON as lu, MsgGovPublish as pu, MsgGovScript as hu, MsgGovScriptJSON as fu } from "@initia/initia.proto/initia/move/v1/tx";
|
|
97
|
+
import { MsgDelegate as gu, MsgUndelegate as yu, MsgBeginRedelegate as _u, MsgCreateValidator as vu, MsgEditValidator as wu, MsgCancelUnbondingDelegation as Pu, MsgUpdateParams as bu } from "@initia/initia.proto/initia/mstaking/v1/tx";
|
|
98
98
|
import { BondStatus as lf, Validator as pf, Description as hf, CommissionRates as ff, Commission as gf, Params as yf, DelegationResponse as _f, Delegation as vf, RedelegationResponse as wf, Redelegation as Pf, RedelegationEntryResponse as bf, RedelegationEntry as Af, UnbondingDelegation as Df, UnbondingDelegationEntry as kf } from "@initia/initia.proto/initia/mstaking/v1/staking";
|
|
99
|
-
import { MsgAddValidator as
|
|
99
|
+
import { MsgAddValidator as Au, MsgRemoveValidator as Du, MsgFinalizeTokenDeposit as ku, MsgInitiateTokenWithdrawal as xu, MsgExecuteMessages as Mu, MsgSpendFeePool as Iu, MsgSetBridgeInfo as Su, MsgUpdateOracle as Bu, MsgUpdateParams as Eu } from "@initia/opinit.proto/opinit/opchild/v1/tx";
|
|
100
100
|
import { BridgeInfo as xf, Params as Mf, Validator as If } from "@initia/opinit.proto/opinit/opchild/v1/types";
|
|
101
|
-
import { MsgRecordBatch as
|
|
101
|
+
import { MsgRecordBatch as Uu, MsgCreateBridge as Cu, MsgProposeOutput as $u, MsgDeleteOutput as Nu, MsgInitiateTokenDeposit as Ou, MsgFinalizeTokenWithdrawal as Fu, MsgUpdateProposer as Tu, MsgUpdateChallenger as Ru, MsgUpdateBatchInfo as Lu, MsgUpdateOracleConfig as Hu, MsgUpdateMetadata as zu, MsgUpdateParams as qu } from "@initia/opinit.proto/opinit/ophost/v1/tx";
|
|
102
102
|
import { batchInfo_ChainTypeFromJSON as rl, batchInfo_ChainTypeToJSON as ol, BatchInfo as Sf, BridgeConfig as Bf, Params as Ef, Output as Uf, BatchInfoWithOutput as Cf } from "@initia/opinit.proto/opinit/ophost/v1/types";
|
|
103
103
|
import { Params as $f } from "@initia/initia.proto/initia/reward/v1/types";
|
|
104
|
-
import { MsgUpdateParams as
|
|
105
|
-
import { MsgUnjail as
|
|
104
|
+
import { MsgUpdateParams as Vu } from "@initia/initia.proto/initia/reward/v1/tx";
|
|
105
|
+
import { MsgUnjail as Ku, MsgUpdateParams as Wu } from "@initia/initia.proto/cosmos/slashing/v1beta1/tx";
|
|
106
106
|
import { Params as Nf, ValidatorSigningInfo as Of } from "@initia/initia.proto/cosmos/slashing/v1beta1/slashing";
|
|
107
|
-
import { MsgCreateDenom as
|
|
107
|
+
import { MsgCreateDenom as ju, MsgMint as Gu, MsgBurn as Ju, MsgChangeAdmin as Zu, MsgSetDenomMetadata as Yu, MsgSetBeforeSendHook as Xu, MsgUpdateParams as Qu } from "@initia/initia.proto/miniwasm/tokenfactory/v1/tx";
|
|
108
108
|
import { Params as Ff } from "@initia/initia.proto/miniwasm/tokenfactory/v1/params";
|
|
109
109
|
import { ABCIMessageLog as Tf } from "@initia/initia.proto/cosmos/base/abci/v1beta1/abci";
|
|
110
110
|
import { bcs as Ht } from "@mysten/bcs";
|
|
@@ -16425,7 +16425,7 @@ class ho extends m {
|
|
|
16425
16425
|
}
|
|
16426
16426
|
toProto() {
|
|
16427
16427
|
const { authority: t, currency_pairs: e } = this;
|
|
16428
|
-
return
|
|
16428
|
+
return eu.fromPartial({
|
|
16429
16429
|
authority: t,
|
|
16430
16430
|
currencyPairs: e.map((r) => r.toProto())
|
|
16431
16431
|
});
|
|
@@ -16433,12 +16433,12 @@ class ho extends m {
|
|
|
16433
16433
|
packAny() {
|
|
16434
16434
|
return f.fromPartial({
|
|
16435
16435
|
typeUrl: "/connect.oracle.v2.MsgAddCurrencyPairs",
|
|
16436
|
-
value:
|
|
16436
|
+
value: eu.encode(this.toProto()).finish()
|
|
16437
16437
|
});
|
|
16438
16438
|
}
|
|
16439
16439
|
static unpackAny(t) {
|
|
16440
16440
|
return ho.fromProto(
|
|
16441
|
-
|
|
16441
|
+
eu.decode(t.value)
|
|
16442
16442
|
);
|
|
16443
16443
|
}
|
|
16444
16444
|
}
|
|
@@ -16483,7 +16483,7 @@ class fo extends m {
|
|
|
16483
16483
|
}
|
|
16484
16484
|
toProto() {
|
|
16485
16485
|
const { authority: t, currency_pair_ids: e } = this;
|
|
16486
|
-
return
|
|
16486
|
+
return ru.fromPartial({
|
|
16487
16487
|
authority: t,
|
|
16488
16488
|
currencyPairIds: e
|
|
16489
16489
|
});
|
|
@@ -16491,12 +16491,12 @@ class fo extends m {
|
|
|
16491
16491
|
packAny() {
|
|
16492
16492
|
return f.fromPartial({
|
|
16493
16493
|
typeUrl: "/connect.oracle.v2.MsgRemoveCurrencyPairs",
|
|
16494
|
-
value:
|
|
16494
|
+
value: ru.encode(this.toProto()).finish()
|
|
16495
16495
|
});
|
|
16496
16496
|
}
|
|
16497
16497
|
static unpackAny(t) {
|
|
16498
16498
|
return fo.fromProto(
|
|
16499
|
-
|
|
16499
|
+
ru.decode(t.value)
|
|
16500
16500
|
);
|
|
16501
16501
|
}
|
|
16502
16502
|
}
|
|
@@ -16729,7 +16729,7 @@ class hn extends m {
|
|
|
16729
16729
|
});
|
|
16730
16730
|
}
|
|
16731
16731
|
}
|
|
16732
|
-
class
|
|
16732
|
+
class ft extends m {
|
|
16733
16733
|
/**
|
|
16734
16734
|
* @param ticker the price feed for a given asset pair
|
|
16735
16735
|
* @param provider_configs the list of provider-specific configs for this Market
|
|
@@ -16739,7 +16739,7 @@ class gt extends m {
|
|
|
16739
16739
|
}
|
|
16740
16740
|
static fromAmino(t) {
|
|
16741
16741
|
const { ticker: e, provider_configs: r } = t;
|
|
16742
|
-
return new
|
|
16742
|
+
return new ft(
|
|
16743
16743
|
hn.fromAmino(e),
|
|
16744
16744
|
r.map(pn.fromAmino)
|
|
16745
16745
|
);
|
|
@@ -16753,7 +16753,7 @@ class gt extends m {
|
|
|
16753
16753
|
}
|
|
16754
16754
|
static fromData(t) {
|
|
16755
16755
|
const { ticker: e, provider_configs: r } = t;
|
|
16756
|
-
return new
|
|
16756
|
+
return new ft(
|
|
16757
16757
|
hn.fromData(e),
|
|
16758
16758
|
r.map(pn.fromData)
|
|
16759
16759
|
);
|
|
@@ -16766,7 +16766,7 @@ class gt extends m {
|
|
|
16766
16766
|
};
|
|
16767
16767
|
}
|
|
16768
16768
|
static fromProto(t) {
|
|
16769
|
-
return new
|
|
16769
|
+
return new ft(
|
|
16770
16770
|
hn.fromProto(t.ticker),
|
|
16771
16771
|
t.providerConfigs.map(pn.fromProto)
|
|
16772
16772
|
);
|
|
@@ -16791,7 +16791,7 @@ class go extends m {
|
|
|
16791
16791
|
const {
|
|
16792
16792
|
value: { authority: e, create_markets: r }
|
|
16793
16793
|
} = t;
|
|
16794
|
-
return new go(e, r.map(
|
|
16794
|
+
return new go(e, r.map(ft.fromAmino));
|
|
16795
16795
|
}
|
|
16796
16796
|
toAmino() {
|
|
16797
16797
|
const { authority: t, create_markets: e } = this;
|
|
@@ -16805,7 +16805,7 @@ class go extends m {
|
|
|
16805
16805
|
}
|
|
16806
16806
|
static fromData(t) {
|
|
16807
16807
|
const { authority: e, create_markets: r } = t;
|
|
16808
|
-
return new go(e, r.map(
|
|
16808
|
+
return new go(e, r.map(ft.fromData));
|
|
16809
16809
|
}
|
|
16810
16810
|
toData() {
|
|
16811
16811
|
const { authority: t, create_markets: e } = this;
|
|
@@ -16818,7 +16818,7 @@ class go extends m {
|
|
|
16818
16818
|
static fromProto(t) {
|
|
16819
16819
|
return new go(
|
|
16820
16820
|
t.authority,
|
|
16821
|
-
t.createMarkets.map(
|
|
16821
|
+
t.createMarkets.map(ft.fromProto)
|
|
16822
16822
|
);
|
|
16823
16823
|
}
|
|
16824
16824
|
toProto() {
|
|
@@ -16850,7 +16850,7 @@ class yo extends m {
|
|
|
16850
16850
|
const {
|
|
16851
16851
|
value: { authority: e, update_markets: r }
|
|
16852
16852
|
} = t;
|
|
16853
|
-
return new yo(e, r.map(
|
|
16853
|
+
return new yo(e, r.map(ft.fromAmino));
|
|
16854
16854
|
}
|
|
16855
16855
|
toAmino() {
|
|
16856
16856
|
const { authority: t, update_markets: e } = this;
|
|
@@ -16864,7 +16864,7 @@ class yo extends m {
|
|
|
16864
16864
|
}
|
|
16865
16865
|
static fromData(t) {
|
|
16866
16866
|
const { authority: e, update_markets: r } = t;
|
|
16867
|
-
return new yo(e, r.map(
|
|
16867
|
+
return new yo(e, r.map(ft.fromData));
|
|
16868
16868
|
}
|
|
16869
16869
|
toData() {
|
|
16870
16870
|
const { authority: t, update_markets: e } = this;
|
|
@@ -16877,7 +16877,7 @@ class yo extends m {
|
|
|
16877
16877
|
static fromProto(t) {
|
|
16878
16878
|
return new yo(
|
|
16879
16879
|
t.authority,
|
|
16880
|
-
t.updateMarkets.map(
|
|
16880
|
+
t.updateMarkets.map(ft.fromProto)
|
|
16881
16881
|
);
|
|
16882
16882
|
}
|
|
16883
16883
|
toProto() {
|
|
@@ -16909,7 +16909,7 @@ class _o extends m {
|
|
|
16909
16909
|
const {
|
|
16910
16910
|
value: { authority: e, markets: r }
|
|
16911
16911
|
} = t;
|
|
16912
|
-
return new _o(e, r.map(
|
|
16912
|
+
return new _o(e, r.map(ft.fromAmino));
|
|
16913
16913
|
}
|
|
16914
16914
|
toAmino() {
|
|
16915
16915
|
const { authority: t, markets: e } = this;
|
|
@@ -16923,7 +16923,7 @@ class _o extends m {
|
|
|
16923
16923
|
}
|
|
16924
16924
|
static fromData(t) {
|
|
16925
16925
|
const { authority: e, markets: r } = t;
|
|
16926
|
-
return new _o(e, r.map(
|
|
16926
|
+
return new _o(e, r.map(ft.fromData));
|
|
16927
16927
|
}
|
|
16928
16928
|
toData() {
|
|
16929
16929
|
const { authority: t, markets: e } = this;
|
|
@@ -16936,7 +16936,7 @@ class _o extends m {
|
|
|
16936
16936
|
static fromProto(t) {
|
|
16937
16937
|
return new _o(
|
|
16938
16938
|
t.authority,
|
|
16939
|
-
t.markets.map(
|
|
16939
|
+
t.markets.map(ft.fromProto)
|
|
16940
16940
|
);
|
|
16941
16941
|
}
|
|
16942
16942
|
toProto() {
|
|
@@ -16957,6 +16957,65 @@ class _o extends m {
|
|
|
16957
16957
|
}
|
|
16958
16958
|
}
|
|
16959
16959
|
class vo extends m {
|
|
16960
|
+
/**
|
|
16961
|
+
* @param authority the signer of this transaction
|
|
16962
|
+
* @param markets the list of markets to remove
|
|
16963
|
+
*/
|
|
16964
|
+
constructor(t, e) {
|
|
16965
|
+
super(), this.authority = t, this.markets = e;
|
|
16966
|
+
}
|
|
16967
|
+
static fromAmino(t) {
|
|
16968
|
+
const {
|
|
16969
|
+
value: { authority: e, markets: r }
|
|
16970
|
+
} = t;
|
|
16971
|
+
return new vo(e, r);
|
|
16972
|
+
}
|
|
16973
|
+
toAmino() {
|
|
16974
|
+
const { authority: t, markets: e } = this;
|
|
16975
|
+
return {
|
|
16976
|
+
type: "connect/x/marketmap/MsgRemoveMarkets",
|
|
16977
|
+
value: {
|
|
16978
|
+
authority: t,
|
|
16979
|
+
markets: e
|
|
16980
|
+
}
|
|
16981
|
+
};
|
|
16982
|
+
}
|
|
16983
|
+
static fromData(t) {
|
|
16984
|
+
const { authority: e, markets: r } = t;
|
|
16985
|
+
return new vo(e, r);
|
|
16986
|
+
}
|
|
16987
|
+
toData() {
|
|
16988
|
+
const { authority: t, markets: e } = this;
|
|
16989
|
+
return {
|
|
16990
|
+
"@type": "/connect.marketmap.v2.MsgRemoveMarkets",
|
|
16991
|
+
authority: t,
|
|
16992
|
+
markets: e
|
|
16993
|
+
};
|
|
16994
|
+
}
|
|
16995
|
+
static fromProto(t) {
|
|
16996
|
+
return new vo(
|
|
16997
|
+
t.authority,
|
|
16998
|
+
t.markets
|
|
16999
|
+
);
|
|
17000
|
+
}
|
|
17001
|
+
toProto() {
|
|
17002
|
+
const { authority: t, markets: e } = this;
|
|
17003
|
+
return Xm.fromPartial({
|
|
17004
|
+
authority: t,
|
|
17005
|
+
markets: e
|
|
17006
|
+
});
|
|
17007
|
+
}
|
|
17008
|
+
packAny() {
|
|
17009
|
+
return f.fromPartial({
|
|
17010
|
+
typeUrl: "/connect.marketmap.v2.MsgRemoveMarkets",
|
|
17011
|
+
value: Xm.encode(this.toProto()).finish()
|
|
17012
|
+
});
|
|
17013
|
+
}
|
|
17014
|
+
static unpackAny(t) {
|
|
17015
|
+
return vo.fromProto(Xm.decode(t.value));
|
|
17016
|
+
}
|
|
17017
|
+
}
|
|
17018
|
+
class wo extends m {
|
|
16960
17019
|
/**
|
|
16961
17020
|
* @param remove_addresses the list of addresses to remove
|
|
16962
17021
|
* @param admin the marketmap admin account
|
|
@@ -16968,7 +17027,7 @@ class vo extends m {
|
|
|
16968
17027
|
const {
|
|
16969
17028
|
value: { remove_addresses: e, admin: r }
|
|
16970
17029
|
} = t;
|
|
16971
|
-
return new
|
|
17030
|
+
return new wo(e, r);
|
|
16972
17031
|
}
|
|
16973
17032
|
toAmino() {
|
|
16974
17033
|
const { remove_addresses: t, admin: e } = this;
|
|
@@ -16982,7 +17041,7 @@ class vo extends m {
|
|
|
16982
17041
|
}
|
|
16983
17042
|
static fromData(t) {
|
|
16984
17043
|
const { remove_addresses: e, admin: r } = t;
|
|
16985
|
-
return new
|
|
17044
|
+
return new wo(e, r);
|
|
16986
17045
|
}
|
|
16987
17046
|
toData() {
|
|
16988
17047
|
const { remove_addresses: t, admin: e } = this;
|
|
@@ -16993,11 +17052,11 @@ class vo extends m {
|
|
|
16993
17052
|
};
|
|
16994
17053
|
}
|
|
16995
17054
|
static fromProto(t) {
|
|
16996
|
-
return new
|
|
17055
|
+
return new wo(t.removeAddresses, t.admin);
|
|
16997
17056
|
}
|
|
16998
17057
|
toProto() {
|
|
16999
17058
|
const { remove_addresses: t, admin: e } = this;
|
|
17000
|
-
return
|
|
17059
|
+
return Qm.fromPartial({
|
|
17001
17060
|
removeAddresses: t,
|
|
17002
17061
|
admin: e
|
|
17003
17062
|
});
|
|
@@ -17005,12 +17064,12 @@ class vo extends m {
|
|
|
17005
17064
|
packAny() {
|
|
17006
17065
|
return f.fromPartial({
|
|
17007
17066
|
typeUrl: "/connect.marketmap.v2.MsgRemoveMarketAuthorities",
|
|
17008
|
-
value:
|
|
17067
|
+
value: Qm.encode(this.toProto()).finish()
|
|
17009
17068
|
});
|
|
17010
17069
|
}
|
|
17011
17070
|
static unpackAny(t) {
|
|
17012
|
-
return
|
|
17013
|
-
|
|
17071
|
+
return wo.fromProto(
|
|
17072
|
+
Qm.decode(t.value)
|
|
17014
17073
|
);
|
|
17015
17074
|
}
|
|
17016
17075
|
}
|
|
@@ -17047,7 +17106,7 @@ class Ss extends m {
|
|
|
17047
17106
|
});
|
|
17048
17107
|
}
|
|
17049
17108
|
}
|
|
17050
|
-
class
|
|
17109
|
+
class Po extends m {
|
|
17051
17110
|
/**
|
|
17052
17111
|
* @param authority the address that controls the module
|
|
17053
17112
|
* @param params the marketmap parameters to update
|
|
@@ -17059,7 +17118,7 @@ class wo extends m {
|
|
|
17059
17118
|
const {
|
|
17060
17119
|
value: { authority: e, params: r }
|
|
17061
17120
|
} = t;
|
|
17062
|
-
return new
|
|
17121
|
+
return new Po(
|
|
17063
17122
|
e,
|
|
17064
17123
|
Ss.fromAmino(r)
|
|
17065
17124
|
);
|
|
@@ -17076,7 +17135,7 @@ class wo extends m {
|
|
|
17076
17135
|
}
|
|
17077
17136
|
static fromData(t) {
|
|
17078
17137
|
const { authority: e, params: r } = t;
|
|
17079
|
-
return new
|
|
17138
|
+
return new Po(
|
|
17080
17139
|
e,
|
|
17081
17140
|
Ss.fromData(r)
|
|
17082
17141
|
);
|
|
@@ -17090,14 +17149,14 @@ class wo extends m {
|
|
|
17090
17149
|
};
|
|
17091
17150
|
}
|
|
17092
17151
|
static fromProto(t) {
|
|
17093
|
-
return new
|
|
17152
|
+
return new Po(
|
|
17094
17153
|
t.authority,
|
|
17095
17154
|
Ss.fromProto(t.params)
|
|
17096
17155
|
);
|
|
17097
17156
|
}
|
|
17098
17157
|
toProto() {
|
|
17099
17158
|
const { authority: t, params: e } = this;
|
|
17100
|
-
return
|
|
17159
|
+
return tu.fromPartial({
|
|
17101
17160
|
authority: t,
|
|
17102
17161
|
params: e.toProto()
|
|
17103
17162
|
});
|
|
@@ -17105,11 +17164,11 @@ class wo extends m {
|
|
|
17105
17164
|
packAny() {
|
|
17106
17165
|
return f.fromPartial({
|
|
17107
17166
|
typeUrl: "/connect.marketmap.v2.MsgParams",
|
|
17108
|
-
value:
|
|
17167
|
+
value: tu.encode(this.toProto()).finish()
|
|
17109
17168
|
});
|
|
17110
17169
|
}
|
|
17111
17170
|
static unpackAny(t) {
|
|
17112
|
-
return
|
|
17171
|
+
return Po.fromProto(tu.decode(t.value));
|
|
17113
17172
|
}
|
|
17114
17173
|
}
|
|
17115
17174
|
class Zt extends m {
|
|
@@ -17164,7 +17223,7 @@ class Zt extends m {
|
|
|
17164
17223
|
}
|
|
17165
17224
|
toProto() {
|
|
17166
17225
|
const { sender: t, code_bytes: e, upgrade_policy: r } = this;
|
|
17167
|
-
return
|
|
17226
|
+
return ou.fromPartial({
|
|
17168
17227
|
sender: t,
|
|
17169
17228
|
codeBytes: e.map((o) => Buffer.from(o, "base64")),
|
|
17170
17229
|
upgradePolicy: r
|
|
@@ -17173,17 +17232,17 @@ class Zt extends m {
|
|
|
17173
17232
|
packAny() {
|
|
17174
17233
|
return f.fromPartial({
|
|
17175
17234
|
typeUrl: "/initia.move.v1.MsgPublish",
|
|
17176
|
-
value:
|
|
17235
|
+
value: ou.encode(this.toProto()).finish()
|
|
17177
17236
|
});
|
|
17178
17237
|
}
|
|
17179
17238
|
static unpackAny(t) {
|
|
17180
|
-
return Zt.fromProto(
|
|
17239
|
+
return Zt.fromProto(ou.decode(t.value));
|
|
17181
17240
|
}
|
|
17182
17241
|
}
|
|
17183
17242
|
((a) => {
|
|
17184
17243
|
a.Policy = Oa;
|
|
17185
17244
|
})(Zt || (Zt = {}));
|
|
17186
|
-
class
|
|
17245
|
+
class bo extends m {
|
|
17187
17246
|
/**
|
|
17188
17247
|
* @param sender the actor that signed the messages
|
|
17189
17248
|
* @param module_address module deployer address
|
|
@@ -17209,7 +17268,7 @@ class Po extends m {
|
|
|
17209
17268
|
args: c
|
|
17210
17269
|
}
|
|
17211
17270
|
} = e;
|
|
17212
|
-
return new
|
|
17271
|
+
return new bo(
|
|
17213
17272
|
r,
|
|
17214
17273
|
o,
|
|
17215
17274
|
s,
|
|
@@ -17248,7 +17307,7 @@ class Po extends m {
|
|
|
17248
17307
|
type_args: i,
|
|
17249
17308
|
args: c
|
|
17250
17309
|
} = e;
|
|
17251
|
-
return new
|
|
17310
|
+
return new bo(
|
|
17252
17311
|
r,
|
|
17253
17312
|
o,
|
|
17254
17313
|
s,
|
|
@@ -17277,7 +17336,7 @@ class Po extends m {
|
|
|
17277
17336
|
};
|
|
17278
17337
|
}
|
|
17279
17338
|
static fromProto(e) {
|
|
17280
|
-
return new
|
|
17339
|
+
return new bo(
|
|
17281
17340
|
e.sender,
|
|
17282
17341
|
e.moduleAddress,
|
|
17283
17342
|
e.moduleName,
|
|
@@ -17295,7 +17354,7 @@ class Po extends m {
|
|
|
17295
17354
|
type_args: n,
|
|
17296
17355
|
args: i
|
|
17297
17356
|
} = this;
|
|
17298
|
-
return
|
|
17357
|
+
return su.fromPartial({
|
|
17299
17358
|
sender: e,
|
|
17300
17359
|
moduleAddress: r,
|
|
17301
17360
|
moduleName: o,
|
|
@@ -17307,14 +17366,14 @@ class Po extends m {
|
|
|
17307
17366
|
packAny() {
|
|
17308
17367
|
return f.fromPartial({
|
|
17309
17368
|
typeUrl: "/initia.move.v1.MsgExecute",
|
|
17310
|
-
value:
|
|
17369
|
+
value: su.encode(this.toProto()).finish()
|
|
17311
17370
|
});
|
|
17312
17371
|
}
|
|
17313
17372
|
static unpackAny(e) {
|
|
17314
|
-
return
|
|
17373
|
+
return bo.fromProto(su.decode(e.value));
|
|
17315
17374
|
}
|
|
17316
17375
|
}
|
|
17317
|
-
class
|
|
17376
|
+
class Ao extends m {
|
|
17318
17377
|
/**
|
|
17319
17378
|
* @param sender the actor that signed the messages
|
|
17320
17379
|
* @param module_address the address of the module deployer
|
|
@@ -17340,7 +17399,7 @@ class bo extends m {
|
|
|
17340
17399
|
args: c
|
|
17341
17400
|
}
|
|
17342
17401
|
} = e;
|
|
17343
|
-
return new
|
|
17402
|
+
return new Ao(
|
|
17344
17403
|
r,
|
|
17345
17404
|
o,
|
|
17346
17405
|
s,
|
|
@@ -17379,7 +17438,7 @@ class bo extends m {
|
|
|
17379
17438
|
type_args: i,
|
|
17380
17439
|
args: c
|
|
17381
17440
|
} = e;
|
|
17382
|
-
return new
|
|
17441
|
+
return new Ao(
|
|
17383
17442
|
r,
|
|
17384
17443
|
o,
|
|
17385
17444
|
s,
|
|
@@ -17408,7 +17467,7 @@ class bo extends m {
|
|
|
17408
17467
|
};
|
|
17409
17468
|
}
|
|
17410
17469
|
static fromProto(e) {
|
|
17411
|
-
return new
|
|
17470
|
+
return new Ao(
|
|
17412
17471
|
e.sender,
|
|
17413
17472
|
e.moduleAddress,
|
|
17414
17473
|
e.moduleName,
|
|
@@ -17426,7 +17485,7 @@ class bo extends m {
|
|
|
17426
17485
|
type_args: n,
|
|
17427
17486
|
args: i
|
|
17428
17487
|
} = this;
|
|
17429
|
-
return
|
|
17488
|
+
return nu.fromPartial({
|
|
17430
17489
|
sender: e,
|
|
17431
17490
|
moduleAddress: r,
|
|
17432
17491
|
moduleName: o,
|
|
@@ -17438,14 +17497,14 @@ class bo extends m {
|
|
|
17438
17497
|
packAny() {
|
|
17439
17498
|
return f.fromPartial({
|
|
17440
17499
|
typeUrl: "/initia.move.v1.MsgExecuteJSON",
|
|
17441
|
-
value:
|
|
17500
|
+
value: nu.encode(this.toProto()).finish()
|
|
17442
17501
|
});
|
|
17443
17502
|
}
|
|
17444
17503
|
static unpackAny(e) {
|
|
17445
|
-
return
|
|
17504
|
+
return Ao.fromProto(nu.decode(e.value));
|
|
17446
17505
|
}
|
|
17447
17506
|
}
|
|
17448
|
-
class
|
|
17507
|
+
class Do extends m {
|
|
17449
17508
|
/**
|
|
17450
17509
|
* @param sender the actor that signed the messages
|
|
17451
17510
|
* @param code_bytes the script bytes code to execute
|
|
@@ -17462,7 +17521,7 @@ class Ao extends m {
|
|
|
17462
17521
|
const {
|
|
17463
17522
|
value: { sender: r, code_bytes: o, type_args: s, args: n }
|
|
17464
17523
|
} = e;
|
|
17465
|
-
return new
|
|
17524
|
+
return new Do(r, o, s ?? [], n ?? []);
|
|
17466
17525
|
}
|
|
17467
17526
|
toAmino() {
|
|
17468
17527
|
const { sender: e, code_bytes: r, type_args: o, args: s } = this;
|
|
@@ -17478,7 +17537,7 @@ class Ao extends m {
|
|
|
17478
17537
|
}
|
|
17479
17538
|
static fromData(e) {
|
|
17480
17539
|
const { sender: r, code_bytes: o, type_args: s, args: n } = e;
|
|
17481
|
-
return new
|
|
17540
|
+
return new Do(r, o, s, n);
|
|
17482
17541
|
}
|
|
17483
17542
|
toData() {
|
|
17484
17543
|
const { sender: e, code_bytes: r, type_args: o, args: s } = this;
|
|
@@ -17491,7 +17550,7 @@ class Ao extends m {
|
|
|
17491
17550
|
};
|
|
17492
17551
|
}
|
|
17493
17552
|
static fromProto(e) {
|
|
17494
|
-
return new
|
|
17553
|
+
return new Do(
|
|
17495
17554
|
e.sender,
|
|
17496
17555
|
Buffer.from(e.codeBytes).toString("base64"),
|
|
17497
17556
|
e.typeArgs,
|
|
@@ -17500,7 +17559,7 @@ class Ao extends m {
|
|
|
17500
17559
|
}
|
|
17501
17560
|
toProto() {
|
|
17502
17561
|
const { sender: e, code_bytes: r, type_args: o, args: s } = this;
|
|
17503
|
-
return
|
|
17562
|
+
return au.fromPartial({
|
|
17504
17563
|
sender: e,
|
|
17505
17564
|
codeBytes: Buffer.from(r, "base64"),
|
|
17506
17565
|
typeArgs: o,
|
|
@@ -17510,14 +17569,14 @@ class Ao extends m {
|
|
|
17510
17569
|
packAny() {
|
|
17511
17570
|
return f.fromPartial({
|
|
17512
17571
|
typeUrl: "/initia.move.v1.MsgScript",
|
|
17513
|
-
value:
|
|
17572
|
+
value: au.encode(this.toProto()).finish()
|
|
17514
17573
|
});
|
|
17515
17574
|
}
|
|
17516
17575
|
static unpackAny(e) {
|
|
17517
|
-
return
|
|
17576
|
+
return Do.fromProto(au.decode(e.value));
|
|
17518
17577
|
}
|
|
17519
17578
|
}
|
|
17520
|
-
class
|
|
17579
|
+
class ko extends m {
|
|
17521
17580
|
/**
|
|
17522
17581
|
* @param sender the actor that signed the messages
|
|
17523
17582
|
* @param code_bytes the script bytes code to execute
|
|
@@ -17534,7 +17593,7 @@ class Do extends m {
|
|
|
17534
17593
|
const {
|
|
17535
17594
|
value: { sender: r, code_bytes: o, type_args: s, args: n }
|
|
17536
17595
|
} = e;
|
|
17537
|
-
return new
|
|
17596
|
+
return new ko(r, o, s ?? [], n ?? []);
|
|
17538
17597
|
}
|
|
17539
17598
|
toAmino() {
|
|
17540
17599
|
const { sender: e, code_bytes: r, type_args: o, args: s } = this;
|
|
@@ -17550,7 +17609,7 @@ class Do extends m {
|
|
|
17550
17609
|
}
|
|
17551
17610
|
static fromData(e) {
|
|
17552
17611
|
const { sender: r, code_bytes: o, type_args: s, args: n } = e;
|
|
17553
|
-
return new
|
|
17612
|
+
return new ko(r, o, s, n);
|
|
17554
17613
|
}
|
|
17555
17614
|
toData() {
|
|
17556
17615
|
const { sender: e, code_bytes: r, type_args: o, args: s } = this;
|
|
@@ -17563,7 +17622,7 @@ class Do extends m {
|
|
|
17563
17622
|
};
|
|
17564
17623
|
}
|
|
17565
17624
|
static fromProto(e) {
|
|
17566
|
-
return new
|
|
17625
|
+
return new ko(
|
|
17567
17626
|
e.sender,
|
|
17568
17627
|
Buffer.from(e.codeBytes).toString("base64"),
|
|
17569
17628
|
e.typeArgs,
|
|
@@ -17572,7 +17631,7 @@ class Do extends m {
|
|
|
17572
17631
|
}
|
|
17573
17632
|
toProto() {
|
|
17574
17633
|
const { sender: e, code_bytes: r, type_args: o, args: s } = this;
|
|
17575
|
-
return
|
|
17634
|
+
return iu.fromPartial({
|
|
17576
17635
|
sender: e,
|
|
17577
17636
|
codeBytes: Buffer.from(r, "base64"),
|
|
17578
17637
|
typeArgs: o,
|
|
@@ -17582,11 +17641,11 @@ class Do extends m {
|
|
|
17582
17641
|
packAny() {
|
|
17583
17642
|
return f.fromPartial({
|
|
17584
17643
|
typeUrl: "/initia.move.v1.MsgScriptJSON",
|
|
17585
|
-
value:
|
|
17644
|
+
value: iu.encode(this.toProto()).finish()
|
|
17586
17645
|
});
|
|
17587
17646
|
}
|
|
17588
17647
|
static unpackAny(e) {
|
|
17589
|
-
return
|
|
17648
|
+
return ko.fromProto(iu.decode(e.value));
|
|
17590
17649
|
}
|
|
17591
17650
|
}
|
|
17592
17651
|
class Bs extends m {
|
|
@@ -17695,7 +17754,7 @@ class Bs extends m {
|
|
|
17695
17754
|
});
|
|
17696
17755
|
}
|
|
17697
17756
|
}
|
|
17698
|
-
class
|
|
17757
|
+
class xo extends m {
|
|
17699
17758
|
/**
|
|
17700
17759
|
* @param authority the address that controls the module
|
|
17701
17760
|
* @param params the move parameters to update
|
|
@@ -17707,7 +17766,7 @@ class ko extends m {
|
|
|
17707
17766
|
const {
|
|
17708
17767
|
value: { authority: e, params: r }
|
|
17709
17768
|
} = t;
|
|
17710
|
-
return new
|
|
17769
|
+
return new xo(e, Bs.fromAmino(r));
|
|
17711
17770
|
}
|
|
17712
17771
|
toAmino() {
|
|
17713
17772
|
const { authority: t, params: e } = this;
|
|
@@ -17721,7 +17780,7 @@ class ko extends m {
|
|
|
17721
17780
|
}
|
|
17722
17781
|
static fromData(t) {
|
|
17723
17782
|
const { authority: e, params: r } = t;
|
|
17724
|
-
return new
|
|
17783
|
+
return new xo(e, Bs.fromData(r));
|
|
17725
17784
|
}
|
|
17726
17785
|
toData() {
|
|
17727
17786
|
const { authority: t, params: e } = this;
|
|
@@ -17732,14 +17791,14 @@ class ko extends m {
|
|
|
17732
17791
|
};
|
|
17733
17792
|
}
|
|
17734
17793
|
static fromProto(t) {
|
|
17735
|
-
return new
|
|
17794
|
+
return new xo(
|
|
17736
17795
|
t.authority,
|
|
17737
17796
|
Bs.fromProto(t.params)
|
|
17738
17797
|
);
|
|
17739
17798
|
}
|
|
17740
17799
|
toProto() {
|
|
17741
17800
|
const { authority: t, params: e } = this;
|
|
17742
|
-
return
|
|
17801
|
+
return cu.fromPartial({
|
|
17743
17802
|
authority: t,
|
|
17744
17803
|
params: e.toProto()
|
|
17745
17804
|
});
|
|
@@ -17747,16 +17806,16 @@ class ko extends m {
|
|
|
17747
17806
|
packAny() {
|
|
17748
17807
|
return f.fromPartial({
|
|
17749
17808
|
typeUrl: "/initia.move.v1.MsgUpdateParams",
|
|
17750
|
-
value:
|
|
17809
|
+
value: cu.encode(this.toProto()).finish()
|
|
17751
17810
|
});
|
|
17752
17811
|
}
|
|
17753
17812
|
static unpackAny(t) {
|
|
17754
|
-
return
|
|
17755
|
-
|
|
17813
|
+
return xo.fromProto(
|
|
17814
|
+
cu.decode(t.value)
|
|
17756
17815
|
);
|
|
17757
17816
|
}
|
|
17758
17817
|
}
|
|
17759
|
-
class
|
|
17818
|
+
class Mo extends m {
|
|
17760
17819
|
/**
|
|
17761
17820
|
* @param authority the address that controls the module
|
|
17762
17821
|
* @param metadata_lp dex coin LP metadata address
|
|
@@ -17769,7 +17828,7 @@ class xo extends m {
|
|
|
17769
17828
|
const {
|
|
17770
17829
|
value: { authority: e, metadata_lp: r, reward_weight: o }
|
|
17771
17830
|
} = t;
|
|
17772
|
-
return new
|
|
17831
|
+
return new Mo(e, r, o);
|
|
17773
17832
|
}
|
|
17774
17833
|
toAmino() {
|
|
17775
17834
|
const { authority: t, metadata_lp: e, reward_weight: r } = this;
|
|
@@ -17784,7 +17843,7 @@ class xo extends m {
|
|
|
17784
17843
|
}
|
|
17785
17844
|
static fromData(t) {
|
|
17786
17845
|
const { authority: e, metadata_lp: r, reward_weight: o } = t;
|
|
17787
|
-
return new
|
|
17846
|
+
return new Mo(e, r, o);
|
|
17788
17847
|
}
|
|
17789
17848
|
toData() {
|
|
17790
17849
|
const { authority: t, metadata_lp: e, reward_weight: r } = this;
|
|
@@ -17796,11 +17855,11 @@ class xo extends m {
|
|
|
17796
17855
|
};
|
|
17797
17856
|
}
|
|
17798
17857
|
static fromProto(t) {
|
|
17799
|
-
return new
|
|
17858
|
+
return new Mo(t.authority, t.metadataLp, t.rewardWeight);
|
|
17800
17859
|
}
|
|
17801
17860
|
toProto() {
|
|
17802
17861
|
const { authority: t, metadata_lp: e, reward_weight: r } = this;
|
|
17803
|
-
return
|
|
17862
|
+
return mu.fromPartial({
|
|
17804
17863
|
authority: t,
|
|
17805
17864
|
metadataLp: e,
|
|
17806
17865
|
rewardWeight: r
|
|
@@ -17809,14 +17868,14 @@ class xo extends m {
|
|
|
17809
17868
|
packAny() {
|
|
17810
17869
|
return f.fromPartial({
|
|
17811
17870
|
typeUrl: "/initia.move.v1.MsgWhitelist",
|
|
17812
|
-
value:
|
|
17871
|
+
value: mu.encode(this.toProto()).finish()
|
|
17813
17872
|
});
|
|
17814
17873
|
}
|
|
17815
17874
|
static unpackAny(t) {
|
|
17816
|
-
return
|
|
17875
|
+
return Mo.fromProto(mu.decode(t.value));
|
|
17817
17876
|
}
|
|
17818
17877
|
}
|
|
17819
|
-
class
|
|
17878
|
+
class Io extends m {
|
|
17820
17879
|
/**
|
|
17821
17880
|
* @param authority the address that controls the module
|
|
17822
17881
|
* @param metadata_lp dex coin LP metadata address
|
|
@@ -17828,7 +17887,7 @@ class Mo extends m {
|
|
|
17828
17887
|
const {
|
|
17829
17888
|
value: { authority: e, metadata_lp: r }
|
|
17830
17889
|
} = t;
|
|
17831
|
-
return new
|
|
17890
|
+
return new Io(e, r);
|
|
17832
17891
|
}
|
|
17833
17892
|
toAmino() {
|
|
17834
17893
|
const { authority: t, metadata_lp: e } = this;
|
|
@@ -17842,7 +17901,7 @@ class Mo extends m {
|
|
|
17842
17901
|
}
|
|
17843
17902
|
static fromData(t) {
|
|
17844
17903
|
const { authority: e, metadata_lp: r } = t;
|
|
17845
|
-
return new
|
|
17904
|
+
return new Io(e, r);
|
|
17846
17905
|
}
|
|
17847
17906
|
toData() {
|
|
17848
17907
|
const { authority: t, metadata_lp: e } = this;
|
|
@@ -17853,11 +17912,11 @@ class Mo extends m {
|
|
|
17853
17912
|
};
|
|
17854
17913
|
}
|
|
17855
17914
|
static fromProto(t) {
|
|
17856
|
-
return new
|
|
17915
|
+
return new Io(t.authority, t.metadataLp);
|
|
17857
17916
|
}
|
|
17858
17917
|
toProto() {
|
|
17859
17918
|
const { authority: t, metadata_lp: e } = this;
|
|
17860
|
-
return
|
|
17919
|
+
return uu.fromPartial({
|
|
17861
17920
|
authority: t,
|
|
17862
17921
|
metadataLp: e
|
|
17863
17922
|
});
|
|
@@ -17865,14 +17924,14 @@ class Mo extends m {
|
|
|
17865
17924
|
packAny() {
|
|
17866
17925
|
return f.fromPartial({
|
|
17867
17926
|
typeUrl: "/initia.move.v1.MsgDelist",
|
|
17868
|
-
value:
|
|
17927
|
+
value: uu.encode(this.toProto()).finish()
|
|
17869
17928
|
});
|
|
17870
17929
|
}
|
|
17871
17930
|
static unpackAny(t) {
|
|
17872
|
-
return
|
|
17931
|
+
return Io.fromProto(uu.decode(t.value));
|
|
17873
17932
|
}
|
|
17874
17933
|
}
|
|
17875
|
-
class
|
|
17934
|
+
class So extends m {
|
|
17876
17935
|
/**
|
|
17877
17936
|
* @param authority the address that controls the module
|
|
17878
17937
|
* @param sender the actor that signed the messages
|
|
@@ -17900,7 +17959,7 @@ class Io extends m {
|
|
|
17900
17959
|
args: d
|
|
17901
17960
|
}
|
|
17902
17961
|
} = e;
|
|
17903
|
-
return new
|
|
17962
|
+
return new So(
|
|
17904
17963
|
r,
|
|
17905
17964
|
o,
|
|
17906
17965
|
s,
|
|
@@ -17943,7 +18002,7 @@ class Io extends m {
|
|
|
17943
18002
|
type_args: c,
|
|
17944
18003
|
args: d
|
|
17945
18004
|
} = e;
|
|
17946
|
-
return new
|
|
18005
|
+
return new So(
|
|
17947
18006
|
r,
|
|
17948
18007
|
o,
|
|
17949
18008
|
s,
|
|
@@ -17975,7 +18034,7 @@ class Io extends m {
|
|
|
17975
18034
|
};
|
|
17976
18035
|
}
|
|
17977
18036
|
static fromProto(e) {
|
|
17978
|
-
return new
|
|
18037
|
+
return new So(
|
|
17979
18038
|
e.authority,
|
|
17980
18039
|
e.sender,
|
|
17981
18040
|
e.moduleAddress,
|
|
@@ -17995,7 +18054,7 @@ class Io extends m {
|
|
|
17995
18054
|
type_args: i,
|
|
17996
18055
|
args: c
|
|
17997
18056
|
} = this;
|
|
17998
|
-
return
|
|
18057
|
+
return du.fromPartial({
|
|
17999
18058
|
authority: e,
|
|
18000
18059
|
sender: r,
|
|
18001
18060
|
moduleAddress: o,
|
|
@@ -18008,14 +18067,14 @@ class Io extends m {
|
|
|
18008
18067
|
packAny() {
|
|
18009
18068
|
return f.fromPartial({
|
|
18010
18069
|
typeUrl: "/initia.move.v1.MsgGovExecute",
|
|
18011
|
-
value:
|
|
18070
|
+
value: du.encode(this.toProto()).finish()
|
|
18012
18071
|
});
|
|
18013
18072
|
}
|
|
18014
18073
|
static unpackAny(e) {
|
|
18015
|
-
return
|
|
18074
|
+
return So.fromProto(du.decode(e.value));
|
|
18016
18075
|
}
|
|
18017
18076
|
}
|
|
18018
|
-
class
|
|
18077
|
+
class Bo extends m {
|
|
18019
18078
|
/**
|
|
18020
18079
|
* @param authority the address that controls the module
|
|
18021
18080
|
* @param sender the actor that signed the messages
|
|
@@ -18043,7 +18102,7 @@ class So extends m {
|
|
|
18043
18102
|
args: d
|
|
18044
18103
|
}
|
|
18045
18104
|
} = e;
|
|
18046
|
-
return new
|
|
18105
|
+
return new Bo(
|
|
18047
18106
|
r,
|
|
18048
18107
|
o,
|
|
18049
18108
|
s,
|
|
@@ -18086,7 +18145,7 @@ class So extends m {
|
|
|
18086
18145
|
type_args: c,
|
|
18087
18146
|
args: d
|
|
18088
18147
|
} = e;
|
|
18089
|
-
return new
|
|
18148
|
+
return new Bo(
|
|
18090
18149
|
r,
|
|
18091
18150
|
o,
|
|
18092
18151
|
s,
|
|
@@ -18118,7 +18177,7 @@ class So extends m {
|
|
|
18118
18177
|
};
|
|
18119
18178
|
}
|
|
18120
18179
|
static fromProto(e) {
|
|
18121
|
-
return new
|
|
18180
|
+
return new Bo(
|
|
18122
18181
|
e.authority,
|
|
18123
18182
|
e.sender,
|
|
18124
18183
|
e.moduleAddress,
|
|
@@ -18138,7 +18197,7 @@ class So extends m {
|
|
|
18138
18197
|
type_args: i,
|
|
18139
18198
|
args: c
|
|
18140
18199
|
} = this;
|
|
18141
|
-
return
|
|
18200
|
+
return lu.fromPartial({
|
|
18142
18201
|
authority: e,
|
|
18143
18202
|
sender: r,
|
|
18144
18203
|
moduleAddress: o,
|
|
@@ -18151,12 +18210,12 @@ class So extends m {
|
|
|
18151
18210
|
packAny() {
|
|
18152
18211
|
return f.fromPartial({
|
|
18153
18212
|
typeUrl: "/initia.move.v1.MsgGovExecuteJSON",
|
|
18154
|
-
value:
|
|
18213
|
+
value: lu.encode(this.toProto()).finish()
|
|
18155
18214
|
});
|
|
18156
18215
|
}
|
|
18157
18216
|
static unpackAny(e) {
|
|
18158
|
-
return
|
|
18159
|
-
|
|
18217
|
+
return Bo.fromProto(
|
|
18218
|
+
lu.decode(e.value)
|
|
18160
18219
|
);
|
|
18161
18220
|
}
|
|
18162
18221
|
}
|
|
@@ -18217,7 +18276,7 @@ class Yt extends m {
|
|
|
18217
18276
|
}
|
|
18218
18277
|
toProto() {
|
|
18219
18278
|
const { authority: t, sender: e, code_bytes: r, upgrade_policy: o } = this;
|
|
18220
|
-
return
|
|
18279
|
+
return pu.fromPartial({
|
|
18221
18280
|
authority: t,
|
|
18222
18281
|
sender: e,
|
|
18223
18282
|
codeBytes: r.map((s) => Buffer.from(s, "base64")),
|
|
@@ -18227,17 +18286,17 @@ class Yt extends m {
|
|
|
18227
18286
|
packAny() {
|
|
18228
18287
|
return f.fromPartial({
|
|
18229
18288
|
typeUrl: "/initia.move.v1.MsgGovPublish",
|
|
18230
|
-
value:
|
|
18289
|
+
value: pu.encode(this.toProto()).finish()
|
|
18231
18290
|
});
|
|
18232
18291
|
}
|
|
18233
18292
|
static unpackAny(t) {
|
|
18234
|
-
return Yt.fromProto(
|
|
18293
|
+
return Yt.fromProto(pu.decode(t.value));
|
|
18235
18294
|
}
|
|
18236
18295
|
}
|
|
18237
18296
|
((a) => {
|
|
18238
18297
|
a.Policy = Oa;
|
|
18239
18298
|
})(Yt || (Yt = {}));
|
|
18240
|
-
class
|
|
18299
|
+
class Eo extends m {
|
|
18241
18300
|
/**
|
|
18242
18301
|
* @param authority the address that controls the module
|
|
18243
18302
|
* @param sender the actor that signed the messages
|
|
@@ -18255,7 +18314,7 @@ class Bo extends m {
|
|
|
18255
18314
|
const {
|
|
18256
18315
|
value: { authority: r, sender: o, code_bytes: s, type_args: n, args: i }
|
|
18257
18316
|
} = e;
|
|
18258
|
-
return new
|
|
18317
|
+
return new Eo(
|
|
18259
18318
|
r,
|
|
18260
18319
|
o,
|
|
18261
18320
|
s,
|
|
@@ -18278,7 +18337,7 @@ class Bo extends m {
|
|
|
18278
18337
|
}
|
|
18279
18338
|
static fromData(e) {
|
|
18280
18339
|
const { authority: r, sender: o, code_bytes: s, type_args: n, args: i } = e;
|
|
18281
|
-
return new
|
|
18340
|
+
return new Eo(r, o, s, n, i);
|
|
18282
18341
|
}
|
|
18283
18342
|
toData() {
|
|
18284
18343
|
const { authority: e, sender: r, code_bytes: o, type_args: s, args: n } = this;
|
|
@@ -18292,7 +18351,7 @@ class Bo extends m {
|
|
|
18292
18351
|
};
|
|
18293
18352
|
}
|
|
18294
18353
|
static fromProto(e) {
|
|
18295
|
-
return new
|
|
18354
|
+
return new Eo(
|
|
18296
18355
|
e.authority,
|
|
18297
18356
|
e.sender,
|
|
18298
18357
|
Buffer.from(e.codeBytes).toString("base64"),
|
|
@@ -18302,7 +18361,7 @@ class Bo extends m {
|
|
|
18302
18361
|
}
|
|
18303
18362
|
toProto() {
|
|
18304
18363
|
const { authority: e, sender: r, code_bytes: o, type_args: s, args: n } = this;
|
|
18305
|
-
return
|
|
18364
|
+
return hu.fromPartial({
|
|
18306
18365
|
authority: e,
|
|
18307
18366
|
sender: r,
|
|
18308
18367
|
codeBytes: Buffer.from(o, "base64"),
|
|
@@ -18313,14 +18372,14 @@ class Bo extends m {
|
|
|
18313
18372
|
packAny() {
|
|
18314
18373
|
return f.fromPartial({
|
|
18315
18374
|
typeUrl: "/initia.move.v1.MsgGovScript",
|
|
18316
|
-
value:
|
|
18375
|
+
value: hu.encode(this.toProto()).finish()
|
|
18317
18376
|
});
|
|
18318
18377
|
}
|
|
18319
18378
|
static unpackAny(e) {
|
|
18320
|
-
return
|
|
18379
|
+
return Eo.fromProto(hu.decode(e.value));
|
|
18321
18380
|
}
|
|
18322
18381
|
}
|
|
18323
|
-
class
|
|
18382
|
+
class Uo extends m {
|
|
18324
18383
|
/**
|
|
18325
18384
|
* @param authority the address that controls the module
|
|
18326
18385
|
* @param sender the actor that signed the messages
|
|
@@ -18338,7 +18397,7 @@ class Eo extends m {
|
|
|
18338
18397
|
const {
|
|
18339
18398
|
value: { authority: r, sender: o, code_bytes: s, type_args: n, args: i }
|
|
18340
18399
|
} = e;
|
|
18341
|
-
return new
|
|
18400
|
+
return new Uo(
|
|
18342
18401
|
r,
|
|
18343
18402
|
o,
|
|
18344
18403
|
s,
|
|
@@ -18361,7 +18420,7 @@ class Eo extends m {
|
|
|
18361
18420
|
}
|
|
18362
18421
|
static fromData(e) {
|
|
18363
18422
|
const { authority: r, sender: o, code_bytes: s, type_args: n, args: i } = e;
|
|
18364
|
-
return new
|
|
18423
|
+
return new Uo(r, o, s, n, i);
|
|
18365
18424
|
}
|
|
18366
18425
|
toData() {
|
|
18367
18426
|
const { authority: e, sender: r, code_bytes: o, type_args: s, args: n } = this;
|
|
@@ -18375,7 +18434,7 @@ class Eo extends m {
|
|
|
18375
18434
|
};
|
|
18376
18435
|
}
|
|
18377
18436
|
static fromProto(e) {
|
|
18378
|
-
return new
|
|
18437
|
+
return new Uo(
|
|
18379
18438
|
e.authority,
|
|
18380
18439
|
e.sender,
|
|
18381
18440
|
Buffer.from(e.codeBytes).toString("base64"),
|
|
@@ -18385,7 +18444,7 @@ class Eo extends m {
|
|
|
18385
18444
|
}
|
|
18386
18445
|
toProto() {
|
|
18387
18446
|
const { authority: e, sender: r, code_bytes: o, type_args: s, args: n } = this;
|
|
18388
|
-
return
|
|
18447
|
+
return fu.fromPartial({
|
|
18389
18448
|
authority: e,
|
|
18390
18449
|
sender: r,
|
|
18391
18450
|
codeBytes: Buffer.from(o, "base64"),
|
|
@@ -18396,11 +18455,11 @@ class Eo extends m {
|
|
|
18396
18455
|
packAny() {
|
|
18397
18456
|
return f.fromPartial({
|
|
18398
18457
|
typeUrl: "/initia.move.v1.MsgGovScriptJSON",
|
|
18399
|
-
value:
|
|
18458
|
+
value: fu.encode(this.toProto()).finish()
|
|
18400
18459
|
});
|
|
18401
18460
|
}
|
|
18402
18461
|
static unpackAny(e) {
|
|
18403
|
-
return
|
|
18462
|
+
return Uo.fromProto(fu.decode(e.value));
|
|
18404
18463
|
}
|
|
18405
18464
|
}
|
|
18406
18465
|
class Es extends m {
|
|
@@ -18477,7 +18536,7 @@ class Es extends m {
|
|
|
18477
18536
|
((a) => {
|
|
18478
18537
|
a.Policy = Oa;
|
|
18479
18538
|
})(Es || (Es = {}));
|
|
18480
|
-
class
|
|
18539
|
+
class Co extends m {
|
|
18481
18540
|
/**
|
|
18482
18541
|
* @param delegator_address delegator's account address
|
|
18483
18542
|
* @param validator_address validator's operator address
|
|
@@ -18492,7 +18551,7 @@ class Uo extends m {
|
|
|
18492
18551
|
const {
|
|
18493
18552
|
value: { delegator_address: r, validator_address: o, amount: s }
|
|
18494
18553
|
} = e;
|
|
18495
|
-
return new
|
|
18554
|
+
return new Co(
|
|
18496
18555
|
r,
|
|
18497
18556
|
o,
|
|
18498
18557
|
l.fromAmino(s)
|
|
@@ -18511,7 +18570,7 @@ class Uo extends m {
|
|
|
18511
18570
|
}
|
|
18512
18571
|
static fromData(e) {
|
|
18513
18572
|
const { delegator_address: r, validator_address: o, amount: s } = e;
|
|
18514
|
-
return new
|
|
18573
|
+
return new Co(
|
|
18515
18574
|
r,
|
|
18516
18575
|
o,
|
|
18517
18576
|
l.fromData(s)
|
|
@@ -18527,7 +18586,7 @@ class Uo extends m {
|
|
|
18527
18586
|
};
|
|
18528
18587
|
}
|
|
18529
18588
|
static fromProto(e) {
|
|
18530
|
-
return new
|
|
18589
|
+
return new Co(
|
|
18531
18590
|
e.delegatorAddress,
|
|
18532
18591
|
e.validatorAddress,
|
|
18533
18592
|
l.fromProto(e.amount)
|
|
@@ -18535,7 +18594,7 @@ class Uo extends m {
|
|
|
18535
18594
|
}
|
|
18536
18595
|
toProto() {
|
|
18537
18596
|
const { delegator_address: e, validator_address: r, amount: o } = this;
|
|
18538
|
-
return
|
|
18597
|
+
return gu.fromPartial({
|
|
18539
18598
|
amount: o.toProto(),
|
|
18540
18599
|
delegatorAddress: e,
|
|
18541
18600
|
validatorAddress: r
|
|
@@ -18544,14 +18603,14 @@ class Uo extends m {
|
|
|
18544
18603
|
packAny() {
|
|
18545
18604
|
return f.fromPartial({
|
|
18546
18605
|
typeUrl: "/initia.mstaking.v1.MsgDelegate",
|
|
18547
|
-
value:
|
|
18606
|
+
value: gu.encode(this.toProto()).finish()
|
|
18548
18607
|
});
|
|
18549
18608
|
}
|
|
18550
18609
|
static unpackAny(e) {
|
|
18551
|
-
return
|
|
18610
|
+
return Co.fromProto(gu.decode(e.value));
|
|
18552
18611
|
}
|
|
18553
18612
|
}
|
|
18554
|
-
class
|
|
18613
|
+
class $o extends m {
|
|
18555
18614
|
/**
|
|
18556
18615
|
* @param delegator_address delegator's account address
|
|
18557
18616
|
* @param validator_address validator's operator address
|
|
@@ -18566,7 +18625,7 @@ class Co extends m {
|
|
|
18566
18625
|
const {
|
|
18567
18626
|
value: { delegator_address: r, validator_address: o, amount: s }
|
|
18568
18627
|
} = e;
|
|
18569
|
-
return new
|
|
18628
|
+
return new $o(
|
|
18570
18629
|
r,
|
|
18571
18630
|
o,
|
|
18572
18631
|
l.fromAmino(s)
|
|
@@ -18585,7 +18644,7 @@ class Co extends m {
|
|
|
18585
18644
|
}
|
|
18586
18645
|
static fromData(e) {
|
|
18587
18646
|
const { delegator_address: r, validator_address: o, amount: s } = e;
|
|
18588
|
-
return new
|
|
18647
|
+
return new $o(
|
|
18589
18648
|
r,
|
|
18590
18649
|
o,
|
|
18591
18650
|
l.fromData(s)
|
|
@@ -18601,7 +18660,7 @@ class Co extends m {
|
|
|
18601
18660
|
};
|
|
18602
18661
|
}
|
|
18603
18662
|
static fromProto(e) {
|
|
18604
|
-
return new
|
|
18663
|
+
return new $o(
|
|
18605
18664
|
e.delegatorAddress,
|
|
18606
18665
|
e.validatorAddress,
|
|
18607
18666
|
l.fromProto(e.amount)
|
|
@@ -18609,7 +18668,7 @@ class Co extends m {
|
|
|
18609
18668
|
}
|
|
18610
18669
|
toProto() {
|
|
18611
18670
|
const { delegator_address: e, validator_address: r, amount: o } = this;
|
|
18612
|
-
return
|
|
18671
|
+
return yu.fromPartial({
|
|
18613
18672
|
amount: o.toProto(),
|
|
18614
18673
|
delegatorAddress: e,
|
|
18615
18674
|
validatorAddress: r
|
|
@@ -18618,14 +18677,14 @@ class Co extends m {
|
|
|
18618
18677
|
packAny() {
|
|
18619
18678
|
return f.fromPartial({
|
|
18620
18679
|
typeUrl: "/initia.mstaking.v1.MsgUndelegate",
|
|
18621
|
-
value:
|
|
18680
|
+
value: yu.encode(this.toProto()).finish()
|
|
18622
18681
|
});
|
|
18623
18682
|
}
|
|
18624
18683
|
static unpackAny(e) {
|
|
18625
|
-
return
|
|
18684
|
+
return $o.fromProto(yu.decode(e.value));
|
|
18626
18685
|
}
|
|
18627
18686
|
}
|
|
18628
|
-
class
|
|
18687
|
+
class No extends m {
|
|
18629
18688
|
/**
|
|
18630
18689
|
* @param delegator_address delegator's account address
|
|
18631
18690
|
* @param validator_src_address validator to undelegate from
|
|
@@ -18646,7 +18705,7 @@ class $o extends m {
|
|
|
18646
18705
|
amount: n
|
|
18647
18706
|
}
|
|
18648
18707
|
} = e;
|
|
18649
|
-
return new
|
|
18708
|
+
return new No(
|
|
18650
18709
|
r,
|
|
18651
18710
|
o,
|
|
18652
18711
|
s,
|
|
@@ -18677,7 +18736,7 @@ class $o extends m {
|
|
|
18677
18736
|
validator_dst_address: s,
|
|
18678
18737
|
amount: n
|
|
18679
18738
|
} = e;
|
|
18680
|
-
return new
|
|
18739
|
+
return new No(
|
|
18681
18740
|
r,
|
|
18682
18741
|
o,
|
|
18683
18742
|
s,
|
|
@@ -18700,7 +18759,7 @@ class $o extends m {
|
|
|
18700
18759
|
};
|
|
18701
18760
|
}
|
|
18702
18761
|
static fromProto(e) {
|
|
18703
|
-
return new
|
|
18762
|
+
return new No(
|
|
18704
18763
|
e.delegatorAddress,
|
|
18705
18764
|
e.validatorSrcAddress,
|
|
18706
18765
|
e.validatorDstAddress,
|
|
@@ -18714,7 +18773,7 @@ class $o extends m {
|
|
|
18714
18773
|
validator_dst_address: o,
|
|
18715
18774
|
amount: s
|
|
18716
18775
|
} = this;
|
|
18717
|
-
return
|
|
18776
|
+
return _u.fromPartial({
|
|
18718
18777
|
amount: s.toProto(),
|
|
18719
18778
|
delegatorAddress: e,
|
|
18720
18779
|
validatorDstAddress: o,
|
|
@@ -18724,12 +18783,12 @@ class $o extends m {
|
|
|
18724
18783
|
packAny() {
|
|
18725
18784
|
return f.fromPartial({
|
|
18726
18785
|
typeUrl: "/initia.mstaking.v1.MsgBeginRedelegate",
|
|
18727
|
-
value:
|
|
18786
|
+
value: _u.encode(this.toProto()).finish()
|
|
18728
18787
|
});
|
|
18729
18788
|
}
|
|
18730
18789
|
static unpackAny(e) {
|
|
18731
|
-
return
|
|
18732
|
-
|
|
18790
|
+
return No.fromProto(
|
|
18791
|
+
_u.decode(e.value)
|
|
18733
18792
|
);
|
|
18734
18793
|
}
|
|
18735
18794
|
}
|
|
@@ -19035,7 +19094,7 @@ class ot extends m {
|
|
|
19035
19094
|
}
|
|
19036
19095
|
a.Commission = r;
|
|
19037
19096
|
})(ot || (ot = {}));
|
|
19038
|
-
class
|
|
19097
|
+
class Oo extends m {
|
|
19039
19098
|
/**
|
|
19040
19099
|
* @param description validator's delegate information
|
|
19041
19100
|
* @param commission validator's commission policy
|
|
@@ -19052,7 +19111,7 @@ class No extends m {
|
|
|
19052
19111
|
const {
|
|
19053
19112
|
value: { description: r, commission: o, validator_address: s, pubkey: n, amount: i }
|
|
19054
19113
|
} = e;
|
|
19055
|
-
return new
|
|
19114
|
+
return new Oo(
|
|
19056
19115
|
r,
|
|
19057
19116
|
ot.CommissionRates.fromAmino(o),
|
|
19058
19117
|
s,
|
|
@@ -19075,7 +19134,7 @@ class No extends m {
|
|
|
19075
19134
|
}
|
|
19076
19135
|
static fromData(e) {
|
|
19077
19136
|
const { description: r, commission: o, validator_address: s, pubkey: n, amount: i } = e;
|
|
19078
|
-
return new
|
|
19137
|
+
return new Oo(
|
|
19079
19138
|
r,
|
|
19080
19139
|
ot.CommissionRates.fromData(o),
|
|
19081
19140
|
s,
|
|
@@ -19095,7 +19154,7 @@ class No extends m {
|
|
|
19095
19154
|
};
|
|
19096
19155
|
}
|
|
19097
19156
|
static fromProto(e) {
|
|
19098
|
-
return new
|
|
19157
|
+
return new Oo(
|
|
19099
19158
|
ot.Description.fromProto(
|
|
19100
19159
|
e.description
|
|
19101
19160
|
),
|
|
@@ -19109,7 +19168,7 @@ class No extends m {
|
|
|
19109
19168
|
}
|
|
19110
19169
|
toProto() {
|
|
19111
19170
|
const { description: e, commission: r, validator_address: o, pubkey: s, amount: n } = this;
|
|
19112
|
-
return
|
|
19171
|
+
return vu.fromPartial({
|
|
19113
19172
|
commission: r.toProto(),
|
|
19114
19173
|
description: e.toProto(),
|
|
19115
19174
|
pubkey: s.packAny(),
|
|
@@ -19120,12 +19179,12 @@ class No extends m {
|
|
|
19120
19179
|
packAny() {
|
|
19121
19180
|
return f.fromPartial({
|
|
19122
19181
|
typeUrl: "/initia.mstaking.v1.MsgCreateValidator",
|
|
19123
|
-
value:
|
|
19182
|
+
value: vu.encode(this.toProto()).finish()
|
|
19124
19183
|
});
|
|
19125
19184
|
}
|
|
19126
19185
|
static unpackAny(e) {
|
|
19127
|
-
return
|
|
19128
|
-
|
|
19186
|
+
return Oo.fromProto(
|
|
19187
|
+
vu.decode(e.value)
|
|
19129
19188
|
);
|
|
19130
19189
|
}
|
|
19131
19190
|
}
|
|
@@ -19187,7 +19246,7 @@ class Xt extends m {
|
|
|
19187
19246
|
}
|
|
19188
19247
|
toProto() {
|
|
19189
19248
|
const { description: t, validator_address: e, commission_rate: r } = this;
|
|
19190
|
-
return
|
|
19249
|
+
return wu.fromPartial({
|
|
19191
19250
|
description: t.toProto(),
|
|
19192
19251
|
commissionRate: r,
|
|
19193
19252
|
validatorAddress: e
|
|
@@ -19196,11 +19255,11 @@ class Xt extends m {
|
|
|
19196
19255
|
packAny() {
|
|
19197
19256
|
return f.fromPartial({
|
|
19198
19257
|
typeUrl: "/initia.mstaking.v1.MsgEditValidator",
|
|
19199
|
-
value:
|
|
19258
|
+
value: wu.encode(this.toProto()).finish()
|
|
19200
19259
|
});
|
|
19201
19260
|
}
|
|
19202
19261
|
static unpackAny(t) {
|
|
19203
|
-
return Xt.fromProto(
|
|
19262
|
+
return Xt.fromProto(wu.decode(t.value));
|
|
19204
19263
|
}
|
|
19205
19264
|
}
|
|
19206
19265
|
((a) => {
|
|
@@ -19212,7 +19271,7 @@ class Xt extends m {
|
|
|
19212
19271
|
security_contact: "[do-not-modify]"
|
|
19213
19272
|
};
|
|
19214
19273
|
})(Xt || (Xt = {}));
|
|
19215
|
-
class
|
|
19274
|
+
class Fo extends m {
|
|
19216
19275
|
/**
|
|
19217
19276
|
* @param delegator_address delegator's account address
|
|
19218
19277
|
* @param validator_address validator's operator address
|
|
@@ -19227,7 +19286,7 @@ class Oo extends m {
|
|
|
19227
19286
|
const {
|
|
19228
19287
|
value: { delegator_address: r, validator_address: o, amount: s, creation_height: n }
|
|
19229
19288
|
} = e;
|
|
19230
|
-
return new
|
|
19289
|
+
return new Fo(
|
|
19231
19290
|
r,
|
|
19232
19291
|
o,
|
|
19233
19292
|
l.fromAmino(s),
|
|
@@ -19248,7 +19307,7 @@ class Oo extends m {
|
|
|
19248
19307
|
}
|
|
19249
19308
|
static fromData(e) {
|
|
19250
19309
|
const { delegator_address: r, validator_address: o, amount: s, creation_height: n } = e;
|
|
19251
|
-
return new
|
|
19310
|
+
return new Fo(
|
|
19252
19311
|
r,
|
|
19253
19312
|
o,
|
|
19254
19313
|
l.fromData(s),
|
|
@@ -19266,7 +19325,7 @@ class Oo extends m {
|
|
|
19266
19325
|
};
|
|
19267
19326
|
}
|
|
19268
19327
|
static fromProto(e) {
|
|
19269
|
-
return new
|
|
19328
|
+
return new Fo(
|
|
19270
19329
|
e.delegatorAddress,
|
|
19271
19330
|
e.validatorAddress,
|
|
19272
19331
|
l.fromProto(e.amount),
|
|
@@ -19275,7 +19334,7 @@ class Oo extends m {
|
|
|
19275
19334
|
}
|
|
19276
19335
|
toProto() {
|
|
19277
19336
|
const { delegator_address: e, validator_address: r, amount: o, creation_height: s } = this;
|
|
19278
|
-
return
|
|
19337
|
+
return Pu.fromPartial({
|
|
19279
19338
|
amount: o.toProto(),
|
|
19280
19339
|
delegatorAddress: e,
|
|
19281
19340
|
validatorAddress: r,
|
|
@@ -19285,12 +19344,12 @@ class Oo extends m {
|
|
|
19285
19344
|
packAny() {
|
|
19286
19345
|
return f.fromPartial({
|
|
19287
19346
|
typeUrl: "/initia.mstaking.v1.MsgCancelUnbondingDelegation",
|
|
19288
|
-
value:
|
|
19347
|
+
value: Pu.encode(this.toProto()).finish()
|
|
19289
19348
|
});
|
|
19290
19349
|
}
|
|
19291
19350
|
static unpackAny(e) {
|
|
19292
|
-
return
|
|
19293
|
-
|
|
19351
|
+
return Fo.fromProto(
|
|
19352
|
+
Pu.decode(e.value)
|
|
19294
19353
|
);
|
|
19295
19354
|
}
|
|
19296
19355
|
}
|
|
@@ -19425,7 +19484,7 @@ class Us extends m {
|
|
|
19425
19484
|
});
|
|
19426
19485
|
}
|
|
19427
19486
|
}
|
|
19428
|
-
class
|
|
19487
|
+
class To extends m {
|
|
19429
19488
|
/**
|
|
19430
19489
|
* @param authority the address that controls the module
|
|
19431
19490
|
* @param params the mstaking parameters to update
|
|
@@ -19437,7 +19496,7 @@ class Fo extends m {
|
|
|
19437
19496
|
const {
|
|
19438
19497
|
value: { authority: e, params: r }
|
|
19439
19498
|
} = t;
|
|
19440
|
-
return new
|
|
19499
|
+
return new To(
|
|
19441
19500
|
e,
|
|
19442
19501
|
Us.fromAmino(r)
|
|
19443
19502
|
);
|
|
@@ -19454,7 +19513,7 @@ class Fo extends m {
|
|
|
19454
19513
|
}
|
|
19455
19514
|
static fromData(t) {
|
|
19456
19515
|
const { authority: e, params: r } = t;
|
|
19457
|
-
return new
|
|
19516
|
+
return new To(
|
|
19458
19517
|
e,
|
|
19459
19518
|
Us.fromData(r)
|
|
19460
19519
|
);
|
|
@@ -19468,14 +19527,14 @@ class Fo extends m {
|
|
|
19468
19527
|
};
|
|
19469
19528
|
}
|
|
19470
19529
|
static fromProto(t) {
|
|
19471
|
-
return new
|
|
19530
|
+
return new To(
|
|
19472
19531
|
t.authority,
|
|
19473
19532
|
Us.fromProto(t.params)
|
|
19474
19533
|
);
|
|
19475
19534
|
}
|
|
19476
19535
|
toProto() {
|
|
19477
19536
|
const { authority: t, params: e } = this;
|
|
19478
|
-
return
|
|
19537
|
+
return bu.fromPartial({
|
|
19479
19538
|
authority: t,
|
|
19480
19539
|
params: e.toProto()
|
|
19481
19540
|
});
|
|
@@ -19483,12 +19542,12 @@ class Fo extends m {
|
|
|
19483
19542
|
packAny() {
|
|
19484
19543
|
return f.fromPartial({
|
|
19485
19544
|
typeUrl: "/initia.mstaking.v1.MsgUpdateParams",
|
|
19486
|
-
value:
|
|
19545
|
+
value: bu.encode(this.toProto()).finish()
|
|
19487
19546
|
});
|
|
19488
19547
|
}
|
|
19489
19548
|
static unpackAny(t) {
|
|
19490
|
-
return
|
|
19491
|
-
|
|
19549
|
+
return To.fromProto(
|
|
19550
|
+
bu.decode(t.value)
|
|
19492
19551
|
);
|
|
19493
19552
|
}
|
|
19494
19553
|
}
|
|
@@ -19900,7 +19959,7 @@ class It extends m {
|
|
|
19900
19959
|
}
|
|
19901
19960
|
a.Entry = t;
|
|
19902
19961
|
})(It || (It = {}));
|
|
19903
|
-
class
|
|
19962
|
+
class Ro extends m {
|
|
19904
19963
|
/**
|
|
19905
19964
|
* @param authority the address that controls the module
|
|
19906
19965
|
* @param moniker
|
|
@@ -19914,7 +19973,7 @@ class To extends m {
|
|
|
19914
19973
|
const {
|
|
19915
19974
|
value: { authority: e, moniker: r, validator_address: o, pubkey: s }
|
|
19916
19975
|
} = t;
|
|
19917
|
-
return new
|
|
19976
|
+
return new Ro(
|
|
19918
19977
|
e,
|
|
19919
19978
|
r,
|
|
19920
19979
|
o,
|
|
@@ -19935,7 +19994,7 @@ class To extends m {
|
|
|
19935
19994
|
}
|
|
19936
19995
|
static fromData(t) {
|
|
19937
19996
|
const { authority: e, moniker: r, validator_address: o, pubkey: s } = t;
|
|
19938
|
-
return new
|
|
19997
|
+
return new Ro(
|
|
19939
19998
|
e,
|
|
19940
19999
|
r,
|
|
19941
20000
|
o,
|
|
@@ -19953,7 +20012,7 @@ class To extends m {
|
|
|
19953
20012
|
};
|
|
19954
20013
|
}
|
|
19955
20014
|
static fromProto(t) {
|
|
19956
|
-
return new
|
|
20015
|
+
return new Ro(
|
|
19957
20016
|
t.authority,
|
|
19958
20017
|
t.moniker,
|
|
19959
20018
|
t.validatorAddress,
|
|
@@ -19962,7 +20021,7 @@ class To extends m {
|
|
|
19962
20021
|
}
|
|
19963
20022
|
toProto() {
|
|
19964
20023
|
const { authority: t, moniker: e, validator_address: r, pubkey: o } = this;
|
|
19965
|
-
return
|
|
20024
|
+
return Au.fromPartial({
|
|
19966
20025
|
authority: t,
|
|
19967
20026
|
moniker: e,
|
|
19968
20027
|
validatorAddress: r,
|
|
@@ -19972,14 +20031,14 @@ class To extends m {
|
|
|
19972
20031
|
packAny() {
|
|
19973
20032
|
return f.fromPartial({
|
|
19974
20033
|
typeUrl: "/opinit.opchild.v1.MsgAddValidator",
|
|
19975
|
-
value:
|
|
20034
|
+
value: Au.encode(this.toProto()).finish()
|
|
19976
20035
|
});
|
|
19977
20036
|
}
|
|
19978
20037
|
static unpackAny(t) {
|
|
19979
|
-
return
|
|
20038
|
+
return Ro.fromProto(Au.decode(t.value));
|
|
19980
20039
|
}
|
|
19981
20040
|
}
|
|
19982
|
-
class
|
|
20041
|
+
class Lo extends m {
|
|
19983
20042
|
/**
|
|
19984
20043
|
* @param authority the address that controls the module
|
|
19985
20044
|
* @param validator_address
|
|
@@ -19991,7 +20050,7 @@ class Ro extends m {
|
|
|
19991
20050
|
const {
|
|
19992
20051
|
value: { authority: e, validator_address: r }
|
|
19993
20052
|
} = t;
|
|
19994
|
-
return new
|
|
20053
|
+
return new Lo(e, r);
|
|
19995
20054
|
}
|
|
19996
20055
|
toAmino() {
|
|
19997
20056
|
const { authority: t, validator_address: e } = this;
|
|
@@ -20005,7 +20064,7 @@ class Ro extends m {
|
|
|
20005
20064
|
}
|
|
20006
20065
|
static fromData(t) {
|
|
20007
20066
|
const { authority: e, validator_address: r } = t;
|
|
20008
|
-
return new
|
|
20067
|
+
return new Lo(e, r);
|
|
20009
20068
|
}
|
|
20010
20069
|
toData() {
|
|
20011
20070
|
const { authority: t, validator_address: e } = this;
|
|
@@ -20016,11 +20075,11 @@ class Ro extends m {
|
|
|
20016
20075
|
};
|
|
20017
20076
|
}
|
|
20018
20077
|
static fromProto(t) {
|
|
20019
|
-
return new
|
|
20078
|
+
return new Lo(t.authority, t.validatorAddress);
|
|
20020
20079
|
}
|
|
20021
20080
|
toProto() {
|
|
20022
20081
|
const { authority: t, validator_address: e } = this;
|
|
20023
|
-
return
|
|
20082
|
+
return Du.fromPartial({
|
|
20024
20083
|
authority: t,
|
|
20025
20084
|
validatorAddress: e
|
|
20026
20085
|
});
|
|
@@ -20028,16 +20087,16 @@ class Ro extends m {
|
|
|
20028
20087
|
packAny() {
|
|
20029
20088
|
return f.fromPartial({
|
|
20030
20089
|
typeUrl: "/opinit.opchild.v1.MsgRemoveValidator",
|
|
20031
|
-
value:
|
|
20090
|
+
value: Du.encode(this.toProto()).finish()
|
|
20032
20091
|
});
|
|
20033
20092
|
}
|
|
20034
20093
|
static unpackAny(t) {
|
|
20035
|
-
return
|
|
20036
|
-
|
|
20094
|
+
return Lo.fromProto(
|
|
20095
|
+
Du.decode(t.value)
|
|
20037
20096
|
);
|
|
20038
20097
|
}
|
|
20039
20098
|
}
|
|
20040
|
-
class
|
|
20099
|
+
class Ho extends m {
|
|
20041
20100
|
/**
|
|
20042
20101
|
* @param sender the sender address
|
|
20043
20102
|
* @param from l1 sender address
|
|
@@ -20055,7 +20114,7 @@ class Lo extends m {
|
|
|
20055
20114
|
const {
|
|
20056
20115
|
value: { sender: e, from: r, to: o, amount: s, sequence: n, height: i, base_denom: c, data: d }
|
|
20057
20116
|
} = t;
|
|
20058
|
-
return new
|
|
20117
|
+
return new Ho(
|
|
20059
20118
|
e,
|
|
20060
20119
|
r,
|
|
20061
20120
|
o,
|
|
@@ -20084,7 +20143,7 @@ class Lo extends m {
|
|
|
20084
20143
|
}
|
|
20085
20144
|
static fromData(t) {
|
|
20086
20145
|
const { sender: e, from: r, to: o, amount: s, sequence: n, height: i, base_denom: c, data: d } = t;
|
|
20087
|
-
return new
|
|
20146
|
+
return new Ho(
|
|
20088
20147
|
e,
|
|
20089
20148
|
r,
|
|
20090
20149
|
o,
|
|
@@ -20110,7 +20169,7 @@ class Lo extends m {
|
|
|
20110
20169
|
};
|
|
20111
20170
|
}
|
|
20112
20171
|
static fromProto(t) {
|
|
20113
|
-
return new
|
|
20172
|
+
return new Ho(
|
|
20114
20173
|
t.sender,
|
|
20115
20174
|
t.from,
|
|
20116
20175
|
t.to,
|
|
@@ -20123,7 +20182,7 @@ class Lo extends m {
|
|
|
20123
20182
|
}
|
|
20124
20183
|
toProto() {
|
|
20125
20184
|
const { sender: t, from: e, to: r, amount: o, sequence: s, height: n, base_denom: i, data: c } = this;
|
|
20126
|
-
return
|
|
20185
|
+
return ku.fromPartial({
|
|
20127
20186
|
sender: t,
|
|
20128
20187
|
from: e,
|
|
20129
20188
|
to: r,
|
|
@@ -20137,16 +20196,16 @@ class Lo extends m {
|
|
|
20137
20196
|
packAny() {
|
|
20138
20197
|
return f.fromPartial({
|
|
20139
20198
|
typeUrl: "/opinit.opchild.v1.MsgFinalizeTokenDeposit",
|
|
20140
|
-
value:
|
|
20199
|
+
value: ku.encode(this.toProto()).finish()
|
|
20141
20200
|
});
|
|
20142
20201
|
}
|
|
20143
20202
|
static unpackAny(t) {
|
|
20144
|
-
return
|
|
20145
|
-
|
|
20203
|
+
return Ho.fromProto(
|
|
20204
|
+
ku.decode(t.value)
|
|
20146
20205
|
);
|
|
20147
20206
|
}
|
|
20148
20207
|
}
|
|
20149
|
-
class
|
|
20208
|
+
class zo extends m {
|
|
20150
20209
|
/**
|
|
20151
20210
|
* @param sender the l2 sender address
|
|
20152
20211
|
* @param to l1 recipient address
|
|
@@ -20159,7 +20218,7 @@ class Ho extends m {
|
|
|
20159
20218
|
const {
|
|
20160
20219
|
value: { sender: e, to: r, amount: o }
|
|
20161
20220
|
} = t;
|
|
20162
|
-
return new
|
|
20221
|
+
return new zo(e, r, I.fromAmino(o));
|
|
20163
20222
|
}
|
|
20164
20223
|
toAmino() {
|
|
20165
20224
|
const { sender: t, to: e, amount: r } = this;
|
|
@@ -20174,7 +20233,7 @@ class Ho extends m {
|
|
|
20174
20233
|
}
|
|
20175
20234
|
static fromData(t) {
|
|
20176
20235
|
const { sender: e, to: r, amount: o } = t;
|
|
20177
|
-
return new
|
|
20236
|
+
return new zo(e, r, I.fromData(o));
|
|
20178
20237
|
}
|
|
20179
20238
|
toData() {
|
|
20180
20239
|
const { sender: t, to: e, amount: r } = this;
|
|
@@ -20186,7 +20245,7 @@ class Ho extends m {
|
|
|
20186
20245
|
};
|
|
20187
20246
|
}
|
|
20188
20247
|
static fromProto(t) {
|
|
20189
|
-
return new
|
|
20248
|
+
return new zo(
|
|
20190
20249
|
t.sender,
|
|
20191
20250
|
t.to,
|
|
20192
20251
|
I.fromProto(t.amount)
|
|
@@ -20194,7 +20253,7 @@ class Ho extends m {
|
|
|
20194
20253
|
}
|
|
20195
20254
|
toProto() {
|
|
20196
20255
|
const { sender: t, to: e, amount: r } = this;
|
|
20197
|
-
return
|
|
20256
|
+
return xu.fromPartial({
|
|
20198
20257
|
sender: t,
|
|
20199
20258
|
to: e,
|
|
20200
20259
|
amount: r.toProto()
|
|
@@ -20203,16 +20262,16 @@ class Ho extends m {
|
|
|
20203
20262
|
packAny() {
|
|
20204
20263
|
return f.fromPartial({
|
|
20205
20264
|
typeUrl: "/opinit.opchild.v1.MsgInitiateTokenWithdrawal",
|
|
20206
|
-
value:
|
|
20265
|
+
value: xu.encode(this.toProto()).finish()
|
|
20207
20266
|
});
|
|
20208
20267
|
}
|
|
20209
20268
|
static unpackAny(t) {
|
|
20210
|
-
return
|
|
20211
|
-
|
|
20269
|
+
return zo.fromProto(
|
|
20270
|
+
xu.decode(t.value)
|
|
20212
20271
|
);
|
|
20213
20272
|
}
|
|
20214
20273
|
}
|
|
20215
|
-
class
|
|
20274
|
+
class qo extends m {
|
|
20216
20275
|
/**
|
|
20217
20276
|
* @param sender the actor that signed the messages
|
|
20218
20277
|
* @param messages the arbitrary messages to be executed
|
|
@@ -20224,7 +20283,7 @@ class zo extends m {
|
|
|
20224
20283
|
const {
|
|
20225
20284
|
value: { sender: e, messages: r }
|
|
20226
20285
|
} = t;
|
|
20227
|
-
return new
|
|
20286
|
+
return new qo(e, r.map(Q.fromAmino));
|
|
20228
20287
|
}
|
|
20229
20288
|
toAmino() {
|
|
20230
20289
|
const { sender: t, messages: e } = this;
|
|
@@ -20238,7 +20297,7 @@ class zo extends m {
|
|
|
20238
20297
|
}
|
|
20239
20298
|
static fromData(t) {
|
|
20240
20299
|
const { sender: e, messages: r } = t;
|
|
20241
|
-
return new
|
|
20300
|
+
return new qo(e, r.map(Q.fromData));
|
|
20242
20301
|
}
|
|
20243
20302
|
toData() {
|
|
20244
20303
|
const { sender: t, messages: e } = this;
|
|
@@ -20249,11 +20308,11 @@ class zo extends m {
|
|
|
20249
20308
|
};
|
|
20250
20309
|
}
|
|
20251
20310
|
static fromProto(t) {
|
|
20252
|
-
return new
|
|
20311
|
+
return new qo(t.sender, t.messages.map(Q.fromProto));
|
|
20253
20312
|
}
|
|
20254
20313
|
toProto() {
|
|
20255
20314
|
const { sender: t, messages: e } = this;
|
|
20256
|
-
return
|
|
20315
|
+
return Mu.fromPartial({
|
|
20257
20316
|
sender: t,
|
|
20258
20317
|
messages: e.map((r) => r.packAny())
|
|
20259
20318
|
});
|
|
@@ -20261,16 +20320,16 @@ class zo extends m {
|
|
|
20261
20320
|
packAny() {
|
|
20262
20321
|
return f.fromPartial({
|
|
20263
20322
|
typeUrl: "/opinit.opchild.v1.MsgExecuteMessages",
|
|
20264
|
-
value:
|
|
20323
|
+
value: Mu.encode(this.toProto()).finish()
|
|
20265
20324
|
});
|
|
20266
20325
|
}
|
|
20267
20326
|
static unpackAny(t) {
|
|
20268
|
-
return
|
|
20269
|
-
|
|
20327
|
+
return qo.fromProto(
|
|
20328
|
+
Mu.decode(t.value)
|
|
20270
20329
|
);
|
|
20271
20330
|
}
|
|
20272
20331
|
}
|
|
20273
|
-
class
|
|
20332
|
+
class Vo extends m {
|
|
20274
20333
|
/**
|
|
20275
20334
|
* @param authority the address that controls the module
|
|
20276
20335
|
* @param recipient address to receive the coins
|
|
@@ -20285,7 +20344,7 @@ class qo extends m {
|
|
|
20285
20344
|
const {
|
|
20286
20345
|
value: { authority: r, recipient: o, amount: s }
|
|
20287
20346
|
} = e;
|
|
20288
|
-
return new
|
|
20347
|
+
return new Vo(r, o, l.fromAmino(s));
|
|
20289
20348
|
}
|
|
20290
20349
|
toAmino() {
|
|
20291
20350
|
const { authority: e, recipient: r, amount: o } = this;
|
|
@@ -20300,7 +20359,7 @@ class qo extends m {
|
|
|
20300
20359
|
}
|
|
20301
20360
|
static fromData(e) {
|
|
20302
20361
|
const { authority: r, recipient: o, amount: s } = e;
|
|
20303
|
-
return new
|
|
20362
|
+
return new Vo(r, o, l.fromData(s));
|
|
20304
20363
|
}
|
|
20305
20364
|
toData() {
|
|
20306
20365
|
const { authority: e, recipient: r, amount: o } = this;
|
|
@@ -20312,7 +20371,7 @@ class qo extends m {
|
|
|
20312
20371
|
};
|
|
20313
20372
|
}
|
|
20314
20373
|
static fromProto(e) {
|
|
20315
|
-
return new
|
|
20374
|
+
return new Vo(
|
|
20316
20375
|
e.authority,
|
|
20317
20376
|
e.recipient,
|
|
20318
20377
|
l.fromProto(e.amount)
|
|
@@ -20320,7 +20379,7 @@ class qo extends m {
|
|
|
20320
20379
|
}
|
|
20321
20380
|
toProto() {
|
|
20322
20381
|
const { authority: e, recipient: r, amount: o } = this;
|
|
20323
|
-
return
|
|
20382
|
+
return Iu.fromPartial({
|
|
20324
20383
|
authority: e,
|
|
20325
20384
|
recipient: r,
|
|
20326
20385
|
amount: o.toProto()
|
|
@@ -20329,14 +20388,14 @@ class qo extends m {
|
|
|
20329
20388
|
packAny() {
|
|
20330
20389
|
return f.fromPartial({
|
|
20331
20390
|
typeUrl: "/opinit.opchild.v1.MsgSpendFeePool",
|
|
20332
|
-
value:
|
|
20391
|
+
value: Iu.encode(this.toProto()).finish()
|
|
20333
20392
|
});
|
|
20334
20393
|
}
|
|
20335
20394
|
static unpackAny(e) {
|
|
20336
|
-
return
|
|
20395
|
+
return Vo.fromProto(Iu.decode(e.value));
|
|
20337
20396
|
}
|
|
20338
20397
|
}
|
|
20339
|
-
class
|
|
20398
|
+
class Ko extends m {
|
|
20340
20399
|
/**
|
|
20341
20400
|
* @param submitter
|
|
20342
20401
|
* @param bridge_id
|
|
@@ -20349,7 +20408,7 @@ class Vo extends m {
|
|
|
20349
20408
|
const {
|
|
20350
20409
|
value: { submitter: e, bridge_id: r, batch_bytes: o }
|
|
20351
20410
|
} = t;
|
|
20352
|
-
return new
|
|
20411
|
+
return new Ko(e, parseInt(r), o);
|
|
20353
20412
|
}
|
|
20354
20413
|
toAmino() {
|
|
20355
20414
|
const { submitter: t, bridge_id: e, batch_bytes: r } = this;
|
|
@@ -20364,7 +20423,7 @@ class Vo extends m {
|
|
|
20364
20423
|
}
|
|
20365
20424
|
static fromData(t) {
|
|
20366
20425
|
const { submitter: e, bridge_id: r, batch_bytes: o } = t;
|
|
20367
|
-
return new
|
|
20426
|
+
return new Ko(e, parseInt(r), o);
|
|
20368
20427
|
}
|
|
20369
20428
|
toData() {
|
|
20370
20429
|
const { submitter: t, bridge_id: e, batch_bytes: r } = this;
|
|
@@ -20376,7 +20435,7 @@ class Vo extends m {
|
|
|
20376
20435
|
};
|
|
20377
20436
|
}
|
|
20378
20437
|
static fromProto(t) {
|
|
20379
|
-
return new
|
|
20438
|
+
return new Ko(
|
|
20380
20439
|
t.submitter,
|
|
20381
20440
|
Number(t.bridgeId),
|
|
20382
20441
|
Buffer.from(t.batchBytes).toString("base64")
|
|
@@ -20384,7 +20443,7 @@ class Vo extends m {
|
|
|
20384
20443
|
}
|
|
20385
20444
|
toProto() {
|
|
20386
20445
|
const { submitter: t, bridge_id: e, batch_bytes: r } = this;
|
|
20387
|
-
return
|
|
20446
|
+
return Uu.fromPartial({
|
|
20388
20447
|
submitter: t,
|
|
20389
20448
|
bridgeId: BigInt(e),
|
|
20390
20449
|
batchBytes: r ? Buffer.from(r, "base64") : void 0
|
|
@@ -20393,11 +20452,11 @@ class Vo extends m {
|
|
|
20393
20452
|
packAny() {
|
|
20394
20453
|
return f.fromPartial({
|
|
20395
20454
|
typeUrl: "/opinit.ophost.v1.MsgRecordBatch",
|
|
20396
|
-
value:
|
|
20455
|
+
value: Uu.encode(this.toProto()).finish()
|
|
20397
20456
|
});
|
|
20398
20457
|
}
|
|
20399
20458
|
static unpackAny(t) {
|
|
20400
|
-
return
|
|
20459
|
+
return Ko.fromProto(Uu.decode(t.value));
|
|
20401
20460
|
}
|
|
20402
20461
|
}
|
|
20403
20462
|
class kt extends m {
|
|
@@ -20572,7 +20631,7 @@ class ce extends m {
|
|
|
20572
20631
|
});
|
|
20573
20632
|
}
|
|
20574
20633
|
}
|
|
20575
|
-
class
|
|
20634
|
+
class Wo extends m {
|
|
20576
20635
|
/**
|
|
20577
20636
|
* @param creator
|
|
20578
20637
|
* @param config
|
|
@@ -20584,7 +20643,7 @@ class Ko extends m {
|
|
|
20584
20643
|
const {
|
|
20585
20644
|
value: { creator: e, config: r }
|
|
20586
20645
|
} = t;
|
|
20587
|
-
return new
|
|
20646
|
+
return new Wo(e, ce.fromAmino(r));
|
|
20588
20647
|
}
|
|
20589
20648
|
toAmino() {
|
|
20590
20649
|
const { creator: t, config: e } = this;
|
|
@@ -20598,7 +20657,7 @@ class Ko extends m {
|
|
|
20598
20657
|
}
|
|
20599
20658
|
static fromData(t) {
|
|
20600
20659
|
const { creator: e, config: r } = t;
|
|
20601
|
-
return new
|
|
20660
|
+
return new Wo(e, ce.fromData(r));
|
|
20602
20661
|
}
|
|
20603
20662
|
toData() {
|
|
20604
20663
|
const { creator: t, config: e } = this;
|
|
@@ -20609,14 +20668,14 @@ class Ko extends m {
|
|
|
20609
20668
|
};
|
|
20610
20669
|
}
|
|
20611
20670
|
static fromProto(t) {
|
|
20612
|
-
return new
|
|
20671
|
+
return new Wo(
|
|
20613
20672
|
t.creator,
|
|
20614
20673
|
ce.fromProto(t.config)
|
|
20615
20674
|
);
|
|
20616
20675
|
}
|
|
20617
20676
|
toProto() {
|
|
20618
20677
|
const { creator: t, config: e } = this;
|
|
20619
|
-
return
|
|
20678
|
+
return Cu.fromPartial({
|
|
20620
20679
|
creator: t,
|
|
20621
20680
|
config: e.toProto()
|
|
20622
20681
|
});
|
|
@@ -20624,14 +20683,14 @@ class Ko extends m {
|
|
|
20624
20683
|
packAny() {
|
|
20625
20684
|
return f.fromPartial({
|
|
20626
20685
|
typeUrl: "/opinit.ophost.v1.MsgCreateBridge",
|
|
20627
|
-
value:
|
|
20686
|
+
value: Cu.encode(this.toProto()).finish()
|
|
20628
20687
|
});
|
|
20629
20688
|
}
|
|
20630
20689
|
static unpackAny(t) {
|
|
20631
|
-
return
|
|
20690
|
+
return Wo.fromProto(Cu.decode(t.value));
|
|
20632
20691
|
}
|
|
20633
20692
|
}
|
|
20634
|
-
class
|
|
20693
|
+
class jo extends m {
|
|
20635
20694
|
/**
|
|
20636
20695
|
* @param proposer
|
|
20637
20696
|
* @param bridge_id
|
|
@@ -20652,7 +20711,7 @@ class Wo extends m {
|
|
|
20652
20711
|
output_root: n
|
|
20653
20712
|
}
|
|
20654
20713
|
} = t;
|
|
20655
|
-
return new
|
|
20714
|
+
return new jo(
|
|
20656
20715
|
e,
|
|
20657
20716
|
parseInt(r),
|
|
20658
20717
|
parseInt(o),
|
|
@@ -20675,7 +20734,7 @@ class Wo extends m {
|
|
|
20675
20734
|
}
|
|
20676
20735
|
static fromData(t) {
|
|
20677
20736
|
const { proposer: e, bridge_id: r, output_index: o, l2_block_number: s, output_root: n } = t;
|
|
20678
|
-
return new
|
|
20737
|
+
return new jo(
|
|
20679
20738
|
e,
|
|
20680
20739
|
parseInt(r),
|
|
20681
20740
|
parseInt(o),
|
|
@@ -20695,7 +20754,7 @@ class Wo extends m {
|
|
|
20695
20754
|
};
|
|
20696
20755
|
}
|
|
20697
20756
|
static fromProto(t) {
|
|
20698
|
-
return new
|
|
20757
|
+
return new jo(
|
|
20699
20758
|
t.proposer,
|
|
20700
20759
|
Number(t.bridgeId),
|
|
20701
20760
|
Number(t.outputIndex),
|
|
@@ -20705,7 +20764,7 @@ class Wo extends m {
|
|
|
20705
20764
|
}
|
|
20706
20765
|
toProto() {
|
|
20707
20766
|
const { proposer: t, bridge_id: e, output_index: r, l2_block_number: o, output_root: s } = this;
|
|
20708
|
-
return
|
|
20767
|
+
return $u.fromPartial({
|
|
20709
20768
|
proposer: t,
|
|
20710
20769
|
bridgeId: BigInt(e),
|
|
20711
20770
|
outputIndex: BigInt(r),
|
|
@@ -20716,14 +20775,14 @@ class Wo extends m {
|
|
|
20716
20775
|
packAny() {
|
|
20717
20776
|
return f.fromPartial({
|
|
20718
20777
|
typeUrl: "/opinit.ophost.v1.MsgProposeOutput",
|
|
20719
|
-
value:
|
|
20778
|
+
value: $u.encode(this.toProto()).finish()
|
|
20720
20779
|
});
|
|
20721
20780
|
}
|
|
20722
20781
|
static unpackAny(t) {
|
|
20723
|
-
return
|
|
20782
|
+
return jo.fromProto($u.decode(t.value));
|
|
20724
20783
|
}
|
|
20725
20784
|
}
|
|
20726
|
-
class
|
|
20785
|
+
class Go extends m {
|
|
20727
20786
|
/**
|
|
20728
20787
|
* @param challenger
|
|
20729
20788
|
* @param bridge_id
|
|
@@ -20736,7 +20795,7 @@ class jo extends m {
|
|
|
20736
20795
|
const {
|
|
20737
20796
|
value: { challenger: e, bridge_id: r, output_index: o }
|
|
20738
20797
|
} = t;
|
|
20739
|
-
return new
|
|
20798
|
+
return new Go(
|
|
20740
20799
|
e,
|
|
20741
20800
|
parseInt(r),
|
|
20742
20801
|
parseInt(o)
|
|
@@ -20755,7 +20814,7 @@ class jo extends m {
|
|
|
20755
20814
|
}
|
|
20756
20815
|
static fromData(t) {
|
|
20757
20816
|
const { challenger: e, bridge_id: r, output_index: o } = t;
|
|
20758
|
-
return new
|
|
20817
|
+
return new Go(
|
|
20759
20818
|
e,
|
|
20760
20819
|
parseInt(r),
|
|
20761
20820
|
parseInt(o)
|
|
@@ -20771,7 +20830,7 @@ class jo extends m {
|
|
|
20771
20830
|
};
|
|
20772
20831
|
}
|
|
20773
20832
|
static fromProto(t) {
|
|
20774
|
-
return new
|
|
20833
|
+
return new Go(
|
|
20775
20834
|
t.challenger,
|
|
20776
20835
|
Number(t.bridgeId),
|
|
20777
20836
|
Number(t.outputIndex)
|
|
@@ -20779,7 +20838,7 @@ class jo extends m {
|
|
|
20779
20838
|
}
|
|
20780
20839
|
toProto() {
|
|
20781
20840
|
const { challenger: t, bridge_id: e, output_index: r } = this;
|
|
20782
|
-
return
|
|
20841
|
+
return Nu.fromPartial({
|
|
20783
20842
|
challenger: t,
|
|
20784
20843
|
bridgeId: BigInt(e),
|
|
20785
20844
|
outputIndex: BigInt(r)
|
|
@@ -20788,14 +20847,14 @@ class jo extends m {
|
|
|
20788
20847
|
packAny() {
|
|
20789
20848
|
return f.fromPartial({
|
|
20790
20849
|
typeUrl: "/opinit.ophost.v1.MsgDeleteOutput",
|
|
20791
|
-
value:
|
|
20850
|
+
value: Nu.encode(this.toProto()).finish()
|
|
20792
20851
|
});
|
|
20793
20852
|
}
|
|
20794
20853
|
static unpackAny(t) {
|
|
20795
|
-
return
|
|
20854
|
+
return Go.fromProto(Nu.decode(t.value));
|
|
20796
20855
|
}
|
|
20797
20856
|
}
|
|
20798
|
-
class
|
|
20857
|
+
class Jo extends m {
|
|
20799
20858
|
/**
|
|
20800
20859
|
* @param sender
|
|
20801
20860
|
* @param bridge_id
|
|
@@ -20810,7 +20869,7 @@ class Go extends m {
|
|
|
20810
20869
|
const {
|
|
20811
20870
|
value: { sender: e, bridge_id: r, to: o, amount: s, data: n }
|
|
20812
20871
|
} = t;
|
|
20813
|
-
return new
|
|
20872
|
+
return new Jo(
|
|
20814
20873
|
e,
|
|
20815
20874
|
parseInt(r),
|
|
20816
20875
|
o,
|
|
@@ -20833,7 +20892,7 @@ class Go extends m {
|
|
|
20833
20892
|
}
|
|
20834
20893
|
static fromData(t) {
|
|
20835
20894
|
const { sender: e, bridge_id: r, to: o, amount: s, data: n } = t;
|
|
20836
|
-
return new
|
|
20895
|
+
return new Jo(
|
|
20837
20896
|
e,
|
|
20838
20897
|
parseInt(r),
|
|
20839
20898
|
o,
|
|
@@ -20853,7 +20912,7 @@ class Go extends m {
|
|
|
20853
20912
|
};
|
|
20854
20913
|
}
|
|
20855
20914
|
static fromProto(t) {
|
|
20856
|
-
return new
|
|
20915
|
+
return new Jo(
|
|
20857
20916
|
t.sender,
|
|
20858
20917
|
Number(t.bridgeId),
|
|
20859
20918
|
t.to,
|
|
@@ -20863,7 +20922,7 @@ class Go extends m {
|
|
|
20863
20922
|
}
|
|
20864
20923
|
toProto() {
|
|
20865
20924
|
const { sender: t, bridge_id: e, to: r, amount: o, data: s } = this;
|
|
20866
|
-
return
|
|
20925
|
+
return Ou.fromPartial({
|
|
20867
20926
|
sender: t,
|
|
20868
20927
|
bridgeId: BigInt(e),
|
|
20869
20928
|
to: r,
|
|
@@ -20874,16 +20933,16 @@ class Go extends m {
|
|
|
20874
20933
|
packAny() {
|
|
20875
20934
|
return f.fromPartial({
|
|
20876
20935
|
typeUrl: "/opinit.ophost.v1.MsgInitiateTokenDeposit",
|
|
20877
|
-
value:
|
|
20936
|
+
value: Ou.encode(this.toProto()).finish()
|
|
20878
20937
|
});
|
|
20879
20938
|
}
|
|
20880
20939
|
static unpackAny(t) {
|
|
20881
|
-
return
|
|
20882
|
-
|
|
20940
|
+
return Jo.fromProto(
|
|
20941
|
+
Ou.decode(t.value)
|
|
20883
20942
|
);
|
|
20884
20943
|
}
|
|
20885
20944
|
}
|
|
20886
|
-
class
|
|
20945
|
+
class Zo extends m {
|
|
20887
20946
|
/**
|
|
20888
20947
|
* @param sender
|
|
20889
20948
|
* @param bridge_id
|
|
@@ -20916,7 +20975,7 @@ class Jo extends m {
|
|
|
20916
20975
|
last_block_hash: A
|
|
20917
20976
|
}
|
|
20918
20977
|
} = t;
|
|
20919
|
-
return new
|
|
20978
|
+
return new Zo(
|
|
20920
20979
|
e,
|
|
20921
20980
|
parseInt(r),
|
|
20922
20981
|
parseInt(o),
|
|
@@ -20975,7 +21034,7 @@ class Jo extends m {
|
|
|
20975
21034
|
storage_root: v,
|
|
20976
21035
|
last_block_hash: A
|
|
20977
21036
|
} = t;
|
|
20978
|
-
return new
|
|
21037
|
+
return new Zo(
|
|
20979
21038
|
e,
|
|
20980
21039
|
parseInt(r),
|
|
20981
21040
|
parseInt(o),
|
|
@@ -21019,7 +21078,7 @@ class Jo extends m {
|
|
|
21019
21078
|
};
|
|
21020
21079
|
}
|
|
21021
21080
|
static fromProto(t) {
|
|
21022
|
-
return new
|
|
21081
|
+
return new Zo(
|
|
21023
21082
|
t.sender,
|
|
21024
21083
|
Number(t.bridgeId),
|
|
21025
21084
|
Number(t.outputIndex),
|
|
@@ -21049,7 +21108,7 @@ class Jo extends m {
|
|
|
21049
21108
|
storage_root: g,
|
|
21050
21109
|
last_block_hash: v
|
|
21051
21110
|
} = this;
|
|
21052
|
-
return
|
|
21111
|
+
return Fu.fromPartial({
|
|
21053
21112
|
sender: t,
|
|
21054
21113
|
bridgeId: BigInt(e),
|
|
21055
21114
|
outputIndex: BigInt(r),
|
|
@@ -21068,16 +21127,16 @@ class Jo extends m {
|
|
|
21068
21127
|
packAny() {
|
|
21069
21128
|
return f.fromPartial({
|
|
21070
21129
|
typeUrl: "/opinit.ophost.v1.MsgFinalizeTokenWithdrawal",
|
|
21071
|
-
value:
|
|
21130
|
+
value: Fu.encode(this.toProto()).finish()
|
|
21072
21131
|
});
|
|
21073
21132
|
}
|
|
21074
21133
|
static unpackAny(t) {
|
|
21075
|
-
return
|
|
21076
|
-
|
|
21134
|
+
return Zo.fromProto(
|
|
21135
|
+
Fu.decode(t.value)
|
|
21077
21136
|
);
|
|
21078
21137
|
}
|
|
21079
21138
|
}
|
|
21080
|
-
class
|
|
21139
|
+
class Yo extends m {
|
|
21081
21140
|
/**
|
|
21082
21141
|
* @param authority the address that controls the module
|
|
21083
21142
|
* @param bridge_id
|
|
@@ -21090,7 +21149,7 @@ class Zo extends m {
|
|
|
21090
21149
|
const {
|
|
21091
21150
|
value: { authority: e, bridge_id: r, new_proposer: o }
|
|
21092
21151
|
} = t;
|
|
21093
|
-
return new
|
|
21152
|
+
return new Yo(e, parseInt(r), o);
|
|
21094
21153
|
}
|
|
21095
21154
|
toAmino() {
|
|
21096
21155
|
const { authority: t, bridge_id: e, new_proposer: r } = this;
|
|
@@ -21105,7 +21164,7 @@ class Zo extends m {
|
|
|
21105
21164
|
}
|
|
21106
21165
|
static fromData(t) {
|
|
21107
21166
|
const { authority: e, bridge_id: r, new_proposer: o } = t;
|
|
21108
|
-
return new
|
|
21167
|
+
return new Yo(e, parseInt(r), o);
|
|
21109
21168
|
}
|
|
21110
21169
|
toData() {
|
|
21111
21170
|
const { authority: t, bridge_id: e, new_proposer: r } = this;
|
|
@@ -21117,7 +21176,7 @@ class Zo extends m {
|
|
|
21117
21176
|
};
|
|
21118
21177
|
}
|
|
21119
21178
|
static fromProto(t) {
|
|
21120
|
-
return new
|
|
21179
|
+
return new Yo(
|
|
21121
21180
|
t.authority,
|
|
21122
21181
|
Number(t.bridgeId),
|
|
21123
21182
|
t.newProposer
|
|
@@ -21125,7 +21184,7 @@ class Zo extends m {
|
|
|
21125
21184
|
}
|
|
21126
21185
|
toProto() {
|
|
21127
21186
|
const { authority: t, bridge_id: e, new_proposer: r } = this;
|
|
21128
|
-
return
|
|
21187
|
+
return Tu.fromPartial({
|
|
21129
21188
|
authority: t,
|
|
21130
21189
|
bridgeId: BigInt(e),
|
|
21131
21190
|
newProposer: r
|
|
@@ -21134,16 +21193,16 @@ class Zo extends m {
|
|
|
21134
21193
|
packAny() {
|
|
21135
21194
|
return f.fromPartial({
|
|
21136
21195
|
typeUrl: "/opinit.ophost.v1.MsgUpdateProposer",
|
|
21137
|
-
value:
|
|
21196
|
+
value: Tu.encode(this.toProto()).finish()
|
|
21138
21197
|
});
|
|
21139
21198
|
}
|
|
21140
21199
|
static unpackAny(t) {
|
|
21141
|
-
return
|
|
21142
|
-
|
|
21200
|
+
return Yo.fromProto(
|
|
21201
|
+
Tu.decode(t.value)
|
|
21143
21202
|
);
|
|
21144
21203
|
}
|
|
21145
21204
|
}
|
|
21146
|
-
class
|
|
21205
|
+
class Xo extends m {
|
|
21147
21206
|
/**
|
|
21148
21207
|
* @param authority the address that controls the module
|
|
21149
21208
|
* @param bridge_id
|
|
@@ -21156,7 +21215,7 @@ class Yo extends m {
|
|
|
21156
21215
|
const {
|
|
21157
21216
|
value: { authority: e, bridge_id: r, challenger: o }
|
|
21158
21217
|
} = t;
|
|
21159
|
-
return new
|
|
21218
|
+
return new Xo(e, parseInt(r), o);
|
|
21160
21219
|
}
|
|
21161
21220
|
toAmino() {
|
|
21162
21221
|
const { authority: t, bridge_id: e, challenger: r } = this;
|
|
@@ -21171,7 +21230,7 @@ class Yo extends m {
|
|
|
21171
21230
|
}
|
|
21172
21231
|
static fromData(t) {
|
|
21173
21232
|
const { authority: e, bridge_id: r, challenger: o } = t;
|
|
21174
|
-
return new
|
|
21233
|
+
return new Xo(e, parseInt(r), o);
|
|
21175
21234
|
}
|
|
21176
21235
|
toData() {
|
|
21177
21236
|
const { authority: t, bridge_id: e, challenger: r } = this;
|
|
@@ -21183,7 +21242,7 @@ class Yo extends m {
|
|
|
21183
21242
|
};
|
|
21184
21243
|
}
|
|
21185
21244
|
static fromProto(t) {
|
|
21186
|
-
return new
|
|
21245
|
+
return new Xo(
|
|
21187
21246
|
t.authority,
|
|
21188
21247
|
Number(t.bridgeId),
|
|
21189
21248
|
t.challenger
|
|
@@ -21191,7 +21250,7 @@ class Yo extends m {
|
|
|
21191
21250
|
}
|
|
21192
21251
|
toProto() {
|
|
21193
21252
|
const { authority: t, bridge_id: e, challenger: r } = this;
|
|
21194
|
-
return
|
|
21253
|
+
return Ru.fromPartial({
|
|
21195
21254
|
authority: t,
|
|
21196
21255
|
bridgeId: BigInt(e),
|
|
21197
21256
|
challenger: r
|
|
@@ -21200,16 +21259,16 @@ class Yo extends m {
|
|
|
21200
21259
|
packAny() {
|
|
21201
21260
|
return f.fromPartial({
|
|
21202
21261
|
typeUrl: "/opinit.ophost.v1.MsgUpdateChallenger",
|
|
21203
|
-
value:
|
|
21262
|
+
value: Ru.encode(this.toProto()).finish()
|
|
21204
21263
|
});
|
|
21205
21264
|
}
|
|
21206
21265
|
static unpackAny(t) {
|
|
21207
|
-
return
|
|
21208
|
-
|
|
21266
|
+
return Xo.fromProto(
|
|
21267
|
+
Ru.decode(t.value)
|
|
21209
21268
|
);
|
|
21210
21269
|
}
|
|
21211
21270
|
}
|
|
21212
|
-
class
|
|
21271
|
+
class Qo extends m {
|
|
21213
21272
|
/**
|
|
21214
21273
|
* @param authority the address that controls the module
|
|
21215
21274
|
* @param bridge_id
|
|
@@ -21222,7 +21281,7 @@ class Xo extends m {
|
|
|
21222
21281
|
const {
|
|
21223
21282
|
value: { authority: e, bridge_id: r, new_batch_info: o }
|
|
21224
21283
|
} = t;
|
|
21225
|
-
return new
|
|
21284
|
+
return new Qo(
|
|
21226
21285
|
e,
|
|
21227
21286
|
parseInt(r),
|
|
21228
21287
|
kt.fromAmino(o)
|
|
@@ -21241,7 +21300,7 @@ class Xo extends m {
|
|
|
21241
21300
|
}
|
|
21242
21301
|
static fromData(t) {
|
|
21243
21302
|
const { authority: e, bridge_id: r, new_batch_info: o } = t;
|
|
21244
|
-
return new
|
|
21303
|
+
return new Qo(
|
|
21245
21304
|
e,
|
|
21246
21305
|
parseInt(r),
|
|
21247
21306
|
kt.fromData(o)
|
|
@@ -21257,7 +21316,7 @@ class Xo extends m {
|
|
|
21257
21316
|
};
|
|
21258
21317
|
}
|
|
21259
21318
|
static fromProto(t) {
|
|
21260
|
-
return new
|
|
21319
|
+
return new Qo(
|
|
21261
21320
|
t.authority,
|
|
21262
21321
|
Number(t.bridgeId),
|
|
21263
21322
|
kt.fromProto(t.newBatchInfo)
|
|
@@ -21265,7 +21324,7 @@ class Xo extends m {
|
|
|
21265
21324
|
}
|
|
21266
21325
|
toProto() {
|
|
21267
21326
|
const { authority: t, bridge_id: e, new_batch_info: r } = this;
|
|
21268
|
-
return
|
|
21327
|
+
return Lu.fromPartial({
|
|
21269
21328
|
authority: t,
|
|
21270
21329
|
bridgeId: BigInt(e),
|
|
21271
21330
|
newBatchInfo: r.toProto()
|
|
@@ -21274,16 +21333,16 @@ class Xo extends m {
|
|
|
21274
21333
|
packAny() {
|
|
21275
21334
|
return f.fromPartial({
|
|
21276
21335
|
typeUrl: "/opinit.ophost.v1.MsgUpdateBatchInfo",
|
|
21277
|
-
value:
|
|
21336
|
+
value: Lu.encode(this.toProto()).finish()
|
|
21278
21337
|
});
|
|
21279
21338
|
}
|
|
21280
21339
|
static unpackAny(t) {
|
|
21281
|
-
return
|
|
21282
|
-
|
|
21340
|
+
return Qo.fromProto(
|
|
21341
|
+
Lu.decode(t.value)
|
|
21283
21342
|
);
|
|
21284
21343
|
}
|
|
21285
21344
|
}
|
|
21286
|
-
class
|
|
21345
|
+
class ts extends m {
|
|
21287
21346
|
/**
|
|
21288
21347
|
* @param authority the address that controls the module
|
|
21289
21348
|
* @param bridge_id
|
|
@@ -21296,7 +21355,7 @@ class Qo extends m {
|
|
|
21296
21355
|
const {
|
|
21297
21356
|
value: { authority: e, bridge_id: r, oracle_enabled: o }
|
|
21298
21357
|
} = t;
|
|
21299
|
-
return new
|
|
21358
|
+
return new ts(
|
|
21300
21359
|
e,
|
|
21301
21360
|
parseInt(r),
|
|
21302
21361
|
o
|
|
@@ -21315,7 +21374,7 @@ class Qo extends m {
|
|
|
21315
21374
|
}
|
|
21316
21375
|
static fromData(t) {
|
|
21317
21376
|
const { authority: e, bridge_id: r, oracle_enabled: o } = t;
|
|
21318
|
-
return new
|
|
21377
|
+
return new ts(
|
|
21319
21378
|
e,
|
|
21320
21379
|
parseInt(r),
|
|
21321
21380
|
o
|
|
@@ -21331,7 +21390,7 @@ class Qo extends m {
|
|
|
21331
21390
|
};
|
|
21332
21391
|
}
|
|
21333
21392
|
static fromProto(t) {
|
|
21334
|
-
return new
|
|
21393
|
+
return new ts(
|
|
21335
21394
|
t.authority,
|
|
21336
21395
|
Number(t.bridgeId),
|
|
21337
21396
|
t.oracleEnabled
|
|
@@ -21339,7 +21398,7 @@ class Qo extends m {
|
|
|
21339
21398
|
}
|
|
21340
21399
|
toProto() {
|
|
21341
21400
|
const { authority: t, bridge_id: e, oracle_enabled: r } = this;
|
|
21342
|
-
return
|
|
21401
|
+
return Hu.fromPartial({
|
|
21343
21402
|
authority: t,
|
|
21344
21403
|
bridgeId: BigInt(e),
|
|
21345
21404
|
oracleEnabled: r
|
|
@@ -21348,16 +21407,16 @@ class Qo extends m {
|
|
|
21348
21407
|
packAny() {
|
|
21349
21408
|
return f.fromPartial({
|
|
21350
21409
|
typeUrl: "/opinit.ophost.v1.MsgUpdateOracleConfig",
|
|
21351
|
-
value:
|
|
21410
|
+
value: Hu.encode(this.toProto()).finish()
|
|
21352
21411
|
});
|
|
21353
21412
|
}
|
|
21354
21413
|
static unpackAny(t) {
|
|
21355
|
-
return
|
|
21356
|
-
|
|
21414
|
+
return ts.fromProto(
|
|
21415
|
+
Hu.decode(t.value)
|
|
21357
21416
|
);
|
|
21358
21417
|
}
|
|
21359
21418
|
}
|
|
21360
|
-
class
|
|
21419
|
+
class es extends m {
|
|
21361
21420
|
/**
|
|
21362
21421
|
* @param authority the address that controls the module
|
|
21363
21422
|
* @param bridge_id
|
|
@@ -21370,7 +21429,7 @@ class ts extends m {
|
|
|
21370
21429
|
const {
|
|
21371
21430
|
value: { authority: e, bridge_id: r, metadata: o }
|
|
21372
21431
|
} = t;
|
|
21373
|
-
return new
|
|
21432
|
+
return new es(e, parseInt(r), o);
|
|
21374
21433
|
}
|
|
21375
21434
|
toAmino() {
|
|
21376
21435
|
const { authority: t, bridge_id: e, metadata: r } = this;
|
|
@@ -21385,7 +21444,7 @@ class ts extends m {
|
|
|
21385
21444
|
}
|
|
21386
21445
|
static fromData(t) {
|
|
21387
21446
|
const { authority: e, bridge_id: r, metadata: o } = t;
|
|
21388
|
-
return new
|
|
21447
|
+
return new es(e, parseInt(r), o);
|
|
21389
21448
|
}
|
|
21390
21449
|
toData() {
|
|
21391
21450
|
const { authority: t, bridge_id: e, metadata: r } = this;
|
|
@@ -21397,7 +21456,7 @@ class ts extends m {
|
|
|
21397
21456
|
};
|
|
21398
21457
|
}
|
|
21399
21458
|
static fromProto(t) {
|
|
21400
|
-
return new
|
|
21459
|
+
return new es(
|
|
21401
21460
|
t.authority,
|
|
21402
21461
|
Number(t.bridgeId),
|
|
21403
21462
|
Buffer.from(t.metadata).toString("base64")
|
|
@@ -21405,7 +21464,7 @@ class ts extends m {
|
|
|
21405
21464
|
}
|
|
21406
21465
|
toProto() {
|
|
21407
21466
|
const { authority: t, bridge_id: e, metadata: r } = this;
|
|
21408
|
-
return
|
|
21467
|
+
return zu.fromPartial({
|
|
21409
21468
|
authority: t,
|
|
21410
21469
|
bridgeId: BigInt(e),
|
|
21411
21470
|
metadata: Buffer.from(r, "base64")
|
|
@@ -21414,12 +21473,12 @@ class ts extends m {
|
|
|
21414
21473
|
packAny() {
|
|
21415
21474
|
return f.fromPartial({
|
|
21416
21475
|
typeUrl: "/opinit.ophost.v1.MsgUpdateMetadata",
|
|
21417
|
-
value:
|
|
21476
|
+
value: zu.encode(this.toProto()).finish()
|
|
21418
21477
|
});
|
|
21419
21478
|
}
|
|
21420
21479
|
static unpackAny(t) {
|
|
21421
|
-
return
|
|
21422
|
-
|
|
21480
|
+
return es.fromProto(
|
|
21481
|
+
zu.decode(t.value)
|
|
21423
21482
|
);
|
|
21424
21483
|
}
|
|
21425
21484
|
}
|
|
@@ -21461,7 +21520,7 @@ class Cs extends m {
|
|
|
21461
21520
|
});
|
|
21462
21521
|
}
|
|
21463
21522
|
}
|
|
21464
|
-
class
|
|
21523
|
+
class rs extends m {
|
|
21465
21524
|
/**
|
|
21466
21525
|
* @param authority the address that controls the module
|
|
21467
21526
|
* @param params the ophost parameters to update
|
|
@@ -21473,7 +21532,7 @@ class es extends m {
|
|
|
21473
21532
|
const {
|
|
21474
21533
|
value: { authority: e, params: r }
|
|
21475
21534
|
} = t;
|
|
21476
|
-
return new
|
|
21535
|
+
return new rs(e, Cs.fromAmino(r));
|
|
21477
21536
|
}
|
|
21478
21537
|
toAmino() {
|
|
21479
21538
|
const { authority: t, params: e } = this;
|
|
@@ -21487,7 +21546,7 @@ class es extends m {
|
|
|
21487
21546
|
}
|
|
21488
21547
|
static fromData(t) {
|
|
21489
21548
|
const { authority: e, params: r } = t;
|
|
21490
|
-
return new
|
|
21549
|
+
return new rs(e, Cs.fromData(r));
|
|
21491
21550
|
}
|
|
21492
21551
|
toData() {
|
|
21493
21552
|
const { authority: t, params: e } = this;
|
|
@@ -21498,14 +21557,14 @@ class es extends m {
|
|
|
21498
21557
|
};
|
|
21499
21558
|
}
|
|
21500
21559
|
static fromProto(t) {
|
|
21501
|
-
return new
|
|
21560
|
+
return new rs(
|
|
21502
21561
|
t.authority,
|
|
21503
21562
|
Cs.fromProto(t.params)
|
|
21504
21563
|
);
|
|
21505
21564
|
}
|
|
21506
21565
|
toProto() {
|
|
21507
21566
|
const { authority: t, params: e } = this;
|
|
21508
|
-
return
|
|
21567
|
+
return qu.fromPartial({
|
|
21509
21568
|
authority: t,
|
|
21510
21569
|
params: e.toProto()
|
|
21511
21570
|
});
|
|
@@ -21513,12 +21572,12 @@ class es extends m {
|
|
|
21513
21572
|
packAny() {
|
|
21514
21573
|
return f.fromPartial({
|
|
21515
21574
|
typeUrl: "/opinit.ophost.v1.MsgUpdateParams",
|
|
21516
|
-
value:
|
|
21575
|
+
value: qu.encode(this.toProto()).finish()
|
|
21517
21576
|
});
|
|
21518
21577
|
}
|
|
21519
21578
|
static unpackAny(t) {
|
|
21520
|
-
return
|
|
21521
|
-
|
|
21579
|
+
return rs.fromProto(
|
|
21580
|
+
qu.decode(t.value)
|
|
21522
21581
|
);
|
|
21523
21582
|
}
|
|
21524
21583
|
}
|
|
@@ -21707,7 +21766,7 @@ class ue extends m {
|
|
|
21707
21766
|
});
|
|
21708
21767
|
}
|
|
21709
21768
|
}
|
|
21710
|
-
class
|
|
21769
|
+
class os extends m {
|
|
21711
21770
|
/**
|
|
21712
21771
|
* @param sender the sender address
|
|
21713
21772
|
* @param bridge_info the bridge information to be set
|
|
@@ -21719,7 +21778,7 @@ class rs extends m {
|
|
|
21719
21778
|
const {
|
|
21720
21779
|
value: { sender: e, bridge_info: r }
|
|
21721
21780
|
} = t;
|
|
21722
|
-
return new
|
|
21781
|
+
return new os(e, ue.fromAmino(r));
|
|
21723
21782
|
}
|
|
21724
21783
|
toAmino() {
|
|
21725
21784
|
const { sender: t, bridge_info: e } = this;
|
|
@@ -21733,7 +21792,7 @@ class rs extends m {
|
|
|
21733
21792
|
}
|
|
21734
21793
|
static fromData(t) {
|
|
21735
21794
|
const { sender: e, bridge_info: r } = t;
|
|
21736
|
-
return new
|
|
21795
|
+
return new os(e, ue.fromData(r));
|
|
21737
21796
|
}
|
|
21738
21797
|
toData() {
|
|
21739
21798
|
const { sender: t, bridge_info: e } = this;
|
|
@@ -21744,14 +21803,14 @@ class rs extends m {
|
|
|
21744
21803
|
};
|
|
21745
21804
|
}
|
|
21746
21805
|
static fromProto(t) {
|
|
21747
|
-
return new
|
|
21806
|
+
return new os(
|
|
21748
21807
|
t.sender,
|
|
21749
21808
|
ue.fromProto(t.bridgeInfo)
|
|
21750
21809
|
);
|
|
21751
21810
|
}
|
|
21752
21811
|
toProto() {
|
|
21753
21812
|
const { sender: t, bridge_info: e } = this;
|
|
21754
|
-
return
|
|
21813
|
+
return Su.fromPartial({
|
|
21755
21814
|
sender: t,
|
|
21756
21815
|
bridgeInfo: e.toProto()
|
|
21757
21816
|
});
|
|
@@ -21759,14 +21818,14 @@ class rs extends m {
|
|
|
21759
21818
|
packAny() {
|
|
21760
21819
|
return f.fromPartial({
|
|
21761
21820
|
typeUrl: "/opinit.opchild.v1.MsgSetBridgeInfo",
|
|
21762
|
-
value:
|
|
21821
|
+
value: Su.encode(this.toProto()).finish()
|
|
21763
21822
|
});
|
|
21764
21823
|
}
|
|
21765
21824
|
static unpackAny(t) {
|
|
21766
|
-
return
|
|
21825
|
+
return os.fromProto(Su.decode(t.value));
|
|
21767
21826
|
}
|
|
21768
21827
|
}
|
|
21769
|
-
class
|
|
21828
|
+
class ss extends m {
|
|
21770
21829
|
/**
|
|
21771
21830
|
* @param sender the sender address
|
|
21772
21831
|
* @param height the height of l1 which is including the oracle message
|
|
@@ -21776,7 +21835,7 @@ class os extends m {
|
|
|
21776
21835
|
super(), this.sender = t, this.height = e, this.data = r;
|
|
21777
21836
|
}
|
|
21778
21837
|
static fromAmino(t) {
|
|
21779
|
-
return new
|
|
21838
|
+
return new ss(
|
|
21780
21839
|
t.value.sender,
|
|
21781
21840
|
parseInt(t.value.height),
|
|
21782
21841
|
t.value.data
|
|
@@ -21794,7 +21853,7 @@ class os extends m {
|
|
|
21794
21853
|
};
|
|
21795
21854
|
}
|
|
21796
21855
|
static fromData(t) {
|
|
21797
|
-
return new
|
|
21856
|
+
return new ss(t.sender, parseInt(t.height), t.data);
|
|
21798
21857
|
}
|
|
21799
21858
|
toData() {
|
|
21800
21859
|
const { sender: t, height: e, data: r } = this;
|
|
@@ -21806,7 +21865,7 @@ class os extends m {
|
|
|
21806
21865
|
};
|
|
21807
21866
|
}
|
|
21808
21867
|
static fromProto(t) {
|
|
21809
|
-
return new
|
|
21868
|
+
return new ss(
|
|
21810
21869
|
t.sender,
|
|
21811
21870
|
Number(t.height),
|
|
21812
21871
|
Buffer.from(t.data).toString("base64")
|
|
@@ -21814,7 +21873,7 @@ class os extends m {
|
|
|
21814
21873
|
}
|
|
21815
21874
|
toProto() {
|
|
21816
21875
|
const { sender: t, height: e, data: r } = this;
|
|
21817
|
-
return
|
|
21876
|
+
return Bu.fromPartial({
|
|
21818
21877
|
sender: t,
|
|
21819
21878
|
height: BigInt(e),
|
|
21820
21879
|
data: Buffer.from(r, "base64")
|
|
@@ -21823,11 +21882,11 @@ class os extends m {
|
|
|
21823
21882
|
packAny() {
|
|
21824
21883
|
return f.fromPartial({
|
|
21825
21884
|
typeUrl: "/opinit.opchild.v1.MsgUpdateOracle",
|
|
21826
|
-
value:
|
|
21885
|
+
value: Bu.encode(this.toProto()).finish()
|
|
21827
21886
|
});
|
|
21828
21887
|
}
|
|
21829
21888
|
static unpackAny(t) {
|
|
21830
|
-
return
|
|
21889
|
+
return ss.fromProto(Bu.decode(t.value));
|
|
21831
21890
|
}
|
|
21832
21891
|
}
|
|
21833
21892
|
class $s extends m {
|
|
@@ -21963,7 +22022,7 @@ class $s extends m {
|
|
|
21963
22022
|
});
|
|
21964
22023
|
}
|
|
21965
22024
|
}
|
|
21966
|
-
class
|
|
22025
|
+
class ns extends m {
|
|
21967
22026
|
/**
|
|
21968
22027
|
* @param authority the address that controls the module
|
|
21969
22028
|
* @param params the opchild parameters to update
|
|
@@ -21975,7 +22034,7 @@ class ss extends m {
|
|
|
21975
22034
|
const {
|
|
21976
22035
|
value: { authority: e, params: r }
|
|
21977
22036
|
} = t;
|
|
21978
|
-
return new
|
|
22037
|
+
return new ns(
|
|
21979
22038
|
e,
|
|
21980
22039
|
$s.fromAmino(r)
|
|
21981
22040
|
);
|
|
@@ -21992,7 +22051,7 @@ class ss extends m {
|
|
|
21992
22051
|
}
|
|
21993
22052
|
static fromData(t) {
|
|
21994
22053
|
const { authority: e, params: r } = t;
|
|
21995
|
-
return new
|
|
22054
|
+
return new ns(e, $s.fromData(r));
|
|
21996
22055
|
}
|
|
21997
22056
|
toData() {
|
|
21998
22057
|
const { authority: t, params: e } = this;
|
|
@@ -22003,14 +22062,14 @@ class ss extends m {
|
|
|
22003
22062
|
};
|
|
22004
22063
|
}
|
|
22005
22064
|
static fromProto(t) {
|
|
22006
|
-
return new
|
|
22065
|
+
return new ns(
|
|
22007
22066
|
t.authority,
|
|
22008
22067
|
$s.fromProto(t.params)
|
|
22009
22068
|
);
|
|
22010
22069
|
}
|
|
22011
22070
|
toProto() {
|
|
22012
22071
|
const { authority: t, params: e } = this;
|
|
22013
|
-
return
|
|
22072
|
+
return Eu.fromPartial({
|
|
22014
22073
|
authority: t,
|
|
22015
22074
|
params: e.toProto()
|
|
22016
22075
|
});
|
|
@@ -22018,12 +22077,12 @@ class ss extends m {
|
|
|
22018
22077
|
packAny() {
|
|
22019
22078
|
return f.fromPartial({
|
|
22020
22079
|
typeUrl: "/opinit.opchild.v1.MsgUpdateParams",
|
|
22021
|
-
value:
|
|
22080
|
+
value: Eu.encode(this.toProto()).finish()
|
|
22022
22081
|
});
|
|
22023
22082
|
}
|
|
22024
22083
|
static unpackAny(t) {
|
|
22025
|
-
return
|
|
22026
|
-
|
|
22084
|
+
return ns.fromProto(
|
|
22085
|
+
Eu.decode(t.value)
|
|
22027
22086
|
);
|
|
22028
22087
|
}
|
|
22029
22088
|
}
|
|
@@ -22198,7 +22257,7 @@ class Ns extends m {
|
|
|
22198
22257
|
});
|
|
22199
22258
|
}
|
|
22200
22259
|
}
|
|
22201
|
-
class
|
|
22260
|
+
class as extends m {
|
|
22202
22261
|
/**
|
|
22203
22262
|
* @param authority the address that controls the module
|
|
22204
22263
|
* @param params the reward parameters to update
|
|
@@ -22210,7 +22269,7 @@ class ns extends m {
|
|
|
22210
22269
|
const {
|
|
22211
22270
|
value: { authority: e, params: r }
|
|
22212
22271
|
} = t;
|
|
22213
|
-
return new
|
|
22272
|
+
return new as(e, Ns.fromAmino(r));
|
|
22214
22273
|
}
|
|
22215
22274
|
toAmino() {
|
|
22216
22275
|
const { authority: t, params: e } = this;
|
|
@@ -22224,7 +22283,7 @@ class ns extends m {
|
|
|
22224
22283
|
}
|
|
22225
22284
|
static fromData(t) {
|
|
22226
22285
|
const { authority: e, params: r } = t;
|
|
22227
|
-
return new
|
|
22286
|
+
return new as(e, Ns.fromData(r));
|
|
22228
22287
|
}
|
|
22229
22288
|
toData() {
|
|
22230
22289
|
const { authority: t, params: e } = this;
|
|
@@ -22235,14 +22294,14 @@ class ns extends m {
|
|
|
22235
22294
|
};
|
|
22236
22295
|
}
|
|
22237
22296
|
static fromProto(t) {
|
|
22238
|
-
return new
|
|
22297
|
+
return new as(
|
|
22239
22298
|
t.authority,
|
|
22240
22299
|
Ns.fromProto(t.params)
|
|
22241
22300
|
);
|
|
22242
22301
|
}
|
|
22243
22302
|
toProto() {
|
|
22244
22303
|
const { authority: t, params: e } = this;
|
|
22245
|
-
return
|
|
22304
|
+
return Vu.fromPartial({
|
|
22246
22305
|
authority: t,
|
|
22247
22306
|
params: e.toProto()
|
|
22248
22307
|
});
|
|
@@ -22250,16 +22309,16 @@ class ns extends m {
|
|
|
22250
22309
|
packAny() {
|
|
22251
22310
|
return f.fromPartial({
|
|
22252
22311
|
typeUrl: "/initia.reward.v1.MsgUpdateParams",
|
|
22253
|
-
value:
|
|
22312
|
+
value: Vu.encode(this.toProto()).finish()
|
|
22254
22313
|
});
|
|
22255
22314
|
}
|
|
22256
22315
|
static unpackAny(t) {
|
|
22257
|
-
return
|
|
22258
|
-
|
|
22316
|
+
return as.fromProto(
|
|
22317
|
+
Vu.decode(t.value)
|
|
22259
22318
|
);
|
|
22260
22319
|
}
|
|
22261
22320
|
}
|
|
22262
|
-
class
|
|
22321
|
+
class is extends m {
|
|
22263
22322
|
/**
|
|
22264
22323
|
* @param address validator's operator address
|
|
22265
22324
|
*/
|
|
@@ -22270,7 +22329,7 @@ class as extends m {
|
|
|
22270
22329
|
const {
|
|
22271
22330
|
value: { address: e }
|
|
22272
22331
|
} = t;
|
|
22273
|
-
return new
|
|
22332
|
+
return new is(e);
|
|
22274
22333
|
}
|
|
22275
22334
|
toAmino() {
|
|
22276
22335
|
const { address: t } = this;
|
|
@@ -22283,7 +22342,7 @@ class as extends m {
|
|
|
22283
22342
|
}
|
|
22284
22343
|
static fromData(t) {
|
|
22285
22344
|
const { address: e } = t;
|
|
22286
|
-
return new
|
|
22345
|
+
return new is(e);
|
|
22287
22346
|
}
|
|
22288
22347
|
toData() {
|
|
22289
22348
|
const { address: t } = this;
|
|
@@ -22293,22 +22352,22 @@ class as extends m {
|
|
|
22293
22352
|
};
|
|
22294
22353
|
}
|
|
22295
22354
|
static fromProto(t) {
|
|
22296
|
-
return new
|
|
22355
|
+
return new is(t.validatorAddr);
|
|
22297
22356
|
}
|
|
22298
22357
|
toProto() {
|
|
22299
22358
|
const { address: t } = this;
|
|
22300
|
-
return
|
|
22359
|
+
return Ku.fromPartial({
|
|
22301
22360
|
validatorAddr: t
|
|
22302
22361
|
});
|
|
22303
22362
|
}
|
|
22304
22363
|
packAny() {
|
|
22305
22364
|
return f.fromPartial({
|
|
22306
22365
|
typeUrl: "/cosmos.slashing.v1beta1.MsgUnjail",
|
|
22307
|
-
value:
|
|
22366
|
+
value: Ku.encode(this.toProto()).finish()
|
|
22308
22367
|
});
|
|
22309
22368
|
}
|
|
22310
22369
|
static unpackAny(t) {
|
|
22311
|
-
return
|
|
22370
|
+
return is.fromProto(Ku.decode(t.value));
|
|
22312
22371
|
}
|
|
22313
22372
|
}
|
|
22314
22373
|
class Os extends m {
|
|
@@ -22418,7 +22477,7 @@ class Os extends m {
|
|
|
22418
22477
|
});
|
|
22419
22478
|
}
|
|
22420
22479
|
}
|
|
22421
|
-
class
|
|
22480
|
+
class cs extends m {
|
|
22422
22481
|
/**
|
|
22423
22482
|
* @param authority the address that controls the module
|
|
22424
22483
|
* @param params the slashing parameters to update
|
|
@@ -22430,7 +22489,7 @@ class is extends m {
|
|
|
22430
22489
|
const {
|
|
22431
22490
|
value: { authority: e, params: r }
|
|
22432
22491
|
} = t;
|
|
22433
|
-
return new
|
|
22492
|
+
return new cs(
|
|
22434
22493
|
e,
|
|
22435
22494
|
Os.fromAmino(r)
|
|
22436
22495
|
);
|
|
@@ -22447,7 +22506,7 @@ class is extends m {
|
|
|
22447
22506
|
}
|
|
22448
22507
|
static fromData(t) {
|
|
22449
22508
|
const { authority: e, params: r } = t;
|
|
22450
|
-
return new
|
|
22509
|
+
return new cs(
|
|
22451
22510
|
e,
|
|
22452
22511
|
Os.fromData(r)
|
|
22453
22512
|
);
|
|
@@ -22461,14 +22520,14 @@ class is extends m {
|
|
|
22461
22520
|
};
|
|
22462
22521
|
}
|
|
22463
22522
|
static fromProto(t) {
|
|
22464
|
-
return new
|
|
22523
|
+
return new cs(
|
|
22465
22524
|
t.authority,
|
|
22466
22525
|
Os.fromProto(t.params)
|
|
22467
22526
|
);
|
|
22468
22527
|
}
|
|
22469
22528
|
toProto() {
|
|
22470
22529
|
const { authority: t, params: e } = this;
|
|
22471
|
-
return
|
|
22530
|
+
return Wu.fromPartial({
|
|
22472
22531
|
authority: t,
|
|
22473
22532
|
params: e.toProto()
|
|
22474
22533
|
});
|
|
@@ -22476,12 +22535,12 @@ class is extends m {
|
|
|
22476
22535
|
packAny() {
|
|
22477
22536
|
return f.fromPartial({
|
|
22478
22537
|
typeUrl: "/cosmos.slashing.v1beta1.MsgUpdateParams",
|
|
22479
|
-
value:
|
|
22538
|
+
value: Wu.encode(this.toProto()).finish()
|
|
22480
22539
|
});
|
|
22481
22540
|
}
|
|
22482
22541
|
static unpackAny(t) {
|
|
22483
|
-
return
|
|
22484
|
-
|
|
22542
|
+
return cs.fromProto(
|
|
22543
|
+
Wu.decode(t.value)
|
|
22485
22544
|
);
|
|
22486
22545
|
}
|
|
22487
22546
|
}
|
|
@@ -22598,7 +22657,7 @@ class da extends m {
|
|
|
22598
22657
|
});
|
|
22599
22658
|
}
|
|
22600
22659
|
}
|
|
22601
|
-
class
|
|
22660
|
+
class ms extends m {
|
|
22602
22661
|
/**
|
|
22603
22662
|
* @param sender the actor that signed the messages
|
|
22604
22663
|
* @param subdenom can be up to 44 "alphanumeric" characters long
|
|
@@ -22610,7 +22669,7 @@ class cs extends m {
|
|
|
22610
22669
|
const {
|
|
22611
22670
|
value: { sender: e, subdenom: r }
|
|
22612
22671
|
} = t;
|
|
22613
|
-
return new
|
|
22672
|
+
return new ms(e, r);
|
|
22614
22673
|
}
|
|
22615
22674
|
toAmino() {
|
|
22616
22675
|
const { sender: t, subdenom: e } = this;
|
|
@@ -22624,7 +22683,7 @@ class cs extends m {
|
|
|
22624
22683
|
}
|
|
22625
22684
|
static fromData(t) {
|
|
22626
22685
|
const { sender: e, subdenom: r } = t;
|
|
22627
|
-
return new
|
|
22686
|
+
return new ms(e, r);
|
|
22628
22687
|
}
|
|
22629
22688
|
toData() {
|
|
22630
22689
|
const { sender: t, subdenom: e } = this;
|
|
@@ -22635,11 +22694,11 @@ class cs extends m {
|
|
|
22635
22694
|
};
|
|
22636
22695
|
}
|
|
22637
22696
|
static fromProto(t) {
|
|
22638
|
-
return new
|
|
22697
|
+
return new ms(t.sender, t.subdenom);
|
|
22639
22698
|
}
|
|
22640
22699
|
toProto() {
|
|
22641
22700
|
const { sender: t, subdenom: e } = this;
|
|
22642
|
-
return
|
|
22701
|
+
return ju.fromPartial({
|
|
22643
22702
|
sender: t,
|
|
22644
22703
|
subdenom: e
|
|
22645
22704
|
});
|
|
@@ -22647,14 +22706,14 @@ class cs extends m {
|
|
|
22647
22706
|
packAny() {
|
|
22648
22707
|
return f.fromPartial({
|
|
22649
22708
|
typeUrl: "/miniwasm.tokenfactory.v1.MsgCreateDenom",
|
|
22650
|
-
value:
|
|
22709
|
+
value: ju.encode(this.toProto()).finish()
|
|
22651
22710
|
});
|
|
22652
22711
|
}
|
|
22653
22712
|
static unpackAny(t) {
|
|
22654
|
-
return
|
|
22713
|
+
return ms.fromProto(ju.decode(t.value));
|
|
22655
22714
|
}
|
|
22656
22715
|
}
|
|
22657
|
-
class
|
|
22716
|
+
class us extends m {
|
|
22658
22717
|
/**
|
|
22659
22718
|
* @param sender
|
|
22660
22719
|
* @param amount
|
|
@@ -22667,7 +22726,7 @@ class ms extends m {
|
|
|
22667
22726
|
const {
|
|
22668
22727
|
value: { sender: e, amount: r, mint_to_address: o }
|
|
22669
22728
|
} = t;
|
|
22670
|
-
return new
|
|
22729
|
+
return new us(e, I.fromAmino(r), o);
|
|
22671
22730
|
}
|
|
22672
22731
|
toAmino() {
|
|
22673
22732
|
const { sender: t, amount: e, mint_to_address: r } = this;
|
|
@@ -22682,7 +22741,7 @@ class ms extends m {
|
|
|
22682
22741
|
}
|
|
22683
22742
|
static fromData(t) {
|
|
22684
22743
|
const { sender: e, amount: r, mint_to_address: o } = t;
|
|
22685
|
-
return new
|
|
22744
|
+
return new us(e, I.fromData(r), o);
|
|
22686
22745
|
}
|
|
22687
22746
|
toData() {
|
|
22688
22747
|
const { sender: t, amount: e, mint_to_address: r } = this;
|
|
@@ -22694,7 +22753,7 @@ class ms extends m {
|
|
|
22694
22753
|
};
|
|
22695
22754
|
}
|
|
22696
22755
|
static fromProto(t) {
|
|
22697
|
-
return new
|
|
22756
|
+
return new us(
|
|
22698
22757
|
t.sender,
|
|
22699
22758
|
I.fromProto(t.amount),
|
|
22700
22759
|
t.mintToAddress
|
|
@@ -22702,7 +22761,7 @@ class ms extends m {
|
|
|
22702
22761
|
}
|
|
22703
22762
|
toProto() {
|
|
22704
22763
|
const { sender: t, amount: e, mint_to_address: r } = this;
|
|
22705
|
-
return
|
|
22764
|
+
return Gu.fromPartial({
|
|
22706
22765
|
sender: t,
|
|
22707
22766
|
amount: e.toProto(),
|
|
22708
22767
|
mintToAddress: r
|
|
@@ -22711,78 +22770,73 @@ class ms extends m {
|
|
|
22711
22770
|
packAny() {
|
|
22712
22771
|
return f.fromPartial({
|
|
22713
22772
|
typeUrl: "/miniwasm.tokenfactory.v1.MsgMint",
|
|
22714
|
-
value:
|
|
22773
|
+
value: Gu.encode(this.toProto()).finish()
|
|
22715
22774
|
});
|
|
22716
22775
|
}
|
|
22717
22776
|
static unpackAny(t) {
|
|
22718
|
-
return
|
|
22777
|
+
return us.fromProto(Gu.decode(t.value));
|
|
22719
22778
|
}
|
|
22720
22779
|
}
|
|
22721
|
-
class
|
|
22780
|
+
class ds extends m {
|
|
22722
22781
|
/**
|
|
22723
22782
|
* @param sender
|
|
22724
22783
|
* @param amount
|
|
22725
|
-
* @param burn_from_address
|
|
22726
22784
|
*/
|
|
22727
|
-
constructor(t, e
|
|
22728
|
-
super(), this.sender = t, this.amount = e
|
|
22785
|
+
constructor(t, e) {
|
|
22786
|
+
super(), this.sender = t, this.amount = e;
|
|
22729
22787
|
}
|
|
22730
22788
|
static fromAmino(t) {
|
|
22731
22789
|
const {
|
|
22732
|
-
value: { sender: e, amount: r
|
|
22790
|
+
value: { sender: e, amount: r }
|
|
22733
22791
|
} = t;
|
|
22734
|
-
return new
|
|
22792
|
+
return new ds(e, I.fromAmino(r));
|
|
22735
22793
|
}
|
|
22736
22794
|
toAmino() {
|
|
22737
|
-
const { sender: t, amount: e
|
|
22795
|
+
const { sender: t, amount: e } = this;
|
|
22738
22796
|
return {
|
|
22739
22797
|
type: "tokenfactory/MsgBurn",
|
|
22740
22798
|
value: {
|
|
22741
22799
|
sender: t,
|
|
22742
|
-
amount: e.toAmino()
|
|
22743
|
-
burn_from_address: r
|
|
22800
|
+
amount: e.toAmino()
|
|
22744
22801
|
}
|
|
22745
22802
|
};
|
|
22746
22803
|
}
|
|
22747
22804
|
static fromData(t) {
|
|
22748
|
-
const { sender: e, amount: r
|
|
22749
|
-
return new
|
|
22805
|
+
const { sender: e, amount: r } = t;
|
|
22806
|
+
return new ds(e, I.fromData(r));
|
|
22750
22807
|
}
|
|
22751
22808
|
toData() {
|
|
22752
|
-
const { sender: t, amount: e
|
|
22809
|
+
const { sender: t, amount: e } = this;
|
|
22753
22810
|
return {
|
|
22754
22811
|
"@type": "/miniwasm.tokenfactory.v1.MsgBurn",
|
|
22755
22812
|
sender: t,
|
|
22756
|
-
amount: e.toData()
|
|
22757
|
-
burn_from_address: r
|
|
22813
|
+
amount: e.toData()
|
|
22758
22814
|
};
|
|
22759
22815
|
}
|
|
22760
22816
|
static fromProto(t) {
|
|
22761
|
-
return new
|
|
22817
|
+
return new ds(
|
|
22762
22818
|
t.sender,
|
|
22763
|
-
I.fromProto(t.amount)
|
|
22764
|
-
t.burnFromAddress
|
|
22819
|
+
I.fromProto(t.amount)
|
|
22765
22820
|
);
|
|
22766
22821
|
}
|
|
22767
22822
|
toProto() {
|
|
22768
|
-
const { sender: t, amount: e
|
|
22769
|
-
return
|
|
22823
|
+
const { sender: t, amount: e } = this;
|
|
22824
|
+
return Ju.fromPartial({
|
|
22770
22825
|
sender: t,
|
|
22771
|
-
amount: e.toProto()
|
|
22772
|
-
burnFromAddress: r
|
|
22826
|
+
amount: e.toProto()
|
|
22773
22827
|
});
|
|
22774
22828
|
}
|
|
22775
22829
|
packAny() {
|
|
22776
22830
|
return f.fromPartial({
|
|
22777
22831
|
typeUrl: "/miniwasm.tokenfactory.v1.MsgBurn",
|
|
22778
|
-
value:
|
|
22832
|
+
value: Ju.encode(this.toProto()).finish()
|
|
22779
22833
|
});
|
|
22780
22834
|
}
|
|
22781
22835
|
static unpackAny(t) {
|
|
22782
|
-
return
|
|
22836
|
+
return ds.fromProto(Ju.decode(t.value));
|
|
22783
22837
|
}
|
|
22784
22838
|
}
|
|
22785
|
-
class
|
|
22839
|
+
class ls extends m {
|
|
22786
22840
|
/**
|
|
22787
22841
|
* @param sender
|
|
22788
22842
|
* @param denom
|
|
@@ -22795,7 +22849,7 @@ class ds extends m {
|
|
|
22795
22849
|
const {
|
|
22796
22850
|
value: { sender: e, denom: r, new_admin: o }
|
|
22797
22851
|
} = t;
|
|
22798
|
-
return new
|
|
22852
|
+
return new ls(e, r, o);
|
|
22799
22853
|
}
|
|
22800
22854
|
toAmino() {
|
|
22801
22855
|
const { sender: t, denom: e, new_admin: r } = this;
|
|
@@ -22810,7 +22864,7 @@ class ds extends m {
|
|
|
22810
22864
|
}
|
|
22811
22865
|
static fromData(t) {
|
|
22812
22866
|
const { sender: e, denom: r, new_admin: o } = t;
|
|
22813
|
-
return new
|
|
22867
|
+
return new ls(e, r, o);
|
|
22814
22868
|
}
|
|
22815
22869
|
toData() {
|
|
22816
22870
|
const { sender: t, denom: e, new_admin: r } = this;
|
|
@@ -22822,11 +22876,11 @@ class ds extends m {
|
|
|
22822
22876
|
};
|
|
22823
22877
|
}
|
|
22824
22878
|
static fromProto(t) {
|
|
22825
|
-
return new
|
|
22879
|
+
return new ls(t.sender, t.denom, t.newAdmin);
|
|
22826
22880
|
}
|
|
22827
22881
|
toProto() {
|
|
22828
22882
|
const { sender: t, denom: e, new_admin: r } = this;
|
|
22829
|
-
return
|
|
22883
|
+
return Zu.fromPartial({
|
|
22830
22884
|
sender: t,
|
|
22831
22885
|
denom: e,
|
|
22832
22886
|
newAdmin: r
|
|
@@ -22835,14 +22889,14 @@ class ds extends m {
|
|
|
22835
22889
|
packAny() {
|
|
22836
22890
|
return f.fromPartial({
|
|
22837
22891
|
typeUrl: "/miniwasm.tokenfactory.v1.MsgChangeAdmin",
|
|
22838
|
-
value:
|
|
22892
|
+
value: Zu.encode(this.toProto()).finish()
|
|
22839
22893
|
});
|
|
22840
22894
|
}
|
|
22841
22895
|
static unpackAny(t) {
|
|
22842
|
-
return
|
|
22896
|
+
return ls.fromProto(Zu.decode(t.value));
|
|
22843
22897
|
}
|
|
22844
22898
|
}
|
|
22845
|
-
class
|
|
22899
|
+
class ps extends m {
|
|
22846
22900
|
/**
|
|
22847
22901
|
* @param sender
|
|
22848
22902
|
* @param metadata
|
|
@@ -22854,7 +22908,7 @@ class ls extends m {
|
|
|
22854
22908
|
const {
|
|
22855
22909
|
value: { sender: e, metadata: r }
|
|
22856
22910
|
} = t;
|
|
22857
|
-
return new
|
|
22911
|
+
return new ps(
|
|
22858
22912
|
e,
|
|
22859
22913
|
oe.fromAmino(r)
|
|
22860
22914
|
);
|
|
@@ -22871,7 +22925,7 @@ class ls extends m {
|
|
|
22871
22925
|
}
|
|
22872
22926
|
static fromData(t) {
|
|
22873
22927
|
const { sender: e, metadata: r } = t;
|
|
22874
|
-
return new
|
|
22928
|
+
return new ps(e, oe.fromData(r));
|
|
22875
22929
|
}
|
|
22876
22930
|
toData() {
|
|
22877
22931
|
const { sender: t, metadata: e } = this;
|
|
@@ -22882,14 +22936,14 @@ class ls extends m {
|
|
|
22882
22936
|
};
|
|
22883
22937
|
}
|
|
22884
22938
|
static fromProto(t) {
|
|
22885
|
-
return new
|
|
22939
|
+
return new ps(
|
|
22886
22940
|
t.sender,
|
|
22887
22941
|
oe.fromProto(t.metadata)
|
|
22888
22942
|
);
|
|
22889
22943
|
}
|
|
22890
22944
|
toProto() {
|
|
22891
22945
|
const { sender: t, metadata: e } = this;
|
|
22892
|
-
return
|
|
22946
|
+
return Yu.fromPartial({
|
|
22893
22947
|
sender: t,
|
|
22894
22948
|
metadata: e.toProto()
|
|
22895
22949
|
});
|
|
@@ -22897,16 +22951,16 @@ class ls extends m {
|
|
|
22897
22951
|
packAny() {
|
|
22898
22952
|
return f.fromPartial({
|
|
22899
22953
|
typeUrl: "/miniwasm.tokenfactory.v1.MsgSetDenomMetadata",
|
|
22900
|
-
value:
|
|
22954
|
+
value: Yu.encode(this.toProto()).finish()
|
|
22901
22955
|
});
|
|
22902
22956
|
}
|
|
22903
22957
|
static unpackAny(t) {
|
|
22904
|
-
return
|
|
22905
|
-
|
|
22958
|
+
return ps.fromProto(
|
|
22959
|
+
Yu.decode(t.value)
|
|
22906
22960
|
);
|
|
22907
22961
|
}
|
|
22908
22962
|
}
|
|
22909
|
-
class
|
|
22963
|
+
class hs extends m {
|
|
22910
22964
|
/**
|
|
22911
22965
|
* @param sender
|
|
22912
22966
|
* @param denom
|
|
@@ -22919,7 +22973,7 @@ class ps extends m {
|
|
|
22919
22973
|
const {
|
|
22920
22974
|
value: { sender: e, denom: r, cosmwasm_address: o }
|
|
22921
22975
|
} = t;
|
|
22922
|
-
return new
|
|
22976
|
+
return new hs(e, r, o);
|
|
22923
22977
|
}
|
|
22924
22978
|
toAmino() {
|
|
22925
22979
|
const { sender: t, denom: e, cosmwasm_address: r } = this;
|
|
@@ -22934,7 +22988,7 @@ class ps extends m {
|
|
|
22934
22988
|
}
|
|
22935
22989
|
static fromData(t) {
|
|
22936
22990
|
const { sender: e, denom: r, cosmwasm_address: o } = t;
|
|
22937
|
-
return new
|
|
22991
|
+
return new hs(e, r, o);
|
|
22938
22992
|
}
|
|
22939
22993
|
toData() {
|
|
22940
22994
|
const { sender: t, denom: e, cosmwasm_address: r } = this;
|
|
@@ -22946,7 +23000,7 @@ class ps extends m {
|
|
|
22946
23000
|
};
|
|
22947
23001
|
}
|
|
22948
23002
|
static fromProto(t) {
|
|
22949
|
-
return new
|
|
23003
|
+
return new hs(
|
|
22950
23004
|
t.sender,
|
|
22951
23005
|
t.denom,
|
|
22952
23006
|
t.cosmwasmAddress
|
|
@@ -22954,7 +23008,7 @@ class ps extends m {
|
|
|
22954
23008
|
}
|
|
22955
23009
|
toProto() {
|
|
22956
23010
|
const { sender: t, denom: e, cosmwasm_address: r } = this;
|
|
22957
|
-
return
|
|
23011
|
+
return Xu.fromPartial({
|
|
22958
23012
|
sender: t,
|
|
22959
23013
|
denom: e,
|
|
22960
23014
|
cosmwasmAddress: r
|
|
@@ -22963,92 +23017,13 @@ class ps extends m {
|
|
|
22963
23017
|
packAny() {
|
|
22964
23018
|
return f.fromPartial({
|
|
22965
23019
|
typeUrl: "/miniwasm.tokenfactory.v1.MsgSetBeforeSendHook",
|
|
22966
|
-
value: Yu.encode(this.toProto()).finish()
|
|
22967
|
-
});
|
|
22968
|
-
}
|
|
22969
|
-
static unpackAny(t) {
|
|
22970
|
-
return ps.fromProto(
|
|
22971
|
-
Yu.decode(t.value)
|
|
22972
|
-
);
|
|
22973
|
-
}
|
|
22974
|
-
}
|
|
22975
|
-
class hs extends m {
|
|
22976
|
-
/**
|
|
22977
|
-
* @param sender
|
|
22978
|
-
* @param amount
|
|
22979
|
-
* @param transfer_from_address
|
|
22980
|
-
* @param transfer_to_address
|
|
22981
|
-
*/
|
|
22982
|
-
constructor(t, e, r, o) {
|
|
22983
|
-
super(), this.sender = t, this.amount = e, this.transfer_from_address = r, this.transfer_to_address = o;
|
|
22984
|
-
}
|
|
22985
|
-
static fromAmino(t) {
|
|
22986
|
-
const {
|
|
22987
|
-
value: { sender: e, amount: r, transfer_from_address: o, transfer_to_address: s }
|
|
22988
|
-
} = t;
|
|
22989
|
-
return new hs(
|
|
22990
|
-
e,
|
|
22991
|
-
I.fromAmino(r),
|
|
22992
|
-
o,
|
|
22993
|
-
s
|
|
22994
|
-
);
|
|
22995
|
-
}
|
|
22996
|
-
toAmino() {
|
|
22997
|
-
const { sender: t, amount: e, transfer_from_address: r, transfer_to_address: o } = this;
|
|
22998
|
-
return {
|
|
22999
|
-
type: "tokenfactory/MsgForceTransfer",
|
|
23000
|
-
value: {
|
|
23001
|
-
sender: t,
|
|
23002
|
-
amount: e.toAmino(),
|
|
23003
|
-
transfer_from_address: r,
|
|
23004
|
-
transfer_to_address: o
|
|
23005
|
-
}
|
|
23006
|
-
};
|
|
23007
|
-
}
|
|
23008
|
-
static fromData(t) {
|
|
23009
|
-
const { sender: e, amount: r, transfer_from_address: o, transfer_to_address: s } = t;
|
|
23010
|
-
return new hs(
|
|
23011
|
-
e,
|
|
23012
|
-
I.fromData(r),
|
|
23013
|
-
o,
|
|
23014
|
-
s
|
|
23015
|
-
);
|
|
23016
|
-
}
|
|
23017
|
-
toData() {
|
|
23018
|
-
const { sender: t, amount: e, transfer_from_address: r, transfer_to_address: o } = this;
|
|
23019
|
-
return {
|
|
23020
|
-
"@type": "/miniwasm.tokenfactory.v1.MsgForceTransfer",
|
|
23021
|
-
sender: t,
|
|
23022
|
-
amount: e.toData(),
|
|
23023
|
-
transfer_from_address: r,
|
|
23024
|
-
transfer_to_address: o
|
|
23025
|
-
};
|
|
23026
|
-
}
|
|
23027
|
-
static fromProto(t) {
|
|
23028
|
-
return new hs(
|
|
23029
|
-
t.sender,
|
|
23030
|
-
I.fromProto(t.amount),
|
|
23031
|
-
t.transferFromAddress,
|
|
23032
|
-
t.transferToAddress
|
|
23033
|
-
);
|
|
23034
|
-
}
|
|
23035
|
-
toProto() {
|
|
23036
|
-
const { sender: t, amount: e, transfer_from_address: r, transfer_to_address: o } = this;
|
|
23037
|
-
return Xu.fromPartial({
|
|
23038
|
-
sender: t,
|
|
23039
|
-
amount: e.toProto(),
|
|
23040
|
-
transferFromAddress: r,
|
|
23041
|
-
transferToAddress: o
|
|
23042
|
-
});
|
|
23043
|
-
}
|
|
23044
|
-
packAny() {
|
|
23045
|
-
return f.fromPartial({
|
|
23046
|
-
typeUrl: "/miniwasm.tokenfactory.v1.MsgForceTransfer",
|
|
23047
23020
|
value: Xu.encode(this.toProto()).finish()
|
|
23048
23021
|
});
|
|
23049
23022
|
}
|
|
23050
23023
|
static unpackAny(t) {
|
|
23051
|
-
return hs.fromProto(
|
|
23024
|
+
return hs.fromProto(
|
|
23025
|
+
Xu.decode(t.value)
|
|
23026
|
+
);
|
|
23052
23027
|
}
|
|
23053
23028
|
}
|
|
23054
23029
|
class Fs extends m {
|
|
@@ -23304,115 +23279,115 @@ var Q;
|
|
|
23304
23279
|
return yo.fromAmino(o);
|
|
23305
23280
|
case "connect/x/marketmap/MsgUpsertMarkets":
|
|
23306
23281
|
return _o.fromAmino(o);
|
|
23307
|
-
case "connect/x/marketmap/
|
|
23282
|
+
case "connect/x/marketmap/MsgRemoveMarkets":
|
|
23308
23283
|
return vo.fromAmino(o);
|
|
23309
|
-
case "connect/x/marketmap/
|
|
23284
|
+
case "connect/x/marketmap/MsgRemoveMarketAuthorities":
|
|
23310
23285
|
return wo.fromAmino(o);
|
|
23286
|
+
case "connect/x/marketmap/MsgParams":
|
|
23287
|
+
return Po.fromAmino(o);
|
|
23311
23288
|
case "move/MsgPublish":
|
|
23312
23289
|
return Zt.fromAmino(o);
|
|
23313
23290
|
case "move/MsgExecute":
|
|
23314
|
-
return Po.fromAmino(o);
|
|
23315
|
-
case "move/MsgExecuteJSON":
|
|
23316
23291
|
return bo.fromAmino(o);
|
|
23317
|
-
case "move/
|
|
23292
|
+
case "move/MsgExecuteJSON":
|
|
23318
23293
|
return Ao.fromAmino(o);
|
|
23319
|
-
case "move/
|
|
23294
|
+
case "move/MsgScript":
|
|
23320
23295
|
return Do.fromAmino(o);
|
|
23321
|
-
case "move/
|
|
23296
|
+
case "move/MsgScriptJSON":
|
|
23322
23297
|
return ko.fromAmino(o);
|
|
23323
|
-
case "move/
|
|
23298
|
+
case "move/MsgUpdateParams":
|
|
23324
23299
|
return xo.fromAmino(o);
|
|
23325
|
-
case "move/
|
|
23300
|
+
case "move/MsgWhitelist":
|
|
23326
23301
|
return Mo.fromAmino(o);
|
|
23327
|
-
case "move/
|
|
23302
|
+
case "move/MsgDelist":
|
|
23328
23303
|
return Io.fromAmino(o);
|
|
23329
|
-
case "move/
|
|
23304
|
+
case "move/MsgGovExecute":
|
|
23330
23305
|
return So.fromAmino(o);
|
|
23306
|
+
case "move/MsgGovExecuteJSON":
|
|
23307
|
+
return Bo.fromAmino(o);
|
|
23331
23308
|
case "move/MsgGovPublish":
|
|
23332
23309
|
return Yt.fromAmino(o);
|
|
23333
23310
|
case "move/MsgGovScript":
|
|
23334
|
-
return Bo.fromAmino(o);
|
|
23335
|
-
case "move/MsgGovScriptJSON":
|
|
23336
23311
|
return Eo.fromAmino(o);
|
|
23337
|
-
case "
|
|
23312
|
+
case "move/MsgGovScriptJSON":
|
|
23338
23313
|
return Uo.fromAmino(o);
|
|
23339
|
-
case "mstaking/
|
|
23314
|
+
case "mstaking/MsgDelegate":
|
|
23340
23315
|
return Co.fromAmino(o);
|
|
23341
|
-
case "mstaking/
|
|
23316
|
+
case "mstaking/MsgUndelegate":
|
|
23342
23317
|
return $o.fromAmino(o);
|
|
23343
|
-
case "mstaking/
|
|
23318
|
+
case "mstaking/MsgBeginRedelegate":
|
|
23344
23319
|
return No.fromAmino(o);
|
|
23320
|
+
case "mstaking/MsgCreateValidator":
|
|
23321
|
+
return Oo.fromAmino(o);
|
|
23345
23322
|
case "mstaking/MsgEditValidator":
|
|
23346
23323
|
return Xt.fromAmino(o);
|
|
23347
23324
|
case "mstaking/MsgCancelUnbondingDelegation":
|
|
23348
|
-
return Oo.fromAmino(o);
|
|
23349
|
-
case "mstaking/MsgUpdateParams":
|
|
23350
23325
|
return Fo.fromAmino(o);
|
|
23351
|
-
case "
|
|
23326
|
+
case "mstaking/MsgUpdateParams":
|
|
23352
23327
|
return To.fromAmino(o);
|
|
23353
|
-
case "opchild/
|
|
23328
|
+
case "opchild/MsgAddValidator":
|
|
23354
23329
|
return Ro.fromAmino(o);
|
|
23355
|
-
case "opchild/
|
|
23330
|
+
case "opchild/MsgRemoveValidator":
|
|
23356
23331
|
return Lo.fromAmino(o);
|
|
23357
|
-
case "opchild/
|
|
23332
|
+
case "opchild/MsgFinalizeTokenDeposit":
|
|
23358
23333
|
return Ho.fromAmino(o);
|
|
23359
|
-
case "opchild/
|
|
23334
|
+
case "opchild/MsgInitiateTokenWithdrawal":
|
|
23360
23335
|
return zo.fromAmino(o);
|
|
23361
|
-
case "opchild/
|
|
23336
|
+
case "opchild/MsgExecuteMessages":
|
|
23362
23337
|
return qo.fromAmino(o);
|
|
23338
|
+
case "opchild/MsgSpendFeePool":
|
|
23339
|
+
return Vo.fromAmino(o);
|
|
23363
23340
|
case "opchild/MsgSetBridgeInfo":
|
|
23364
|
-
return rs.fromAmino(o);
|
|
23365
|
-
case "opchild/MsgUpdateOracle":
|
|
23366
23341
|
return os.fromAmino(o);
|
|
23367
|
-
case "opchild/
|
|
23342
|
+
case "opchild/MsgUpdateOracle":
|
|
23368
23343
|
return ss.fromAmino(o);
|
|
23344
|
+
case "opchild/MsgUpdateParams":
|
|
23345
|
+
return ns.fromAmino(o);
|
|
23369
23346
|
case "ophost/MsgRecordBatch":
|
|
23370
|
-
return Vo.fromAmino(o);
|
|
23371
|
-
case "ophost/MsgCreateBridge":
|
|
23372
23347
|
return Ko.fromAmino(o);
|
|
23373
|
-
case "ophost/
|
|
23348
|
+
case "ophost/MsgCreateBridge":
|
|
23374
23349
|
return Wo.fromAmino(o);
|
|
23375
|
-
case "ophost/
|
|
23350
|
+
case "ophost/MsgProposeOutput":
|
|
23376
23351
|
return jo.fromAmino(o);
|
|
23377
|
-
case "ophost/
|
|
23352
|
+
case "ophost/MsgDeleteOutput":
|
|
23378
23353
|
return Go.fromAmino(o);
|
|
23379
|
-
case "ophost/
|
|
23354
|
+
case "ophost/MsgInitiateTokenDeposit":
|
|
23380
23355
|
return Jo.fromAmino(o);
|
|
23381
|
-
case "ophost/
|
|
23356
|
+
case "ophost/MsgFinalizeTokenWithdrawal":
|
|
23382
23357
|
return Zo.fromAmino(o);
|
|
23383
|
-
case "ophost/
|
|
23358
|
+
case "ophost/MsgUpdateProposer":
|
|
23384
23359
|
return Yo.fromAmino(o);
|
|
23385
|
-
case "ophost/
|
|
23360
|
+
case "ophost/MsgUpdateChallenger":
|
|
23386
23361
|
return Xo.fromAmino(o);
|
|
23387
|
-
case "ophost/
|
|
23362
|
+
case "ophost/MsgUpdateBatchInfo":
|
|
23388
23363
|
return Qo.fromAmino(o);
|
|
23389
|
-
case "ophost/
|
|
23364
|
+
case "ophost/MsgUpdateOracleConfig":
|
|
23390
23365
|
return ts.fromAmino(o);
|
|
23391
|
-
case "ophost/
|
|
23366
|
+
case "ophost/MsgUpdateMetadata":
|
|
23392
23367
|
return es.fromAmino(o);
|
|
23368
|
+
case "ophost/MsgUpdateParams":
|
|
23369
|
+
return rs.fromAmino(o);
|
|
23393
23370
|
case "connect/x/oracle/MsgAddCurrencyPairs":
|
|
23394
23371
|
return ho.fromAmino(o);
|
|
23395
23372
|
case "connect/x/oracle/MsgRemoveCurrencyPairs":
|
|
23396
23373
|
return fo.fromAmino(o);
|
|
23397
23374
|
case "reward/MsgUpdateParams":
|
|
23398
|
-
return ns.fromAmino(o);
|
|
23399
|
-
case "cosmos-sdk/MsgUnjail":
|
|
23400
23375
|
return as.fromAmino(o);
|
|
23401
|
-
case "cosmos-sdk/
|
|
23376
|
+
case "cosmos-sdk/MsgUnjail":
|
|
23402
23377
|
return is.fromAmino(o);
|
|
23403
|
-
case "
|
|
23378
|
+
case "cosmos-sdk/x/slashing/MsgUpdateParams":
|
|
23404
23379
|
return cs.fromAmino(o);
|
|
23405
|
-
case "tokenfactory/
|
|
23380
|
+
case "tokenfactory/MsgCreateDenom":
|
|
23406
23381
|
return ms.fromAmino(o);
|
|
23407
|
-
case "tokenfactory/
|
|
23382
|
+
case "tokenfactory/MsgMint":
|
|
23408
23383
|
return us.fromAmino(o);
|
|
23409
|
-
case "tokenfactory/
|
|
23384
|
+
case "tokenfactory/MsgBurn":
|
|
23410
23385
|
return ds.fromAmino(o);
|
|
23411
|
-
case "tokenfactory/
|
|
23386
|
+
case "tokenfactory/MsgChangeAdmin":
|
|
23412
23387
|
return ls.fromAmino(o);
|
|
23413
|
-
case "tokenfactory/
|
|
23388
|
+
case "tokenfactory/MsgSetDenomMetadata":
|
|
23414
23389
|
return ps.fromAmino(o);
|
|
23415
|
-
case "tokenfactory/
|
|
23390
|
+
case "tokenfactory/MsgSetBeforeSendHook":
|
|
23416
23391
|
return hs.fromAmino(o);
|
|
23417
23392
|
case "tokenfactory/MsgUpdateParams":
|
|
23418
23393
|
return fs.fromAmino(o);
|
|
@@ -23647,115 +23622,115 @@ var Q;
|
|
|
23647
23622
|
return yo.fromData(o);
|
|
23648
23623
|
case "/connect.marketmap.v2.MsgUpsertMarkets":
|
|
23649
23624
|
return _o.fromData(o);
|
|
23650
|
-
case "/connect.marketmap.v2.
|
|
23625
|
+
case "/connect.marketmap.v2.MsgRemoveMarkets":
|
|
23651
23626
|
return vo.fromData(o);
|
|
23652
|
-
case "/connect.marketmap.v2.
|
|
23627
|
+
case "/connect.marketmap.v2.MsgRemoveMarketAuthorities":
|
|
23653
23628
|
return wo.fromData(o);
|
|
23629
|
+
case "/connect.marketmap.v2.MsgParams":
|
|
23630
|
+
return Po.fromData(o);
|
|
23654
23631
|
case "/initia.move.v1.MsgPublish":
|
|
23655
23632
|
return Zt.fromData(o);
|
|
23656
23633
|
case "/initia.move.v1.MsgExecute":
|
|
23657
|
-
return Po.fromData(o);
|
|
23658
|
-
case "/initia.move.v1.MsgExecuteJSON":
|
|
23659
23634
|
return bo.fromData(o);
|
|
23660
|
-
case "/initia.move.v1.
|
|
23635
|
+
case "/initia.move.v1.MsgExecuteJSON":
|
|
23661
23636
|
return Ao.fromData(o);
|
|
23662
|
-
case "/initia.move.v1.
|
|
23637
|
+
case "/initia.move.v1.MsgScript":
|
|
23663
23638
|
return Do.fromData(o);
|
|
23664
|
-
case "/initia.move.v1.
|
|
23639
|
+
case "/initia.move.v1.MsgScriptJSON":
|
|
23665
23640
|
return ko.fromData(o);
|
|
23666
|
-
case "/initia.move.v1.
|
|
23641
|
+
case "/initia.move.v1.MsgUpdateParams":
|
|
23667
23642
|
return xo.fromData(o);
|
|
23668
|
-
case "/initia.move.v1.
|
|
23643
|
+
case "/initia.move.v1.MsgWhitelist":
|
|
23669
23644
|
return Mo.fromData(o);
|
|
23670
|
-
case "/initia.move.v1.
|
|
23645
|
+
case "/initia.move.v1.MsgDelist":
|
|
23671
23646
|
return Io.fromData(o);
|
|
23672
|
-
case "/initia.move.v1.
|
|
23647
|
+
case "/initia.move.v1.MsgGovExecute":
|
|
23673
23648
|
return So.fromData(o);
|
|
23649
|
+
case "/initia.move.v1.MsgGovExecuteJSON":
|
|
23650
|
+
return Bo.fromData(o);
|
|
23674
23651
|
case "/initia.move.v1.MsgGovPublish":
|
|
23675
23652
|
return Yt.fromData(o);
|
|
23676
23653
|
case "/initia.move.v1.MsgGovScript":
|
|
23677
|
-
return Bo.fromData(o);
|
|
23678
|
-
case "/initia.move.v1.MsgGovScriptJSON":
|
|
23679
23654
|
return Eo.fromData(o);
|
|
23680
|
-
case "/initia.
|
|
23655
|
+
case "/initia.move.v1.MsgGovScriptJSON":
|
|
23681
23656
|
return Uo.fromData(o);
|
|
23682
|
-
case "/initia.mstaking.v1.
|
|
23657
|
+
case "/initia.mstaking.v1.MsgDelegate":
|
|
23683
23658
|
return Co.fromData(o);
|
|
23684
|
-
case "/initia.mstaking.v1.
|
|
23659
|
+
case "/initia.mstaking.v1.MsgUndelegate":
|
|
23685
23660
|
return $o.fromData(o);
|
|
23686
|
-
case "/initia.mstaking.v1.
|
|
23661
|
+
case "/initia.mstaking.v1.MsgBeginRedelegate":
|
|
23687
23662
|
return No.fromData(o);
|
|
23663
|
+
case "/initia.mstaking.v1.MsgCreateValidator":
|
|
23664
|
+
return Oo.fromData(o);
|
|
23688
23665
|
case "/initia.mstaking.v1.MsgEditValidator":
|
|
23689
23666
|
return Xt.fromData(o);
|
|
23690
23667
|
case "/initia.mstaking.v1.MsgCancelUnbondingDelegation":
|
|
23691
|
-
return Oo.fromData(o);
|
|
23692
|
-
case "/initia.mstaking.v1.MsgUpdateParams":
|
|
23693
23668
|
return Fo.fromData(o);
|
|
23694
|
-
case "/
|
|
23669
|
+
case "/initia.mstaking.v1.MsgUpdateParams":
|
|
23695
23670
|
return To.fromData(o);
|
|
23696
|
-
case "/opinit.opchild.v1.
|
|
23671
|
+
case "/opinit.opchild.v1.MsgAddValidator":
|
|
23697
23672
|
return Ro.fromData(o);
|
|
23698
|
-
case "/opinit.opchild.v1.
|
|
23673
|
+
case "/opinit.opchild.v1.MsgRemoveValidator":
|
|
23699
23674
|
return Lo.fromData(o);
|
|
23700
|
-
case "/opinit.opchild.v1.
|
|
23675
|
+
case "/opinit.opchild.v1.MsgFinalizeTokenDeposit":
|
|
23701
23676
|
return Ho.fromData(o);
|
|
23702
|
-
case "/opinit.opchild.v1.
|
|
23677
|
+
case "/opinit.opchild.v1.MsgInitiateTokenWithdrawal":
|
|
23703
23678
|
return zo.fromData(o);
|
|
23704
|
-
case "/opinit.opchild.v1.
|
|
23679
|
+
case "/opinit.opchild.v1.MsgExecuteMessages":
|
|
23705
23680
|
return qo.fromData(o);
|
|
23681
|
+
case "/opinit.opchild.v1.MsgSpendFeePool":
|
|
23682
|
+
return Vo.fromData(o);
|
|
23706
23683
|
case "/opinit.opchild.v1.MsgSetBridgeInfo":
|
|
23707
|
-
return rs.fromData(o);
|
|
23708
|
-
case "/opinit.opchild.v1.MsgUpdateOracle":
|
|
23709
23684
|
return os.fromData(o);
|
|
23710
|
-
case "/opinit.opchild.v1.
|
|
23685
|
+
case "/opinit.opchild.v1.MsgUpdateOracle":
|
|
23711
23686
|
return ss.fromData(o);
|
|
23687
|
+
case "/opinit.opchild.v1.MsgUpdateParams":
|
|
23688
|
+
return ns.fromData(o);
|
|
23712
23689
|
case "/opinit.ophost.v1.MsgRecordBatch":
|
|
23713
|
-
return Vo.fromData(o);
|
|
23714
|
-
case "/opinit.ophost.v1.MsgCreateBridge":
|
|
23715
23690
|
return Ko.fromData(o);
|
|
23716
|
-
case "/opinit.ophost.v1.
|
|
23691
|
+
case "/opinit.ophost.v1.MsgCreateBridge":
|
|
23717
23692
|
return Wo.fromData(o);
|
|
23718
|
-
case "/opinit.ophost.v1.
|
|
23693
|
+
case "/opinit.ophost.v1.MsgProposeOutput":
|
|
23719
23694
|
return jo.fromData(o);
|
|
23720
|
-
case "/opinit.ophost.v1.
|
|
23695
|
+
case "/opinit.ophost.v1.MsgDeleteOutput":
|
|
23721
23696
|
return Go.fromData(o);
|
|
23722
|
-
case "/opinit.ophost.v1.
|
|
23697
|
+
case "/opinit.ophost.v1.MsgInitiateTokenDeposit":
|
|
23723
23698
|
return Jo.fromData(o);
|
|
23724
|
-
case "/opinit.ophost.v1.
|
|
23699
|
+
case "/opinit.ophost.v1.MsgFinalizeTokenWithdrawal":
|
|
23725
23700
|
return Zo.fromData(o);
|
|
23726
|
-
case "/opinit.ophost.v1.
|
|
23701
|
+
case "/opinit.ophost.v1.MsgUpdateProposer":
|
|
23727
23702
|
return Yo.fromData(o);
|
|
23728
|
-
case "/opinit.ophost.v1.
|
|
23703
|
+
case "/opinit.ophost.v1.MsgUpdateChallenger":
|
|
23729
23704
|
return Xo.fromData(o);
|
|
23730
|
-
case "/opinit.ophost.v1.
|
|
23705
|
+
case "/opinit.ophost.v1.MsgUpdateBatchInfo":
|
|
23731
23706
|
return Qo.fromData(o);
|
|
23732
|
-
case "/opinit.ophost.v1.
|
|
23707
|
+
case "/opinit.ophost.v1.MsgUpdateOracleConfig":
|
|
23733
23708
|
return ts.fromData(o);
|
|
23734
|
-
case "/opinit.ophost.v1.
|
|
23709
|
+
case "/opinit.ophost.v1.MsgUpdateMetadata":
|
|
23735
23710
|
return es.fromData(o);
|
|
23711
|
+
case "/opinit.ophost.v1.MsgUpdateParams":
|
|
23712
|
+
return rs.fromData(o);
|
|
23736
23713
|
case "/connect.oracle.v2.MsgAddCurrencyPairs":
|
|
23737
23714
|
return ho.fromData(o);
|
|
23738
23715
|
case "/connect.oracle.v2.MsgRemoveCurrencyPairs":
|
|
23739
23716
|
return fo.fromData(o);
|
|
23740
23717
|
case "/initia.reward.v1.MsgUpdateParams":
|
|
23741
|
-
return ns.fromData(o);
|
|
23742
|
-
case "/cosmos.slashing.v1beta1.MsgUnjail":
|
|
23743
23718
|
return as.fromData(o);
|
|
23744
|
-
case "/cosmos.slashing.v1beta1.
|
|
23719
|
+
case "/cosmos.slashing.v1beta1.MsgUnjail":
|
|
23745
23720
|
return is.fromData(o);
|
|
23746
|
-
case "/
|
|
23721
|
+
case "/cosmos.slashing.v1beta1.MsgUpdateParams":
|
|
23747
23722
|
return cs.fromData(o);
|
|
23748
|
-
case "/miniwasm.tokenfactory.v1.
|
|
23723
|
+
case "/miniwasm.tokenfactory.v1.MsgCreateDenom":
|
|
23749
23724
|
return ms.fromData(o);
|
|
23750
|
-
case "/miniwasm.tokenfactory.v1.
|
|
23725
|
+
case "/miniwasm.tokenfactory.v1.MsgMint":
|
|
23751
23726
|
return us.fromData(o);
|
|
23752
|
-
case "/miniwasm.tokenfactory.v1.
|
|
23727
|
+
case "/miniwasm.tokenfactory.v1.MsgBurn":
|
|
23753
23728
|
return ds.fromData(o);
|
|
23754
|
-
case "/miniwasm.tokenfactory.v1.
|
|
23729
|
+
case "/miniwasm.tokenfactory.v1.MsgChangeAdmin":
|
|
23755
23730
|
return ls.fromData(o);
|
|
23756
|
-
case "/miniwasm.tokenfactory.v1.
|
|
23731
|
+
case "/miniwasm.tokenfactory.v1.MsgSetDenomMetadata":
|
|
23757
23732
|
return ps.fromData(o);
|
|
23758
|
-
case "/miniwasm.tokenfactory.v1.
|
|
23733
|
+
case "/miniwasm.tokenfactory.v1.MsgSetBeforeSendHook":
|
|
23759
23734
|
return hs.fromData(o);
|
|
23760
23735
|
case "/miniwasm.tokenfactory.v1.MsgUpdateParams":
|
|
23761
23736
|
return fs.fromData(o);
|
|
@@ -23990,115 +23965,115 @@ var Q;
|
|
|
23990
23965
|
return yo.unpackAny(o);
|
|
23991
23966
|
case "/connect.marketmap.v2.MsgUpsertMarkets":
|
|
23992
23967
|
return _o.unpackAny(o);
|
|
23993
|
-
case "/connect.marketmap.v2.
|
|
23968
|
+
case "/connect.marketmap.v2.MsgRemoveMarkets":
|
|
23994
23969
|
return vo.unpackAny(o);
|
|
23995
|
-
case "/connect.marketmap.v2.
|
|
23970
|
+
case "/connect.marketmap.v2.MsgRemoveMarketAuthorities":
|
|
23996
23971
|
return wo.unpackAny(o);
|
|
23972
|
+
case "/connect.marketmap.v2.MsgParams":
|
|
23973
|
+
return Po.unpackAny(o);
|
|
23997
23974
|
case "/initia.move.v1.MsgPublish":
|
|
23998
23975
|
return Zt.unpackAny(o);
|
|
23999
23976
|
case "/initia.move.v1.MsgExecute":
|
|
24000
|
-
return Po.unpackAny(o);
|
|
24001
|
-
case "/initia.move.v1.MsgExecuteJSON":
|
|
24002
23977
|
return bo.unpackAny(o);
|
|
24003
|
-
case "/initia.move.v1.
|
|
23978
|
+
case "/initia.move.v1.MsgExecuteJSON":
|
|
24004
23979
|
return Ao.unpackAny(o);
|
|
24005
|
-
case "/initia.move.v1.
|
|
23980
|
+
case "/initia.move.v1.MsgScript":
|
|
24006
23981
|
return Do.unpackAny(o);
|
|
24007
|
-
case "/initia.move.v1.
|
|
23982
|
+
case "/initia.move.v1.MsgScriptJSON":
|
|
24008
23983
|
return ko.unpackAny(o);
|
|
24009
|
-
case "/initia.move.v1.
|
|
23984
|
+
case "/initia.move.v1.MsgUpdateParams":
|
|
24010
23985
|
return xo.unpackAny(o);
|
|
24011
|
-
case "/initia.move.v1.
|
|
23986
|
+
case "/initia.move.v1.MsgWhitelist":
|
|
24012
23987
|
return Mo.unpackAny(o);
|
|
24013
|
-
case "/initia.move.v1.
|
|
23988
|
+
case "/initia.move.v1.MsgDelist":
|
|
24014
23989
|
return Io.unpackAny(o);
|
|
24015
|
-
case "/initia.move.v1.
|
|
23990
|
+
case "/initia.move.v1.MsgGovExecute":
|
|
24016
23991
|
return So.unpackAny(o);
|
|
23992
|
+
case "/initia.move.v1.MsgGovExecuteJSON":
|
|
23993
|
+
return Bo.unpackAny(o);
|
|
24017
23994
|
case "/initia.move.v1.MsgGovPublish":
|
|
24018
23995
|
return Yt.unpackAny(o);
|
|
24019
23996
|
case "/initia.move.v1.MsgGovScript":
|
|
24020
|
-
return Bo.unpackAny(o);
|
|
24021
|
-
case "/initia.move.v1.MsgGovScriptJSON":
|
|
24022
23997
|
return Eo.unpackAny(o);
|
|
24023
|
-
case "/initia.
|
|
23998
|
+
case "/initia.move.v1.MsgGovScriptJSON":
|
|
24024
23999
|
return Uo.unpackAny(o);
|
|
24025
|
-
case "/initia.mstaking.v1.
|
|
24000
|
+
case "/initia.mstaking.v1.MsgDelegate":
|
|
24026
24001
|
return Co.unpackAny(o);
|
|
24027
|
-
case "/initia.mstaking.v1.
|
|
24002
|
+
case "/initia.mstaking.v1.MsgUndelegate":
|
|
24028
24003
|
return $o.unpackAny(o);
|
|
24029
|
-
case "/initia.mstaking.v1.
|
|
24004
|
+
case "/initia.mstaking.v1.MsgBeginRedelegate":
|
|
24030
24005
|
return No.unpackAny(o);
|
|
24006
|
+
case "/initia.mstaking.v1.MsgCreateValidator":
|
|
24007
|
+
return Oo.unpackAny(o);
|
|
24031
24008
|
case "/initia.mstaking.v1.MsgEditValidator":
|
|
24032
24009
|
return Xt.unpackAny(o);
|
|
24033
24010
|
case "/initia.mstaking.v1.MsgCancelUnbondingDelegation":
|
|
24034
|
-
return Oo.unpackAny(o);
|
|
24035
|
-
case "/initia.mstaking.v1.MsgUpdateParams":
|
|
24036
24011
|
return Fo.unpackAny(o);
|
|
24037
|
-
case "/
|
|
24012
|
+
case "/initia.mstaking.v1.MsgUpdateParams":
|
|
24038
24013
|
return To.unpackAny(o);
|
|
24039
|
-
case "/opinit.opchild.v1.
|
|
24014
|
+
case "/opinit.opchild.v1.MsgAddValidator":
|
|
24040
24015
|
return Ro.unpackAny(o);
|
|
24041
|
-
case "/opinit.opchild.v1.
|
|
24016
|
+
case "/opinit.opchild.v1.MsgRemoveValidator":
|
|
24042
24017
|
return Lo.unpackAny(o);
|
|
24043
|
-
case "/opinit.opchild.v1.
|
|
24018
|
+
case "/opinit.opchild.v1.MsgFinalizeTokenDeposit":
|
|
24044
24019
|
return Ho.unpackAny(o);
|
|
24045
|
-
case "/opinit.opchild.v1.
|
|
24020
|
+
case "/opinit.opchild.v1.MsgInitiateTokenWithdrawal":
|
|
24046
24021
|
return zo.unpackAny(o);
|
|
24047
|
-
case "/opinit.opchild.v1.
|
|
24022
|
+
case "/opinit.opchild.v1.MsgExecuteMessages":
|
|
24048
24023
|
return qo.unpackAny(o);
|
|
24024
|
+
case "/opinit.opchild.v1.MsgSpendFeePool":
|
|
24025
|
+
return Vo.unpackAny(o);
|
|
24049
24026
|
case "/opinit.opchild.v1.MsgSetBridgeInfo":
|
|
24050
|
-
return rs.unpackAny(o);
|
|
24051
|
-
case "/opinit.opchild.v1.MsgUpdateOracle":
|
|
24052
24027
|
return os.unpackAny(o);
|
|
24053
|
-
case "/opinit.opchild.v1.
|
|
24028
|
+
case "/opinit.opchild.v1.MsgUpdateOracle":
|
|
24054
24029
|
return ss.unpackAny(o);
|
|
24030
|
+
case "/opinit.opchild.v1.MsgUpdateParams":
|
|
24031
|
+
return ns.unpackAny(o);
|
|
24055
24032
|
case "/opinit.ophost.v1.MsgRecordBatch":
|
|
24056
|
-
return Vo.unpackAny(o);
|
|
24057
|
-
case "/opinit.ophost.v1.MsgCreateBridge":
|
|
24058
24033
|
return Ko.unpackAny(o);
|
|
24059
|
-
case "/opinit.ophost.v1.
|
|
24034
|
+
case "/opinit.ophost.v1.MsgCreateBridge":
|
|
24060
24035
|
return Wo.unpackAny(o);
|
|
24061
|
-
case "/opinit.ophost.v1.
|
|
24036
|
+
case "/opinit.ophost.v1.MsgProposeOutput":
|
|
24062
24037
|
return jo.unpackAny(o);
|
|
24063
|
-
case "/opinit.ophost.v1.
|
|
24038
|
+
case "/opinit.ophost.v1.MsgDeleteOutput":
|
|
24064
24039
|
return Go.unpackAny(o);
|
|
24065
|
-
case "/opinit.ophost.v1.
|
|
24040
|
+
case "/opinit.ophost.v1.MsgInitiateTokenDeposit":
|
|
24066
24041
|
return Jo.unpackAny(o);
|
|
24067
|
-
case "/opinit.ophost.v1.
|
|
24042
|
+
case "/opinit.ophost.v1.MsgFinalizeTokenWithdrawal":
|
|
24068
24043
|
return Zo.unpackAny(o);
|
|
24069
|
-
case "/opinit.ophost.v1.
|
|
24044
|
+
case "/opinit.ophost.v1.MsgUpdateProposer":
|
|
24070
24045
|
return Yo.unpackAny(o);
|
|
24071
|
-
case "/opinit.ophost.v1.
|
|
24046
|
+
case "/opinit.ophost.v1.MsgUpdateChallenger":
|
|
24072
24047
|
return Xo.unpackAny(o);
|
|
24073
|
-
case "/opinit.ophost.v1.
|
|
24048
|
+
case "/opinit.ophost.v1.MsgUpdateBatchInfo":
|
|
24074
24049
|
return Qo.unpackAny(o);
|
|
24075
|
-
case "/opinit.ophost.v1.
|
|
24050
|
+
case "/opinit.ophost.v1.MsgUpdateOracleConfig":
|
|
24076
24051
|
return ts.unpackAny(o);
|
|
24077
|
-
case "/opinit.ophost.v1.
|
|
24052
|
+
case "/opinit.ophost.v1.MsgUpdateMetadata":
|
|
24078
24053
|
return es.unpackAny(o);
|
|
24054
|
+
case "/opinit.ophost.v1.MsgUpdateParams":
|
|
24055
|
+
return rs.unpackAny(o);
|
|
24079
24056
|
case "/connect.oracle.v2.MsgAddCurrencyPairs":
|
|
24080
24057
|
return ho.unpackAny(o);
|
|
24081
24058
|
case "/connect.oracle.v2.MsgRemoveCurrencyPairs":
|
|
24082
24059
|
return fo.unpackAny(o);
|
|
24083
24060
|
case "/initia.reward.v1.MsgUpdateParams":
|
|
24084
|
-
return ns.unpackAny(o);
|
|
24085
|
-
case "/cosmos.slashing.v1beta1.MsgUnjail":
|
|
24086
24061
|
return as.unpackAny(o);
|
|
24087
|
-
case "/cosmos.slashing.v1beta1.
|
|
24062
|
+
case "/cosmos.slashing.v1beta1.MsgUnjail":
|
|
24088
24063
|
return is.unpackAny(o);
|
|
24089
|
-
case "/
|
|
24064
|
+
case "/cosmos.slashing.v1beta1.MsgUpdateParams":
|
|
24090
24065
|
return cs.unpackAny(o);
|
|
24091
|
-
case "/miniwasm.tokenfactory.v1.
|
|
24066
|
+
case "/miniwasm.tokenfactory.v1.MsgCreateDenom":
|
|
24092
24067
|
return ms.unpackAny(o);
|
|
24093
|
-
case "/miniwasm.tokenfactory.v1.
|
|
24068
|
+
case "/miniwasm.tokenfactory.v1.MsgMint":
|
|
24094
24069
|
return us.unpackAny(o);
|
|
24095
|
-
case "/miniwasm.tokenfactory.v1.
|
|
24070
|
+
case "/miniwasm.tokenfactory.v1.MsgBurn":
|
|
24096
24071
|
return ds.unpackAny(o);
|
|
24097
|
-
case "/miniwasm.tokenfactory.v1.
|
|
24072
|
+
case "/miniwasm.tokenfactory.v1.MsgChangeAdmin":
|
|
24098
24073
|
return ls.unpackAny(o);
|
|
24099
|
-
case "/miniwasm.tokenfactory.v1.
|
|
24074
|
+
case "/miniwasm.tokenfactory.v1.MsgSetDenomMetadata":
|
|
24100
24075
|
return ps.unpackAny(o);
|
|
24101
|
-
case "/miniwasm.tokenfactory.v1.
|
|
24076
|
+
case "/miniwasm.tokenfactory.v1.MsgSetBeforeSendHook":
|
|
24102
24077
|
return hs.unpackAny(o);
|
|
24103
24078
|
case "/miniwasm.tokenfactory.v1.MsgUpdateParams":
|
|
24104
24079
|
return fs.unpackAny(o);
|
|
@@ -25217,10 +25192,16 @@ class fg extends W {
|
|
|
25217
25192
|
return this.c.get("/connect/marketmap/v2/marketmap", t).then((e) => {
|
|
25218
25193
|
const r = {};
|
|
25219
25194
|
for (const [o, s] of Object.entries(e.market_map.markets))
|
|
25220
|
-
r[o] =
|
|
25195
|
+
r[o] = ft.fromData(s);
|
|
25221
25196
|
return { markets: r };
|
|
25222
25197
|
});
|
|
25223
25198
|
}
|
|
25199
|
+
/**
|
|
25200
|
+
* Query all stored markets in the marketmap module as a sorted list.
|
|
25201
|
+
*/
|
|
25202
|
+
async markets(t = {}) {
|
|
25203
|
+
return this.c.get("/connect/marketmap/v2/markets", t).then((e) => e.markets.map(ft.fromData));
|
|
25204
|
+
}
|
|
25224
25205
|
/**
|
|
25225
25206
|
* Query the market stored in the marketmap module.
|
|
25226
25207
|
* @param pair the currency pair associated with the market being requested
|
|
@@ -25230,7 +25211,7 @@ class fg extends W {
|
|
|
25230
25211
|
...e,
|
|
25231
25212
|
"currency_pair.Base": t.Base,
|
|
25232
25213
|
"currency_pair.Quote": t.Quote
|
|
25233
|
-
}).then((r) =>
|
|
25214
|
+
}).then((r) => ft.fromData(r.market));
|
|
25234
25215
|
}
|
|
25235
25216
|
/**
|
|
25236
25217
|
* Query the last height the market map was updated at.
|
|
@@ -27451,7 +27432,7 @@ const Qg = /* @__PURE__ */ Eg(Hg);
|
|
|
27451
27432
|
return this.y % o === e;
|
|
27452
27433
|
}
|
|
27453
27434
|
static fromCompressedHex(u) {
|
|
27454
|
-
const p = u.length === 32, y =
|
|
27435
|
+
const p = u.length === 32, y = gt(p ? u : u.subarray(1));
|
|
27455
27436
|
if (!Va(y))
|
|
27456
27437
|
throw new Error("Point is not on curve");
|
|
27457
27438
|
const w = $(y);
|
|
@@ -27462,7 +27443,7 @@ const Qg = /* @__PURE__ */ Eg(Hg);
|
|
|
27462
27443
|
return M.assertValidity(), M;
|
|
27463
27444
|
}
|
|
27464
27445
|
static fromUncompressedHex(u) {
|
|
27465
|
-
const p =
|
|
27446
|
+
const p = gt(u.subarray(1, g + 1)), y = gt(u.subarray(g + 1, g * 2 + 1)), w = new R(p, y);
|
|
27466
27447
|
return w.assertValidity(), w;
|
|
27467
27448
|
}
|
|
27468
27449
|
static fromHex(u) {
|
|
@@ -27543,7 +27524,7 @@ const Qg = /* @__PURE__ */ Eg(Hg);
|
|
|
27543
27524
|
throw new Error("Invalid signature integer: wrong length");
|
|
27544
27525
|
if (p[0] === 0 && p[1] <= 127)
|
|
27545
27526
|
throw new Error("Invalid signature integer: trailing length");
|
|
27546
|
-
return { data:
|
|
27527
|
+
return { data: gt(p), left: h.subarray(u + 2) };
|
|
27547
27528
|
}
|
|
27548
27529
|
function fi(h) {
|
|
27549
27530
|
if (h.length < 2 || h[0] != 48)
|
|
@@ -27671,7 +27652,7 @@ const Qg = /* @__PURE__ */ Eg(Hg);
|
|
|
27671
27652
|
}
|
|
27672
27653
|
return u;
|
|
27673
27654
|
}
|
|
27674
|
-
function
|
|
27655
|
+
function gt(h) {
|
|
27675
27656
|
return Vs(C(h));
|
|
27676
27657
|
}
|
|
27677
27658
|
function Lt(h) {
|
|
@@ -27718,7 +27699,7 @@ const Qg = /* @__PURE__ */ Eg(Hg);
|
|
|
27718
27699
|
return h.reduceRight((P, D, M) => D === e ? P : (p[M] = x(P * p[M], u), x(P * D, u)), w), p;
|
|
27719
27700
|
}
|
|
27720
27701
|
function rp(h) {
|
|
27721
|
-
const u = h.length * 8 - v * 8, p =
|
|
27702
|
+
const u = h.length * 8 - v * 8, p = gt(h);
|
|
27722
27703
|
return u > 0 ? p >> BigInt(u) : p;
|
|
27723
27704
|
}
|
|
27724
27705
|
function gi(h, u = !1) {
|
|
@@ -27813,7 +27794,7 @@ const Qg = /* @__PURE__ */ Eg(Hg);
|
|
|
27813
27794
|
} else if (h instanceof Uint8Array) {
|
|
27814
27795
|
if (h.length !== v)
|
|
27815
27796
|
throw new Error("Expected 32 bytes of private key");
|
|
27816
|
-
u =
|
|
27797
|
+
u = gt(h);
|
|
27817
27798
|
} else
|
|
27818
27799
|
throw new TypeError("Expected valid private key");
|
|
27819
27800
|
if (!wn(u))
|
|
@@ -27855,7 +27836,7 @@ const Qg = /* @__PURE__ */ Eg(Hg);
|
|
|
27855
27836
|
a.getSharedSecret = np;
|
|
27856
27837
|
function Sd(h) {
|
|
27857
27838
|
const u = h.length > g ? h.slice(0, g) : h;
|
|
27858
|
-
return
|
|
27839
|
+
return gt(u);
|
|
27859
27840
|
}
|
|
27860
27841
|
function ap(h) {
|
|
27861
27842
|
const u = Sd(h), p = x(u, i.n);
|
|
@@ -27923,7 +27904,7 @@ const Qg = /* @__PURE__ */ Eg(Hg);
|
|
|
27923
27904
|
}
|
|
27924
27905
|
a.verify = up;
|
|
27925
27906
|
function Ka(h) {
|
|
27926
|
-
return x(
|
|
27907
|
+
return x(gt(h), i.n);
|
|
27927
27908
|
}
|
|
27928
27909
|
class Pn {
|
|
27929
27910
|
constructor(u, p) {
|
|
@@ -27933,7 +27914,7 @@ const Qg = /* @__PURE__ */ Eg(Hg);
|
|
|
27933
27914
|
const p = Lt(u);
|
|
27934
27915
|
if (p.length !== 64)
|
|
27935
27916
|
throw new TypeError(`SchnorrSignature.fromHex: expected 64 bytes, not ${p.length}`);
|
|
27936
|
-
const y =
|
|
27917
|
+
const y = gt(p.subarray(0, 32)), w = gt(p.subarray(32, 64));
|
|
27937
27918
|
return new Pn(y, w);
|
|
27938
27919
|
}
|
|
27939
27920
|
assertValidity() {
|
|
@@ -27965,10 +27946,10 @@ const Qg = /* @__PURE__ */ Eg(Hg);
|
|
|
27965
27946
|
return { point: p, scalar: y, x: p.toRawX() };
|
|
27966
27947
|
}
|
|
27967
27948
|
initNonce(u, p) {
|
|
27968
|
-
return tt(u ^
|
|
27949
|
+
return tt(u ^ gt(p));
|
|
27969
27950
|
}
|
|
27970
27951
|
finalizeNonce(u) {
|
|
27971
|
-
const p = x(
|
|
27952
|
+
const p = x(gt(u), i.n);
|
|
27972
27953
|
if (p === e)
|
|
27973
27954
|
throw new Error("sign: Creation of signature failed. k is zero");
|
|
27974
27955
|
const { point: y, x: w, scalar: P } = this.getScalar(p);
|
|
@@ -28061,7 +28042,7 @@ const Qg = /* @__PURE__ */ Eg(Hg);
|
|
|
28061
28042
|
const u = v + 8;
|
|
28062
28043
|
if (h.length < u || h.length > 1024)
|
|
28063
28044
|
throw new Error("Expected valid bytes of private key as per FIPS 186");
|
|
28064
|
-
const p = x(
|
|
28045
|
+
const p = x(gt(h), i.n - r) + r;
|
|
28065
28046
|
return tt(p);
|
|
28066
28047
|
},
|
|
28067
28048
|
randomBytes: (h = 32) => {
|
|
@@ -28239,8 +28220,8 @@ pi.crypto = typeof globalThis == "object" && "crypto" in globalThis ? globalThis
|
|
|
28239
28220
|
for (let tt = 0, ct = 0; tt < rt; tt++, ct += 2) {
|
|
28240
28221
|
const Vs = E(b.charCodeAt(ct)), Ut = E(b.charCodeAt(ct + 1));
|
|
28241
28222
|
if (Vs === void 0 || Ut === void 0) {
|
|
28242
|
-
const
|
|
28243
|
-
throw new Error('hex string expected, got non-hex character "' +
|
|
28223
|
+
const gt = b[ct] + b[ct + 1];
|
|
28224
|
+
throw new Error('hex string expected, got non-hex character "' + gt + '" at index ' + ct);
|
|
28244
28225
|
}
|
|
28245
28226
|
V[tt] = Vs * 16 + Ut;
|
|
28246
28227
|
}
|
|
@@ -29241,7 +29222,7 @@ export {
|
|
|
29241
29222
|
it as LedgerError,
|
|
29242
29223
|
Ql as LedgerKey,
|
|
29243
29224
|
de as LegacyAminoMultisigPublicKey,
|
|
29244
|
-
|
|
29225
|
+
ft as Market,
|
|
29245
29226
|
fg as MarketmapAPI,
|
|
29246
29227
|
Ss as MarketmapParams,
|
|
29247
29228
|
Ue as MaxCallsLimit,
|
|
@@ -29261,15 +29242,15 @@ export {
|
|
|
29261
29242
|
ea as MsgAcknowledgement,
|
|
29262
29243
|
tr as MsgAddCodeUploadParamsAddresses,
|
|
29263
29244
|
ho as MsgAddCurrencyPairs,
|
|
29264
|
-
|
|
29245
|
+
Ro as MsgAddValidator,
|
|
29265
29246
|
De as MsgAuctionBid,
|
|
29266
|
-
|
|
29267
|
-
|
|
29247
|
+
No as MsgBeginRedelegate,
|
|
29248
|
+
ds as MsgBurn,
|
|
29268
29249
|
kr as MsgCall,
|
|
29269
29250
|
Ur as MsgCancelProposal,
|
|
29270
|
-
|
|
29251
|
+
Fo as MsgCancelUnbondingDelegation,
|
|
29271
29252
|
uo as MsgCancelUpgrade,
|
|
29272
|
-
|
|
29253
|
+
ls as MsgChangeAdmin,
|
|
29273
29254
|
Qn as MsgChannelCloseConfirm,
|
|
29274
29255
|
Xn as MsgChannelCloseInit,
|
|
29275
29256
|
Yn as MsgChannelOpenAck,
|
|
@@ -29281,56 +29262,55 @@ export {
|
|
|
29281
29262
|
vr as MsgCommunityPoolSpend,
|
|
29282
29263
|
Ar as MsgCreate,
|
|
29283
29264
|
Dr as MsgCreate2,
|
|
29284
|
-
|
|
29265
|
+
Wo as MsgCreateBridge,
|
|
29285
29266
|
Rn as MsgCreateClient,
|
|
29286
|
-
|
|
29267
|
+
ms as MsgCreateDenom,
|
|
29287
29268
|
qr as MsgCreateGroup,
|
|
29288
29269
|
Wr as MsgCreateGroupPolicy,
|
|
29289
29270
|
jr as MsgCreateGroupWithPolicy,
|
|
29290
29271
|
go as MsgCreateMarkets,
|
|
29291
|
-
|
|
29292
|
-
|
|
29293
|
-
|
|
29294
|
-
|
|
29272
|
+
Oo as MsgCreateValidator,
|
|
29273
|
+
Co as MsgDelegate,
|
|
29274
|
+
Go as MsgDeleteOutput,
|
|
29275
|
+
Io as MsgDelist,
|
|
29295
29276
|
$r as MsgDeposit,
|
|
29296
29277
|
Cr as MsgDepositLegacy,
|
|
29297
29278
|
wr as MsgDepositValidatorRewardsPool,
|
|
29298
29279
|
Xt as MsgEditValidator,
|
|
29299
29280
|
ar as MsgExecAuthorized,
|
|
29300
|
-
|
|
29281
|
+
bo as MsgExecute,
|
|
29301
29282
|
qe as MsgExecuteContract,
|
|
29302
|
-
|
|
29303
|
-
|
|
29304
|
-
|
|
29305
|
-
|
|
29306
|
-
hs as MsgForceTransfer,
|
|
29283
|
+
Ao as MsgExecuteJSON,
|
|
29284
|
+
qo as MsgExecuteMessages,
|
|
29285
|
+
Ho as MsgFinalizeTokenDeposit,
|
|
29286
|
+
Zo as MsgFinalizeTokenWithdrawal,
|
|
29307
29287
|
yr as MsgFundCommunityPool,
|
|
29308
|
-
|
|
29309
|
-
|
|
29288
|
+
So as MsgGovExecute,
|
|
29289
|
+
Bo as MsgGovExecuteJSON,
|
|
29310
29290
|
Yt as MsgGovPublish,
|
|
29311
|
-
|
|
29312
|
-
|
|
29291
|
+
Eo as MsgGovScript,
|
|
29292
|
+
Uo as MsgGovScriptJSON,
|
|
29313
29293
|
Ir as MsgGrantAllowance,
|
|
29314
29294
|
sr as MsgGrantAuthorization,
|
|
29315
29295
|
Gr as MsgGroupExec,
|
|
29316
29296
|
Gt as MsgGroupVote,
|
|
29317
29297
|
Vn as MsgIBCSoftwareUpgrade,
|
|
29318
|
-
|
|
29319
|
-
|
|
29298
|
+
Jo as MsgInitiateTokenDeposit,
|
|
29299
|
+
zo as MsgInitiateTokenWithdrawal,
|
|
29320
29300
|
He as MsgInstantiateContract,
|
|
29321
29301
|
ze as MsgInstantiateContractV2,
|
|
29322
29302
|
Jr as MsgLeaveGroup,
|
|
29323
29303
|
Ve as MsgMigrateContract,
|
|
29324
|
-
|
|
29304
|
+
us as MsgMint,
|
|
29325
29305
|
pt as MsgMultiSend,
|
|
29326
29306
|
no as MsgNftTransfer,
|
|
29327
29307
|
En as MsgPayForBlobs,
|
|
29328
29308
|
Un as MsgPayPacketFee,
|
|
29329
29309
|
Cn as MsgPayPacketFeeAsync,
|
|
29330
29310
|
Ze as MsgPinCodes,
|
|
29331
|
-
|
|
29311
|
+
jo as MsgProposeOutput,
|
|
29332
29312
|
Zt as MsgPublish,
|
|
29333
|
-
|
|
29313
|
+
Ko as MsgRecordBatch,
|
|
29334
29314
|
qn as MsgRecoverClient,
|
|
29335
29315
|
ta as MsgRecvPacket,
|
|
29336
29316
|
lo as MsgRegisterAccount,
|
|
@@ -29339,21 +29319,22 @@ export {
|
|
|
29339
29319
|
$n as MsgRegisterPayee,
|
|
29340
29320
|
er as MsgRemoveCodeUploadParamsAddresses,
|
|
29341
29321
|
fo as MsgRemoveCurrencyPairs,
|
|
29342
|
-
|
|
29343
|
-
|
|
29322
|
+
wo as MsgRemoveMarketAuthorities,
|
|
29323
|
+
vo as MsgRemoveMarkets,
|
|
29324
|
+
Lo as MsgRemoveValidator,
|
|
29344
29325
|
Sr as MsgRevokeAllowance,
|
|
29345
29326
|
nr as MsgRevokeAuthorization,
|
|
29346
|
-
|
|
29347
|
-
|
|
29327
|
+
Do as MsgScript,
|
|
29328
|
+
ko as MsgScriptJSON,
|
|
29348
29329
|
ir as MsgSend,
|
|
29349
|
-
|
|
29350
|
-
|
|
29330
|
+
hs as MsgSetBeforeSendHook,
|
|
29331
|
+
os as MsgSetBridgeInfo,
|
|
29351
29332
|
ur as MsgSetDenomMetadata,
|
|
29352
|
-
|
|
29333
|
+
ps as MsgSetDenomMetadataWasm,
|
|
29353
29334
|
mr as MsgSetSendEnabled,
|
|
29354
29335
|
hr as MsgSetWithdrawAddress,
|
|
29355
29336
|
mo as MsgSoftwareUpgrade,
|
|
29356
|
-
|
|
29337
|
+
Vo as MsgSpendFeePool,
|
|
29357
29338
|
Xe as MsgStoreAndInstantiateContract,
|
|
29358
29339
|
Qe as MsgStoreAndMigrateContract,
|
|
29359
29340
|
Le as MsgStoreCode,
|
|
@@ -29367,16 +29348,16 @@ export {
|
|
|
29367
29348
|
ra as MsgTimeout,
|
|
29368
29349
|
oa as MsgTimeoutOnClose,
|
|
29369
29350
|
or as MsgTransfer,
|
|
29370
|
-
|
|
29371
|
-
|
|
29351
|
+
$o as MsgUndelegate,
|
|
29352
|
+
is as MsgUnjail,
|
|
29372
29353
|
Ye as MsgUnpinCodes,
|
|
29373
29354
|
oo as MsgUpdateACL,
|
|
29374
29355
|
Ke as MsgUpdateAdmin,
|
|
29375
29356
|
ke as MsgUpdateAuctionParams,
|
|
29376
29357
|
xe as MsgUpdateAuthParams,
|
|
29377
29358
|
cr as MsgUpdateBankParams,
|
|
29378
|
-
|
|
29379
|
-
|
|
29359
|
+
Qo as MsgUpdateBatchInfo,
|
|
29360
|
+
Xo as MsgUpdateChallenger,
|
|
29380
29361
|
Ln as MsgUpdateClient,
|
|
29381
29362
|
dr as MsgUpdateConsensusParams,
|
|
29382
29363
|
rr as MsgUpdateContractLabel,
|
|
@@ -29397,19 +29378,19 @@ export {
|
|
|
29397
29378
|
io as MsgUpdateIbcPermAdmin,
|
|
29398
29379
|
Sn as MsgUpdateIbcTransferParams,
|
|
29399
29380
|
je as MsgUpdateInstantiateConfig,
|
|
29400
|
-
|
|
29381
|
+
Po as MsgUpdateMarketmapParams,
|
|
29401
29382
|
yo as MsgUpdateMarkets,
|
|
29402
|
-
|
|
29403
|
-
|
|
29404
|
-
|
|
29405
|
-
|
|
29406
|
-
|
|
29407
|
-
|
|
29408
|
-
|
|
29383
|
+
es as MsgUpdateMetadata,
|
|
29384
|
+
xo as MsgUpdateMoveParams,
|
|
29385
|
+
To as MsgUpdateMstakingParams,
|
|
29386
|
+
ns as MsgUpdateOpchildParams,
|
|
29387
|
+
rs as MsgUpdateOphostParams,
|
|
29388
|
+
ss as MsgUpdateOracle,
|
|
29389
|
+
ts as MsgUpdateOracleConfig,
|
|
29409
29390
|
co as MsgUpdatePermissionedRelayers,
|
|
29410
|
-
|
|
29411
|
-
|
|
29412
|
-
|
|
29391
|
+
Yo as MsgUpdateProposer,
|
|
29392
|
+
as as MsgUpdateRewardParams,
|
|
29393
|
+
cs as MsgUpdateSlashingParams,
|
|
29413
29394
|
fs as MsgUpdateTokenfactoryParams,
|
|
29414
29395
|
Ge as MsgUpdateWasmParams,
|
|
29415
29396
|
Hn as MsgUpgradeClient,
|
|
@@ -29419,7 +29400,7 @@ export {
|
|
|
29419
29400
|
Wt as MsgVoteLegacy,
|
|
29420
29401
|
Hr as MsgVoteWeighted,
|
|
29421
29402
|
Lr as MsgVoteWeightedLegacy,
|
|
29422
|
-
|
|
29403
|
+
Mo as MsgWhitelist,
|
|
29423
29404
|
fr as MsgWithdrawDelegatorReward,
|
|
29424
29405
|
gr as MsgWithdrawValidatorCommission,
|
|
29425
29406
|
yg as MstakingAPI,
|