@injectivelabs/sdk-ts 1.18.5 → 1.18.6
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/dist/cjs/{MsgSetDenomMetadata-DLdr2cF-.cjs → MsgSetDenomMetadata-OWjBVdOY.cjs} +175 -2
- package/dist/cjs/client/chain.d.cts +1 -1
- package/dist/cjs/client/indexer.d.cts +1 -1
- package/dist/cjs/core/accounts.d.cts +1 -1
- package/dist/cjs/core/modules.cjs +3 -1
- package/dist/cjs/core/modules.d.cts +2 -2
- package/dist/cjs/core/tx.d.cts +1 -1
- package/dist/cjs/{index-Cz0vkasG.d.cts → index-Lta8gUTs.d.cts} +194 -10
- package/dist/cjs/index.cjs +3 -1
- package/dist/cjs/index.d.cts +2 -2
- package/dist/cjs/utils.d.cts +1 -1
- package/dist/esm/{MsgSetDenomMetadata-BN6xAObK.js → MsgSetDenomMetadata-C4RxZ9ZV.js} +162 -2
- package/dist/esm/client/chain.d.ts +1 -1
- package/dist/esm/client/indexer.d.ts +1 -1
- package/dist/esm/core/accounts.d.ts +1 -1
- package/dist/esm/core/modules.d.ts +2 -2
- package/dist/esm/core/modules.js +2 -2
- package/dist/esm/core/tx.d.ts +1 -1
- package/dist/esm/{index--5tIhvOU.d.ts → index-B4M6YBB9.d.ts} +194 -10
- package/dist/esm/index.d.ts +2 -2
- package/dist/esm/index.js +2 -2
- package/dist/esm/utils.d.ts +1 -1
- package/package.json +5 -5
|
@@ -37,14 +37,14 @@ let __injectivelabs_core_proto_ts_v2_generated_cosmos_gov_v1beta1_gov_pb = requi
|
|
|
37
37
|
__injectivelabs_core_proto_ts_v2_generated_cosmos_gov_v1beta1_gov_pb = require_chunk.__toESM(__injectivelabs_core_proto_ts_v2_generated_cosmos_gov_v1beta1_gov_pb);
|
|
38
38
|
let __injectivelabs_core_proto_ts_v2_generated_injective_exchange_v1beta1_proposal_pb = require("@injectivelabs/core-proto-ts-v2/generated/injective/exchange/v1beta1/proposal_pb");
|
|
39
39
|
__injectivelabs_core_proto_ts_v2_generated_injective_exchange_v1beta1_proposal_pb = require_chunk.__toESM(__injectivelabs_core_proto_ts_v2_generated_injective_exchange_v1beta1_proposal_pb);
|
|
40
|
+
let __injectivelabs_core_proto_ts_v2_generated_injective_oracle_v1beta1_proposal_pb = require("@injectivelabs/core-proto-ts-v2/generated/injective/oracle/v1beta1/proposal_pb");
|
|
41
|
+
__injectivelabs_core_proto_ts_v2_generated_injective_oracle_v1beta1_proposal_pb = require_chunk.__toESM(__injectivelabs_core_proto_ts_v2_generated_injective_oracle_v1beta1_proposal_pb);
|
|
40
42
|
let __injectivelabs_core_proto_ts_v2_generated_injective_exchange_v2_proposal_pb = require("@injectivelabs/core-proto-ts-v2/generated/injective/exchange/v2/proposal_pb");
|
|
41
43
|
__injectivelabs_core_proto_ts_v2_generated_injective_exchange_v2_proposal_pb = require_chunk.__toESM(__injectivelabs_core_proto_ts_v2_generated_injective_exchange_v2_proposal_pb);
|
|
42
44
|
let __injectivelabs_core_proto_ts_v2_generated_cosmos_params_v1beta1_params_pb = require("@injectivelabs/core-proto-ts-v2/generated/cosmos/params/v1beta1/params_pb");
|
|
43
45
|
__injectivelabs_core_proto_ts_v2_generated_cosmos_params_v1beta1_params_pb = require_chunk.__toESM(__injectivelabs_core_proto_ts_v2_generated_cosmos_params_v1beta1_params_pb);
|
|
44
46
|
let __injectivelabs_core_proto_ts_v2_generated_cosmos_upgrade_v1beta1_upgrade_pb = require("@injectivelabs/core-proto-ts-v2/generated/cosmos/upgrade/v1beta1/upgrade_pb");
|
|
45
47
|
__injectivelabs_core_proto_ts_v2_generated_cosmos_upgrade_v1beta1_upgrade_pb = require_chunk.__toESM(__injectivelabs_core_proto_ts_v2_generated_cosmos_upgrade_v1beta1_upgrade_pb);
|
|
46
|
-
let __injectivelabs_core_proto_ts_v2_generated_injective_oracle_v1beta1_proposal_pb = require("@injectivelabs/core-proto-ts-v2/generated/injective/oracle/v1beta1/proposal_pb");
|
|
47
|
-
__injectivelabs_core_proto_ts_v2_generated_injective_oracle_v1beta1_proposal_pb = require_chunk.__toESM(__injectivelabs_core_proto_ts_v2_generated_injective_oracle_v1beta1_proposal_pb);
|
|
48
48
|
let __injectivelabs_core_proto_ts_v2_generated_ibc_core_client_v1_client_pb = require("@injectivelabs/core-proto-ts-v2/generated/ibc/core/client/v1/client_pb");
|
|
49
49
|
__injectivelabs_core_proto_ts_v2_generated_ibc_core_client_v1_client_pb = require_chunk.__toESM(__injectivelabs_core_proto_ts_v2_generated_ibc_core_client_v1_client_pb);
|
|
50
50
|
let __injectivelabs_core_proto_ts_v2_generated_ibc_applications_transfer_v1_tx_pb = require("@injectivelabs/core-proto-ts-v2/generated/ibc/applications/transfer/v1/tx_pb");
|
|
@@ -65,6 +65,8 @@ let __injectivelabs_core_proto_ts_v2_generated_injective_wasmx_v1_authz_pb = req
|
|
|
65
65
|
__injectivelabs_core_proto_ts_v2_generated_injective_wasmx_v1_authz_pb = require_chunk.__toESM(__injectivelabs_core_proto_ts_v2_generated_injective_wasmx_v1_authz_pb);
|
|
66
66
|
let __injectivelabs_core_proto_ts_v2_generated_injective_peggy_v1_msgs_pb = require("@injectivelabs/core-proto-ts-v2/generated/injective/peggy/v1/msgs_pb");
|
|
67
67
|
__injectivelabs_core_proto_ts_v2_generated_injective_peggy_v1_msgs_pb = require_chunk.__toESM(__injectivelabs_core_proto_ts_v2_generated_injective_peggy_v1_msgs_pb);
|
|
68
|
+
let __injectivelabs_core_proto_ts_v2_generated_injective_oracle_v1beta1_tx_pb = require("@injectivelabs/core-proto-ts-v2/generated/injective/oracle/v1beta1/tx_pb");
|
|
69
|
+
__injectivelabs_core_proto_ts_v2_generated_injective_oracle_v1beta1_tx_pb = require_chunk.__toESM(__injectivelabs_core_proto_ts_v2_generated_injective_oracle_v1beta1_tx_pb);
|
|
68
70
|
let __injectivelabs_core_proto_ts_v2_generated_injective_auction_v1beta1_tx_pb = require("@injectivelabs/core-proto-ts-v2/generated/injective/auction/v1beta1/tx_pb");
|
|
69
71
|
__injectivelabs_core_proto_ts_v2_generated_injective_auction_v1beta1_tx_pb = require_chunk.__toESM(__injectivelabs_core_proto_ts_v2_generated_injective_auction_v1beta1_tx_pb);
|
|
70
72
|
let __injectivelabs_core_proto_ts_v2_generated_cosmos_staking_v1beta1_tx_pb = require("@injectivelabs/core-proto-ts-v2/generated/cosmos/staking/v1beta1/tx_pb");
|
|
@@ -3232,6 +3234,96 @@ var MsgSubmitProposalSpotMarketLaunch = class MsgSubmitProposalSpotMarketLaunch
|
|
|
3232
3234
|
}
|
|
3233
3235
|
};
|
|
3234
3236
|
|
|
3237
|
+
//#endregion
|
|
3238
|
+
//#region src/core/modules/gov/msgs/MsgGrantProviderPrivilegeProposal.ts
|
|
3239
|
+
/**
|
|
3240
|
+
* @category Messages
|
|
3241
|
+
*/
|
|
3242
|
+
var MsgGrantProviderPrivilegeProposal = class MsgGrantProviderPrivilegeProposal extends require_MsgBase.MsgBase {
|
|
3243
|
+
static fromJSON(params) {
|
|
3244
|
+
return new MsgGrantProviderPrivilegeProposal(params);
|
|
3245
|
+
}
|
|
3246
|
+
toProto() {
|
|
3247
|
+
const { params } = this;
|
|
3248
|
+
const depositParams = __injectivelabs_core_proto_ts_v2_generated_cosmos_base_v1beta1_coin_pb.Coin.create({
|
|
3249
|
+
denom: params.deposit.denom,
|
|
3250
|
+
amount: params.deposit.amount
|
|
3251
|
+
});
|
|
3252
|
+
const content = this.getContent();
|
|
3253
|
+
const contentAny = __injectivelabs_core_proto_ts_v2_generated_google_protobuf_any_pb.Any.create({
|
|
3254
|
+
typeUrl: "/cosmos.gov.v1beta1.TextProposal",
|
|
3255
|
+
value: __injectivelabs_core_proto_ts_v2_generated_cosmos_gov_v1beta1_gov_pb.TextProposal.toBinary(content)
|
|
3256
|
+
});
|
|
3257
|
+
return __injectivelabs_core_proto_ts_v2_generated_cosmos_gov_v1beta1_tx_pb.MsgSubmitProposal.create({
|
|
3258
|
+
content: contentAny,
|
|
3259
|
+
initialDeposit: [depositParams],
|
|
3260
|
+
proposer: params.proposer
|
|
3261
|
+
});
|
|
3262
|
+
}
|
|
3263
|
+
toData() {
|
|
3264
|
+
const proto = this.toProto();
|
|
3265
|
+
return {
|
|
3266
|
+
"@type": "/cosmos.gov.v1beta1.MsgSubmitProposal",
|
|
3267
|
+
...proto
|
|
3268
|
+
};
|
|
3269
|
+
}
|
|
3270
|
+
toAmino() {
|
|
3271
|
+
const { params } = this;
|
|
3272
|
+
const content = this.getContent();
|
|
3273
|
+
return {
|
|
3274
|
+
type: "cosmos-sdk/MsgSubmitProposal",
|
|
3275
|
+
value: {
|
|
3276
|
+
content: {
|
|
3277
|
+
type: "oracle/GrantProviderPrivilegeProposal",
|
|
3278
|
+
value: {
|
|
3279
|
+
provider: content.provider,
|
|
3280
|
+
relayers: content.relayers
|
|
3281
|
+
}
|
|
3282
|
+
},
|
|
3283
|
+
initial_deposit: [{
|
|
3284
|
+
denom: params.deposit.denom,
|
|
3285
|
+
amount: params.deposit.amount
|
|
3286
|
+
}],
|
|
3287
|
+
proposer: params.proposer
|
|
3288
|
+
}
|
|
3289
|
+
};
|
|
3290
|
+
}
|
|
3291
|
+
toWeb3Gw() {
|
|
3292
|
+
const { params } = this;
|
|
3293
|
+
const messageWithProposalType = {
|
|
3294
|
+
content: {
|
|
3295
|
+
"@type": "/injective.oracle.v1beta1.GrantProviderPrivilegeProposal",
|
|
3296
|
+
...this.getContent()
|
|
3297
|
+
},
|
|
3298
|
+
initial_deposit: [{
|
|
3299
|
+
denom: params.deposit.denom,
|
|
3300
|
+
amount: params.deposit.amount
|
|
3301
|
+
}],
|
|
3302
|
+
proposer: params.proposer
|
|
3303
|
+
};
|
|
3304
|
+
return {
|
|
3305
|
+
"@type": "/cosmos.gov.v1beta1.MsgSubmitProposal",
|
|
3306
|
+
...messageWithProposalType
|
|
3307
|
+
};
|
|
3308
|
+
}
|
|
3309
|
+
toDirectSign() {
|
|
3310
|
+
return {
|
|
3311
|
+
type: "/cosmos.gov.v1beta1.MsgSubmitProposal",
|
|
3312
|
+
message: this.toProto()
|
|
3313
|
+
};
|
|
3314
|
+
}
|
|
3315
|
+
toBinary() {
|
|
3316
|
+
return __injectivelabs_core_proto_ts_v2_generated_cosmos_gov_v1beta1_tx_pb.MsgSubmitProposal.toBinary(this.toProto());
|
|
3317
|
+
}
|
|
3318
|
+
getContent() {
|
|
3319
|
+
const { params } = this;
|
|
3320
|
+
return __injectivelabs_core_proto_ts_v2_generated_injective_oracle_v1beta1_proposal_pb.GrantProviderPrivilegeProposal.create({
|
|
3321
|
+
provider: params.provider,
|
|
3322
|
+
relayers: params.relayers
|
|
3323
|
+
});
|
|
3324
|
+
}
|
|
3325
|
+
};
|
|
3326
|
+
|
|
3235
3327
|
//#endregion
|
|
3236
3328
|
//#region src/core/modules/gov/msgs/MsgSubmitProposalPerpetualMarketLaunch.ts
|
|
3237
3329
|
const createPerpetualMarketLaunch$1 = (params) => {
|
|
@@ -3950,6 +4042,9 @@ var ProposalDecomposer = class {
|
|
|
3950
4042
|
static grantBandOraclePrivilegeProposal(content) {
|
|
3951
4043
|
return __injectivelabs_core_proto_ts_v2_generated_injective_oracle_v1beta1_proposal_pb.GrantBandOraclePrivilegeProposal.fromBinary(content);
|
|
3952
4044
|
}
|
|
4045
|
+
static grantProviderPrivilegeProposal(content) {
|
|
4046
|
+
return __injectivelabs_core_proto_ts_v2_generated_injective_oracle_v1beta1_proposal_pb.GrantProviderPrivilegeProposal.fromBinary(content);
|
|
4047
|
+
}
|
|
3953
4048
|
static removeBandOraclePrivilegeProposal(content) {
|
|
3954
4049
|
return __injectivelabs_core_proto_ts_v2_generated_injective_oracle_v1beta1_proposal_pb.RevokeBandOraclePrivilegeProposal.fromBinary(content);
|
|
3955
4050
|
}
|
|
@@ -5775,6 +5870,72 @@ var MsgSendToEth = class MsgSendToEth extends require_MsgBase.MsgBase {
|
|
|
5775
5870
|
}
|
|
5776
5871
|
};
|
|
5777
5872
|
|
|
5873
|
+
//#endregion
|
|
5874
|
+
//#region src/core/modules/oracle/msgs/MsgRelayProviderPrices.ts
|
|
5875
|
+
/**
|
|
5876
|
+
* @category Messages
|
|
5877
|
+
*/
|
|
5878
|
+
var MsgRelayProviderPrices = class MsgRelayProviderPrices extends require_MsgBase.MsgBase {
|
|
5879
|
+
static fromJSON(params) {
|
|
5880
|
+
return new MsgRelayProviderPrices(params);
|
|
5881
|
+
}
|
|
5882
|
+
toProto() {
|
|
5883
|
+
const { params } = this;
|
|
5884
|
+
return __injectivelabs_core_proto_ts_v2_generated_injective_oracle_v1beta1_tx_pb.MsgRelayProviderPrices.create({
|
|
5885
|
+
sender: params.sender,
|
|
5886
|
+
provider: params.provider,
|
|
5887
|
+
symbols: params.symbols,
|
|
5888
|
+
prices: params.prices
|
|
5889
|
+
});
|
|
5890
|
+
}
|
|
5891
|
+
toData() {
|
|
5892
|
+
const proto = this.toProto();
|
|
5893
|
+
return {
|
|
5894
|
+
"@type": "/injective.oracle.v1beta1.MsgRelayProviderPrices",
|
|
5895
|
+
...proto
|
|
5896
|
+
};
|
|
5897
|
+
}
|
|
5898
|
+
toAmino() {
|
|
5899
|
+
const proto = this.toProto();
|
|
5900
|
+
return {
|
|
5901
|
+
type: "oracle/MsgRelayProviderPrices",
|
|
5902
|
+
value: {
|
|
5903
|
+
sender: proto.sender,
|
|
5904
|
+
provider: proto.provider,
|
|
5905
|
+
symbols: proto.symbols,
|
|
5906
|
+
prices: proto.prices
|
|
5907
|
+
}
|
|
5908
|
+
};
|
|
5909
|
+
}
|
|
5910
|
+
toEip712() {
|
|
5911
|
+
throw new __injectivelabs_exceptions.GeneralException(/* @__PURE__ */ new Error("EIP712_v1 is not supported for MsgRelayProviderPrices. Please use EIP712_v2"));
|
|
5912
|
+
}
|
|
5913
|
+
toEip712V2() {
|
|
5914
|
+
const web3gw = this.toWeb3Gw();
|
|
5915
|
+
const prices = web3gw.prices;
|
|
5916
|
+
return {
|
|
5917
|
+
...web3gw,
|
|
5918
|
+
prices: prices.map((price) => require_utils.numberToCosmosSdkDecString(price))
|
|
5919
|
+
};
|
|
5920
|
+
}
|
|
5921
|
+
toWeb3Gw() {
|
|
5922
|
+
const { value } = this.toAmino();
|
|
5923
|
+
return {
|
|
5924
|
+
"@type": "/injective.oracle.v1beta1.MsgRelayProviderPrices",
|
|
5925
|
+
...value
|
|
5926
|
+
};
|
|
5927
|
+
}
|
|
5928
|
+
toDirectSign() {
|
|
5929
|
+
return {
|
|
5930
|
+
type: "/injective.oracle.v1beta1.MsgRelayProviderPrices",
|
|
5931
|
+
message: this.toProto()
|
|
5932
|
+
};
|
|
5933
|
+
}
|
|
5934
|
+
toBinary() {
|
|
5935
|
+
return __injectivelabs_core_proto_ts_v2_generated_injective_oracle_v1beta1_tx_pb.MsgRelayProviderPrices.toBinary(this.toProto());
|
|
5936
|
+
}
|
|
5937
|
+
};
|
|
5938
|
+
|
|
5778
5939
|
//#endregion
|
|
5779
5940
|
//#region src/core/modules/auction/msgs/MsgBid.ts
|
|
5780
5941
|
/**
|
|
@@ -8051,6 +8212,12 @@ Object.defineProperty(exports, 'MsgGrantAllowance', {
|
|
|
8051
8212
|
return MsgGrantAllowance;
|
|
8052
8213
|
}
|
|
8053
8214
|
});
|
|
8215
|
+
Object.defineProperty(exports, 'MsgGrantProviderPrivilegeProposal', {
|
|
8216
|
+
enumerable: true,
|
|
8217
|
+
get: function () {
|
|
8218
|
+
return MsgGrantProviderPrivilegeProposal;
|
|
8219
|
+
}
|
|
8220
|
+
});
|
|
8054
8221
|
Object.defineProperty(exports, 'MsgGrantWithAuthorization', {
|
|
8055
8222
|
enumerable: true,
|
|
8056
8223
|
get: function () {
|
|
@@ -8111,6 +8278,12 @@ Object.defineProperty(exports, 'MsgReclaimLockedFunds', {
|
|
|
8111
8278
|
return MsgReclaimLockedFunds;
|
|
8112
8279
|
}
|
|
8113
8280
|
});
|
|
8281
|
+
Object.defineProperty(exports, 'MsgRelayProviderPrices', {
|
|
8282
|
+
enumerable: true,
|
|
8283
|
+
get: function () {
|
|
8284
|
+
return MsgRelayProviderPrices;
|
|
8285
|
+
}
|
|
8286
|
+
});
|
|
8114
8287
|
Object.defineProperty(exports, 'MsgRequestRedemption', {
|
|
8115
8288
|
enumerable: true,
|
|
8116
8289
|
get: function () {
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
import "../tx_pb-DDTuVb3m.cjs";
|
|
2
2
|
import { st as OracleType } from "../index-DkZCBLFW.cjs";
|
|
3
|
-
import { $_ as
|
|
3
|
+
import { $_ as GrpcGovernanceDepositParams, $g as GrpcPointsMultiplier, $h as GrpcMintParams, $m as GrpcPermissionRole, A as ChainGrpcAuctionApi, A_ as StakingModuleParams, Ag as FeeDiscountAccountInfo, Ah as GrpcPeggyParams, Am as CosmosAccountRestResponse, B as ChainGrpcAuthApi, B_ as ContractCodeHistoryOperationType, Bg as GrpcChainSpotMarket, Bh as CreateSpotLimitOrderAuthz, Bm as AuctionModuleStateResponse, C as ChainGrpcInsuranceFundApi, C_ as GrpcUnbondingDelegationEntry, Cg as ChainDenomDecimal, Ch as GrpcTxFeesParams, Cm as ValidatorRewards, D as ChainGrpcTendermintApi, D_ as GrpcValidatorDescription, Dg as DepositProposalParams, Dh as GrpcTokenPair, Dm as AccountResponse, E as ChainGrpcPermissionsApi, E_ as GrpcValidatorCommissionRates, Eg as ChainPosition, Eh as GrpcParams, Em as DenomOwnersResponse, F as ChainGrpcPeggyApi, F_ as AbsoluteTxPosition, Fg as GrpcChainDerivativeMarket, Fh as BatchCreateSpotLimitOrdersAuthz, Fm as AuctionEventBid, G_ as GrpcAbsoluteTxPosition, Gg as GrpcFeeDiscountSchedule, Gh as GrantAuthorizationWithDecodedAuthorization, Gm as GrpcAuctionEventBid, H as ChainGrpcIbcApi, H_ as ContractInfo, Hg as GrpcDenomMinNotional, Hh as GenericAuthorization, Hm as GrpcAuctionBid, I as ChainGrpcAuthZApi, I_ as CodeInfoResponse, Ig as GrpcChainDerivativePosition, Ih as CancelDerivativeOrderAuthz, Im as AuctionLastAuctionResult, J_ as GrpcContractInfo, Jg as GrpcMarketStatus, Jh as GrpcInsuranceParams, Jm as GrpcPermissionActorRoles, K_ as GrpcCodeInfoResponse, Kg as GrpcFeeDiscountTierInfo, Kh as GrantWithDecodedAuthorization, Km as GrpcAuctionLastAuctionResult, L as ChainGrpcWasmApi, L_ as ContractAccountBalance, Lg as GrpcChainFullDerivativeMarket, Lh as CancelSpotOrderAuthz, Lm as AuctionModuleParams, M as ChainGrpcOracleApi, M_ as Validator, Mg as FeeDiscountTierInfo, Mh as BatchCancelDerivativeOrdersAuthz, Mm as AuctionCurrentBasket, N as ChainGrpcErc20Api, N_ as ValidatorCommission, Ng as FeeDiscountTierTTL, Nh as BatchCancelSpotOrdersAuthz, Nm as AuctionEventAuctionResult, O as ChainGrpcExchangeApi, O_ as Pool, Og as ExchangeModuleParams, Oh as Params, Om as AccountsResponse, P as ChainGrpcWasmXApi, P_ as ValidatorDescription, Pg as GrpcCampaignRewardPool, Ph as BatchCreateDerivativeLimitOrdersAuthz, Pm as AuctionEventAuctionStart, Q_ as GovModuleStateParams, Qg as GrpcOrderTypeMap, Qh as OracleTypeMap, Qm as GrpcPermissionPolicyStatusManagerCapability, R as ChainGrpcMintApi, R_ as ContractAccountsBalanceWithPagination, Rg as GrpcChainFullSpotMarket, Rh as CreateDerivativeLimitOrderAuthz, Rm as AuctionModuleState, S as ChainRestBankApi, S_ as GrpcUnbondingDelegation, Sg as CampaignRewardPool, Sh as GrpcTxFeesEipBaseFee, Sm as GrpcDistributionParams, T as ChainGrpcDistributionApi, T_ as GrpcValidatorCommission, Tg as ChainDerivativePosition, Th as TxFeesModuleStateParams, Tm as DenomBalance, U as ChainGrpcGovApi, U_ as ContractStateWithPagination, Ug as GrpcExchangeParams, Uh as Grant, Um as GrpcAuctionEventAuctionResult, V as ChainGrpcEvmApi, V_ as ContractCodeHistoryOperationTypeMap, Vg as GrpcDenomDecimals, Vh as CreateSpotMarketOrderAuthz, Vm as AuctionParams, W_ as GoogleProtoBufAny, Wg as GrpcFeeDiscountAccountInfo, Wh as GrantAuthorization, Wm as GrpcAuctionEventAuctionStart, X_ as TokenInfo, Xg as GrpcOrderInfo, Xh as InsuranceFund, Xm as GrpcPermissionNamespace, Y_ as MarketingInfo, Yg as GrpcMarketStatusMap, Yh as GrpcRedemptionSchedule, Ym as GrpcPermissionAddressVoucher, Z_ as grpcContractInfo, Zg as GrpcOrderType, Zh as InsuranceModuleParams, Zm as GrpcPermissionPolicyStatus, _ as ChainGrpcEvmTransformer, __ as GrpcPool, _g as GrpcEvmBlobConfig, _h as PermissionRoleManager, _m as TokenFactoryModuleParams, a as ChainGrpcExchangeTransformer, a_ as GrpcTradingRewardCampaignInfo, ag as SendEnabled, ah as PermissionActionMap, av as GrpcVote, b as ChainRestWasmApi, b_ as GrpcReDelegationResponse, bg as GrpcEvmLog, bh as GrpcOracleParams, bm as GrpcDecCoin, c as ChainGrpcCommonTransformer, c_ as OrderTypeMap, cg as AuthBaseAccount, ch as PermissionAddressVoucher, cv as ProposalStatus, d as ChainGrpcPeggyTransformer, d_ as TradingRewardCampaignBoostInfo, dg as PubKey, dh as PermissionParams, dm as ChainModule, dv as Vote, e_ as GrpcSpotMarket, eg as MinModuleParams, eh as GrpcPermissionRoleActors, ev as GrpcGovernanceTallyParams, f as ChainGrpcAuthZTransformer, f_ as TradingRewardCampaignInfo, fg as EvmBlobConfig, fh as PermissionPolicyManagerCapability, fm as RestApiResponse, fv as VoteOption, g as ChainGrpcAuthTransformer, g_ as GrpcDelegationResponse, gg as EvmParams, gh as PermissionRoleIDs, gm as FactoryDenomWithMetadata, h as ChainGrpcBankTransformer, h_ as GrpcDelegation, hg as EvmLog, hh as PermissionRoleActors, hm as AuthorityMetadata, i as ChainGrpcPermissionsTransformer, i_ as GrpcTradingRewardCampaignBoostInfo, ig as Metadata, ih as GrpcPermissionsParams, iv as GrpcTallyResult, j as ChainGrpcTxFeesApi, j_ as UnBondingDelegation, jg as FeeDiscountSchedule, jh as PeggyModuleParams, jm as AuctionBid, k as ChainGrpcStakingApi, k_ as ReDelegation, kg as ExchangeParams, kh as TokenPair, km as BaseAccountRestResponse, l as ChainGrpcTxFeesTransformer, l_ as PointsMultiplier, lg as AuthModuleParams, lh as PermissionGenesisState, lv as ProposalStatusMap, m as ChainGrpcMintTransformer, m_ as Delegation, mg as EvmChainConfig, mh as PermissionRole, mm as NodeInfoRestResponse, mv as WeightedVoteOption, n as ChainGrpcTokenFactoryTransformer, n_ as GrpcSpotOrder, ng as GrpcBankParams, nh as GrpcPermissionRoleManager, nv as GrpcProposal, o as ChainGrpcStakingTransformer, o_ as IsOptedOutOfRewards, og as TotalSupply, oh as PermissionActorRoles, ov as Proposal, p as ChainGrpcWasmTransformer, p_ as BondStatus, pg as EvmBlobScheduleConfig, ph as PermissionPolicyStatus, pm as BlockLatestRestResponse, pv as VoteOptionMap, q_ as GrpcContractCodeHistoryEntry, qg as GrpcFeeDiscountTierTTL, qh as GrpcInsuranceFund, qm as GrpcAuctionParams, r as ChainGrpcDistributionTransformer, r_ as GrpcTradeRewardCampaign, rg as GrpcSupply, rh as GrpcPermissionsNamespace, rv as GrpcProposalDeposit, s as ChainGrpcAuctionTransformer, s_ as OrderType, sg as Account, sh as PermissionAddressRoles, sv as ProposalDeposit, t as ChainGrpcInsuranceFundTransformer, t_ as GrpcSpotMarketOrder, tg as BankModuleParams, th as GrpcPermissionRoleIDs, tv as GrpcGovernanceVotingParams, u as ChainGrpcErc20Transformer, u_ as TradeRewardCampaign, ug as EthAccount, uh as PermissionNamespace, uv as TallyResult, v as ChainGrpcGovTransformer, v_ as GrpcReDelegation, vg as GrpcEvmBlobScheduleConfig, vh as PermissionVoucher, vm as TokenFactoryModuleState, w as ChainGrpcTokenFactoryApi, w_ as GrpcValidator, wg as ChainDenomMinNotional, wh as TxFeesEipBaseFee, wm as BalancesResponse, x as ChainRestAuthApi, x_ as GrpcStakingParams, xg as GrpcEvmParams, xh as OracleModuleParams, xm as GrpcDelegationDelegatorReward, y as ChainRestTendermintApi, y_ as GrpcReDelegationEntryResponse, yg as GrpcEvmChainConfig, yh as PermissionsModuleParams, ym as DistributionModuleParams, z as ChainGrpcBankApi, z_ as ContractCodeHistoryEntry, zg as GrpcChainPosition, zh as CreateDerivativeMarketOrderAuthz, zm as AuctionModuleStateParams } from "../index-Lta8gUTs.cjs";
|
|
4
4
|
import "../BaseGrpcConsumer-XU1gXJm6.cjs";
|
|
5
5
|
import "../index-YxLQKJVw.cjs";
|
|
6
6
|
import "../index-r0RxGSzR.cjs";
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
import "../tx_pb-DDTuVb3m.cjs";
|
|
2
2
|
import "../index-DkZCBLFW.cjs";
|
|
3
|
-
import { $ as DerivativeOrdersStreamCallbackV2, $a as HistoricalRPNL, $c as MitoIDOClaimedCoins, $i as GrpcMegaVaultUserStats, $n as IndexerGrpcMegaVaultApi, $o as RFQMakerStreamAckData, $r as BinaryOptionsMarket, $s as ValidatorSlashingEvent, $t as IndexerGrpcTradingStream, Aa as Campaign, Ac as GrpcMitoIDOSubscriptionActivity, Ai as GrpcIndexerInsuranceFund, Al as TransportEventListener, An as IndexerAccountStreamTransformer, Ao as GrpcSpotOrderHistory, Ar as PositionsWithUPNL, As as ExplorerTxsV2Response, At as IndexerGrpcRfqStreamV2, Ba as GuildMember, Bc as GrpcMitoStakingStakingReward, Bi as GrpcMegaVaultHistoricalPnL, Bn as IndexerRfqStreamTransformer, Bo as IndexerTokenMeta, Br as BlockFromExplorerApiResponse, Bs as GrpcPeggyDepositTx, Bt as DerivativeOrderbookUpdateStreamCallback, Ca as MegaVaultVolatility, Cc as GrpcMitoDenomBalance, Ci as GrpcPositionDelta, Cl as MitoVestingConfig, Cn as IndexerGrpcAccountPortfolioTransformer, Co as GrpcOracle, Cr as AccountPortfolioV2, Cs as EventLog, Ct as VaultHolderSubscriptionStreamCallbackV2, Da as AllSpotMarketSummaryResponse, Dc as GrpcMitoIDOProgress, Di as Position, Dl as GrpcFrame, Dn as IndexerArchiverStreamTransformer, Do as GrpcAtomicSwap, Dr as GrpcPositionsWithUPNL, Ds as ExplorerStats, Dt as SpotOrderbookUpdateStreamCallbackV2, Ea as AllChronosSpotMarketSummary, Ec as GrpcMitoIDOClaimedCoins, Ei as PerpetualMarketInfo, El as GrpcDecodeError, En as ExplorerStreamTransformer, Eo as BatchSpotOrderCancelParams, Er as GrpcPositionV2, Es as ExplorerCW20BalanceWithToken, Et as SpotOrderHistoryStreamCallbackV2, Fa as GrpcCampaignV2, Fc as GrpcMitoPagination, Fi as RedemptionStatus, Fl as WsState, Fn as IndexerGrpcArchiverTransformer, Fo as SpotOrderCancelParams, Fr as AllChronosDerivativeMarketSummary, Fs as GrpcBankMsgSendMessage, Ft as createStreamSubscription, G as createStreamSubscriptionV2, Ga as GrpcHistoricalBalance, Gc as GrpcMitoWhitelistAccount, Gi as GrpcMegaVaultOperator, Gn as IndexerRestLeaderboardChronosApi, Go as Route, Gr as ExplorerApiResponseWithPagination, Gs as IndexerStreamTransaction, Gt as DerivativeTradesStreamCallback, Ha as AccountStats, Hc as GrpcMitoSubscription, Hi as GrpcMegaVaultIncentives, Hn as IndexerGrpcSpotTransformer, Ho as OrderbookWithSequence, Hr as ContractExplorerApiResponse, Hs as GrpcValidatorSlashingEvent, Ht as DerivativeOrdersStreamCallback, Ia as GrpcGuild, Ic as GrpcMitoPriceSnapshot, Ii as IncentivesCampaign, Il as WsTransportConfig, In as IndexerGrpcAuctionTransformer, Io as SpotOrderHistory, Ir as AllDerivativeMarketSummaryResponse, Is as GrpcExplorerStats, It as AccountPortfolioStreamCallback, J as IndexerGrpcAccountPortfolioStreamV2, Ja as GrpcLeaderboardRow, Jc as MitoDenomBalance, Ji as GrpcMegaVaultPnlStats, Jn as IndexerRestSpotChronosApi, Jo as GrpcRFQRequest, Jr as TransactionFromExplorerApiResponse, Js as PeggyDepositTx, Jt as BlocksWithTxsStreamCallback, K as StreamManagerV2, Ka as GrpcHistoricalRPNL, Kc as MitoChanges, Ki as GrpcMegaVaultOperatorRedemptionBucket, Kn as IndexerRestDerivativesChronosApi, Ko as GrpcRFQExpiry, Kr as ExplorerBlockApiResponse, Ks as Message, Kt as IndexerGrpcDerivativesStream, La as GrpcGuildMember, Lc as GrpcMitoStakingGauge, Li as IncentivesRound, Ln as IndexerGrpcAccountTransformer, Lo as SpotTrade, Lr as ChronosDerivativeMarketSummary, Ls as GrpcGasFee, Lt as IndexerGrpcAccountPortfolioStream, Ma as CampaignV2, Mc as GrpcMitoLeaderboardEpoch, Mi as IndexerInsuranceFund, Ml as TransportEvents, Mn as IndexerOracleStreamTransformer, Mo as SpotLimitOrder, Mr as ChronosLeaderboard, Ms as ExplorerValidatorDescription, Mt as RequestStreamCallbackV2, Na as GrpcCampaign, Nc as GrpcMitoMission, Ni as InsuranceFundCreateParams, Nl as WsDisconnectReason, Nn as IndexerGrpcReferralTransformer, No as SpotLimitOrderParams, Nr as ChronosLeaderboardEntry, Ns as ExplorerValidatorUptime, Nt as SettlementStreamCallbackV2, Oa as ChronosSpotMarketSummary, Oc as GrpcMitoIDOSubscriber, Oi as PositionDelta, Ol as IsomorphicWebSocket, On as IndexerGrpcMegaVaultTransformer, Oo as GrpcSpotLimitOrder, Or as GrpcSubaccountDepositV2, Os as ExplorerTransaction, Ot as SpotOrdersStreamCallbackV2, Pa as GrpcCampaignUser, Pc as GrpcMitoMissionLeaderboardEntry, Pi as Redemption, Pl as WsReconnectConfig, Pn as IndexerGrpcExplorerTransformer, Po as SpotMarket, Pr as ChronosLeaderboardResponse, Ps as GasFee, Pt as StreamManager, Q as DerivativeOrderbookV2StreamCallbackV2, Qa as HistoricalBalance, Qc as MitoIDO, Qi as GrpcMegaVaultUnrealizedPnl, Qn as IndexerGrpcDerivativesApi, Qo as RFQExpiryType, Qr as BatchDerivativeOrderCancelParams, Qs as TxMessage, Qt as SpotAverageEntriesStreamCallback, Ra as Guild, Rc as GrpcMitoStakingPool, Ri as GrpcMegaVaultApr, Rn as IndexerSpotStreamTransformer, Ro as GrpcPriceLevel, Rr as ChronosDerivativeMarketSummaryResponse, Rs as GrpcIBCTransferTx, Rt as DerivativeMarketStreamCallback, Sa as MegaVaultUserStats, Sc as GrpcMitoClaimReference, Si as GrpcPerpetualMarketInfo, Sl as MitoVault, Sn as IndexerDerivativeStreamTransformer, So as StreamBidsResponse, Sr as AccountPortfolioBalances, Ss as CosmWasmPermission, St as TransfersStreamCallbackV2, Ta as OperationStatusLogEntry, Tc as GrpcMitoIDO, Ti as PerpetualMarketFunding, Tl as MitoWhitelistAccount, Tn as IndexerGrpcDerivativeTransformer, To as AtomicSwap, Tr as GrpcPortfolioSubaccountBalanceV2, Ts as ExplorerBlockWithTxs, Tt as IndexerGrpcSpotStreamV2, Ua as DenomHolders, Uc as GrpcMitoTokenInfo, Ui as GrpcMegaVaultMaxDrawdown, Un as IndexerGrpcMitoTransformer, Uo as PriceLevel, Ur as ContractTransactionExplorerApiResponse, Us as GrpcValidatorUptime, Ut as DerivativePositionsStreamCallback, Va as ReferralDetails, Vc as GrpcMitoSubaccountBalance, Vi as GrpcMegaVaultHistoricalTVL, Vn as IndexerCampaignTransformer, Vo as Orderbook, Vr as CW20BalanceExplorerApiResponse, Vs as GrpcPeggyWithdrawalTx, Vt as DerivativeOrderbookV2StreamCallback, Wa as GrpcDenomHolders, Wc as GrpcMitoVault, Wi as GrpcMegaVaultOperationStatusLogEntry, Wn as IndexerGrpcRfqTransformer, Wo as QuantityAndFees, Wr as ExplorerApiResponse, Ws as IBCTransferTx, Wt as DerivativePositionsV2StreamCallback, X as DerivativeOrderHistoryStreamCallbackV2, Xa as GrpcSpotAverageEntry, Xc as MitoGaugeStatus, Xi as GrpcMegaVaultSubscription, Xn as IndexerGrpcInsuranceFundApi, Xo as MakerStreamConfig, Xr as WasmCodeExplorerApiResponse, Xs as Signature, Xt as TransactionsStreamCallback, Y as DerivativeMarketStreamCallbackV2, Ya as GrpcPnlLeaderboard, Yc as MitoGauge, Yi as GrpcMegaVaultRedemption, Yn as IndexerRestExplorerApi, Yo as GrpcRFQSettlement, Yr as ValidatorUptimeFromExplorerApiResponse, Ys as PeggyWithdrawalTx, Yt as IndexerGrpcExplorerStream, Z as DerivativeOrderbookUpdateStreamCallbackV2, Za as GrpcVolLeaderboard, Zc as MitoHolders, Zi as GrpcMegaVaultTargetApr, Zn as IndexerGrpcAccountPortfolioApi, Zo as MakerStreamEvents, Zr as BaseDerivativeMarket, Zs as Transaction, Zt as IndexerGrpcArchiverStream, _a as MegaVaultSubscription, _c as SubaccountPortfolio, _i as GrpcDerivativeTrade, _l as MitoStakingReward, _n as SpotOrderbookV2StreamCallback, _o as GrpcAuctionCoinPrices, _r as GrpcWebSocketCodec, _s as CW20Message, _t as OraclePriceStreamCallbackV2, aa as MegaVaultAprStats, ac as ListTradingStrategiesResponse, ai as DerivativeOrderHistory, al as MitoLeaderboard, an as OraclePriceStreamCallback, ao as VolLeaderboard, ar as IndexerGrpcAuctionApi, as as RFQSettlementUnfilledActionType, at as BlocksWithTxsStreamCallbackV2, ba as MegaVaultUnrealizedPnl, bc as TransferType, bi as GrpcFundingRate, bl as MitoTokenInfo, bn as IndexerAccountPortfolioStreamTransformer, bo as GrpcIndexerAuctionBid, br as AllChronosMarketHistory, bs as ContractTransactionWithMessages, bt as IndexerGrpcMitoStreamV2, ca as MegaVaultIncentives, cc as AccountPortfolio, ci as ExpiryFuturesMarketInfo, cl as MitoMission, cn as IndexerGrpcMitoStream, co as Auction, cr as IndexerGrpcTransactionApi, cs as SettlementsResponse, ct as IndexerGrpcArchiverStreamV2, da as MegaVaultOperatorRedemptionBucket, dc as GrpcSubaccountBalanceTransfer, di as GrpcBinaryOptionsMarketInfo, dl as MitoPagination, dn as VaultHolderSubscriptionStreamCallback, do as AuctionContract, dr as IndexerGrpcMetaApi, ds as AccessType, dt as IndexerGrpcTradingStreamV2, ea as GrpcMegaVaultVaultStats, ec as ValidatorUptime, ei as DerivativeLimitOrder, el as MitoIDOInitParams, en as BidsStreamCallback, eo as HistoricalVolumes, er as IndexerGrpcReferralApi, es as RFQQuoteType, et as DerivativePositionsStreamCallbackV2, fa as MegaVaultPnl, fc as GrpcSubaccountDeposit, fi as GrpcDerivativeLimitOrder, fl as MitoPortfolio, fn as VaultStreamCallback, fo as AuctionV2, fr as IndexerGrpcMitoApi, fs as AccessTypeCode, ft as BidsStreamCallbackV2, ga as MegaVaultStats, gc as SubaccountDeposit, gi as GrpcDerivativePositionV2, gl as MitoStakingPool, gn as SpotOrderbookUpdateStreamCallback, go as GrpcAuctionCoin, gr as GrpcWebSocketTransport, gs as BlockWithTxs, gt as IndexerGrpcOracleStreamV2, ha as MegaVaultRedemptionStatus, hc as SubaccountBalance, hi as GrpcDerivativePosition, hl as MitoStakingActivity, hn as SpotOrderHistoryStreamCallback, ho as GrpcAuction, hr as IndexerWsTakerStream, hs as Block, ht as IndexerGrpcAccountStreamV2, ia as MegaVaultApr, ic as GridStrategyType, ii as DerivativeOrderCancelParams, il as MitoIDOSubscriptionActivity, in as IndexerGrpcOracleStream, io as SpotAverageEntry, ir as IndexerGrpcTradingApi, is as RFQSettlementType, it as BlocksStreamCallbackV2, ja as CampaignUser, jc as GrpcMitoLeaderboardEntry, ji as GrpcIndexerRedemptionSchedule, jl as TransportEventType, jn as IndexerRestExplorerTransformer, jo as GrpcSpotTrade, jr as SubaccountDepositV2, js as ExplorerValidator, jt as QuoteStreamCallbackV2, ka as ChronosSpotMarketSummaryResponse, kc as GrpcMitoIDOSubscription, ki as PositionV2, kl as ResolvedWsTransportConfig, kn as IndexerAuctionStreamTransformer, ko as GrpcSpotMarketInfo, kr as PortfolioSubaccountBalanceV2, ks as ExplorerTransactionV2, kt as SpotTradesStreamCallbackV2, la as MegaVaultMaxDrawdown, lc as GrpcAccountPortfolio, li as FundingPayment, ll as MitoMissionLeaderboard, ln as StakingRewardByAccountStreamCallback, lo as AuctionCoin, lr as IndexerGrpcOracleApi, ls as TakerStreamConfig, lt as SpotAverageEntriesStreamCallbackV2, ma as MegaVaultRedemption, mc as GrpcTradingReward, mi as GrpcDerivativeOrderHistory, ml as MitoStakeToSubscription, mn as MarketsStreamCallback, mo as GrpcAccountAuctionV2, mr as IndexerWsMakerStream, ms as BankTransfer, mt as BalanceStreamCallbackV2, na as GrpcMegaVaultVolatilityStats, nc as WasmCode, ni as DerivativeMarket, nl as MitoIDOSubscriber, nn as BalanceStreamCallback, no as LeaderboardRow, nr as IndexerGrpcCampaignApi, ns as RFQRequestType, nt as DerivativeTradesStreamCallbackV2, oa as MegaVaultHistoricalPnL, oc as MarketType, oi as DerivativeTrade, ol as MitoLeaderboardEntry, on as OraclePricesByMarketsStreamCallback, oo as AccountAuctionStatus, or as IndexerGrpcAccountApi, os as RFQStreamErrorData, ot as IndexerGrpcExplorerStreamV2, pa as MegaVaultPnlStats, pc as GrpcSubaccountPortfolio, pi as GrpcDerivativeMarketInfo, pl as MitoPriceSnapshot, pn as IndexerGrpcSpotStream, po as AuctionsStats, pr as IndexerGrpcRFQApi, ps as BankMsgSendTransaction, pt as IndexerGrpcAuctionStreamV2, q as AccountPortfolioStreamCallbackV2, qa as GrpcHistoricalVolumes, qc as MitoClaimReference, qi as GrpcMegaVaultPnl, qn as IndexerRestMarketChronosApi, qo as GrpcRFQQuote, qr as ExplorerTransactionApiResponse, qs as Paging, qt as BlocksStreamCallback, ra as MegaVault, rc as GridStrategyStreamResponse, ri as DerivativeMarketWithoutBinaryOptions, rl as MitoIDOSubscription, rn as IndexerGrpcAccountStream, ro as PnlLeaderboard, rr as IndexerGrpcExplorerApi, rs as RFQSettlementLimitActionType, rt as IndexerGrpcDerivativesStreamV2, sa as MegaVaultHistoricalTVL, sc as TradingStrategy, si as ExpiryFuturesMarket, sl as MitoLeaderboardEpoch, sn as HistoricalStakingStreamCallback, so as AccountAuctionV2, sr as IndexerGrpcWeb3GwApi, ss as RFQTakerStreamAckData, st as TransactionsStreamCallbackV2, ta as GrpcMegaVaultVolatility, tc as ValidatorUptimeStatus, ti as DerivativeLimitOrderParams, tl as MitoIDOProgress, tn as IndexerGrpcAuctionStream, to as Holder, tr as IndexerGrpcArchiverApi, ts as RFQRequestInputType, tt as DerivativePositionsV2StreamCallbackV2, ua as MegaVaultOperator, uc as GrpcSubaccountBalance, ui as FundingRate, ul as MitoMissionLeaderboardEntry, un as TransfersStreamCallback, uo as AuctionCoinPrices, ur as IndexerGrpcSpotApi, us as TakerStreamEvents, ut as GridStrategyStreamCallbackV2, va as MegaVaultSubscriptionStatus, vc as SubaccountTransfer, vi as GrpcExpiryFuturesMarketInfo, vl as MitoSubaccountBalance, vn as SpotOrdersStreamCallback, vo as GrpcAuctionContract, vr as IndexerModule, vs as Contract, vt as OraclePricesByMarketsStreamCallbackV2, wa as MegaVaultVolatilityStats, wc as GrpcMitoHolders, wi as PerpetualMarket, wl as MitoVestingConfigMap, wn as IndexerGrpcMitoStreamTransformer, wo as Oracle, wr as GrpcAccountPortfolioV2, ws as EventLogEvent, wt as VaultStreamCallbackV2, xa as MegaVaultUser, xc as GrpcMitoChanges, xi as GrpcPerpetualMarketFunding, xl as MitoTransfer, xn as IndexerGrpcInsuranceFundTransformer, xo as IndexerAuctionBid, xr as ChronosMarketHistoryResponse, xs as CosmWasmChecksum, xt as StakingRewardByAccountStreamCallbackV2, ya as MegaVaultTargetApr, yc as TradingReward, yi as GrpcFundingPayment, yl as MitoSubscription, yn as SpotTradesStreamCallback, yo as GrpcAuctionV2, yr as StreamStatusResponse, ys as ContractTransaction, yt as HistoricalStakingStreamCallbackV2, za as GuildCampaignSummary, zc as GrpcMitoStakingStakingActivity, zi as GrpcMegaVaultAprStats, zn as IndexerGrpcOracleTransformer, zo as GrpcTokenMeta, zr as BankTransferFromExplorerApiResponse, zs as GrpcIndexerValidatorDescription, zt as DerivativeOrderHistoryStreamCallback } from "../index-Cz0vkasG.cjs";
|
|
3
|
+
import { $ as DerivativeOrdersStreamCallbackV2, $a as HistoricalRPNL, $c as MitoIDOClaimedCoins, $i as GrpcMegaVaultUserStats, $n as IndexerGrpcMegaVaultApi, $o as RFQMakerStreamAckData, $r as BinaryOptionsMarket, $s as ValidatorSlashingEvent, $t as IndexerGrpcTradingStream, Aa as Campaign, Ac as GrpcMitoIDOSubscriptionActivity, Ai as GrpcIndexerInsuranceFund, Al as TransportEventListener, An as IndexerAccountStreamTransformer, Ao as GrpcSpotOrderHistory, Ar as PositionsWithUPNL, As as ExplorerTxsV2Response, At as IndexerGrpcRfqStreamV2, Ba as GuildMember, Bc as GrpcMitoStakingStakingReward, Bi as GrpcMegaVaultHistoricalPnL, Bn as IndexerRfqStreamTransformer, Bo as IndexerTokenMeta, Br as BlockFromExplorerApiResponse, Bs as GrpcPeggyDepositTx, Bt as DerivativeOrderbookUpdateStreamCallback, Ca as MegaVaultVolatility, Cc as GrpcMitoDenomBalance, Ci as GrpcPositionDelta, Cl as MitoVestingConfig, Cn as IndexerGrpcAccountPortfolioTransformer, Co as GrpcOracle, Cr as AccountPortfolioV2, Cs as EventLog, Ct as VaultHolderSubscriptionStreamCallbackV2, Da as AllSpotMarketSummaryResponse, Dc as GrpcMitoIDOProgress, Di as Position, Dl as GrpcFrame, Dn as IndexerArchiverStreamTransformer, Do as GrpcAtomicSwap, Dr as GrpcPositionsWithUPNL, Ds as ExplorerStats, Dt as SpotOrderbookUpdateStreamCallbackV2, Ea as AllChronosSpotMarketSummary, Ec as GrpcMitoIDOClaimedCoins, Ei as PerpetualMarketInfo, El as GrpcDecodeError, En as ExplorerStreamTransformer, Eo as BatchSpotOrderCancelParams, Er as GrpcPositionV2, Es as ExplorerCW20BalanceWithToken, Et as SpotOrderHistoryStreamCallbackV2, Fa as GrpcCampaignV2, Fc as GrpcMitoPagination, Fi as RedemptionStatus, Fl as WsState, Fn as IndexerGrpcArchiverTransformer, Fo as SpotOrderCancelParams, Fr as AllChronosDerivativeMarketSummary, Fs as GrpcBankMsgSendMessage, Ft as createStreamSubscription, G as createStreamSubscriptionV2, Ga as GrpcHistoricalBalance, Gc as GrpcMitoWhitelistAccount, Gi as GrpcMegaVaultOperator, Gn as IndexerRestLeaderboardChronosApi, Go as Route, Gr as ExplorerApiResponseWithPagination, Gs as IndexerStreamTransaction, Gt as DerivativeTradesStreamCallback, Ha as AccountStats, Hc as GrpcMitoSubscription, Hi as GrpcMegaVaultIncentives, Hn as IndexerGrpcSpotTransformer, Ho as OrderbookWithSequence, Hr as ContractExplorerApiResponse, Hs as GrpcValidatorSlashingEvent, Ht as DerivativeOrdersStreamCallback, Ia as GrpcGuild, Ic as GrpcMitoPriceSnapshot, Ii as IncentivesCampaign, Il as WsTransportConfig, In as IndexerGrpcAuctionTransformer, Io as SpotOrderHistory, Ir as AllDerivativeMarketSummaryResponse, Is as GrpcExplorerStats, It as AccountPortfolioStreamCallback, J as IndexerGrpcAccountPortfolioStreamV2, Ja as GrpcLeaderboardRow, Jc as MitoDenomBalance, Ji as GrpcMegaVaultPnlStats, Jn as IndexerRestSpotChronosApi, Jo as GrpcRFQRequest, Jr as TransactionFromExplorerApiResponse, Js as PeggyDepositTx, Jt as BlocksWithTxsStreamCallback, K as StreamManagerV2, Ka as GrpcHistoricalRPNL, Kc as MitoChanges, Ki as GrpcMegaVaultOperatorRedemptionBucket, Kn as IndexerRestDerivativesChronosApi, Ko as GrpcRFQExpiry, Kr as ExplorerBlockApiResponse, Ks as Message, Kt as IndexerGrpcDerivativesStream, La as GrpcGuildMember, Lc as GrpcMitoStakingGauge, Li as IncentivesRound, Ln as IndexerGrpcAccountTransformer, Lo as SpotTrade, Lr as ChronosDerivativeMarketSummary, Ls as GrpcGasFee, Lt as IndexerGrpcAccountPortfolioStream, Ma as CampaignV2, Mc as GrpcMitoLeaderboardEpoch, Mi as IndexerInsuranceFund, Ml as TransportEvents, Mn as IndexerOracleStreamTransformer, Mo as SpotLimitOrder, Mr as ChronosLeaderboard, Ms as ExplorerValidatorDescription, Mt as RequestStreamCallbackV2, Na as GrpcCampaign, Nc as GrpcMitoMission, Ni as InsuranceFundCreateParams, Nl as WsDisconnectReason, Nn as IndexerGrpcReferralTransformer, No as SpotLimitOrderParams, Nr as ChronosLeaderboardEntry, Ns as ExplorerValidatorUptime, Nt as SettlementStreamCallbackV2, Oa as ChronosSpotMarketSummary, Oc as GrpcMitoIDOSubscriber, Oi as PositionDelta, Ol as IsomorphicWebSocket, On as IndexerGrpcMegaVaultTransformer, Oo as GrpcSpotLimitOrder, Or as GrpcSubaccountDepositV2, Os as ExplorerTransaction, Ot as SpotOrdersStreamCallbackV2, Pa as GrpcCampaignUser, Pc as GrpcMitoMissionLeaderboardEntry, Pi as Redemption, Pl as WsReconnectConfig, Pn as IndexerGrpcExplorerTransformer, Po as SpotMarket, Pr as ChronosLeaderboardResponse, Ps as GasFee, Pt as StreamManager, Q as DerivativeOrderbookV2StreamCallbackV2, Qa as HistoricalBalance, Qc as MitoIDO, Qi as GrpcMegaVaultUnrealizedPnl, Qn as IndexerGrpcDerivativesApi, Qo as RFQExpiryType, Qr as BatchDerivativeOrderCancelParams, Qs as TxMessage, Qt as SpotAverageEntriesStreamCallback, Ra as Guild, Rc as GrpcMitoStakingPool, Ri as GrpcMegaVaultApr, Rn as IndexerSpotStreamTransformer, Ro as GrpcPriceLevel, Rr as ChronosDerivativeMarketSummaryResponse, Rs as GrpcIBCTransferTx, Rt as DerivativeMarketStreamCallback, Sa as MegaVaultUserStats, Sc as GrpcMitoClaimReference, Si as GrpcPerpetualMarketInfo, Sl as MitoVault, Sn as IndexerDerivativeStreamTransformer, So as StreamBidsResponse, Sr as AccountPortfolioBalances, Ss as CosmWasmPermission, St as TransfersStreamCallbackV2, Ta as OperationStatusLogEntry, Tc as GrpcMitoIDO, Ti as PerpetualMarketFunding, Tl as MitoWhitelistAccount, Tn as IndexerGrpcDerivativeTransformer, To as AtomicSwap, Tr as GrpcPortfolioSubaccountBalanceV2, Ts as ExplorerBlockWithTxs, Tt as IndexerGrpcSpotStreamV2, Ua as DenomHolders, Uc as GrpcMitoTokenInfo, Ui as GrpcMegaVaultMaxDrawdown, Un as IndexerGrpcMitoTransformer, Uo as PriceLevel, Ur as ContractTransactionExplorerApiResponse, Us as GrpcValidatorUptime, Ut as DerivativePositionsStreamCallback, Va as ReferralDetails, Vc as GrpcMitoSubaccountBalance, Vi as GrpcMegaVaultHistoricalTVL, Vn as IndexerCampaignTransformer, Vo as Orderbook, Vr as CW20BalanceExplorerApiResponse, Vs as GrpcPeggyWithdrawalTx, Vt as DerivativeOrderbookV2StreamCallback, Wa as GrpcDenomHolders, Wc as GrpcMitoVault, Wi as GrpcMegaVaultOperationStatusLogEntry, Wn as IndexerGrpcRfqTransformer, Wo as QuantityAndFees, Wr as ExplorerApiResponse, Ws as IBCTransferTx, Wt as DerivativePositionsV2StreamCallback, X as DerivativeOrderHistoryStreamCallbackV2, Xa as GrpcSpotAverageEntry, Xc as MitoGaugeStatus, Xi as GrpcMegaVaultSubscription, Xn as IndexerGrpcInsuranceFundApi, Xo as MakerStreamConfig, Xr as WasmCodeExplorerApiResponse, Xs as Signature, Xt as TransactionsStreamCallback, Y as DerivativeMarketStreamCallbackV2, Ya as GrpcPnlLeaderboard, Yc as MitoGauge, Yi as GrpcMegaVaultRedemption, Yn as IndexerRestExplorerApi, Yo as GrpcRFQSettlement, Yr as ValidatorUptimeFromExplorerApiResponse, Ys as PeggyWithdrawalTx, Yt as IndexerGrpcExplorerStream, Z as DerivativeOrderbookUpdateStreamCallbackV2, Za as GrpcVolLeaderboard, Zc as MitoHolders, Zi as GrpcMegaVaultTargetApr, Zn as IndexerGrpcAccountPortfolioApi, Zo as MakerStreamEvents, Zr as BaseDerivativeMarket, Zs as Transaction, Zt as IndexerGrpcArchiverStream, _a as MegaVaultSubscription, _c as SubaccountPortfolio, _i as GrpcDerivativeTrade, _l as MitoStakingReward, _n as SpotOrderbookV2StreamCallback, _o as GrpcAuctionCoinPrices, _r as GrpcWebSocketCodec, _s as CW20Message, _t as OraclePriceStreamCallbackV2, aa as MegaVaultAprStats, ac as ListTradingStrategiesResponse, ai as DerivativeOrderHistory, al as MitoLeaderboard, an as OraclePriceStreamCallback, ao as VolLeaderboard, ar as IndexerGrpcAuctionApi, as as RFQSettlementUnfilledActionType, at as BlocksWithTxsStreamCallbackV2, ba as MegaVaultUnrealizedPnl, bc as TransferType, bi as GrpcFundingRate, bl as MitoTokenInfo, bn as IndexerAccountPortfolioStreamTransformer, bo as GrpcIndexerAuctionBid, br as AllChronosMarketHistory, bs as ContractTransactionWithMessages, bt as IndexerGrpcMitoStreamV2, ca as MegaVaultIncentives, cc as AccountPortfolio, ci as ExpiryFuturesMarketInfo, cl as MitoMission, cn as IndexerGrpcMitoStream, co as Auction, cr as IndexerGrpcTransactionApi, cs as SettlementsResponse, ct as IndexerGrpcArchiverStreamV2, da as MegaVaultOperatorRedemptionBucket, dc as GrpcSubaccountBalanceTransfer, di as GrpcBinaryOptionsMarketInfo, dl as MitoPagination, dn as VaultHolderSubscriptionStreamCallback, do as AuctionContract, dr as IndexerGrpcMetaApi, ds as AccessType, dt as IndexerGrpcTradingStreamV2, ea as GrpcMegaVaultVaultStats, ec as ValidatorUptime, ei as DerivativeLimitOrder, el as MitoIDOInitParams, en as BidsStreamCallback, eo as HistoricalVolumes, er as IndexerGrpcReferralApi, es as RFQQuoteType, et as DerivativePositionsStreamCallbackV2, fa as MegaVaultPnl, fc as GrpcSubaccountDeposit, fi as GrpcDerivativeLimitOrder, fl as MitoPortfolio, fn as VaultStreamCallback, fo as AuctionV2, fr as IndexerGrpcMitoApi, fs as AccessTypeCode, ft as BidsStreamCallbackV2, ga as MegaVaultStats, gc as SubaccountDeposit, gi as GrpcDerivativePositionV2, gl as MitoStakingPool, gn as SpotOrderbookUpdateStreamCallback, go as GrpcAuctionCoin, gr as GrpcWebSocketTransport, gs as BlockWithTxs, gt as IndexerGrpcOracleStreamV2, ha as MegaVaultRedemptionStatus, hc as SubaccountBalance, hi as GrpcDerivativePosition, hl as MitoStakingActivity, hn as SpotOrderHistoryStreamCallback, ho as GrpcAuction, hr as IndexerWsTakerStream, hs as Block, ht as IndexerGrpcAccountStreamV2, ia as MegaVaultApr, ic as GridStrategyType, ii as DerivativeOrderCancelParams, il as MitoIDOSubscriptionActivity, in as IndexerGrpcOracleStream, io as SpotAverageEntry, ir as IndexerGrpcTradingApi, is as RFQSettlementType, it as BlocksStreamCallbackV2, ja as CampaignUser, jc as GrpcMitoLeaderboardEntry, ji as GrpcIndexerRedemptionSchedule, jl as TransportEventType, jn as IndexerRestExplorerTransformer, jo as GrpcSpotTrade, jr as SubaccountDepositV2, js as ExplorerValidator, jt as QuoteStreamCallbackV2, ka as ChronosSpotMarketSummaryResponse, kc as GrpcMitoIDOSubscription, ki as PositionV2, kl as ResolvedWsTransportConfig, kn as IndexerAuctionStreamTransformer, ko as GrpcSpotMarketInfo, kr as PortfolioSubaccountBalanceV2, ks as ExplorerTransactionV2, kt as SpotTradesStreamCallbackV2, la as MegaVaultMaxDrawdown, lc as GrpcAccountPortfolio, li as FundingPayment, ll as MitoMissionLeaderboard, ln as StakingRewardByAccountStreamCallback, lo as AuctionCoin, lr as IndexerGrpcOracleApi, ls as TakerStreamConfig, lt as SpotAverageEntriesStreamCallbackV2, ma as MegaVaultRedemption, mc as GrpcTradingReward, mi as GrpcDerivativeOrderHistory, ml as MitoStakeToSubscription, mn as MarketsStreamCallback, mo as GrpcAccountAuctionV2, mr as IndexerWsMakerStream, ms as BankTransfer, mt as BalanceStreamCallbackV2, na as GrpcMegaVaultVolatilityStats, nc as WasmCode, ni as DerivativeMarket, nl as MitoIDOSubscriber, nn as BalanceStreamCallback, no as LeaderboardRow, nr as IndexerGrpcCampaignApi, ns as RFQRequestType, nt as DerivativeTradesStreamCallbackV2, oa as MegaVaultHistoricalPnL, oc as MarketType, oi as DerivativeTrade, ol as MitoLeaderboardEntry, on as OraclePricesByMarketsStreamCallback, oo as AccountAuctionStatus, or as IndexerGrpcAccountApi, os as RFQStreamErrorData, ot as IndexerGrpcExplorerStreamV2, pa as MegaVaultPnlStats, pc as GrpcSubaccountPortfolio, pi as GrpcDerivativeMarketInfo, pl as MitoPriceSnapshot, pn as IndexerGrpcSpotStream, po as AuctionsStats, pr as IndexerGrpcRFQApi, ps as BankMsgSendTransaction, pt as IndexerGrpcAuctionStreamV2, q as AccountPortfolioStreamCallbackV2, qa as GrpcHistoricalVolumes, qc as MitoClaimReference, qi as GrpcMegaVaultPnl, qn as IndexerRestMarketChronosApi, qo as GrpcRFQQuote, qr as ExplorerTransactionApiResponse, qs as Paging, qt as BlocksStreamCallback, ra as MegaVault, rc as GridStrategyStreamResponse, ri as DerivativeMarketWithoutBinaryOptions, rl as MitoIDOSubscription, rn as IndexerGrpcAccountStream, ro as PnlLeaderboard, rr as IndexerGrpcExplorerApi, rs as RFQSettlementLimitActionType, rt as IndexerGrpcDerivativesStreamV2, sa as MegaVaultHistoricalTVL, sc as TradingStrategy, si as ExpiryFuturesMarket, sl as MitoLeaderboardEpoch, sn as HistoricalStakingStreamCallback, so as AccountAuctionV2, sr as IndexerGrpcWeb3GwApi, ss as RFQTakerStreamAckData, st as TransactionsStreamCallbackV2, ta as GrpcMegaVaultVolatility, tc as ValidatorUptimeStatus, ti as DerivativeLimitOrderParams, tl as MitoIDOProgress, tn as IndexerGrpcAuctionStream, to as Holder, tr as IndexerGrpcArchiverApi, ts as RFQRequestInputType, tt as DerivativePositionsV2StreamCallbackV2, ua as MegaVaultOperator, uc as GrpcSubaccountBalance, ui as FundingRate, ul as MitoMissionLeaderboardEntry, un as TransfersStreamCallback, uo as AuctionCoinPrices, ur as IndexerGrpcSpotApi, us as TakerStreamEvents, ut as GridStrategyStreamCallbackV2, va as MegaVaultSubscriptionStatus, vc as SubaccountTransfer, vi as GrpcExpiryFuturesMarketInfo, vl as MitoSubaccountBalance, vn as SpotOrdersStreamCallback, vo as GrpcAuctionContract, vr as IndexerModule, vs as Contract, vt as OraclePricesByMarketsStreamCallbackV2, wa as MegaVaultVolatilityStats, wc as GrpcMitoHolders, wi as PerpetualMarket, wl as MitoVestingConfigMap, wn as IndexerGrpcMitoStreamTransformer, wo as Oracle, wr as GrpcAccountPortfolioV2, ws as EventLogEvent, wt as VaultStreamCallbackV2, xa as MegaVaultUser, xc as GrpcMitoChanges, xi as GrpcPerpetualMarketFunding, xl as MitoTransfer, xn as IndexerGrpcInsuranceFundTransformer, xo as IndexerAuctionBid, xr as ChronosMarketHistoryResponse, xs as CosmWasmChecksum, xt as StakingRewardByAccountStreamCallbackV2, ya as MegaVaultTargetApr, yc as TradingReward, yi as GrpcFundingPayment, yl as MitoSubscription, yn as SpotTradesStreamCallback, yo as GrpcAuctionV2, yr as StreamStatusResponse, ys as ContractTransaction, yt as HistoricalStakingStreamCallbackV2, za as GuildCampaignSummary, zc as GrpcMitoStakingStakingActivity, zi as GrpcMegaVaultAprStats, zn as IndexerGrpcOracleTransformer, zo as GrpcTokenMeta, zr as BankTransferFromExplorerApiResponse, zs as GrpcIndexerValidatorDescription, zt as DerivativeOrderHistoryStreamCallback } from "../index-Lta8gUTs.cjs";
|
|
4
4
|
import "../BaseGrpcConsumer-XU1gXJm6.cjs";
|
|
5
5
|
import "../index-YxLQKJVw.cjs";
|
|
6
6
|
import "../index-r0RxGSzR.cjs";
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
import "../tx_pb-DDTuVb3m.cjs";
|
|
2
2
|
import "../index-DkZCBLFW.cjs";
|
|
3
|
-
import { _f as PublicKey, gf as PrivateKey, hf as BaseAccount, vf as Address } from "../index-
|
|
3
|
+
import { _f as PublicKey, gf as PrivateKey, hf as BaseAccount, vf as Address } from "../index-Lta8gUTs.cjs";
|
|
4
4
|
import "../BaseGrpcConsumer-XU1gXJm6.cjs";
|
|
5
5
|
import "../index-YxLQKJVw.cjs";
|
|
6
6
|
import "../index-r0RxGSzR.cjs";
|
|
@@ -3,7 +3,7 @@ require('../defineProperty-DAtJs5JQ.cjs');
|
|
|
3
3
|
const require_accounts = require('../accounts-CAskEh_H.cjs');
|
|
4
4
|
require('../grpc-FG2z-ICE.cjs');
|
|
5
5
|
require('../MsgBase-CJJkzmQk.cjs');
|
|
6
|
-
const require_MsgSetDenomMetadata = require('../MsgSetDenomMetadata-
|
|
6
|
+
const require_MsgSetDenomMetadata = require('../MsgSetDenomMetadata-OWjBVdOY.cjs');
|
|
7
7
|
require('../ChainRestTendermintApi-DILpgVDN.cjs');
|
|
8
8
|
require('../BaseGrpcConsumer-B1hpRQJ-.cjs');
|
|
9
9
|
require('../ChainGrpcExchangeApi-5On5kown.cjs');
|
|
@@ -77,6 +77,7 @@ exports.MsgFundCommunityPool = require_MsgSetDenomMetadata.MsgFundCommunityPool;
|
|
|
77
77
|
exports.MsgGovDeposit = require_MsgSetDenomMetadata.MsgDeposit;
|
|
78
78
|
exports.MsgGrant = require_MsgSetDenomMetadata.MsgGrant;
|
|
79
79
|
exports.MsgGrantAllowance = require_MsgSetDenomMetadata.MsgGrantAllowance;
|
|
80
|
+
exports.MsgGrantProviderPrivilegeProposal = require_MsgSetDenomMetadata.MsgGrantProviderPrivilegeProposal;
|
|
80
81
|
exports.MsgGrantWithAuthorization = require_MsgSetDenomMetadata.MsgGrantWithAuthorization;
|
|
81
82
|
exports.MsgIncreasePositionMargin = require_accounts.MsgIncreasePositionMargin;
|
|
82
83
|
exports.MsgInstantBinaryOptionsMarketLaunch = require_MsgSetDenomMetadata.MsgInstantBinaryOptionsMarketLaunch;
|
|
@@ -88,6 +89,7 @@ exports.MsgMint = require_MsgSetDenomMetadata.MsgMint;
|
|
|
88
89
|
exports.MsgMultiSend = require_MsgSetDenomMetadata.MsgMultiSend;
|
|
89
90
|
exports.MsgPrivilegedExecuteContract = require_MsgSetDenomMetadata.MsgPrivilegedExecuteContract;
|
|
90
91
|
exports.MsgReclaimLockedFunds = require_MsgSetDenomMetadata.MsgReclaimLockedFunds;
|
|
92
|
+
exports.MsgRelayProviderPrices = require_MsgSetDenomMetadata.MsgRelayProviderPrices;
|
|
91
93
|
exports.MsgRequestRedemption = require_MsgSetDenomMetadata.MsgRequestRedemption;
|
|
92
94
|
exports.MsgRevoke = require_MsgSetDenomMetadata.MsgRevoke;
|
|
93
95
|
exports.MsgRevokeAllowance = require_MsgSetDenomMetadata.MsgRevokeAllowance;
|
|
@@ -1,9 +1,9 @@
|
|
|
1
1
|
import "../tx_pb-DDTuVb3m.cjs";
|
|
2
2
|
import "../index-DkZCBLFW.cjs";
|
|
3
|
-
import { $d as MsgUpdateActorRoles, $p as IbcMsgs, $v as
|
|
3
|
+
import { $d as MsgUpdateActorRoles, $p as IbcMsgs, $v as MsgChangeAdmin, Av as MsgCancelPostOnlyModeV2, Ay as MsgBid, Bv as MsgRequestRedemption, Cv as MsgCancelBinaryOptionsOrder, Cy as MsgGrantProviderPrivilegeProposal, Dv as MsgCancelDerivativeOrder, Dy as MsgDeposit$1, Ev as MsgCreateSpotMarketOrder, Ey as MsgSubmitTextProposal, Fv as MsgSetDenomMetadata, Gp as BankMsgs, Gv as MsgRevokeAllowance, Hv as MsgLiquidatePosition, Iv as MsgUpdateSpotMarketV2, Jp as ExchangeMsgs, Jv as MsgBeginRedelegate, Kp as DistributionMsgs, Kv as MsgCancelSpotOrder, Lv as MsgReclaimLockedFunds, Mv as MsgAuthorizeStakeGrants, My as MsgVote, Nv as MsgCreateInsuranceFund, Ov as MsgBatchCancelSpotOrders, Oy as MsgRevoke, Pv as MsgFundCommunityPool, Qp as GovMsgs, Qv as MsgCreateDenom, Rv as MsgRelayProviderPrices, Sv as MsgUpdateDerivativeMarketV2, Sy as MsgSubmitProposalPerpetualMarketLaunch, Tv as MsgIncreasePositionMargin, Ty as MsgSubmitGenericProposal, Up as AuctionMsgs, Uv as MsgBatchUpdateOrders, Vv as MsgInstantiateContract, Wp as AuthzMsgs, Wv as MsgExternalTransfer, Xp as ExchangeV2Msgs, Xv as MsgMigrateContract, Yp as ExchangeV1Msgs, Yv as MsgGrantAllowance, Zp as FeegrantMsgs, Zv as MsgExecuteContract, _v as MsgCreateDerivativeMarketOrder, _y as MsgSubmitProposal, af as MsgInstantBinaryOptionsMarketLaunch, am as TokenFactoryMsgs, ay as MsgUpdateAdmin, bv as MsgWithdrawDelegatorReward, by as MsgSubmitProposalPerpetualMarketLaunchV2, cf as GenericAuthorization, cm as MsgCreateBinaryOptionsMarketOrder, cy as MsgDelegate, df as msgsOrMsgExecMsgs, dy as MsgDeposit, ef as MsgUpdateNamespace, em as InsuranceMsgs, ey as MsgRewardsOptOut, ff as ExecArgNeptuneWithdraw, fy as MsgMultiSend, gv as MsgWithdrawValidatorCommission, gy as MsgExec, hv as MsgCreateBinaryOptionsLimitOrder, hy as MsgTransfer, if as OrderHashManager, im as StakingMsgs, iy as MsgUndelegate, jv as MsgCreateSpotLimitOrder, jy as MsgSend, kv as MsgGrantWithAuthorization, ky as MsgGrant, lf as GrantAuthorizationType, lm as MsgBatchCancelBinaryOptionsOrders, ly as MsgSendToEth, my as MsgBurn, nf as MsgUpdateParams, nm as OracleMsgs, ny as MsgEditValidator, of as ContractExecutionCompatAuthorization, om as WasmMsgs, oy as MsgWithdraw, pf as ExecArgNeptuneDeposit, py as MsgMint, qp as Erc20Msgs, qv as MsgCreateValidator, rf as MsgClaimVoucher, rm as PeggyMsgs, ry as MsgUnderwrite, sf as ContractExecutionAuthorization, sm as MsgSetDelegationTransferReceivers, sy as MsgSignData, tf as MsgCreateNamespace, tm as Msgs, ty as MsgPrivilegedExecuteContract, uf as getGenericAuthorizationFromMessageType, um as MsgAdminUpdateBinaryOptionsMarket, uy as MsgStoreCode, vv as MsgBatchCancelDerivativeOrders, vy as ProposalDecomposer, wv as MsgInstantSpotMarketLaunch, wy as MsgSubmitProposalSpotMarketLaunch, xv as MsgCancelUnbondingDelegation, xy as MsgSubmitProposalSpotMarketParamUpdate, yv as MsgCreateDerivativeLimitOrder, yy as MsgSubmitProposalExpiryFuturesMarketLaunch, zv as MsgTransferDelegation } from "../index-Lta8gUTs.cjs";
|
|
4
4
|
import "../BaseGrpcConsumer-XU1gXJm6.cjs";
|
|
5
5
|
import "../index-YxLQKJVw.cjs";
|
|
6
6
|
import { $ as ExecArgInitiateTransfer, B as ExecArgCW20AdapterRedeemAndTransfer, G as ExitConfig, H as ExecPrivilegedArgVaultRedeem, I as ExecArgs, J as TrailingArithmetic, K as ExitType, L as ExecPrivilegedArgs, N as MsgExecuteContractCompat, Q as ExecArgUpdateGridConfig, R as ExecPrivilegedArgOffChainVaultSubscribe, U as ExecArgCreateSpotGridStrategy, V as ExecPrivilegedArgVaultSubscribe, W as ExecArgCreatePerpGridStrategy, X as ExecArgRemoveGridStrategy, Y as TrailingArithmeticLP, Z as ExecArgIncreaseAllowance, at as ExecArgCW20Transfer, ct as ExecArgCW20Send, et as ExecArgSwapExactOutput, it as ExecArgFundCampaign, nt as ExecArgSwapMinOutput, ot as ExecArgCreateRound, q as StrategyType, rt as ExecArgDepositTokens, st as ExecArgSubmitVaa, tt as ExecArgCreateCampaign, z as ExecPrivilegedArgOffChainVaultRedeem } from "../index-r0RxGSzR.cjs";
|
|
7
7
|
import "../index-K2VD9zHZ.cjs";
|
|
8
8
|
import "../index--sK2-HcK.cjs";
|
|
9
|
-
export { AuctionMsgs, AuthzMsgs, BankMsgs, ContractExecutionAuthorization as ContractExecutionAuthz, ContractExecutionCompatAuthorization as ContractExecutionCompatAuthz, DistributionMsgs, Erc20Msgs, ExchangeMsgs, ExchangeV1Msgs, ExchangeV2Msgs, ExecArgCW20AdapterRedeemAndTransfer, ExecArgCW20Send, ExecArgCW20Transfer, ExecArgCreateCampaign, ExecArgCreatePerpGridStrategy, ExecArgCreateRound, ExecArgCreateSpotGridStrategy, ExecArgDepositTokens, ExecArgFundCampaign, ExecArgIncreaseAllowance, ExecArgInitiateTransfer, ExecArgNeptuneDeposit, ExecArgNeptuneWithdraw, ExecArgRemoveGridStrategy, ExecArgSubmitVaa, ExecArgSwapExactOutput, ExecArgSwapMinOutput, ExecArgUpdateGridConfig, ExecArgs, ExecPrivilegedArgOffChainVaultRedeem, ExecPrivilegedArgOffChainVaultSubscribe, ExecPrivilegedArgVaultRedeem, ExecPrivilegedArgVaultSubscribe, ExecPrivilegedArgs, ExitConfig, ExitType, FeegrantMsgs, GenericAuthorization as GenericAuthz, GovMsgs, GrantAuthorizationType, IbcMsgs, InsuranceMsgs, MsgAdminUpdateBinaryOptionsMarket, MsgAuthorizeStakeGrants, MsgExec as MsgAuthzExec, MsgBatchCancelBinaryOptionsOrders, MsgBatchCancelDerivativeOrders, MsgBatchCancelSpotOrders, MsgBatchUpdateOrders, MsgBeginRedelegate, MsgBid, MsgBurn, MsgCancelBinaryOptionsOrder, MsgCancelDerivativeOrder, MsgCancelPostOnlyModeV2, MsgCancelSpotOrder, MsgCancelUnbondingDelegation, MsgChangeAdmin, MsgClaimVoucher, MsgCreateBinaryOptionsLimitOrder, MsgCreateBinaryOptionsMarketOrder, MsgCreateDenom, MsgCreateDerivativeLimitOrder, MsgCreateDerivativeMarketOrder, MsgCreateInsuranceFund, MsgCreateNamespace, MsgCreateSpotLimitOrder, MsgCreateSpotMarketOrder, MsgCreateValidator, MsgDelegate, MsgDeposit, MsgEditValidator, MsgExecuteContract, MsgExecuteContractCompat, MsgExternalTransfer, MsgFundCommunityPool, MsgDeposit$1 as MsgGovDeposit, MsgGrant, MsgGrantAllowance, MsgGrantWithAuthorization, MsgIncreasePositionMargin, MsgInstantBinaryOptionsMarketLaunch, MsgInstantSpotMarketLaunch, MsgInstantiateContract, MsgLiquidatePosition, MsgMigrateContract, MsgMint, MsgMultiSend, MsgPrivilegedExecuteContract, MsgReclaimLockedFunds, MsgRequestRedemption, MsgRevoke, MsgRevokeAllowance, MsgRewardsOptOut, MsgSend, MsgSendToEth, MsgSetDelegationTransferReceivers, MsgSetDenomMetadata, MsgSignData, MsgStoreCode, MsgSubmitGenericProposal, MsgSubmitProposal, MsgSubmitProposalExpiryFuturesMarketLaunch, MsgSubmitProposalPerpetualMarketLaunch, MsgSubmitProposalPerpetualMarketLaunchV2, MsgSubmitProposalSpotMarketLaunch, MsgSubmitProposalSpotMarketParamUpdate, MsgSubmitTextProposal, MsgTransfer, MsgTransferDelegation, MsgUndelegate, MsgUnderwrite, MsgUpdateActorRoles, MsgUpdateAdmin, MsgUpdateDerivativeMarketV2, MsgUpdateNamespace, MsgUpdateParams, MsgUpdateSpotMarketV2, MsgVote, MsgWithdraw, MsgWithdrawDelegatorReward, MsgWithdrawValidatorCommission, Msgs, OrderHashManager, PeggyMsgs, ProposalDecomposer, StakingMsgs, StrategyType, TokenFactoryMsgs, TrailingArithmetic, TrailingArithmeticLP, WasmMsgs, getGenericAuthorizationFromMessageType, msgsOrMsgExecMsgs };
|
|
9
|
+
export { AuctionMsgs, AuthzMsgs, BankMsgs, ContractExecutionAuthorization as ContractExecutionAuthz, ContractExecutionCompatAuthorization as ContractExecutionCompatAuthz, DistributionMsgs, Erc20Msgs, ExchangeMsgs, ExchangeV1Msgs, ExchangeV2Msgs, ExecArgCW20AdapterRedeemAndTransfer, ExecArgCW20Send, ExecArgCW20Transfer, ExecArgCreateCampaign, ExecArgCreatePerpGridStrategy, ExecArgCreateRound, ExecArgCreateSpotGridStrategy, ExecArgDepositTokens, ExecArgFundCampaign, ExecArgIncreaseAllowance, ExecArgInitiateTransfer, ExecArgNeptuneDeposit, ExecArgNeptuneWithdraw, ExecArgRemoveGridStrategy, ExecArgSubmitVaa, ExecArgSwapExactOutput, ExecArgSwapMinOutput, ExecArgUpdateGridConfig, ExecArgs, ExecPrivilegedArgOffChainVaultRedeem, ExecPrivilegedArgOffChainVaultSubscribe, ExecPrivilegedArgVaultRedeem, ExecPrivilegedArgVaultSubscribe, ExecPrivilegedArgs, ExitConfig, ExitType, FeegrantMsgs, GenericAuthorization as GenericAuthz, GovMsgs, GrantAuthorizationType, IbcMsgs, InsuranceMsgs, MsgAdminUpdateBinaryOptionsMarket, MsgAuthorizeStakeGrants, MsgExec as MsgAuthzExec, MsgBatchCancelBinaryOptionsOrders, MsgBatchCancelDerivativeOrders, MsgBatchCancelSpotOrders, MsgBatchUpdateOrders, MsgBeginRedelegate, MsgBid, MsgBurn, MsgCancelBinaryOptionsOrder, MsgCancelDerivativeOrder, MsgCancelPostOnlyModeV2, MsgCancelSpotOrder, MsgCancelUnbondingDelegation, MsgChangeAdmin, MsgClaimVoucher, MsgCreateBinaryOptionsLimitOrder, MsgCreateBinaryOptionsMarketOrder, MsgCreateDenom, MsgCreateDerivativeLimitOrder, MsgCreateDerivativeMarketOrder, MsgCreateInsuranceFund, MsgCreateNamespace, MsgCreateSpotLimitOrder, MsgCreateSpotMarketOrder, MsgCreateValidator, MsgDelegate, MsgDeposit, MsgEditValidator, MsgExecuteContract, MsgExecuteContractCompat, MsgExternalTransfer, MsgFundCommunityPool, MsgDeposit$1 as MsgGovDeposit, MsgGrant, MsgGrantAllowance, MsgGrantProviderPrivilegeProposal, MsgGrantWithAuthorization, MsgIncreasePositionMargin, MsgInstantBinaryOptionsMarketLaunch, MsgInstantSpotMarketLaunch, MsgInstantiateContract, MsgLiquidatePosition, MsgMigrateContract, MsgMint, MsgMultiSend, MsgPrivilegedExecuteContract, MsgReclaimLockedFunds, MsgRelayProviderPrices, MsgRequestRedemption, MsgRevoke, MsgRevokeAllowance, MsgRewardsOptOut, MsgSend, MsgSendToEth, MsgSetDelegationTransferReceivers, MsgSetDenomMetadata, MsgSignData, MsgStoreCode, MsgSubmitGenericProposal, MsgSubmitProposal, MsgSubmitProposalExpiryFuturesMarketLaunch, MsgSubmitProposalPerpetualMarketLaunch, MsgSubmitProposalPerpetualMarketLaunchV2, MsgSubmitProposalSpotMarketLaunch, MsgSubmitProposalSpotMarketParamUpdate, MsgSubmitTextProposal, MsgTransfer, MsgTransferDelegation, MsgUndelegate, MsgUnderwrite, MsgUpdateActorRoles, MsgUpdateAdmin, MsgUpdateDerivativeMarketV2, MsgUpdateNamespace, MsgUpdateParams, MsgUpdateSpotMarketV2, MsgVote, MsgWithdraw, MsgWithdrawDelegatorReward, MsgWithdrawValidatorCommission, Msgs, OracleMsgs, OrderHashManager, PeggyMsgs, ProposalDecomposer, StakingMsgs, StrategyType, TokenFactoryMsgs, TrailingArithmetic, TrailingArithmeticLP, WasmMsgs, getGenericAuthorizationFromMessageType, msgsOrMsgExecMsgs };
|
package/dist/cjs/core/tx.d.cts
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
import { c as tx_pb_d_exports } from "../tx_pb-DDTuVb3m.cjs";
|
|
2
2
|
import "../index-DkZCBLFW.cjs";
|
|
3
|
-
import { $f as createSignerInfo, Af as getTypesIncludingFeePayer, Ap as TxSearchResult, Bf as SIGN_EIP712_V2, Bp as TxClientSimulateResponse, Cf as getDefaultEip712TypesV2, Cp as RestTxBody, Df as getEip712FeeV2, Dp as TxInfoResponse, Ef as getEip712Fee, Ep as TxInfo, Ff as stringTypeToReflectionStringType, Fp as MsgArg, Gf as errorToErrorMessage, Hf as createAnyMessage, Hp as TxResponse, If as TxClient, Ip as SignerDetails, Jf as createBody, Kf as isTxNotFoundError, Lf as SIGN_AMINO, Lp as TxClientBroadcastOptions, Mf as numberTypeToReflectionNumberType, Mp as CreateTransactionArgs, Nf as objectKeysToEip712Types, Np as CreateTransactionResult, Of as getEipTxContext, Op as TxResult, Pf as protoTypeToAminoType, Pp as CreateTransactionWithSignersArgs, Qf as createSignDocFromTransaction, Rf as SIGN_DIRECT, Rp as TxClientBroadcastResponse, Sf as getDefaultEip712Types, Sp as RestTx, Tf as getEip712DomainV2, Tp as SimulationResponse, Uf as getEthereumSignerAddress, Vf as createAny, Vp as TxConcreteApi, Wf as getInjectiveSignerAddress, Xf as createNonCriticalExtensionFromObject, Yf as createFee, Zf as createSignDoc, _p as getTxRawFromTxRawOrDirectSignResponse, ap as getTransactionPartsFromTxRaw, bf as getEip712TypedData, bp as RestAuthInfo, cp as TxGrpcApi, dp as createTransactionAndCosmosSignDoc, ep as createSigners, fp as createTransactionAndCosmosSignDocForAddressAndMsg, gp as createTxRawFromSigResponse, hp as createTransactionWithSigners, ip as getPublicKey, jf as getObjectEip712PropertyType, jp as TxSearchResultParams, kf as getEipTxDetails, kp as TxResultResponse, lp as waitTxBroadcasted, mf as MsgBroadcasterWithPk, mp as createTransactionFromMsg, np as createWeb3Extension, op as generateArbitrarySignDoc, pp as createTransactionForAddressAndMsg, qf as createAuthInfo, rp as getAminoStdSignDoc, sp as TxRestApi, tp as createTxRawEIP712, up as createTransaction, vp as BroadcastMode, wf as getEip712Domain, wp as RestTxLog, xf as getEip712TypedDataV2, xp as RestSignerInfo, yf as MsgDecoder, yp as BroadcastModeKeplr, zf as SIGN_EIP712, zp as TxClientMode } from "../index-
|
|
3
|
+
import { $f as createSignerInfo, Af as getTypesIncludingFeePayer, Ap as TxSearchResult, Bf as SIGN_EIP712_V2, Bp as TxClientSimulateResponse, Cf as getDefaultEip712TypesV2, Cp as RestTxBody, Df as getEip712FeeV2, Dp as TxInfoResponse, Ef as getEip712Fee, Ep as TxInfo, Ff as stringTypeToReflectionStringType, Fp as MsgArg, Gf as errorToErrorMessage, Hf as createAnyMessage, Hp as TxResponse, If as TxClient, Ip as SignerDetails, Jf as createBody, Kf as isTxNotFoundError, Lf as SIGN_AMINO, Lp as TxClientBroadcastOptions, Mf as numberTypeToReflectionNumberType, Mp as CreateTransactionArgs, Nf as objectKeysToEip712Types, Np as CreateTransactionResult, Of as getEipTxContext, Op as TxResult, Pf as protoTypeToAminoType, Pp as CreateTransactionWithSignersArgs, Qf as createSignDocFromTransaction, Rf as SIGN_DIRECT, Rp as TxClientBroadcastResponse, Sf as getDefaultEip712Types, Sp as RestTx, Tf as getEip712DomainV2, Tp as SimulationResponse, Uf as getEthereumSignerAddress, Vf as createAny, Vp as TxConcreteApi, Wf as getInjectiveSignerAddress, Xf as createNonCriticalExtensionFromObject, Yf as createFee, Zf as createSignDoc, _p as getTxRawFromTxRawOrDirectSignResponse, ap as getTransactionPartsFromTxRaw, bf as getEip712TypedData, bp as RestAuthInfo, cp as TxGrpcApi, dp as createTransactionAndCosmosSignDoc, ep as createSigners, fp as createTransactionAndCosmosSignDocForAddressAndMsg, gp as createTxRawFromSigResponse, hp as createTransactionWithSigners, ip as getPublicKey, jf as getObjectEip712PropertyType, jp as TxSearchResultParams, kf as getEipTxDetails, kp as TxResultResponse, lp as waitTxBroadcasted, mf as MsgBroadcasterWithPk, mp as createTransactionFromMsg, np as createWeb3Extension, op as generateArbitrarySignDoc, pp as createTransactionForAddressAndMsg, qf as createAuthInfo, rp as getAminoStdSignDoc, sp as TxRestApi, tp as createTxRawEIP712, up as createTransaction, vp as BroadcastMode, wf as getEip712Domain, wp as RestTxLog, xf as getEip712TypedDataV2, xp as RestSignerInfo, yf as MsgDecoder, yp as BroadcastModeKeplr, zf as SIGN_EIP712, zp as TxClientMode } from "../index-Lta8gUTs.cjs";
|
|
4
4
|
import "../BaseGrpcConsumer-XU1gXJm6.cjs";
|
|
5
5
|
import "../index-YxLQKJVw.cjs";
|
|
6
6
|
import { St as TypedDataField, bt as Eip712ConvertTxArgs, xt as MapOfTypedDataField, yt as Eip712ConvertFeeArgs } from "../index-r0RxGSzR.cjs";
|