carbon-js-sdk 0.2.13 → 0.2.14
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/lib/codec/cdp/asset_params.d.ts +0 -11
- package/lib/codec/cdp/asset_params.js +1 -69
- package/lib/codec/coin/query.d.ts +0 -3
- package/lib/codec/coin/query.js +0 -6
- package/lib/codec/coin/token.d.ts +11 -0
- package/lib/codec/coin/token.js +65 -1
- package/lib/codec/cosmos/authz/v1beta1/authz.d.ts +19 -0
- package/lib/codec/cosmos/authz/v1beta1/authz.js +89 -1
- package/lib/codec/cosmos/authz/v1beta1/genesis.d.ts +1 -15
- package/lib/codec/cosmos/authz/v1beta1/genesis.js +7 -120
- package/lib/codec/cosmos/authz/v1beta1/query.d.ts +69 -1
- package/lib/codec/cosmos/authz/v1beta1/query.js +273 -1
- package/lib/codec/cosmos/bank/v1beta1/export.d.ts +1 -1
- package/lib/codec/cosmos/bank/v1beta1/export.js +3 -1
- package/lib/codec/cosmos/bank/v1beta1/query.d.ts +40 -0
- package/lib/codec/cosmos/bank/v1beta1/query.js +137 -1
- package/lib/codec/cosmos/base/snapshots/v1beta1/snapshot.d.ts +64 -0
- package/lib/codec/cosmos/base/snapshots/v1beta1/snapshot.js +343 -1
- package/lib/codec/cosmos/feegrant/v1beta1/query.d.ts +33 -0
- package/lib/codec/cosmos/feegrant/v1beta1/query.js +137 -1
- package/lib/codec/cosmos/tx/signing/v1beta1/signing.d.ts +13 -0
- package/lib/codec/cosmos/tx/signing/v1beta1/signing.js +18 -0
- package/lib/codec/cosmos/tx/v1beta1/export.d.ts +1 -1
- package/lib/codec/cosmos/tx/v1beta1/export.js +3 -1
- package/lib/codec/cosmos/tx/v1beta1/service.d.ts +50 -2
- package/lib/codec/cosmos/tx/v1beta1/service.js +176 -1
- package/lib/codec/index.d.ts +1 -6
- package/lib/codec/index.js +334 -347
- package/lib/codec/market/genesis.d.ts +1 -0
- package/lib/codec/market/genesis.js +19 -1
- package/lib/codec/misc/trade.d.ts +1 -0
- package/lib/codec/misc/trade.js +17 -0
- package/lib/util/tx.d.ts +0 -4
- package/lib/wallet/CarbonSigningClient.js +27 -2
- package/lib/websocket/models.d.ts +37 -21
- package/package.json +1 -1
package/lib/codec/index.js
CHANGED
|
@@ -24,14 +24,14 @@ var __importStar = (this && this.__importStar) || function (mod) {
|
|
|
24
24
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
25
25
|
exports.QueryOrderAllocatedMarginResponse = exports.QueryOrderAllocatedMarginRequest = exports.QueryOrderParamsResponse = exports.QueryOrderParamsRequest = exports.QueryAccountOpenOrdersResponse = exports.QueryAccountOpenOrdersRequest = exports.QueryAllOrderResponse = exports.QueryAllOrderRequest = exports.QueryGetOrderResponse = exports.QueryGetOrderRequest = exports.Orders = exports.OrderIDs = exports.OrderIDsForMarket = exports.OrdersForMarket = exports.DBOrder = exports.Order = exports.OrderParams = exports.MsgCancelAllResponse = exports.MsgCancelAll = exports.MsgCancelOrderResponse = exports.MsgCancelOrder = exports.MsgEditOrderResponse = exports.MsgEditOrder = exports.MsgCreateOrderResponse = exports.MsgCreateOrder = exports.MsgSetTradingFlagResponse = exports.MsgSetTradingFlag = exports.QueryModuleAddressResponse = exports.QueryModuleAddressRequest = exports.QueryAllModuleAddressResponse_AddressesEntry = exports.QueryAllModuleAddressResponse = exports.QueryAllModuleAddressRequest = exports.QueryAllBlockResponse = exports.QueryAllBlockRequest = exports.QueryAllTransactionResponse = exports.QueryAllTransactionRequest = exports.QueryAllMessageTypeResponse = exports.QueryAllMessageTypeRequest = exports.QuerySearchResponse = exports.QuerySearchRequest = exports.AccountTrade = exports.APITransaction = exports.Transaction = exports.MessageType = exports.Message = exports.Block = exports.TxTypes = exports.registry = exports.PolyNetwork = exports.IBC = void 0;
|
|
26
26
|
exports.MinMaxBoundary = exports.IncomingLiquidations = exports.MsgInitiateLiquidationResponse = exports.MsgInitiateLiquidation = exports.LiquidatorPosition = exports.CompressedNonExistenceProof = exports.CompressedExistenceProof = exports.CompressedBatchEntry = exports.CompressedBatchProof = exports.BatchEntry = exports.BatchProof = exports.InnerSpec = exports.ProofSpec = exports.InnerOp = exports.LeafOp = exports.CommitmentProof = exports.NonExistenceProof = exports.ExistenceProof = exports.lengthOpToJSON = exports.lengthOpFromJSON = exports.LengthOp = exports.hashOpToJSON = exports.hashOpFromJSON = exports.HashOp = exports.VaultEvent = exports.VaultTypeEvent = exports.QueryCdpParamsResponse = exports.QueryCdpParamsRequest = exports.QueryAllVaultTypeResponse = exports.QueryAllVaultTypeRequest = exports.QueryGetVaultTypeResponse = exports.QueryGetVaultTypeRequest = exports.QueryAllVaultResponse = exports.QueryAllVaultRequest = exports.QueryGetVaultResponse = exports.QueryGetVaultRequest = exports.CdpParams = exports.VaultType = exports.Vault = exports.MsgCreateVaultTypeResponse = exports.MsgCreateVaultType = exports.MsgRemoveDebtResponse = exports.MsgRemoveDebt = exports.MsgAddDebtResponse = exports.MsgAddDebt = exports.MsgRemoveCollateralResponse = exports.MsgRemoveCollateral = exports.MsgAddCollateralResponse = exports.MsgAddCollateral = exports.OrderEvent = void 0;
|
|
27
|
-
exports.
|
|
28
|
-
exports.QueryAllVoteRequest = exports.QueryAllResultResponse = exports.QueryAllResultRequest = exports.QueryAllOracleResponse = exports.QueryAllOracleRequest = exports.QueryOracleResponse = exports.QueryOracleRequest = exports.CreateOracleProposal = exports.SlashCounter = exports.OracleVotesWindow = exports.Mark = exports.Result = exports.Vote = exports.Oracle = exports.OracleParams = exports.MsgSetOracleSlashEnabledResponse = exports.MsgSetOracleSlashEnabled = exports.MsgRemoveOracleResponse = exports.MsgRemoveOracle = exports.MsgUpdateOracleResponse = exports.UpdateOracleParams = exports.MsgUpdateOracle = exports.MsgCreateVoteResponse = exports.MsgCreateVote = exports.MsgCreateOracleResponse = exports.CreateOracleParams = exports.MsgCreateOracle = exports.PositionEvent = exports.QueryPositionAllocatedMarginResponse = exports.QueryPositionAllocatedMarginRequest = exports.QueryAllPositionResponse = exports.QueryAllPositionRequest = exports.QueryGetPositionResponse = exports.QueryGetPositionRequest = exports.PositionAllocatedMargin = exports.APIPosition = exports.Positions = exports.Position = exports.MsgSetMarginResponse = exports.MsgSetMargin = exports.Duration = exports.BytesValue = exports.StringValue = exports.BoolValue = exports.UInt32Value = exports.Int32Value =
|
|
29
|
-
exports.MsgUpdateToken = exports.MsgRemoveBridgeResponse = exports.MsgRemoveBridge = exports.MsgEditBridgeNameResponse = exports.MsgEditBridgeName = exports.MsgDeauthorizeBridgeResponse = exports.MsgDeauthorizeBridge = exports.MsgAuthorizeBridgeResponse = exports.MsgAuthorizeBridge = exports.MsgWithdrawResponse = exports.MsgWithdraw = exports.MsgLinkTokenResponse = exports.MsgLinkToken = exports.MsgUnbindTokenResponse = exports.MsgUnbindToken = exports.MsgBindTokenResponse = exports.MsgBindToken = exports.MsgMintTokenResponse = exports.MsgMintToken = exports.MsgSyncTokenResponse = exports.MsgSyncToken = exports.MsgCreateTokenResponse = exports.CreateTokenParams = exports.MsgCreateToken = exports.MarketStats = exports.MarketstatsParams = exports.QueryMarketStatsResponse = exports.QueryMarketStatsRequest = exports.QueryMarketstatsParamsResponse = exports.QueryMarketstatsParamsRequest = exports.QueryCrisisParamsResponse = exports.QueryCrisisParamsRequest = exports.OracleSlashEvent = exports.ResultEvent = exports.VoteEvent = exports.RecordVoteEvent = exports.NewVoteEvent = exports.QueryOracleParamsResponse = exports.QueryOracleParamsRequest = exports.QueryOracleVotesWindowResponse = exports.QueryOracleVotesWindowRequest = exports.QueryAllOracleVotesWindowResponse = exports.QueryAllOracleVotesWindowRequest = exports.QuerySlashCounterResponse = exports.QuerySlashCounterRequest = exports.QueryAllSlashCounterResponse =
|
|
30
|
-
exports.QueryGetProfileResponse = exports.QueryGetProfileRequest = exports.Profile = exports.MsgUpdateProfileResponse = exports.MsgUpdateProfile = exports.LeverageEvent = exports.QueryAllLeverageResponse = exports.QueryAllLeverageRequest = exports.QueryGetLeverageResponse = exports.QueryGetLeverageRequest = exports.MsgSetLeverageResponse = exports.MsgSetLeverage = exports.MarketLeverageRecord = exports.MarketLeverage = exports.LinkTokenEvent = exports.UnbindTokenEvent = exports.BindTokenEvent = exports.SyncTokenEvent = exports.NewTokenEvent = exports.TokenBalance = exports.PositionPool = exports.LockedCoinsRecord = exports.LockedCoins = exports.BalanceChange = exports.Token = exports.QueryAllBridgeResponse = exports.QueryAllBridgeRequest = exports.QueryGetBridgeResponse = exports.QueryGetBridgeRequest = exports.QueryTotalBalancesResponse = exports.QueryTotalBalancesRequest = exports.QueryGetBalancesResponse = exports.QueryGetBalancesRequest = exports.QueryAllWrapperMappingsResponse_WrapperMappingsEntry = exports.QueryAllWrapperMappingsResponse = exports.QueryAllWrapperMappingsRequest = exports.QueryGetLockedCoinsResponse = exports.QueryGetLockedCoinsRequest = exports.QueryAllTokenResponse = exports.QueryAllTokenRequest = exports.QueryGetTokenResponse = exports.QueryGetTokenRequest = exports.Bridge = exports.CreateTokenProposal = exports.MsgRemoveBridgeAddressResponse = exports.MsgRemoveBridgeAddress =
|
|
31
|
-
exports.MintData = exports.MarketEvent = exports.ParamsV280 = exports.ParamsV270 = exports.QueryMarketParamsResponse = exports.QueryMarketParamsRequest = exports.QueryAllMarketResponse = exports.QueryAllMarketRequest = exports.QueryGetMarketResponse = exports.QueryGetMarketRequest = exports.MarketParams = exports.Market = exports.ControlledParams = exports.MarketDefaultsParams = exports.UpdatePerpetualsFundingIntervalProposal = exports.UpdateMarketProposal = exports.CreateMarketProposal = exports.MsgUpdatePerpetualsFundingIntervalResponse = exports.MsgUpdatePerpetualsFundingInterval = exports.MsgUpdateMarketResponse = exports.MsgUpdateMarket = exports.MsgCreateMarketResponse = exports.MsgCreateMarket = exports.OrderBookEvent = exports.QueryAllBookResponse = exports.QueryAllBookRequest = exports.QueryGetBookResponse = exports.QueryGetBookRequest = exports.StopBook = exports.OrderBook = exports.OrderBookLevel = exports.GenesisSubAccount = exports.SubAccount = exports.QuerySubAccountPowerResponse = exports.QuerySubAccountPowerRequest = exports.QuerySubAccountStatusResponse = exports.QuerySubAccountStatusRequest = exports.QueryAllSubAccountResponse = exports.QueryAllSubAccountRequest = exports.QueryGetSubAccountResponse = exports.QueryGetSubAccountRequest = exports.MsgRemoveSubAccountResponse = exports.MsgRemoveSubAccount = exports.MsgActivateSubAccountResponse = exports.MsgActivateSubAccount = exports.MsgCreateSubAccountResponse = exports.MsgCreateSubAccount =
|
|
32
|
-
exports.CommitmentExpiriesRecord = exports.CommitmentExpiries = exports.CommitmentExpiry = exports.RewardHistoryRecord = exports.RewardHistory = exports.CommitmentResponse = exports.TotalCommitmentRecord = exports.TotalCommitment = exports.CommitmentRecord = exports.Commitment = exports.RewardWeights = exports.RewardWeight = exports.CommitmentCurve = exports.RewardCurve = exports.MsgUpdatePoolResponse = exports.UpdatePoolParams = exports.MsgUpdatePool = exports.MsgSetCommitmentCurveResponse = exports.SetCommitmentCurveParams = exports.MsgSetCommitmentCurve = exports.MsgSetRewardCurveResponse = exports.SetRewardCurveParams = exports.MsgSetRewardCurve = exports.MsgClaimPoolRewardsResponse = exports.MsgClaimPoolRewards = exports.MsgUnstakePoolTokenResponse = exports.MsgUnstakePoolToken = exports.MsgStakePoolTokenResponse = exports.MsgStakePoolToken = exports.MsgSetRewardsWeightsResponse = exports.SetRewardsWeightsParams = exports.MsgSetRewardsWeights = exports.MsgUnlinkPoolResponse = exports.UnlinkPoolParams = exports.MsgUnlinkPool = exports.MsgLinkPoolResponse = exports.LinkPoolParams = exports.MsgLinkPool = exports.MsgRemoveLiquidityResponse = exports.MsgRemoveLiquidity = exports.MsgAddLiquidityResponse = exports.MsgAddLiquidity = exports.MsgCreatePoolWithLiquidityResponse = exports.MsgCreatePoolWithLiquidity = exports.MsgCreatePoolResponse = exports.MsgCreatePool = exports.PageResponse =
|
|
33
|
-
exports.Fund = exports.FundByMarket = exports.EventDataInsuranceFundTransfer = exports.QueryCoinBalancesResponse = exports.QueryCoinBalancesRequest = exports.CommitmentEvent = exports.CommitmentCurveEvent = exports.RewardsWeightChangeEvent = exports.TotalCommitmentChangeEvent = exports.PoolEvent = exports.QueryLiquiditypoolParamsResponse = exports.QueryLiquiditypoolParamsRequest = exports.QueryClaimableRewardsResponse = exports.QueryClaimableRewardsRequest = exports.QueryAllTotalCommitmentResponse = exports.QueryAllTotalCommitmentRequest = exports.QueryTotalCommitmentResponse = exports.QueryTotalCommitmentRequest = exports.QueryRewardCurveResponse = exports.QueryRewardCurveRequest = exports.QueryCommitmentCurveResponse = exports.QueryCommitmentCurveRequest = exports.QueryLastClaimResponse = exports.QueryLastClaimRequest = exports.QueryAllCommitmentResponse = exports.QueryAllCommitmentRequest = exports.QueryCommitmentResponse = exports.QueryCommitmentRequest = exports.QueryRewardHistoryResponse = exports.ExtendedPool = exports.QueryRewardHistoryRequest = exports.QueryAllPoolResponse = exports.QueryAllPoolRequest = exports.QueryGetPoolResponse = exports.QueryGetPoolRequest = exports.UpdatePoolProposal = exports.SetRewardsWeightsProposal = exports.SetCommitmentCurveProposal = exports.SetRewardCurveProposal = exports.UnlinkPoolProposal = exports.LinkPoolProposal = exports.RemoveLiquidities = exports.RemoveLiquidity = exports.AddLiquidities = exports.AddLiquidity = exports.Pools = exports.Pool =
|
|
34
|
-
exports.PriceUpdateEvent = exports.QueryPricingParamsResponse = exports.QueryPricingParamsRequest = exports.QueryRateResponse = exports.QueryRateRequest = exports.QueryAllPriceSetResponse = exports.QueryAllPriceSetRequest = exports.QueryPriceSetResponse = exports.QueryPriceSetRequest = exports.SettlementPriceParams =
|
|
27
|
+
exports.UInt64Value = exports.Int64Value = exports.FloatValue = exports.DoubleValue = exports.Timestamp = exports.Any = exports.QueryLiquidationParamsResponse = exports.QueryLiquidationParamsRequest = exports.QueryAllLiquidationResponse = exports.QueryAllLiquidationRequest = exports.OutstandingPositions = exports.OutstandingPosition = exports.QuoteChanges = exports.LiquidationParams = exports.CoinReceived = exports.CoinSpent = exports.FeeDeductionEvent = exports.QueryAllMinGasPriceResponse = exports.QueryAllMinGasPriceRequest = exports.QueryGetMinGasPriceResponse = exports.QueryGetMinGasPriceRequest = exports.QueryAllMsgGasCostResponse = exports.QueryAllMsgGasCostRequest = exports.QueryGetMsgGasCostResponse = exports.QueryGetMsgGasCostRequest = exports.RemoveMinGasPriceProposal = exports.RemoveMsgGasCostProposal = exports.SetMinGasPriceProposal = exports.SetMsgGasCostProposal = exports.MinGasPrice = exports.MsgGasCost = exports.MsgFee = exports.MsgRemoveMinGasPriceResponse = exports.MsgRemoveMinGasPrice = exports.MsgRemoveGasCostResponse = exports.MsgRemoveGasCost = exports.MsgSetMinGasPriceResponse = exports.MsgSetMinGasPrice = exports.MsgSetGasCostResponse = exports.MsgSetGasCost = exports.IncomingPoolSwap = exports.TradeEvent = exports.QueryTradesForPositionResponse = exports.QueryTradesForPositionRequest = exports.QueryTradesResponse = exports.QueryTradesRequest = exports.QueryCandlesticksResponse = exports.QueryCandlesticksRequest = exports.Amm = exports.Candlestick = void 0;
|
|
28
|
+
exports.QueryAllSlashCounterRequest = exports.QueryVoterPowerResponse = exports.QueryVoterPowerRequest = exports.QueryAllVoteResponse = exports.QueryAllVoteRequest = exports.QueryAllResultResponse = exports.QueryAllResultRequest = exports.QueryAllOracleResponse = exports.QueryAllOracleRequest = exports.QueryOracleResponse = exports.QueryOracleRequest = exports.CreateOracleProposal = exports.SlashCounter = exports.OracleVotesWindow = exports.Mark = exports.Result = exports.Vote = exports.Oracle = exports.OracleParams = exports.MsgSetOracleSlashEnabledResponse = exports.MsgSetOracleSlashEnabled = exports.MsgRemoveOracleResponse = exports.MsgRemoveOracle = exports.MsgUpdateOracleResponse = exports.UpdateOracleParams = exports.MsgUpdateOracle = exports.MsgCreateVoteResponse = exports.MsgCreateVote = exports.MsgCreateOracleResponse = exports.CreateOracleParams = exports.MsgCreateOracle = exports.PositionEvent = exports.QueryPositionAllocatedMarginResponse = exports.QueryPositionAllocatedMarginRequest = exports.QueryAllPositionResponse = exports.QueryAllPositionRequest = exports.QueryGetPositionResponse = exports.QueryGetPositionRequest = exports.PositionAllocatedMargin = exports.APIPosition = exports.Positions = exports.Position = exports.MsgSetMarginResponse = exports.MsgSetMargin = exports.Duration = exports.BytesValue = exports.StringValue = exports.BoolValue = exports.UInt32Value = exports.Int32Value = void 0;
|
|
29
|
+
exports.MsgAddBridgeAddressResponse = exports.MsgAddBridgeAddress = exports.MsgUpdateTokenResponse = exports.UpdateTokenParams = exports.MsgUpdateToken = exports.MsgRemoveBridgeResponse = exports.MsgRemoveBridge = exports.MsgEditBridgeNameResponse = exports.MsgEditBridgeName = exports.MsgDeauthorizeBridgeResponse = exports.MsgDeauthorizeBridge = exports.MsgAuthorizeBridgeResponse = exports.MsgAuthorizeBridge = exports.MsgWithdrawResponse = exports.MsgWithdraw = exports.MsgLinkTokenResponse = exports.MsgLinkToken = exports.MsgUnbindTokenResponse = exports.MsgUnbindToken = exports.MsgBindTokenResponse = exports.MsgBindToken = exports.MsgMintTokenResponse = exports.MsgMintToken = exports.MsgSyncTokenResponse = exports.MsgSyncToken = exports.MsgCreateTokenResponse = exports.CreateTokenParams = exports.MsgCreateToken = exports.MarketStats = exports.MarketstatsParams = exports.QueryMarketStatsResponse = exports.QueryMarketStatsRequest = exports.QueryMarketstatsParamsResponse = exports.QueryMarketstatsParamsRequest = exports.QueryCrisisParamsResponse = exports.QueryCrisisParamsRequest = exports.OracleSlashEvent = exports.ResultEvent = exports.VoteEvent = exports.RecordVoteEvent = exports.NewVoteEvent = exports.QueryOracleParamsResponse = exports.QueryOracleParamsRequest = exports.QueryOracleVotesWindowResponse = exports.QueryOracleVotesWindowRequest = exports.QueryAllOracleVotesWindowResponse = exports.QueryAllOracleVotesWindowRequest = exports.QuerySlashCounterResponse = exports.QuerySlashCounterRequest = exports.QueryAllSlashCounterResponse = void 0;
|
|
30
|
+
exports.UpdateProfileEvent = exports.QueryAllProfileResponse = exports.QueryAllProfileRequest = exports.QueryGetProfileResponse = exports.QueryGetProfileRequest = exports.Profile = exports.MsgUpdateProfileResponse = exports.MsgUpdateProfile = exports.LeverageEvent = exports.QueryAllLeverageResponse = exports.QueryAllLeverageRequest = exports.QueryGetLeverageResponse = exports.QueryGetLeverageRequest = exports.MsgSetLeverageResponse = exports.MsgSetLeverage = exports.MarketLeverageRecord = exports.MarketLeverage = exports.LinkTokenEvent = exports.UnbindTokenEvent = exports.BindTokenEvent = exports.SyncTokenEvent = exports.NewTokenEvent = exports.TokenBalance = exports.PositionPool = exports.LockedCoinsRecord = exports.LockedCoins = exports.Metadata = exports.BalanceChange = exports.Token = exports.QueryAllBridgeResponse = exports.QueryAllBridgeRequest = exports.QueryGetBridgeResponse = exports.QueryGetBridgeRequest = exports.QueryTotalBalancesResponse = exports.QueryTotalBalancesRequest = exports.QueryGetBalancesResponse = exports.QueryGetBalancesRequest = exports.QueryAllWrapperMappingsResponse_WrapperMappingsEntry = exports.QueryAllWrapperMappingsResponse = exports.QueryAllWrapperMappingsRequest = exports.QueryGetLockedCoinsResponse = exports.QueryGetLockedCoinsRequest = exports.QueryAllTokenResponse = exports.QueryAllTokenRequest = exports.QueryGetTokenResponse = exports.QueryGetTokenRequest = exports.Bridge = exports.CreateTokenProposal = exports.MsgRemoveBridgeAddressResponse = exports.MsgRemoveBridgeAddress = void 0;
|
|
31
|
+
exports.PageRequest = exports.QueryMintDataResponse = exports.QueryMintDataRequest = exports.MintData = exports.MarketEvent = exports.ParamsV280 = exports.ParamsV270 = exports.QueryMarketParamsResponse = exports.QueryMarketParamsRequest = exports.QueryAllMarketResponse = exports.QueryAllMarketRequest = exports.QueryGetMarketResponse = exports.QueryGetMarketRequest = exports.MarketParams = exports.Market = exports.ControlledParams = exports.MarketDefaultsParams = exports.UpdatePerpetualsFundingIntervalProposal = exports.UpdateMarketProposal = exports.CreateMarketProposal = exports.MsgUpdatePerpetualsFundingIntervalResponse = exports.MsgUpdatePerpetualsFundingInterval = exports.MsgUpdateMarketResponse = exports.MsgUpdateMarket = exports.MsgCreateMarketResponse = exports.MsgCreateMarket = exports.OrderBookEvent = exports.QueryAllBookResponse = exports.QueryAllBookRequest = exports.QueryGetBookResponse = exports.QueryGetBookRequest = exports.StopBook = exports.OrderBook = exports.OrderBookLevel = exports.GenesisSubAccount = exports.SubAccount = exports.QuerySubAccountPowerResponse = exports.QuerySubAccountPowerRequest = exports.QuerySubAccountStatusResponse = exports.QuerySubAccountStatusRequest = exports.QueryAllSubAccountResponse = exports.QueryAllSubAccountRequest = exports.QueryGetSubAccountResponse = exports.QueryGetSubAccountRequest = exports.MsgRemoveSubAccountResponse = exports.MsgRemoveSubAccount = exports.MsgActivateSubAccountResponse = exports.MsgActivateSubAccount = exports.MsgCreateSubAccountResponse = exports.MsgCreateSubAccount = void 0;
|
|
32
|
+
exports.LiquiditypoolParams = exports.AllocatedRewards = exports.LastClaimRecord = exports.CommitmentExpiriesRecord = exports.CommitmentExpiries = exports.CommitmentExpiry = exports.RewardHistoryRecord = exports.RewardHistory = exports.CommitmentResponse = exports.TotalCommitmentRecord = exports.TotalCommitment = exports.CommitmentRecord = exports.Commitment = exports.RewardWeights = exports.RewardWeight = exports.CommitmentCurve = exports.RewardCurve = exports.MsgUpdatePoolResponse = exports.UpdatePoolParams = exports.MsgUpdatePool = exports.MsgSetCommitmentCurveResponse = exports.SetCommitmentCurveParams = exports.MsgSetCommitmentCurve = exports.MsgSetRewardCurveResponse = exports.SetRewardCurveParams = exports.MsgSetRewardCurve = exports.MsgClaimPoolRewardsResponse = exports.MsgClaimPoolRewards = exports.MsgUnstakePoolTokenResponse = exports.MsgUnstakePoolToken = exports.MsgStakePoolTokenResponse = exports.MsgStakePoolToken = exports.MsgSetRewardsWeightsResponse = exports.SetRewardsWeightsParams = exports.MsgSetRewardsWeights = exports.MsgUnlinkPoolResponse = exports.UnlinkPoolParams = exports.MsgUnlinkPool = exports.MsgLinkPoolResponse = exports.LinkPoolParams = exports.MsgLinkPool = exports.MsgRemoveLiquidityResponse = exports.MsgRemoveLiquidity = exports.MsgAddLiquidityResponse = exports.MsgAddLiquidity = exports.MsgCreatePoolWithLiquidityResponse = exports.MsgCreatePoolWithLiquidity = exports.MsgCreatePoolResponse = exports.MsgCreatePool = exports.PageResponse = void 0;
|
|
33
|
+
exports.SettlementPriceProposal = exports.PriceSet = exports.PricingParams = exports.Fund = exports.FundByMarket = exports.EventDataInsuranceFundTransfer = exports.QueryCoinBalancesResponse = exports.QueryCoinBalancesRequest = exports.CommitmentEvent = exports.CommitmentCurveEvent = exports.RewardsWeightChangeEvent = exports.TotalCommitmentChangeEvent = exports.PoolEvent = exports.QueryLiquiditypoolParamsResponse = exports.QueryLiquiditypoolParamsRequest = exports.QueryClaimableRewardsResponse = exports.QueryClaimableRewardsRequest = exports.QueryAllTotalCommitmentResponse = exports.QueryAllTotalCommitmentRequest = exports.QueryTotalCommitmentResponse = exports.QueryTotalCommitmentRequest = exports.QueryRewardCurveResponse = exports.QueryRewardCurveRequest = exports.QueryCommitmentCurveResponse = exports.QueryCommitmentCurveRequest = exports.QueryLastClaimResponse = exports.QueryLastClaimRequest = exports.QueryAllCommitmentResponse = exports.QueryAllCommitmentRequest = exports.QueryCommitmentResponse = exports.QueryCommitmentRequest = exports.QueryRewardHistoryResponse = exports.ExtendedPool = exports.QueryRewardHistoryRequest = exports.QueryAllPoolResponse = exports.QueryAllPoolRequest = exports.QueryGetPoolResponse = exports.QueryGetPoolRequest = exports.UpdatePoolProposal = exports.SetRewardsWeightsProposal = exports.SetCommitmentCurveProposal = exports.SetRewardCurveProposal = exports.UnlinkPoolProposal = exports.LinkPoolProposal = exports.RemoveLiquidities = exports.RemoveLiquidity = exports.AddLiquidities = exports.AddLiquidity = exports.Pools = exports.Pool = void 0;
|
|
34
|
+
exports.PriceUpdateEvent = exports.QueryPricingParamsResponse = exports.QueryPricingParamsRequest = exports.QueryRateResponse = exports.QueryRateRequest = exports.QueryAllPriceSetResponse = exports.QueryAllPriceSetRequest = exports.QueryPriceSetResponse = exports.QueryPriceSetRequest = exports.SettlementPriceParams = void 0;
|
|
35
35
|
// GENERATED by scripts/generate-registry.sh
|
|
36
36
|
const proto_signing_1 = require("@cosmjs/proto-signing");
|
|
37
37
|
const tx_1 = require("./order/tx");
|
|
@@ -39,36 +39,35 @@ const tx_2 = require("./cdp/tx");
|
|
|
39
39
|
const tx_3 = require("./broker/tx");
|
|
40
40
|
const tx_4 = require("./fee/tx");
|
|
41
41
|
const proposal_1 = require("./fee/proposal");
|
|
42
|
-
const tx_5 = require("./
|
|
43
|
-
const tx_6 = require("./
|
|
44
|
-
const tx_7 = require("./oracle/tx");
|
|
42
|
+
const tx_5 = require("./position/tx");
|
|
43
|
+
const tx_6 = require("./oracle/tx");
|
|
45
44
|
const proposal_2 = require("./oracle/proposal");
|
|
46
45
|
const upgrade_1 = require("./cosmos/upgrade/v1beta1/upgrade");
|
|
47
|
-
const
|
|
48
|
-
const
|
|
49
|
-
const
|
|
50
|
-
const
|
|
46
|
+
const tx_7 = require("./cosmos/feegrant/v1beta1/tx");
|
|
47
|
+
const tx_8 = require("./cosmos/evidence/v1beta1/tx");
|
|
48
|
+
const tx_9 = require("./cosmos/bank/v1beta1/tx");
|
|
49
|
+
const tx_10 = require("./cosmos/distribution/v1beta1/tx");
|
|
51
50
|
const distribution_1 = require("./cosmos/distribution/v1beta1/distribution");
|
|
52
|
-
const
|
|
53
|
-
const
|
|
54
|
-
const
|
|
51
|
+
const tx_11 = require("./cosmos/crisis/v1beta1/tx");
|
|
52
|
+
const tx_12 = require("./cosmos/vesting/v1beta1/tx");
|
|
53
|
+
const tx_13 = require("./cosmos/staking/v1beta1/tx");
|
|
55
54
|
const params_1 = require("./cosmos/params/v1beta1/params");
|
|
56
|
-
const
|
|
57
|
-
const
|
|
58
|
-
const
|
|
59
|
-
const
|
|
60
|
-
const
|
|
61
|
-
const
|
|
55
|
+
const tx_14 = require("./cosmos/authz/v1beta1/tx");
|
|
56
|
+
const tx_15 = require("./cosmos/slashing/v1beta1/tx");
|
|
57
|
+
const tx_16 = require("./cosmos/gov/v1beta1/tx");
|
|
58
|
+
const tx_17 = require("./ibc/core/connection/v1/tx");
|
|
59
|
+
const tx_18 = require("./ibc/core/channel/v1/tx");
|
|
60
|
+
const tx_19 = require("./ibc/core/client/v1/tx");
|
|
62
61
|
const tendermint_1 = require("./ibc/lightclients/tendermint/v1/tendermint");
|
|
63
|
-
const
|
|
64
|
-
const
|
|
62
|
+
const tx_20 = require("./ibc/applications/transfer/v1/tx");
|
|
63
|
+
const tx_21 = require("./coin/tx");
|
|
65
64
|
const proposal_3 = require("./coin/proposal");
|
|
66
|
-
const
|
|
67
|
-
const
|
|
68
|
-
const
|
|
69
|
-
const
|
|
65
|
+
const tx_22 = require("./leverage/tx");
|
|
66
|
+
const tx_23 = require("./profile/tx");
|
|
67
|
+
const tx_24 = require("./subaccount/tx");
|
|
68
|
+
const tx_25 = require("./market/tx");
|
|
70
69
|
const proposal_4 = require("./market/proposal");
|
|
71
|
-
const
|
|
70
|
+
const tx_26 = require("./liquiditypool/tx");
|
|
72
71
|
const proposal_5 = require("./liquiditypool/proposal");
|
|
73
72
|
const proposal_6 = require("./pricing/proposal");
|
|
74
73
|
const gov_1 = require("./cosmos/gov/v1beta1/gov");
|
|
@@ -116,81 +115,77 @@ exports.registry.register("/Switcheo.carbon.fee.SetMsgGasCostProposal", proposal
|
|
|
116
115
|
exports.registry.register("/Switcheo.carbon.fee.SetMinGasPriceProposal", proposal_1.SetMinGasPriceProposal);
|
|
117
116
|
exports.registry.register("/Switcheo.carbon.fee.RemoveMsgGasCostProposal", proposal_1.RemoveMsgGasCostProposal);
|
|
118
117
|
exports.registry.register("/Switcheo.carbon.fee.RemoveMinGasPriceProposal", proposal_1.RemoveMinGasPriceProposal);
|
|
119
|
-
exports.registry.register("/Switcheo.carbon.bank.MsgEnableSend", tx_5.MsgEnableSend);
|
|
120
|
-
exports.registry.register("/Switcheo.carbon.bank.MsgEnableSendResponse", tx_5.MsgEnableSendResponse);
|
|
121
|
-
exports.registry.register("/Switcheo.carbon.bank.MsgDisableSend", tx_5.MsgDisableSend);
|
|
122
|
-
exports.registry.register("/Switcheo.carbon.bank.MsgDisableSendResponse", tx_5.MsgDisableSendResponse);
|
|
123
118
|
exports.registry.register("/Switcheo.carbon.btcx.MsgCreate", PolyNetwork.Btcx.MsgCreate);
|
|
124
119
|
exports.registry.register("/Switcheo.carbon.btcx.MsgCreateResponse", PolyNetwork.Btcx.MsgCreateResponse);
|
|
125
120
|
exports.registry.register("/Switcheo.carbon.btcx.MsgBind", PolyNetwork.Btcx.MsgBind);
|
|
126
121
|
exports.registry.register("/Switcheo.carbon.btcx.MsgBindResponse", PolyNetwork.Btcx.MsgBindResponse);
|
|
127
122
|
exports.registry.register("/Switcheo.carbon.btcx.MsgLock", PolyNetwork.Btcx.MsgLock);
|
|
128
123
|
exports.registry.register("/Switcheo.carbon.btcx.MsgLockResponse", PolyNetwork.Btcx.MsgLockResponse);
|
|
129
|
-
exports.registry.register("/Switcheo.carbon.position.MsgSetMargin",
|
|
130
|
-
exports.registry.register("/Switcheo.carbon.position.MsgSetMarginResponse",
|
|
131
|
-
exports.registry.register("/Switcheo.carbon.oracle.MsgCreateOracle",
|
|
132
|
-
exports.registry.register("/Switcheo.carbon.oracle.MsgCreateOracleResponse",
|
|
133
|
-
exports.registry.register("/Switcheo.carbon.oracle.MsgCreateVote",
|
|
134
|
-
exports.registry.register("/Switcheo.carbon.oracle.MsgCreateVoteResponse",
|
|
135
|
-
exports.registry.register("/Switcheo.carbon.oracle.MsgUpdateOracle",
|
|
136
|
-
exports.registry.register("/Switcheo.carbon.oracle.MsgUpdateOracleResponse",
|
|
137
|
-
exports.registry.register("/Switcheo.carbon.oracle.MsgRemoveOracle",
|
|
138
|
-
exports.registry.register("/Switcheo.carbon.oracle.MsgRemoveOracleResponse",
|
|
139
|
-
exports.registry.register("/Switcheo.carbon.oracle.MsgSetOracleSlashEnabled",
|
|
140
|
-
exports.registry.register("/Switcheo.carbon.oracle.MsgSetOracleSlashEnabledResponse",
|
|
124
|
+
exports.registry.register("/Switcheo.carbon.position.MsgSetMargin", tx_5.MsgSetMargin);
|
|
125
|
+
exports.registry.register("/Switcheo.carbon.position.MsgSetMarginResponse", tx_5.MsgSetMarginResponse);
|
|
126
|
+
exports.registry.register("/Switcheo.carbon.oracle.MsgCreateOracle", tx_6.MsgCreateOracle);
|
|
127
|
+
exports.registry.register("/Switcheo.carbon.oracle.MsgCreateOracleResponse", tx_6.MsgCreateOracleResponse);
|
|
128
|
+
exports.registry.register("/Switcheo.carbon.oracle.MsgCreateVote", tx_6.MsgCreateVote);
|
|
129
|
+
exports.registry.register("/Switcheo.carbon.oracle.MsgCreateVoteResponse", tx_6.MsgCreateVoteResponse);
|
|
130
|
+
exports.registry.register("/Switcheo.carbon.oracle.MsgUpdateOracle", tx_6.MsgUpdateOracle);
|
|
131
|
+
exports.registry.register("/Switcheo.carbon.oracle.MsgUpdateOracleResponse", tx_6.MsgUpdateOracleResponse);
|
|
132
|
+
exports.registry.register("/Switcheo.carbon.oracle.MsgRemoveOracle", tx_6.MsgRemoveOracle);
|
|
133
|
+
exports.registry.register("/Switcheo.carbon.oracle.MsgRemoveOracleResponse", tx_6.MsgRemoveOracleResponse);
|
|
134
|
+
exports.registry.register("/Switcheo.carbon.oracle.MsgSetOracleSlashEnabled", tx_6.MsgSetOracleSlashEnabled);
|
|
135
|
+
exports.registry.register("/Switcheo.carbon.oracle.MsgSetOracleSlashEnabledResponse", tx_6.MsgSetOracleSlashEnabledResponse);
|
|
141
136
|
exports.registry.register("/Switcheo.carbon.oracle.CreateOracleProposal", proposal_2.CreateOracleProposal);
|
|
142
137
|
exports.registry.register("/cosmos.upgrade.v1beta1.SoftwareUpgradeProposal", upgrade_1.SoftwareUpgradeProposal);
|
|
143
138
|
exports.registry.register("/cosmos.upgrade.v1beta1.CancelSoftwareUpgradeProposal", upgrade_1.CancelSoftwareUpgradeProposal);
|
|
144
|
-
exports.registry.register("/cosmos.feegrant.v1beta1.MsgGrantAllowance",
|
|
145
|
-
exports.registry.register("/cosmos.feegrant.v1beta1.MsgGrantAllowanceResponse",
|
|
146
|
-
exports.registry.register("/cosmos.feegrant.v1beta1.MsgRevokeAllowance",
|
|
147
|
-
exports.registry.register("/cosmos.feegrant.v1beta1.MsgRevokeAllowanceResponse",
|
|
148
|
-
exports.registry.register("/cosmos.evidence.v1beta1.MsgSubmitEvidence",
|
|
149
|
-
exports.registry.register("/cosmos.evidence.v1beta1.MsgSubmitEvidenceResponse",
|
|
150
|
-
exports.registry.register("/cosmos.bank.v1beta1.MsgSend",
|
|
151
|
-
exports.registry.register("/cosmos.bank.v1beta1.MsgSendResponse",
|
|
152
|
-
exports.registry.register("/cosmos.bank.v1beta1.MsgMultiSend",
|
|
153
|
-
exports.registry.register("/cosmos.bank.v1beta1.MsgMultiSendResponse",
|
|
154
|
-
exports.registry.register("/cosmos.distribution.v1beta1.MsgSetWithdrawAddress",
|
|
155
|
-
exports.registry.register("/cosmos.distribution.v1beta1.MsgSetWithdrawAddressResponse",
|
|
156
|
-
exports.registry.register("/cosmos.distribution.v1beta1.MsgWithdrawDelegatorReward",
|
|
157
|
-
exports.registry.register("/cosmos.distribution.v1beta1.MsgWithdrawDelegatorRewardResponse",
|
|
158
|
-
exports.registry.register("/cosmos.distribution.v1beta1.MsgWithdrawValidatorCommission",
|
|
159
|
-
exports.registry.register("/cosmos.distribution.v1beta1.MsgWithdrawValidatorCommissionResponse",
|
|
160
|
-
exports.registry.register("/cosmos.distribution.v1beta1.MsgFundCommunityPool",
|
|
161
|
-
exports.registry.register("/cosmos.distribution.v1beta1.MsgFundCommunityPoolResponse",
|
|
139
|
+
exports.registry.register("/cosmos.feegrant.v1beta1.MsgGrantAllowance", tx_7.MsgGrantAllowance);
|
|
140
|
+
exports.registry.register("/cosmos.feegrant.v1beta1.MsgGrantAllowanceResponse", tx_7.MsgGrantAllowanceResponse);
|
|
141
|
+
exports.registry.register("/cosmos.feegrant.v1beta1.MsgRevokeAllowance", tx_7.MsgRevokeAllowance);
|
|
142
|
+
exports.registry.register("/cosmos.feegrant.v1beta1.MsgRevokeAllowanceResponse", tx_7.MsgRevokeAllowanceResponse);
|
|
143
|
+
exports.registry.register("/cosmos.evidence.v1beta1.MsgSubmitEvidence", tx_8.MsgSubmitEvidence);
|
|
144
|
+
exports.registry.register("/cosmos.evidence.v1beta1.MsgSubmitEvidenceResponse", tx_8.MsgSubmitEvidenceResponse);
|
|
145
|
+
exports.registry.register("/cosmos.bank.v1beta1.MsgSend", tx_9.MsgSend);
|
|
146
|
+
exports.registry.register("/cosmos.bank.v1beta1.MsgSendResponse", tx_9.MsgSendResponse);
|
|
147
|
+
exports.registry.register("/cosmos.bank.v1beta1.MsgMultiSend", tx_9.MsgMultiSend);
|
|
148
|
+
exports.registry.register("/cosmos.bank.v1beta1.MsgMultiSendResponse", tx_9.MsgMultiSendResponse);
|
|
149
|
+
exports.registry.register("/cosmos.distribution.v1beta1.MsgSetWithdrawAddress", tx_10.MsgSetWithdrawAddress);
|
|
150
|
+
exports.registry.register("/cosmos.distribution.v1beta1.MsgSetWithdrawAddressResponse", tx_10.MsgSetWithdrawAddressResponse);
|
|
151
|
+
exports.registry.register("/cosmos.distribution.v1beta1.MsgWithdrawDelegatorReward", tx_10.MsgWithdrawDelegatorReward);
|
|
152
|
+
exports.registry.register("/cosmos.distribution.v1beta1.MsgWithdrawDelegatorRewardResponse", tx_10.MsgWithdrawDelegatorRewardResponse);
|
|
153
|
+
exports.registry.register("/cosmos.distribution.v1beta1.MsgWithdrawValidatorCommission", tx_10.MsgWithdrawValidatorCommission);
|
|
154
|
+
exports.registry.register("/cosmos.distribution.v1beta1.MsgWithdrawValidatorCommissionResponse", tx_10.MsgWithdrawValidatorCommissionResponse);
|
|
155
|
+
exports.registry.register("/cosmos.distribution.v1beta1.MsgFundCommunityPool", tx_10.MsgFundCommunityPool);
|
|
156
|
+
exports.registry.register("/cosmos.distribution.v1beta1.MsgFundCommunityPoolResponse", tx_10.MsgFundCommunityPoolResponse);
|
|
162
157
|
exports.registry.register("/cosmos.distribution.v1beta1.CommunityPoolSpendProposal", distribution_1.CommunityPoolSpendProposal);
|
|
163
|
-
exports.registry.register("/cosmos.crisis.v1beta1.MsgVerifyInvariant",
|
|
164
|
-
exports.registry.register("/cosmos.crisis.v1beta1.MsgVerifyInvariantResponse",
|
|
165
|
-
exports.registry.register("/cosmos.vesting.v1beta1.MsgCreateVestingAccount",
|
|
166
|
-
exports.registry.register("/cosmos.vesting.v1beta1.MsgCreateVestingAccountResponse",
|
|
167
|
-
exports.registry.register("/cosmos.staking.v1beta1.MsgCreateValidator",
|
|
168
|
-
exports.registry.register("/cosmos.staking.v1beta1.MsgCreateValidatorResponse",
|
|
169
|
-
exports.registry.register("/cosmos.staking.v1beta1.MsgEditValidator",
|
|
170
|
-
exports.registry.register("/cosmos.staking.v1beta1.MsgEditValidatorResponse",
|
|
171
|
-
exports.registry.register("/cosmos.staking.v1beta1.MsgDelegate",
|
|
172
|
-
exports.registry.register("/cosmos.staking.v1beta1.MsgDelegateResponse",
|
|
173
|
-
exports.registry.register("/cosmos.staking.v1beta1.MsgBeginRedelegate",
|
|
174
|
-
exports.registry.register("/cosmos.staking.v1beta1.MsgBeginRedelegateResponse",
|
|
175
|
-
exports.registry.register("/cosmos.staking.v1beta1.MsgUndelegate",
|
|
176
|
-
exports.registry.register("/cosmos.staking.v1beta1.MsgUndelegateResponse",
|
|
158
|
+
exports.registry.register("/cosmos.crisis.v1beta1.MsgVerifyInvariant", tx_11.MsgVerifyInvariant);
|
|
159
|
+
exports.registry.register("/cosmos.crisis.v1beta1.MsgVerifyInvariantResponse", tx_11.MsgVerifyInvariantResponse);
|
|
160
|
+
exports.registry.register("/cosmos.vesting.v1beta1.MsgCreateVestingAccount", tx_12.MsgCreateVestingAccount);
|
|
161
|
+
exports.registry.register("/cosmos.vesting.v1beta1.MsgCreateVestingAccountResponse", tx_12.MsgCreateVestingAccountResponse);
|
|
162
|
+
exports.registry.register("/cosmos.staking.v1beta1.MsgCreateValidator", tx_13.MsgCreateValidator);
|
|
163
|
+
exports.registry.register("/cosmos.staking.v1beta1.MsgCreateValidatorResponse", tx_13.MsgCreateValidatorResponse);
|
|
164
|
+
exports.registry.register("/cosmos.staking.v1beta1.MsgEditValidator", tx_13.MsgEditValidator);
|
|
165
|
+
exports.registry.register("/cosmos.staking.v1beta1.MsgEditValidatorResponse", tx_13.MsgEditValidatorResponse);
|
|
166
|
+
exports.registry.register("/cosmos.staking.v1beta1.MsgDelegate", tx_13.MsgDelegate);
|
|
167
|
+
exports.registry.register("/cosmos.staking.v1beta1.MsgDelegateResponse", tx_13.MsgDelegateResponse);
|
|
168
|
+
exports.registry.register("/cosmos.staking.v1beta1.MsgBeginRedelegate", tx_13.MsgBeginRedelegate);
|
|
169
|
+
exports.registry.register("/cosmos.staking.v1beta1.MsgBeginRedelegateResponse", tx_13.MsgBeginRedelegateResponse);
|
|
170
|
+
exports.registry.register("/cosmos.staking.v1beta1.MsgUndelegate", tx_13.MsgUndelegate);
|
|
171
|
+
exports.registry.register("/cosmos.staking.v1beta1.MsgUndelegateResponse", tx_13.MsgUndelegateResponse);
|
|
177
172
|
exports.registry.register("/cosmos.params.v1beta1.ParameterChangeProposal", params_1.ParameterChangeProposal);
|
|
178
|
-
exports.registry.register("/cosmos.authz.v1beta1.MsgGrant",
|
|
179
|
-
exports.registry.register("/cosmos.authz.v1beta1.MsgExecResponse",
|
|
180
|
-
exports.registry.register("/cosmos.authz.v1beta1.MsgExec",
|
|
181
|
-
exports.registry.register("/cosmos.authz.v1beta1.MsgGrantResponse",
|
|
182
|
-
exports.registry.register("/cosmos.authz.v1beta1.MsgRevoke",
|
|
183
|
-
exports.registry.register("/cosmos.authz.v1beta1.MsgRevokeResponse",
|
|
184
|
-
exports.registry.register("/cosmos.slashing.v1beta1.MsgUnjail",
|
|
185
|
-
exports.registry.register("/cosmos.slashing.v1beta1.MsgUnjailResponse",
|
|
186
|
-
exports.registry.register("/cosmos.gov.v1beta1.MsgSubmitProposal",
|
|
187
|
-
exports.registry.register("/cosmos.gov.v1beta1.MsgSubmitProposalResponse",
|
|
188
|
-
exports.registry.register("/cosmos.gov.v1beta1.MsgVote",
|
|
189
|
-
exports.registry.register("/cosmos.gov.v1beta1.MsgVoteResponse",
|
|
190
|
-
exports.registry.register("/cosmos.gov.v1beta1.MsgVoteWeighted",
|
|
191
|
-
exports.registry.register("/cosmos.gov.v1beta1.MsgVoteWeightedResponse",
|
|
192
|
-
exports.registry.register("/cosmos.gov.v1beta1.MsgDeposit",
|
|
193
|
-
exports.registry.register("/cosmos.gov.v1beta1.MsgDepositResponse",
|
|
173
|
+
exports.registry.register("/cosmos.authz.v1beta1.MsgGrant", tx_14.MsgGrant);
|
|
174
|
+
exports.registry.register("/cosmos.authz.v1beta1.MsgExecResponse", tx_14.MsgExecResponse);
|
|
175
|
+
exports.registry.register("/cosmos.authz.v1beta1.MsgExec", tx_14.MsgExec);
|
|
176
|
+
exports.registry.register("/cosmos.authz.v1beta1.MsgGrantResponse", tx_14.MsgGrantResponse);
|
|
177
|
+
exports.registry.register("/cosmos.authz.v1beta1.MsgRevoke", tx_14.MsgRevoke);
|
|
178
|
+
exports.registry.register("/cosmos.authz.v1beta1.MsgRevokeResponse", tx_14.MsgRevokeResponse);
|
|
179
|
+
exports.registry.register("/cosmos.slashing.v1beta1.MsgUnjail", tx_15.MsgUnjail);
|
|
180
|
+
exports.registry.register("/cosmos.slashing.v1beta1.MsgUnjailResponse", tx_15.MsgUnjailResponse);
|
|
181
|
+
exports.registry.register("/cosmos.gov.v1beta1.MsgSubmitProposal", tx_16.MsgSubmitProposal);
|
|
182
|
+
exports.registry.register("/cosmos.gov.v1beta1.MsgSubmitProposalResponse", tx_16.MsgSubmitProposalResponse);
|
|
183
|
+
exports.registry.register("/cosmos.gov.v1beta1.MsgVote", tx_16.MsgVote);
|
|
184
|
+
exports.registry.register("/cosmos.gov.v1beta1.MsgVoteResponse", tx_16.MsgVoteResponse);
|
|
185
|
+
exports.registry.register("/cosmos.gov.v1beta1.MsgVoteWeighted", tx_16.MsgVoteWeighted);
|
|
186
|
+
exports.registry.register("/cosmos.gov.v1beta1.MsgVoteWeightedResponse", tx_16.MsgVoteWeightedResponse);
|
|
187
|
+
exports.registry.register("/cosmos.gov.v1beta1.MsgDeposit", tx_16.MsgDeposit);
|
|
188
|
+
exports.registry.register("/cosmos.gov.v1beta1.MsgDepositResponse", tx_16.MsgDepositResponse);
|
|
194
189
|
exports.registry.register("/cosmos.gov.v1beta1.TextProposal", gov_1.TextProposal);
|
|
195
190
|
exports.registry.register("/cosmos.gov.v1beta1.Proposal", gov_1.Proposal);
|
|
196
191
|
exports.registry.register("/Switcheo.carbon.ccm.MsgProcessCrossChainTx", PolyNetwork.Ccm.MsgProcessCrossChainTx);
|
|
@@ -199,121 +194,121 @@ exports.registry.register("/Switcheo.carbon.ccm.MsgProcessCrossChainTxResponse",
|
|
|
199
194
|
exports.registry.register("/Switcheo.carbon.ccm.MsgProcessZionCrossChainTxResponse", PolyNetwork.Ccm.MsgProcessZionCrossChainTxResponse);
|
|
200
195
|
exports.registry.register("/Switcheo.carbon.ccm.MsgCreateEmitEvent", PolyNetwork.Ccm.MsgCreateEmitEvent);
|
|
201
196
|
exports.registry.register("/Switcheo.carbon.ccm.MsgToggleEmitZionEvents", PolyNetwork.Ccm.MsgToggleEmitZionEvents);
|
|
202
|
-
exports.registry.register("/ibc.core.connection.v1.MsgConnectionOpenInit",
|
|
203
|
-
exports.registry.register("/ibc.core.connection.v1.MsgConnectionOpenInitResponse",
|
|
204
|
-
exports.registry.register("/ibc.core.connection.v1.MsgConnectionOpenTry",
|
|
205
|
-
exports.registry.register("/ibc.core.connection.v1.MsgConnectionOpenTryResponse",
|
|
206
|
-
exports.registry.register("/ibc.core.connection.v1.MsgConnectionOpenAck",
|
|
207
|
-
exports.registry.register("/ibc.core.connection.v1.MsgConnectionOpenAckResponse",
|
|
208
|
-
exports.registry.register("/ibc.core.connection.v1.MsgConnectionOpenConfirm",
|
|
209
|
-
exports.registry.register("/ibc.core.connection.v1.MsgConnectionOpenConfirmResponse",
|
|
210
|
-
exports.registry.register("/ibc.core.channel.v1.MsgChannelOpenInit",
|
|
211
|
-
exports.registry.register("/ibc.core.channel.v1.MsgChannelOpenInitResponse",
|
|
212
|
-
exports.registry.register("/ibc.core.channel.v1.MsgChannelOpenTry",
|
|
213
|
-
exports.registry.register("/ibc.core.channel.v1.MsgChannelOpenTryResponse",
|
|
214
|
-
exports.registry.register("/ibc.core.channel.v1.MsgChannelOpenAck",
|
|
215
|
-
exports.registry.register("/ibc.core.channel.v1.MsgChannelOpenAckResponse",
|
|
216
|
-
exports.registry.register("/ibc.core.channel.v1.MsgChannelOpenConfirm",
|
|
217
|
-
exports.registry.register("/ibc.core.channel.v1.MsgChannelOpenConfirmResponse",
|
|
218
|
-
exports.registry.register("/ibc.core.channel.v1.MsgChannelCloseInit",
|
|
219
|
-
exports.registry.register("/ibc.core.channel.v1.MsgChannelCloseInitResponse",
|
|
220
|
-
exports.registry.register("/ibc.core.channel.v1.MsgChannelCloseConfirm",
|
|
221
|
-
exports.registry.register("/ibc.core.channel.v1.MsgChannelCloseConfirmResponse",
|
|
222
|
-
exports.registry.register("/ibc.core.channel.v1.MsgRecvPacket",
|
|
223
|
-
exports.registry.register("/ibc.core.channel.v1.MsgRecvPacketResponse",
|
|
224
|
-
exports.registry.register("/ibc.core.channel.v1.MsgTimeout",
|
|
225
|
-
exports.registry.register("/ibc.core.channel.v1.MsgTimeoutResponse",
|
|
226
|
-
exports.registry.register("/ibc.core.channel.v1.MsgTimeoutOnClose",
|
|
227
|
-
exports.registry.register("/ibc.core.channel.v1.MsgTimeoutOnCloseResponse",
|
|
228
|
-
exports.registry.register("/ibc.core.channel.v1.MsgAcknowledgement",
|
|
229
|
-
exports.registry.register("/ibc.core.channel.v1.MsgAcknowledgementResponse",
|
|
230
|
-
exports.registry.register("/ibc.core.client.v1.MsgCreateClient",
|
|
231
|
-
exports.registry.register("/ibc.core.client.v1.MsgCreateClientResponse",
|
|
232
|
-
exports.registry.register("/ibc.core.client.v1.MsgUpdateClient",
|
|
233
|
-
exports.registry.register("/ibc.core.client.v1.MsgUpdateClientResponse",
|
|
234
|
-
exports.registry.register("/ibc.core.client.v1.MsgUpgradeClient",
|
|
235
|
-
exports.registry.register("/ibc.core.client.v1.MsgUpgradeClientResponse",
|
|
236
|
-
exports.registry.register("/ibc.core.client.v1.MsgSubmitMisbehaviour",
|
|
237
|
-
exports.registry.register("/ibc.core.client.v1.MsgSubmitMisbehaviourResponse",
|
|
197
|
+
exports.registry.register("/ibc.core.connection.v1.MsgConnectionOpenInit", tx_17.MsgConnectionOpenInit);
|
|
198
|
+
exports.registry.register("/ibc.core.connection.v1.MsgConnectionOpenInitResponse", tx_17.MsgConnectionOpenInitResponse);
|
|
199
|
+
exports.registry.register("/ibc.core.connection.v1.MsgConnectionOpenTry", tx_17.MsgConnectionOpenTry);
|
|
200
|
+
exports.registry.register("/ibc.core.connection.v1.MsgConnectionOpenTryResponse", tx_17.MsgConnectionOpenTryResponse);
|
|
201
|
+
exports.registry.register("/ibc.core.connection.v1.MsgConnectionOpenAck", tx_17.MsgConnectionOpenAck);
|
|
202
|
+
exports.registry.register("/ibc.core.connection.v1.MsgConnectionOpenAckResponse", tx_17.MsgConnectionOpenAckResponse);
|
|
203
|
+
exports.registry.register("/ibc.core.connection.v1.MsgConnectionOpenConfirm", tx_17.MsgConnectionOpenConfirm);
|
|
204
|
+
exports.registry.register("/ibc.core.connection.v1.MsgConnectionOpenConfirmResponse", tx_17.MsgConnectionOpenConfirmResponse);
|
|
205
|
+
exports.registry.register("/ibc.core.channel.v1.MsgChannelOpenInit", tx_18.MsgChannelOpenInit);
|
|
206
|
+
exports.registry.register("/ibc.core.channel.v1.MsgChannelOpenInitResponse", tx_18.MsgChannelOpenInitResponse);
|
|
207
|
+
exports.registry.register("/ibc.core.channel.v1.MsgChannelOpenTry", tx_18.MsgChannelOpenTry);
|
|
208
|
+
exports.registry.register("/ibc.core.channel.v1.MsgChannelOpenTryResponse", tx_18.MsgChannelOpenTryResponse);
|
|
209
|
+
exports.registry.register("/ibc.core.channel.v1.MsgChannelOpenAck", tx_18.MsgChannelOpenAck);
|
|
210
|
+
exports.registry.register("/ibc.core.channel.v1.MsgChannelOpenAckResponse", tx_18.MsgChannelOpenAckResponse);
|
|
211
|
+
exports.registry.register("/ibc.core.channel.v1.MsgChannelOpenConfirm", tx_18.MsgChannelOpenConfirm);
|
|
212
|
+
exports.registry.register("/ibc.core.channel.v1.MsgChannelOpenConfirmResponse", tx_18.MsgChannelOpenConfirmResponse);
|
|
213
|
+
exports.registry.register("/ibc.core.channel.v1.MsgChannelCloseInit", tx_18.MsgChannelCloseInit);
|
|
214
|
+
exports.registry.register("/ibc.core.channel.v1.MsgChannelCloseInitResponse", tx_18.MsgChannelCloseInitResponse);
|
|
215
|
+
exports.registry.register("/ibc.core.channel.v1.MsgChannelCloseConfirm", tx_18.MsgChannelCloseConfirm);
|
|
216
|
+
exports.registry.register("/ibc.core.channel.v1.MsgChannelCloseConfirmResponse", tx_18.MsgChannelCloseConfirmResponse);
|
|
217
|
+
exports.registry.register("/ibc.core.channel.v1.MsgRecvPacket", tx_18.MsgRecvPacket);
|
|
218
|
+
exports.registry.register("/ibc.core.channel.v1.MsgRecvPacketResponse", tx_18.MsgRecvPacketResponse);
|
|
219
|
+
exports.registry.register("/ibc.core.channel.v1.MsgTimeout", tx_18.MsgTimeout);
|
|
220
|
+
exports.registry.register("/ibc.core.channel.v1.MsgTimeoutResponse", tx_18.MsgTimeoutResponse);
|
|
221
|
+
exports.registry.register("/ibc.core.channel.v1.MsgTimeoutOnClose", tx_18.MsgTimeoutOnClose);
|
|
222
|
+
exports.registry.register("/ibc.core.channel.v1.MsgTimeoutOnCloseResponse", tx_18.MsgTimeoutOnCloseResponse);
|
|
223
|
+
exports.registry.register("/ibc.core.channel.v1.MsgAcknowledgement", tx_18.MsgAcknowledgement);
|
|
224
|
+
exports.registry.register("/ibc.core.channel.v1.MsgAcknowledgementResponse", tx_18.MsgAcknowledgementResponse);
|
|
225
|
+
exports.registry.register("/ibc.core.client.v1.MsgCreateClient", tx_19.MsgCreateClient);
|
|
226
|
+
exports.registry.register("/ibc.core.client.v1.MsgCreateClientResponse", tx_19.MsgCreateClientResponse);
|
|
227
|
+
exports.registry.register("/ibc.core.client.v1.MsgUpdateClient", tx_19.MsgUpdateClient);
|
|
228
|
+
exports.registry.register("/ibc.core.client.v1.MsgUpdateClientResponse", tx_19.MsgUpdateClientResponse);
|
|
229
|
+
exports.registry.register("/ibc.core.client.v1.MsgUpgradeClient", tx_19.MsgUpgradeClient);
|
|
230
|
+
exports.registry.register("/ibc.core.client.v1.MsgUpgradeClientResponse", tx_19.MsgUpgradeClientResponse);
|
|
231
|
+
exports.registry.register("/ibc.core.client.v1.MsgSubmitMisbehaviour", tx_19.MsgSubmitMisbehaviour);
|
|
232
|
+
exports.registry.register("/ibc.core.client.v1.MsgSubmitMisbehaviourResponse", tx_19.MsgSubmitMisbehaviourResponse);
|
|
238
233
|
exports.registry.register("/ibc.core.client.v1.ClientUpdateProposal", client_1.ClientUpdateProposal);
|
|
239
234
|
exports.registry.register("/ibc.core.client.v1.UpgradeProposal", client_1.UpgradeProposal);
|
|
240
235
|
exports.registry.register("/ibc.lightclients.tendermint.v1.Header", tendermint_1.Header);
|
|
241
|
-
exports.registry.register("/ibc.applications.transfer.v1.MsgTransfer",
|
|
242
|
-
exports.registry.register("/ibc.applications.transfer.v1.MsgTransferResponse",
|
|
243
|
-
exports.registry.register("/Switcheo.carbon.coin.MsgCreateToken",
|
|
244
|
-
exports.registry.register("/Switcheo.carbon.coin.MsgCreateTokenResponse",
|
|
245
|
-
exports.registry.register("/Switcheo.carbon.coin.MsgSyncToken",
|
|
246
|
-
exports.registry.register("/Switcheo.carbon.coin.MsgSyncTokenResponse",
|
|
247
|
-
exports.registry.register("/Switcheo.carbon.coin.MsgMintToken",
|
|
248
|
-
exports.registry.register("/Switcheo.carbon.coin.MsgMintTokenResponse",
|
|
249
|
-
exports.registry.register("/Switcheo.carbon.coin.MsgBindToken",
|
|
250
|
-
exports.registry.register("/Switcheo.carbon.coin.MsgBindTokenResponse",
|
|
251
|
-
exports.registry.register("/Switcheo.carbon.coin.MsgUnbindToken",
|
|
252
|
-
exports.registry.register("/Switcheo.carbon.coin.MsgUnbindTokenResponse",
|
|
253
|
-
exports.registry.register("/Switcheo.carbon.coin.MsgLinkToken",
|
|
254
|
-
exports.registry.register("/Switcheo.carbon.coin.MsgLinkTokenResponse",
|
|
255
|
-
exports.registry.register("/Switcheo.carbon.coin.MsgWithdraw",
|
|
256
|
-
exports.registry.register("/Switcheo.carbon.coin.MsgWithdrawResponse",
|
|
257
|
-
exports.registry.register("/Switcheo.carbon.coin.MsgAuthorizeBridge",
|
|
258
|
-
exports.registry.register("/Switcheo.carbon.coin.MsgAuthorizeBridgeResponse",
|
|
259
|
-
exports.registry.register("/Switcheo.carbon.coin.MsgDeauthorizeBridge",
|
|
260
|
-
exports.registry.register("/Switcheo.carbon.coin.MsgDeauthorizeBridgeResponse",
|
|
261
|
-
exports.registry.register("/Switcheo.carbon.coin.MsgEditBridgeName",
|
|
262
|
-
exports.registry.register("/Switcheo.carbon.coin.MsgEditBridgeNameResponse",
|
|
263
|
-
exports.registry.register("/Switcheo.carbon.coin.MsgRemoveBridge",
|
|
264
|
-
exports.registry.register("/Switcheo.carbon.coin.MsgRemoveBridgeResponse",
|
|
265
|
-
exports.registry.register("/Switcheo.carbon.coin.MsgUpdateToken",
|
|
266
|
-
exports.registry.register("/Switcheo.carbon.coin.MsgUpdateTokenResponse",
|
|
267
|
-
exports.registry.register("/Switcheo.carbon.coin.MsgAddBridgeAddress",
|
|
268
|
-
exports.registry.register("/Switcheo.carbon.coin.MsgAddBridgeAddressResponse",
|
|
269
|
-
exports.registry.register("/Switcheo.carbon.coin.MsgRemoveBridgeAddress",
|
|
270
|
-
exports.registry.register("/Switcheo.carbon.coin.MsgRemoveBridgeAddressResponse",
|
|
236
|
+
exports.registry.register("/ibc.applications.transfer.v1.MsgTransfer", tx_20.MsgTransfer);
|
|
237
|
+
exports.registry.register("/ibc.applications.transfer.v1.MsgTransferResponse", tx_20.MsgTransferResponse);
|
|
238
|
+
exports.registry.register("/Switcheo.carbon.coin.MsgCreateToken", tx_21.MsgCreateToken);
|
|
239
|
+
exports.registry.register("/Switcheo.carbon.coin.MsgCreateTokenResponse", tx_21.MsgCreateTokenResponse);
|
|
240
|
+
exports.registry.register("/Switcheo.carbon.coin.MsgSyncToken", tx_21.MsgSyncToken);
|
|
241
|
+
exports.registry.register("/Switcheo.carbon.coin.MsgSyncTokenResponse", tx_21.MsgSyncTokenResponse);
|
|
242
|
+
exports.registry.register("/Switcheo.carbon.coin.MsgMintToken", tx_21.MsgMintToken);
|
|
243
|
+
exports.registry.register("/Switcheo.carbon.coin.MsgMintTokenResponse", tx_21.MsgMintTokenResponse);
|
|
244
|
+
exports.registry.register("/Switcheo.carbon.coin.MsgBindToken", tx_21.MsgBindToken);
|
|
245
|
+
exports.registry.register("/Switcheo.carbon.coin.MsgBindTokenResponse", tx_21.MsgBindTokenResponse);
|
|
246
|
+
exports.registry.register("/Switcheo.carbon.coin.MsgUnbindToken", tx_21.MsgUnbindToken);
|
|
247
|
+
exports.registry.register("/Switcheo.carbon.coin.MsgUnbindTokenResponse", tx_21.MsgUnbindTokenResponse);
|
|
248
|
+
exports.registry.register("/Switcheo.carbon.coin.MsgLinkToken", tx_21.MsgLinkToken);
|
|
249
|
+
exports.registry.register("/Switcheo.carbon.coin.MsgLinkTokenResponse", tx_21.MsgLinkTokenResponse);
|
|
250
|
+
exports.registry.register("/Switcheo.carbon.coin.MsgWithdraw", tx_21.MsgWithdraw);
|
|
251
|
+
exports.registry.register("/Switcheo.carbon.coin.MsgWithdrawResponse", tx_21.MsgWithdrawResponse);
|
|
252
|
+
exports.registry.register("/Switcheo.carbon.coin.MsgAuthorizeBridge", tx_21.MsgAuthorizeBridge);
|
|
253
|
+
exports.registry.register("/Switcheo.carbon.coin.MsgAuthorizeBridgeResponse", tx_21.MsgAuthorizeBridgeResponse);
|
|
254
|
+
exports.registry.register("/Switcheo.carbon.coin.MsgDeauthorizeBridge", tx_21.MsgDeauthorizeBridge);
|
|
255
|
+
exports.registry.register("/Switcheo.carbon.coin.MsgDeauthorizeBridgeResponse", tx_21.MsgDeauthorizeBridgeResponse);
|
|
256
|
+
exports.registry.register("/Switcheo.carbon.coin.MsgEditBridgeName", tx_21.MsgEditBridgeName);
|
|
257
|
+
exports.registry.register("/Switcheo.carbon.coin.MsgEditBridgeNameResponse", tx_21.MsgEditBridgeNameResponse);
|
|
258
|
+
exports.registry.register("/Switcheo.carbon.coin.MsgRemoveBridge", tx_21.MsgRemoveBridge);
|
|
259
|
+
exports.registry.register("/Switcheo.carbon.coin.MsgRemoveBridgeResponse", tx_21.MsgRemoveBridgeResponse);
|
|
260
|
+
exports.registry.register("/Switcheo.carbon.coin.MsgUpdateToken", tx_21.MsgUpdateToken);
|
|
261
|
+
exports.registry.register("/Switcheo.carbon.coin.MsgUpdateTokenResponse", tx_21.MsgUpdateTokenResponse);
|
|
262
|
+
exports.registry.register("/Switcheo.carbon.coin.MsgAddBridgeAddress", tx_21.MsgAddBridgeAddress);
|
|
263
|
+
exports.registry.register("/Switcheo.carbon.coin.MsgAddBridgeAddressResponse", tx_21.MsgAddBridgeAddressResponse);
|
|
264
|
+
exports.registry.register("/Switcheo.carbon.coin.MsgRemoveBridgeAddress", tx_21.MsgRemoveBridgeAddress);
|
|
265
|
+
exports.registry.register("/Switcheo.carbon.coin.MsgRemoveBridgeAddressResponse", tx_21.MsgRemoveBridgeAddressResponse);
|
|
271
266
|
exports.registry.register("/Switcheo.carbon.coin.CreateTokenProposal", proposal_3.CreateTokenProposal);
|
|
272
|
-
exports.registry.register("/Switcheo.carbon.leverage.MsgSetLeverage",
|
|
273
|
-
exports.registry.register("/Switcheo.carbon.leverage.MsgSetLeverageResponse",
|
|
274
|
-
exports.registry.register("/Switcheo.carbon.profile.MsgUpdateProfile",
|
|
275
|
-
exports.registry.register("/Switcheo.carbon.profile.MsgUpdateProfileResponse",
|
|
276
|
-
exports.registry.register("/Switcheo.carbon.subaccount.MsgCreateSubAccount",
|
|
277
|
-
exports.registry.register("/Switcheo.carbon.subaccount.MsgCreateSubAccountResponse",
|
|
278
|
-
exports.registry.register("/Switcheo.carbon.subaccount.MsgActivateSubAccount",
|
|
279
|
-
exports.registry.register("/Switcheo.carbon.subaccount.MsgActivateSubAccountResponse",
|
|
280
|
-
exports.registry.register("/Switcheo.carbon.subaccount.MsgRemoveSubAccount",
|
|
281
|
-
exports.registry.register("/Switcheo.carbon.subaccount.MsgRemoveSubAccountResponse",
|
|
282
|
-
exports.registry.register("/Switcheo.carbon.market.MsgCreateMarket",
|
|
283
|
-
exports.registry.register("/Switcheo.carbon.market.MsgCreateMarketResponse",
|
|
284
|
-
exports.registry.register("/Switcheo.carbon.market.MsgUpdateMarket",
|
|
285
|
-
exports.registry.register("/Switcheo.carbon.market.MsgUpdateMarketResponse",
|
|
286
|
-
exports.registry.register("/Switcheo.carbon.market.MsgUpdatePerpetualsFundingInterval",
|
|
287
|
-
exports.registry.register("/Switcheo.carbon.market.MsgUpdatePerpetualsFundingIntervalResponse",
|
|
267
|
+
exports.registry.register("/Switcheo.carbon.leverage.MsgSetLeverage", tx_22.MsgSetLeverage);
|
|
268
|
+
exports.registry.register("/Switcheo.carbon.leverage.MsgSetLeverageResponse", tx_22.MsgSetLeverageResponse);
|
|
269
|
+
exports.registry.register("/Switcheo.carbon.profile.MsgUpdateProfile", tx_23.MsgUpdateProfile);
|
|
270
|
+
exports.registry.register("/Switcheo.carbon.profile.MsgUpdateProfileResponse", tx_23.MsgUpdateProfileResponse);
|
|
271
|
+
exports.registry.register("/Switcheo.carbon.subaccount.MsgCreateSubAccount", tx_24.MsgCreateSubAccount);
|
|
272
|
+
exports.registry.register("/Switcheo.carbon.subaccount.MsgCreateSubAccountResponse", tx_24.MsgCreateSubAccountResponse);
|
|
273
|
+
exports.registry.register("/Switcheo.carbon.subaccount.MsgActivateSubAccount", tx_24.MsgActivateSubAccount);
|
|
274
|
+
exports.registry.register("/Switcheo.carbon.subaccount.MsgActivateSubAccountResponse", tx_24.MsgActivateSubAccountResponse);
|
|
275
|
+
exports.registry.register("/Switcheo.carbon.subaccount.MsgRemoveSubAccount", tx_24.MsgRemoveSubAccount);
|
|
276
|
+
exports.registry.register("/Switcheo.carbon.subaccount.MsgRemoveSubAccountResponse", tx_24.MsgRemoveSubAccountResponse);
|
|
277
|
+
exports.registry.register("/Switcheo.carbon.market.MsgCreateMarket", tx_25.MsgCreateMarket);
|
|
278
|
+
exports.registry.register("/Switcheo.carbon.market.MsgCreateMarketResponse", tx_25.MsgCreateMarketResponse);
|
|
279
|
+
exports.registry.register("/Switcheo.carbon.market.MsgUpdateMarket", tx_25.MsgUpdateMarket);
|
|
280
|
+
exports.registry.register("/Switcheo.carbon.market.MsgUpdateMarketResponse", tx_25.MsgUpdateMarketResponse);
|
|
281
|
+
exports.registry.register("/Switcheo.carbon.market.MsgUpdatePerpetualsFundingInterval", tx_25.MsgUpdatePerpetualsFundingInterval);
|
|
282
|
+
exports.registry.register("/Switcheo.carbon.market.MsgUpdatePerpetualsFundingIntervalResponse", tx_25.MsgUpdatePerpetualsFundingIntervalResponse);
|
|
288
283
|
exports.registry.register("/Switcheo.carbon.market.CreateMarketProposal", proposal_4.CreateMarketProposal);
|
|
289
284
|
exports.registry.register("/Switcheo.carbon.market.UpdateMarketProposal", proposal_4.UpdateMarketProposal);
|
|
290
285
|
exports.registry.register("/Switcheo.carbon.market.UpdatePerpetualsFundingIntervalProposal", proposal_4.UpdatePerpetualsFundingIntervalProposal);
|
|
291
|
-
exports.registry.register("/Switcheo.carbon.liquiditypool.MsgCreatePool",
|
|
292
|
-
exports.registry.register("/Switcheo.carbon.liquiditypool.MsgCreatePoolResponse",
|
|
293
|
-
exports.registry.register("/Switcheo.carbon.liquiditypool.MsgCreatePoolWithLiquidity",
|
|
294
|
-
exports.registry.register("/Switcheo.carbon.liquiditypool.MsgCreatePoolWithLiquidityResponse",
|
|
295
|
-
exports.registry.register("/Switcheo.carbon.liquiditypool.MsgAddLiquidity",
|
|
296
|
-
exports.registry.register("/Switcheo.carbon.liquiditypool.MsgAddLiquidityResponse",
|
|
297
|
-
exports.registry.register("/Switcheo.carbon.liquiditypool.MsgRemoveLiquidity",
|
|
298
|
-
exports.registry.register("/Switcheo.carbon.liquiditypool.MsgRemoveLiquidityResponse",
|
|
299
|
-
exports.registry.register("/Switcheo.carbon.liquiditypool.MsgLinkPool",
|
|
300
|
-
exports.registry.register("/Switcheo.carbon.liquiditypool.MsgLinkPoolResponse",
|
|
301
|
-
exports.registry.register("/Switcheo.carbon.liquiditypool.MsgUnlinkPool",
|
|
302
|
-
exports.registry.register("/Switcheo.carbon.liquiditypool.MsgUnlinkPoolResponse",
|
|
303
|
-
exports.registry.register("/Switcheo.carbon.liquiditypool.MsgSetRewardsWeights",
|
|
304
|
-
exports.registry.register("/Switcheo.carbon.liquiditypool.MsgSetRewardsWeightsResponse",
|
|
305
|
-
exports.registry.register("/Switcheo.carbon.liquiditypool.MsgStakePoolToken",
|
|
306
|
-
exports.registry.register("/Switcheo.carbon.liquiditypool.MsgStakePoolTokenResponse",
|
|
307
|
-
exports.registry.register("/Switcheo.carbon.liquiditypool.MsgUnstakePoolToken",
|
|
308
|
-
exports.registry.register("/Switcheo.carbon.liquiditypool.MsgUnstakePoolTokenResponse",
|
|
309
|
-
exports.registry.register("/Switcheo.carbon.liquiditypool.MsgClaimPoolRewards",
|
|
310
|
-
exports.registry.register("/Switcheo.carbon.liquiditypool.MsgClaimPoolRewardsResponse",
|
|
311
|
-
exports.registry.register("/Switcheo.carbon.liquiditypool.MsgSetRewardCurve",
|
|
312
|
-
exports.registry.register("/Switcheo.carbon.liquiditypool.MsgSetRewardCurveResponse",
|
|
313
|
-
exports.registry.register("/Switcheo.carbon.liquiditypool.MsgSetCommitmentCurve",
|
|
314
|
-
exports.registry.register("/Switcheo.carbon.liquiditypool.MsgSetCommitmentCurveResponse",
|
|
315
|
-
exports.registry.register("/Switcheo.carbon.liquiditypool.MsgUpdatePool",
|
|
316
|
-
exports.registry.register("/Switcheo.carbon.liquiditypool.MsgUpdatePoolResponse",
|
|
286
|
+
exports.registry.register("/Switcheo.carbon.liquiditypool.MsgCreatePool", tx_26.MsgCreatePool);
|
|
287
|
+
exports.registry.register("/Switcheo.carbon.liquiditypool.MsgCreatePoolResponse", tx_26.MsgCreatePoolResponse);
|
|
288
|
+
exports.registry.register("/Switcheo.carbon.liquiditypool.MsgCreatePoolWithLiquidity", tx_26.MsgCreatePoolWithLiquidity);
|
|
289
|
+
exports.registry.register("/Switcheo.carbon.liquiditypool.MsgCreatePoolWithLiquidityResponse", tx_26.MsgCreatePoolWithLiquidityResponse);
|
|
290
|
+
exports.registry.register("/Switcheo.carbon.liquiditypool.MsgAddLiquidity", tx_26.MsgAddLiquidity);
|
|
291
|
+
exports.registry.register("/Switcheo.carbon.liquiditypool.MsgAddLiquidityResponse", tx_26.MsgAddLiquidityResponse);
|
|
292
|
+
exports.registry.register("/Switcheo.carbon.liquiditypool.MsgRemoveLiquidity", tx_26.MsgRemoveLiquidity);
|
|
293
|
+
exports.registry.register("/Switcheo.carbon.liquiditypool.MsgRemoveLiquidityResponse", tx_26.MsgRemoveLiquidityResponse);
|
|
294
|
+
exports.registry.register("/Switcheo.carbon.liquiditypool.MsgLinkPool", tx_26.MsgLinkPool);
|
|
295
|
+
exports.registry.register("/Switcheo.carbon.liquiditypool.MsgLinkPoolResponse", tx_26.MsgLinkPoolResponse);
|
|
296
|
+
exports.registry.register("/Switcheo.carbon.liquiditypool.MsgUnlinkPool", tx_26.MsgUnlinkPool);
|
|
297
|
+
exports.registry.register("/Switcheo.carbon.liquiditypool.MsgUnlinkPoolResponse", tx_26.MsgUnlinkPoolResponse);
|
|
298
|
+
exports.registry.register("/Switcheo.carbon.liquiditypool.MsgSetRewardsWeights", tx_26.MsgSetRewardsWeights);
|
|
299
|
+
exports.registry.register("/Switcheo.carbon.liquiditypool.MsgSetRewardsWeightsResponse", tx_26.MsgSetRewardsWeightsResponse);
|
|
300
|
+
exports.registry.register("/Switcheo.carbon.liquiditypool.MsgStakePoolToken", tx_26.MsgStakePoolToken);
|
|
301
|
+
exports.registry.register("/Switcheo.carbon.liquiditypool.MsgStakePoolTokenResponse", tx_26.MsgStakePoolTokenResponse);
|
|
302
|
+
exports.registry.register("/Switcheo.carbon.liquiditypool.MsgUnstakePoolToken", tx_26.MsgUnstakePoolToken);
|
|
303
|
+
exports.registry.register("/Switcheo.carbon.liquiditypool.MsgUnstakePoolTokenResponse", tx_26.MsgUnstakePoolTokenResponse);
|
|
304
|
+
exports.registry.register("/Switcheo.carbon.liquiditypool.MsgClaimPoolRewards", tx_26.MsgClaimPoolRewards);
|
|
305
|
+
exports.registry.register("/Switcheo.carbon.liquiditypool.MsgClaimPoolRewardsResponse", tx_26.MsgClaimPoolRewardsResponse);
|
|
306
|
+
exports.registry.register("/Switcheo.carbon.liquiditypool.MsgSetRewardCurve", tx_26.MsgSetRewardCurve);
|
|
307
|
+
exports.registry.register("/Switcheo.carbon.liquiditypool.MsgSetRewardCurveResponse", tx_26.MsgSetRewardCurveResponse);
|
|
308
|
+
exports.registry.register("/Switcheo.carbon.liquiditypool.MsgSetCommitmentCurve", tx_26.MsgSetCommitmentCurve);
|
|
309
|
+
exports.registry.register("/Switcheo.carbon.liquiditypool.MsgSetCommitmentCurveResponse", tx_26.MsgSetCommitmentCurveResponse);
|
|
310
|
+
exports.registry.register("/Switcheo.carbon.liquiditypool.MsgUpdatePool", tx_26.MsgUpdatePool);
|
|
311
|
+
exports.registry.register("/Switcheo.carbon.liquiditypool.MsgUpdatePoolResponse", tx_26.MsgUpdatePoolResponse);
|
|
317
312
|
exports.registry.register("/Switcheo.carbon.liquiditypool.LinkPoolProposal", proposal_5.LinkPoolProposal);
|
|
318
313
|
exports.registry.register("/Switcheo.carbon.liquiditypool.UnlinkPoolProposal", proposal_5.UnlinkPoolProposal);
|
|
319
314
|
exports.registry.register("/Switcheo.carbon.liquiditypool.SetRewardCurveProposal", proposal_5.SetRewardCurveProposal);
|
|
@@ -370,10 +365,6 @@ exports.TxTypes = {
|
|
|
370
365
|
"SetMinGasPriceProposal": "/Switcheo.carbon.fee.SetMinGasPriceProposal",
|
|
371
366
|
"RemoveMsgGasCostProposal": "/Switcheo.carbon.fee.RemoveMsgGasCostProposal",
|
|
372
367
|
"RemoveMinGasPriceProposal": "/Switcheo.carbon.fee.RemoveMinGasPriceProposal",
|
|
373
|
-
"MsgEnableSend": "/Switcheo.carbon.bank.MsgEnableSend",
|
|
374
|
-
"MsgEnableSendResponse": "/Switcheo.carbon.bank.MsgEnableSendResponse",
|
|
375
|
-
"MsgDisableSend": "/Switcheo.carbon.bank.MsgDisableSend",
|
|
376
|
-
"MsgDisableSendResponse": "/Switcheo.carbon.bank.MsgDisableSendResponse",
|
|
377
368
|
"MsgCreate": "/Switcheo.carbon.lockproxy.MsgCreate",
|
|
378
369
|
"MsgCreateResponse": "/Switcheo.carbon.lockproxy.MsgCreateResponse",
|
|
379
370
|
"MsgBind": "/Switcheo.carbon.lockproxy.MsgBind",
|
|
@@ -606,17 +597,17 @@ Object.defineProperty(exports, "QueryAllModuleAddressResponse", { enumerable: tr
|
|
|
606
597
|
Object.defineProperty(exports, "QueryAllModuleAddressResponse_AddressesEntry", { enumerable: true, get: function () { return query_1.QueryAllModuleAddressResponse_AddressesEntry; } });
|
|
607
598
|
Object.defineProperty(exports, "QueryModuleAddressRequest", { enumerable: true, get: function () { return query_1.QueryModuleAddressRequest; } });
|
|
608
599
|
Object.defineProperty(exports, "QueryModuleAddressResponse", { enumerable: true, get: function () { return query_1.QueryModuleAddressResponse; } });
|
|
609
|
-
var
|
|
610
|
-
Object.defineProperty(exports, "MsgSetTradingFlag", { enumerable: true, get: function () { return
|
|
611
|
-
Object.defineProperty(exports, "MsgSetTradingFlagResponse", { enumerable: true, get: function () { return
|
|
612
|
-
Object.defineProperty(exports, "MsgCreateOrder", { enumerable: true, get: function () { return
|
|
613
|
-
Object.defineProperty(exports, "MsgCreateOrderResponse", { enumerable: true, get: function () { return
|
|
614
|
-
Object.defineProperty(exports, "MsgEditOrder", { enumerable: true, get: function () { return
|
|
615
|
-
Object.defineProperty(exports, "MsgEditOrderResponse", { enumerable: true, get: function () { return
|
|
616
|
-
Object.defineProperty(exports, "MsgCancelOrder", { enumerable: true, get: function () { return
|
|
617
|
-
Object.defineProperty(exports, "MsgCancelOrderResponse", { enumerable: true, get: function () { return
|
|
618
|
-
Object.defineProperty(exports, "MsgCancelAll", { enumerable: true, get: function () { return
|
|
619
|
-
Object.defineProperty(exports, "MsgCancelAllResponse", { enumerable: true, get: function () { return
|
|
600
|
+
var tx_27 = require("./order/tx");
|
|
601
|
+
Object.defineProperty(exports, "MsgSetTradingFlag", { enumerable: true, get: function () { return tx_27.MsgSetTradingFlag; } });
|
|
602
|
+
Object.defineProperty(exports, "MsgSetTradingFlagResponse", { enumerable: true, get: function () { return tx_27.MsgSetTradingFlagResponse; } });
|
|
603
|
+
Object.defineProperty(exports, "MsgCreateOrder", { enumerable: true, get: function () { return tx_27.MsgCreateOrder; } });
|
|
604
|
+
Object.defineProperty(exports, "MsgCreateOrderResponse", { enumerable: true, get: function () { return tx_27.MsgCreateOrderResponse; } });
|
|
605
|
+
Object.defineProperty(exports, "MsgEditOrder", { enumerable: true, get: function () { return tx_27.MsgEditOrder; } });
|
|
606
|
+
Object.defineProperty(exports, "MsgEditOrderResponse", { enumerable: true, get: function () { return tx_27.MsgEditOrderResponse; } });
|
|
607
|
+
Object.defineProperty(exports, "MsgCancelOrder", { enumerable: true, get: function () { return tx_27.MsgCancelOrder; } });
|
|
608
|
+
Object.defineProperty(exports, "MsgCancelOrderResponse", { enumerable: true, get: function () { return tx_27.MsgCancelOrderResponse; } });
|
|
609
|
+
Object.defineProperty(exports, "MsgCancelAll", { enumerable: true, get: function () { return tx_27.MsgCancelAll; } });
|
|
610
|
+
Object.defineProperty(exports, "MsgCancelAllResponse", { enumerable: true, get: function () { return tx_27.MsgCancelAllResponse; } });
|
|
620
611
|
var order_1 = require("./order/order");
|
|
621
612
|
Object.defineProperty(exports, "OrderParams", { enumerable: true, get: function () { return order_1.Params; } });
|
|
622
613
|
Object.defineProperty(exports, "Order", { enumerable: true, get: function () { return order_1.Order; } });
|
|
@@ -638,17 +629,17 @@ Object.defineProperty(exports, "QueryOrderAllocatedMarginRequest", { enumerable:
|
|
|
638
629
|
Object.defineProperty(exports, "QueryOrderAllocatedMarginResponse", { enumerable: true, get: function () { return query_2.QueryOrderAllocatedMarginResponse; } });
|
|
639
630
|
var event_1 = require("./order/event");
|
|
640
631
|
Object.defineProperty(exports, "OrderEvent", { enumerable: true, get: function () { return event_1.OrderEvent; } });
|
|
641
|
-
var
|
|
642
|
-
Object.defineProperty(exports, "MsgAddCollateral", { enumerable: true, get: function () { return
|
|
643
|
-
Object.defineProperty(exports, "MsgAddCollateralResponse", { enumerable: true, get: function () { return
|
|
644
|
-
Object.defineProperty(exports, "MsgRemoveCollateral", { enumerable: true, get: function () { return
|
|
645
|
-
Object.defineProperty(exports, "MsgRemoveCollateralResponse", { enumerable: true, get: function () { return
|
|
646
|
-
Object.defineProperty(exports, "MsgAddDebt", { enumerable: true, get: function () { return
|
|
647
|
-
Object.defineProperty(exports, "MsgAddDebtResponse", { enumerable: true, get: function () { return
|
|
648
|
-
Object.defineProperty(exports, "MsgRemoveDebt", { enumerable: true, get: function () { return
|
|
649
|
-
Object.defineProperty(exports, "MsgRemoveDebtResponse", { enumerable: true, get: function () { return
|
|
650
|
-
Object.defineProperty(exports, "MsgCreateVaultType", { enumerable: true, get: function () { return
|
|
651
|
-
Object.defineProperty(exports, "MsgCreateVaultTypeResponse", { enumerable: true, get: function () { return
|
|
632
|
+
var tx_28 = require("./cdp/tx");
|
|
633
|
+
Object.defineProperty(exports, "MsgAddCollateral", { enumerable: true, get: function () { return tx_28.MsgAddCollateral; } });
|
|
634
|
+
Object.defineProperty(exports, "MsgAddCollateralResponse", { enumerable: true, get: function () { return tx_28.MsgAddCollateralResponse; } });
|
|
635
|
+
Object.defineProperty(exports, "MsgRemoveCollateral", { enumerable: true, get: function () { return tx_28.MsgRemoveCollateral; } });
|
|
636
|
+
Object.defineProperty(exports, "MsgRemoveCollateralResponse", { enumerable: true, get: function () { return tx_28.MsgRemoveCollateralResponse; } });
|
|
637
|
+
Object.defineProperty(exports, "MsgAddDebt", { enumerable: true, get: function () { return tx_28.MsgAddDebt; } });
|
|
638
|
+
Object.defineProperty(exports, "MsgAddDebtResponse", { enumerable: true, get: function () { return tx_28.MsgAddDebtResponse; } });
|
|
639
|
+
Object.defineProperty(exports, "MsgRemoveDebt", { enumerable: true, get: function () { return tx_28.MsgRemoveDebt; } });
|
|
640
|
+
Object.defineProperty(exports, "MsgRemoveDebtResponse", { enumerable: true, get: function () { return tx_28.MsgRemoveDebtResponse; } });
|
|
641
|
+
Object.defineProperty(exports, "MsgCreateVaultType", { enumerable: true, get: function () { return tx_28.MsgCreateVaultType; } });
|
|
642
|
+
Object.defineProperty(exports, "MsgCreateVaultTypeResponse", { enumerable: true, get: function () { return tx_28.MsgCreateVaultTypeResponse; } });
|
|
652
643
|
var vault_1 = require("./cdp/vault");
|
|
653
644
|
Object.defineProperty(exports, "Vault", { enumerable: true, get: function () { return vault_1.Vault; } });
|
|
654
645
|
Object.defineProperty(exports, "VaultType", { enumerable: true, get: function () { return vault_1.VaultType; } });
|
|
@@ -687,10 +678,10 @@ Object.defineProperty(exports, "CompressedBatchProof", { enumerable: true, get:
|
|
|
687
678
|
Object.defineProperty(exports, "CompressedBatchEntry", { enumerable: true, get: function () { return proofs_1.CompressedBatchEntry; } });
|
|
688
679
|
Object.defineProperty(exports, "CompressedExistenceProof", { enumerable: true, get: function () { return proofs_1.CompressedExistenceProof; } });
|
|
689
680
|
Object.defineProperty(exports, "CompressedNonExistenceProof", { enumerable: true, get: function () { return proofs_1.CompressedNonExistenceProof; } });
|
|
690
|
-
var
|
|
691
|
-
Object.defineProperty(exports, "LiquidatorPosition", { enumerable: true, get: function () { return
|
|
692
|
-
Object.defineProperty(exports, "MsgInitiateLiquidation", { enumerable: true, get: function () { return
|
|
693
|
-
Object.defineProperty(exports, "MsgInitiateLiquidationResponse", { enumerable: true, get: function () { return
|
|
681
|
+
var tx_29 = require("./broker/tx");
|
|
682
|
+
Object.defineProperty(exports, "LiquidatorPosition", { enumerable: true, get: function () { return tx_29.LiquidatorPosition; } });
|
|
683
|
+
Object.defineProperty(exports, "MsgInitiateLiquidation", { enumerable: true, get: function () { return tx_29.MsgInitiateLiquidation; } });
|
|
684
|
+
Object.defineProperty(exports, "MsgInitiateLiquidationResponse", { enumerable: true, get: function () { return tx_29.MsgInitiateLiquidationResponse; } });
|
|
694
685
|
var incoming_liquidations_1 = require("./broker/incoming_liquidations");
|
|
695
686
|
Object.defineProperty(exports, "IncomingLiquidations", { enumerable: true, get: function () { return incoming_liquidations_1.IncomingLiquidations; } });
|
|
696
687
|
var pagination_1 = require("./broker/pagination");
|
|
@@ -710,15 +701,15 @@ var event_3 = require("./broker/event");
|
|
|
710
701
|
Object.defineProperty(exports, "TradeEvent", { enumerable: true, get: function () { return event_3.TradeEvent; } });
|
|
711
702
|
var incoming_pool_swap_1 = require("./broker/incoming_pool_swap");
|
|
712
703
|
Object.defineProperty(exports, "IncomingPoolSwap", { enumerable: true, get: function () { return incoming_pool_swap_1.IncomingPoolSwap; } });
|
|
713
|
-
var
|
|
714
|
-
Object.defineProperty(exports, "MsgSetGasCost", { enumerable: true, get: function () { return
|
|
715
|
-
Object.defineProperty(exports, "MsgSetGasCostResponse", { enumerable: true, get: function () { return
|
|
716
|
-
Object.defineProperty(exports, "MsgSetMinGasPrice", { enumerable: true, get: function () { return
|
|
717
|
-
Object.defineProperty(exports, "MsgSetMinGasPriceResponse", { enumerable: true, get: function () { return
|
|
718
|
-
Object.defineProperty(exports, "MsgRemoveGasCost", { enumerable: true, get: function () { return
|
|
719
|
-
Object.defineProperty(exports, "MsgRemoveGasCostResponse", { enumerable: true, get: function () { return
|
|
720
|
-
Object.defineProperty(exports, "MsgRemoveMinGasPrice", { enumerable: true, get: function () { return
|
|
721
|
-
Object.defineProperty(exports, "MsgRemoveMinGasPriceResponse", { enumerable: true, get: function () { return
|
|
704
|
+
var tx_30 = require("./fee/tx");
|
|
705
|
+
Object.defineProperty(exports, "MsgSetGasCost", { enumerable: true, get: function () { return tx_30.MsgSetGasCost; } });
|
|
706
|
+
Object.defineProperty(exports, "MsgSetGasCostResponse", { enumerable: true, get: function () { return tx_30.MsgSetGasCostResponse; } });
|
|
707
|
+
Object.defineProperty(exports, "MsgSetMinGasPrice", { enumerable: true, get: function () { return tx_30.MsgSetMinGasPrice; } });
|
|
708
|
+
Object.defineProperty(exports, "MsgSetMinGasPriceResponse", { enumerable: true, get: function () { return tx_30.MsgSetMinGasPriceResponse; } });
|
|
709
|
+
Object.defineProperty(exports, "MsgRemoveGasCost", { enumerable: true, get: function () { return tx_30.MsgRemoveGasCost; } });
|
|
710
|
+
Object.defineProperty(exports, "MsgRemoveGasCostResponse", { enumerable: true, get: function () { return tx_30.MsgRemoveGasCostResponse; } });
|
|
711
|
+
Object.defineProperty(exports, "MsgRemoveMinGasPrice", { enumerable: true, get: function () { return tx_30.MsgRemoveMinGasPrice; } });
|
|
712
|
+
Object.defineProperty(exports, "MsgRemoveMinGasPriceResponse", { enumerable: true, get: function () { return tx_30.MsgRemoveMinGasPriceResponse; } });
|
|
722
713
|
var fee_1 = require("./fee/fee");
|
|
723
714
|
Object.defineProperty(exports, "MsgFee", { enumerable: true, get: function () { return fee_1.MsgFee; } });
|
|
724
715
|
Object.defineProperty(exports, "MsgGasCost", { enumerable: true, get: function () { return fee_1.MsgGasCost; } });
|
|
@@ -739,11 +730,6 @@ Object.defineProperty(exports, "QueryAllMinGasPriceRequest", { enumerable: true,
|
|
|
739
730
|
Object.defineProperty(exports, "QueryAllMinGasPriceResponse", { enumerable: true, get: function () { return query_5.QueryAllMinGasPriceResponse; } });
|
|
740
731
|
var event_4 = require("./fee/event");
|
|
741
732
|
Object.defineProperty(exports, "FeeDeductionEvent", { enumerable: true, get: function () { return event_4.FeeDeductionEvent; } });
|
|
742
|
-
var tx_32 = require("./bank/tx");
|
|
743
|
-
Object.defineProperty(exports, "MsgEnableSend", { enumerable: true, get: function () { return tx_32.MsgEnableSend; } });
|
|
744
|
-
Object.defineProperty(exports, "MsgEnableSendResponse", { enumerable: true, get: function () { return tx_32.MsgEnableSendResponse; } });
|
|
745
|
-
Object.defineProperty(exports, "MsgDisableSend", { enumerable: true, get: function () { return tx_32.MsgDisableSend; } });
|
|
746
|
-
Object.defineProperty(exports, "MsgDisableSendResponse", { enumerable: true, get: function () { return tx_32.MsgDisableSendResponse; } });
|
|
747
733
|
var event_5 = require("./bank/event");
|
|
748
734
|
Object.defineProperty(exports, "CoinSpent", { enumerable: true, get: function () { return event_5.CoinSpent; } });
|
|
749
735
|
Object.defineProperty(exports, "CoinReceived", { enumerable: true, get: function () { return event_5.CoinReceived; } });
|
|
@@ -775,9 +761,9 @@ Object.defineProperty(exports, "StringValue", { enumerable: true, get: function
|
|
|
775
761
|
Object.defineProperty(exports, "BytesValue", { enumerable: true, get: function () { return wrappers_1.BytesValue; } });
|
|
776
762
|
var duration_1 = require("./google/protobuf/duration");
|
|
777
763
|
Object.defineProperty(exports, "Duration", { enumerable: true, get: function () { return duration_1.Duration; } });
|
|
778
|
-
var
|
|
779
|
-
Object.defineProperty(exports, "MsgSetMargin", { enumerable: true, get: function () { return
|
|
780
|
-
Object.defineProperty(exports, "MsgSetMarginResponse", { enumerable: true, get: function () { return
|
|
764
|
+
var tx_31 = require("./position/tx");
|
|
765
|
+
Object.defineProperty(exports, "MsgSetMargin", { enumerable: true, get: function () { return tx_31.MsgSetMargin; } });
|
|
766
|
+
Object.defineProperty(exports, "MsgSetMarginResponse", { enumerable: true, get: function () { return tx_31.MsgSetMarginResponse; } });
|
|
781
767
|
var position_1 = require("./position/position");
|
|
782
768
|
Object.defineProperty(exports, "Position", { enumerable: true, get: function () { return position_1.Position; } });
|
|
783
769
|
Object.defineProperty(exports, "Positions", { enumerable: true, get: function () { return position_1.Positions; } });
|
|
@@ -792,19 +778,19 @@ Object.defineProperty(exports, "QueryPositionAllocatedMarginRequest", { enumerab
|
|
|
792
778
|
Object.defineProperty(exports, "QueryPositionAllocatedMarginResponse", { enumerable: true, get: function () { return query_7.QueryPositionAllocatedMarginResponse; } });
|
|
793
779
|
var event_6 = require("./position/event");
|
|
794
780
|
Object.defineProperty(exports, "PositionEvent", { enumerable: true, get: function () { return event_6.PositionEvent; } });
|
|
795
|
-
var
|
|
796
|
-
Object.defineProperty(exports, "MsgCreateOracle", { enumerable: true, get: function () { return
|
|
797
|
-
Object.defineProperty(exports, "CreateOracleParams", { enumerable: true, get: function () { return
|
|
798
|
-
Object.defineProperty(exports, "MsgCreateOracleResponse", { enumerable: true, get: function () { return
|
|
799
|
-
Object.defineProperty(exports, "MsgCreateVote", { enumerable: true, get: function () { return
|
|
800
|
-
Object.defineProperty(exports, "MsgCreateVoteResponse", { enumerable: true, get: function () { return
|
|
801
|
-
Object.defineProperty(exports, "MsgUpdateOracle", { enumerable: true, get: function () { return
|
|
802
|
-
Object.defineProperty(exports, "UpdateOracleParams", { enumerable: true, get: function () { return
|
|
803
|
-
Object.defineProperty(exports, "MsgUpdateOracleResponse", { enumerable: true, get: function () { return
|
|
804
|
-
Object.defineProperty(exports, "MsgRemoveOracle", { enumerable: true, get: function () { return
|
|
805
|
-
Object.defineProperty(exports, "MsgRemoveOracleResponse", { enumerable: true, get: function () { return
|
|
806
|
-
Object.defineProperty(exports, "MsgSetOracleSlashEnabled", { enumerable: true, get: function () { return
|
|
807
|
-
Object.defineProperty(exports, "MsgSetOracleSlashEnabledResponse", { enumerable: true, get: function () { return
|
|
781
|
+
var tx_32 = require("./oracle/tx");
|
|
782
|
+
Object.defineProperty(exports, "MsgCreateOracle", { enumerable: true, get: function () { return tx_32.MsgCreateOracle; } });
|
|
783
|
+
Object.defineProperty(exports, "CreateOracleParams", { enumerable: true, get: function () { return tx_32.CreateOracleParams; } });
|
|
784
|
+
Object.defineProperty(exports, "MsgCreateOracleResponse", { enumerable: true, get: function () { return tx_32.MsgCreateOracleResponse; } });
|
|
785
|
+
Object.defineProperty(exports, "MsgCreateVote", { enumerable: true, get: function () { return tx_32.MsgCreateVote; } });
|
|
786
|
+
Object.defineProperty(exports, "MsgCreateVoteResponse", { enumerable: true, get: function () { return tx_32.MsgCreateVoteResponse; } });
|
|
787
|
+
Object.defineProperty(exports, "MsgUpdateOracle", { enumerable: true, get: function () { return tx_32.MsgUpdateOracle; } });
|
|
788
|
+
Object.defineProperty(exports, "UpdateOracleParams", { enumerable: true, get: function () { return tx_32.UpdateOracleParams; } });
|
|
789
|
+
Object.defineProperty(exports, "MsgUpdateOracleResponse", { enumerable: true, get: function () { return tx_32.MsgUpdateOracleResponse; } });
|
|
790
|
+
Object.defineProperty(exports, "MsgRemoveOracle", { enumerable: true, get: function () { return tx_32.MsgRemoveOracle; } });
|
|
791
|
+
Object.defineProperty(exports, "MsgRemoveOracleResponse", { enumerable: true, get: function () { return tx_32.MsgRemoveOracleResponse; } });
|
|
792
|
+
Object.defineProperty(exports, "MsgSetOracleSlashEnabled", { enumerable: true, get: function () { return tx_32.MsgSetOracleSlashEnabled; } });
|
|
793
|
+
Object.defineProperty(exports, "MsgSetOracleSlashEnabledResponse", { enumerable: true, get: function () { return tx_32.MsgSetOracleSlashEnabledResponse; } });
|
|
808
794
|
var oracle_1 = require("./oracle/oracle");
|
|
809
795
|
Object.defineProperty(exports, "OracleParams", { enumerable: true, get: function () { return oracle_1.Params; } });
|
|
810
796
|
Object.defineProperty(exports, "Oracle", { enumerable: true, get: function () { return oracle_1.Oracle; } });
|
|
@@ -855,37 +841,37 @@ var params_2 = require("./marketstats/params");
|
|
|
855
841
|
Object.defineProperty(exports, "MarketstatsParams", { enumerable: true, get: function () { return params_2.Params; } });
|
|
856
842
|
var marketstats_1 = require("./marketstats/marketstats");
|
|
857
843
|
Object.defineProperty(exports, "MarketStats", { enumerable: true, get: function () { return marketstats_1.MarketStats; } });
|
|
858
|
-
var
|
|
859
|
-
Object.defineProperty(exports, "MsgCreateToken", { enumerable: true, get: function () { return
|
|
860
|
-
Object.defineProperty(exports, "CreateTokenParams", { enumerable: true, get: function () { return
|
|
861
|
-
Object.defineProperty(exports, "MsgCreateTokenResponse", { enumerable: true, get: function () { return
|
|
862
|
-
Object.defineProperty(exports, "MsgSyncToken", { enumerable: true, get: function () { return
|
|
863
|
-
Object.defineProperty(exports, "MsgSyncTokenResponse", { enumerable: true, get: function () { return
|
|
864
|
-
Object.defineProperty(exports, "MsgMintToken", { enumerable: true, get: function () { return
|
|
865
|
-
Object.defineProperty(exports, "MsgMintTokenResponse", { enumerable: true, get: function () { return
|
|
866
|
-
Object.defineProperty(exports, "MsgBindToken", { enumerable: true, get: function () { return
|
|
867
|
-
Object.defineProperty(exports, "MsgBindTokenResponse", { enumerable: true, get: function () { return
|
|
868
|
-
Object.defineProperty(exports, "MsgUnbindToken", { enumerable: true, get: function () { return
|
|
869
|
-
Object.defineProperty(exports, "MsgUnbindTokenResponse", { enumerable: true, get: function () { return
|
|
870
|
-
Object.defineProperty(exports, "MsgLinkToken", { enumerable: true, get: function () { return
|
|
871
|
-
Object.defineProperty(exports, "MsgLinkTokenResponse", { enumerable: true, get: function () { return
|
|
872
|
-
Object.defineProperty(exports, "MsgWithdraw", { enumerable: true, get: function () { return
|
|
873
|
-
Object.defineProperty(exports, "MsgWithdrawResponse", { enumerable: true, get: function () { return
|
|
874
|
-
Object.defineProperty(exports, "MsgAuthorizeBridge", { enumerable: true, get: function () { return
|
|
875
|
-
Object.defineProperty(exports, "MsgAuthorizeBridgeResponse", { enumerable: true, get: function () { return
|
|
876
|
-
Object.defineProperty(exports, "MsgDeauthorizeBridge", { enumerable: true, get: function () { return
|
|
877
|
-
Object.defineProperty(exports, "MsgDeauthorizeBridgeResponse", { enumerable: true, get: function () { return
|
|
878
|
-
Object.defineProperty(exports, "MsgEditBridgeName", { enumerable: true, get: function () { return
|
|
879
|
-
Object.defineProperty(exports, "MsgEditBridgeNameResponse", { enumerable: true, get: function () { return
|
|
880
|
-
Object.defineProperty(exports, "MsgRemoveBridge", { enumerable: true, get: function () { return
|
|
881
|
-
Object.defineProperty(exports, "MsgRemoveBridgeResponse", { enumerable: true, get: function () { return
|
|
882
|
-
Object.defineProperty(exports, "MsgUpdateToken", { enumerable: true, get: function () { return
|
|
883
|
-
Object.defineProperty(exports, "UpdateTokenParams", { enumerable: true, get: function () { return
|
|
884
|
-
Object.defineProperty(exports, "MsgUpdateTokenResponse", { enumerable: true, get: function () { return
|
|
885
|
-
Object.defineProperty(exports, "MsgAddBridgeAddress", { enumerable: true, get: function () { return
|
|
886
|
-
Object.defineProperty(exports, "MsgAddBridgeAddressResponse", { enumerable: true, get: function () { return
|
|
887
|
-
Object.defineProperty(exports, "MsgRemoveBridgeAddress", { enumerable: true, get: function () { return
|
|
888
|
-
Object.defineProperty(exports, "MsgRemoveBridgeAddressResponse", { enumerable: true, get: function () { return
|
|
844
|
+
var tx_33 = require("./coin/tx");
|
|
845
|
+
Object.defineProperty(exports, "MsgCreateToken", { enumerable: true, get: function () { return tx_33.MsgCreateToken; } });
|
|
846
|
+
Object.defineProperty(exports, "CreateTokenParams", { enumerable: true, get: function () { return tx_33.CreateTokenParams; } });
|
|
847
|
+
Object.defineProperty(exports, "MsgCreateTokenResponse", { enumerable: true, get: function () { return tx_33.MsgCreateTokenResponse; } });
|
|
848
|
+
Object.defineProperty(exports, "MsgSyncToken", { enumerable: true, get: function () { return tx_33.MsgSyncToken; } });
|
|
849
|
+
Object.defineProperty(exports, "MsgSyncTokenResponse", { enumerable: true, get: function () { return tx_33.MsgSyncTokenResponse; } });
|
|
850
|
+
Object.defineProperty(exports, "MsgMintToken", { enumerable: true, get: function () { return tx_33.MsgMintToken; } });
|
|
851
|
+
Object.defineProperty(exports, "MsgMintTokenResponse", { enumerable: true, get: function () { return tx_33.MsgMintTokenResponse; } });
|
|
852
|
+
Object.defineProperty(exports, "MsgBindToken", { enumerable: true, get: function () { return tx_33.MsgBindToken; } });
|
|
853
|
+
Object.defineProperty(exports, "MsgBindTokenResponse", { enumerable: true, get: function () { return tx_33.MsgBindTokenResponse; } });
|
|
854
|
+
Object.defineProperty(exports, "MsgUnbindToken", { enumerable: true, get: function () { return tx_33.MsgUnbindToken; } });
|
|
855
|
+
Object.defineProperty(exports, "MsgUnbindTokenResponse", { enumerable: true, get: function () { return tx_33.MsgUnbindTokenResponse; } });
|
|
856
|
+
Object.defineProperty(exports, "MsgLinkToken", { enumerable: true, get: function () { return tx_33.MsgLinkToken; } });
|
|
857
|
+
Object.defineProperty(exports, "MsgLinkTokenResponse", { enumerable: true, get: function () { return tx_33.MsgLinkTokenResponse; } });
|
|
858
|
+
Object.defineProperty(exports, "MsgWithdraw", { enumerable: true, get: function () { return tx_33.MsgWithdraw; } });
|
|
859
|
+
Object.defineProperty(exports, "MsgWithdrawResponse", { enumerable: true, get: function () { return tx_33.MsgWithdrawResponse; } });
|
|
860
|
+
Object.defineProperty(exports, "MsgAuthorizeBridge", { enumerable: true, get: function () { return tx_33.MsgAuthorizeBridge; } });
|
|
861
|
+
Object.defineProperty(exports, "MsgAuthorizeBridgeResponse", { enumerable: true, get: function () { return tx_33.MsgAuthorizeBridgeResponse; } });
|
|
862
|
+
Object.defineProperty(exports, "MsgDeauthorizeBridge", { enumerable: true, get: function () { return tx_33.MsgDeauthorizeBridge; } });
|
|
863
|
+
Object.defineProperty(exports, "MsgDeauthorizeBridgeResponse", { enumerable: true, get: function () { return tx_33.MsgDeauthorizeBridgeResponse; } });
|
|
864
|
+
Object.defineProperty(exports, "MsgEditBridgeName", { enumerable: true, get: function () { return tx_33.MsgEditBridgeName; } });
|
|
865
|
+
Object.defineProperty(exports, "MsgEditBridgeNameResponse", { enumerable: true, get: function () { return tx_33.MsgEditBridgeNameResponse; } });
|
|
866
|
+
Object.defineProperty(exports, "MsgRemoveBridge", { enumerable: true, get: function () { return tx_33.MsgRemoveBridge; } });
|
|
867
|
+
Object.defineProperty(exports, "MsgRemoveBridgeResponse", { enumerable: true, get: function () { return tx_33.MsgRemoveBridgeResponse; } });
|
|
868
|
+
Object.defineProperty(exports, "MsgUpdateToken", { enumerable: true, get: function () { return tx_33.MsgUpdateToken; } });
|
|
869
|
+
Object.defineProperty(exports, "UpdateTokenParams", { enumerable: true, get: function () { return tx_33.UpdateTokenParams; } });
|
|
870
|
+
Object.defineProperty(exports, "MsgUpdateTokenResponse", { enumerable: true, get: function () { return tx_33.MsgUpdateTokenResponse; } });
|
|
871
|
+
Object.defineProperty(exports, "MsgAddBridgeAddress", { enumerable: true, get: function () { return tx_33.MsgAddBridgeAddress; } });
|
|
872
|
+
Object.defineProperty(exports, "MsgAddBridgeAddressResponse", { enumerable: true, get: function () { return tx_33.MsgAddBridgeAddressResponse; } });
|
|
873
|
+
Object.defineProperty(exports, "MsgRemoveBridgeAddress", { enumerable: true, get: function () { return tx_33.MsgRemoveBridgeAddress; } });
|
|
874
|
+
Object.defineProperty(exports, "MsgRemoveBridgeAddressResponse", { enumerable: true, get: function () { return tx_33.MsgRemoveBridgeAddressResponse; } });
|
|
889
875
|
var proposal_9 = require("./coin/proposal");
|
|
890
876
|
Object.defineProperty(exports, "CreateTokenProposal", { enumerable: true, get: function () { return proposal_9.CreateTokenProposal; } });
|
|
891
877
|
var bridge_1 = require("./coin/bridge");
|
|
@@ -911,6 +897,7 @@ Object.defineProperty(exports, "QueryAllBridgeResponse", { enumerable: true, get
|
|
|
911
897
|
var token_1 = require("./coin/token");
|
|
912
898
|
Object.defineProperty(exports, "Token", { enumerable: true, get: function () { return token_1.Token; } });
|
|
913
899
|
Object.defineProperty(exports, "BalanceChange", { enumerable: true, get: function () { return token_1.BalanceChange; } });
|
|
900
|
+
Object.defineProperty(exports, "Metadata", { enumerable: true, get: function () { return token_1.Metadata; } });
|
|
914
901
|
Object.defineProperty(exports, "LockedCoins", { enumerable: true, get: function () { return token_1.LockedCoins; } });
|
|
915
902
|
Object.defineProperty(exports, "LockedCoinsRecord", { enumerable: true, get: function () { return token_1.LockedCoinsRecord; } });
|
|
916
903
|
Object.defineProperty(exports, "PositionPool", { enumerable: true, get: function () { return token_1.PositionPool; } });
|
|
@@ -924,9 +911,9 @@ Object.defineProperty(exports, "LinkTokenEvent", { enumerable: true, get: functi
|
|
|
924
911
|
var leverage_1 = require("./leverage/leverage");
|
|
925
912
|
Object.defineProperty(exports, "MarketLeverage", { enumerable: true, get: function () { return leverage_1.MarketLeverage; } });
|
|
926
913
|
Object.defineProperty(exports, "MarketLeverageRecord", { enumerable: true, get: function () { return leverage_1.MarketLeverageRecord; } });
|
|
927
|
-
var
|
|
928
|
-
Object.defineProperty(exports, "MsgSetLeverage", { enumerable: true, get: function () { return
|
|
929
|
-
Object.defineProperty(exports, "MsgSetLeverageResponse", { enumerable: true, get: function () { return
|
|
914
|
+
var tx_34 = require("./leverage/tx");
|
|
915
|
+
Object.defineProperty(exports, "MsgSetLeverage", { enumerable: true, get: function () { return tx_34.MsgSetLeverage; } });
|
|
916
|
+
Object.defineProperty(exports, "MsgSetLeverageResponse", { enumerable: true, get: function () { return tx_34.MsgSetLeverageResponse; } });
|
|
930
917
|
var query_12 = require("./leverage/query");
|
|
931
918
|
Object.defineProperty(exports, "QueryGetLeverageRequest", { enumerable: true, get: function () { return query_12.QueryGetLeverageRequest; } });
|
|
932
919
|
Object.defineProperty(exports, "QueryGetLeverageResponse", { enumerable: true, get: function () { return query_12.QueryGetLeverageResponse; } });
|
|
@@ -934,9 +921,9 @@ Object.defineProperty(exports, "QueryAllLeverageRequest", { enumerable: true, ge
|
|
|
934
921
|
Object.defineProperty(exports, "QueryAllLeverageResponse", { enumerable: true, get: function () { return query_12.QueryAllLeverageResponse; } });
|
|
935
922
|
var event_9 = require("./leverage/event");
|
|
936
923
|
Object.defineProperty(exports, "LeverageEvent", { enumerable: true, get: function () { return event_9.LeverageEvent; } });
|
|
937
|
-
var
|
|
938
|
-
Object.defineProperty(exports, "MsgUpdateProfile", { enumerable: true, get: function () { return
|
|
939
|
-
Object.defineProperty(exports, "MsgUpdateProfileResponse", { enumerable: true, get: function () { return
|
|
924
|
+
var tx_35 = require("./profile/tx");
|
|
925
|
+
Object.defineProperty(exports, "MsgUpdateProfile", { enumerable: true, get: function () { return tx_35.MsgUpdateProfile; } });
|
|
926
|
+
Object.defineProperty(exports, "MsgUpdateProfileResponse", { enumerable: true, get: function () { return tx_35.MsgUpdateProfileResponse; } });
|
|
940
927
|
var profile_1 = require("./profile/profile");
|
|
941
928
|
Object.defineProperty(exports, "Profile", { enumerable: true, get: function () { return profile_1.Profile; } });
|
|
942
929
|
var query_13 = require("./profile/query");
|
|
@@ -946,13 +933,13 @@ Object.defineProperty(exports, "QueryAllProfileRequest", { enumerable: true, get
|
|
|
946
933
|
Object.defineProperty(exports, "QueryAllProfileResponse", { enumerable: true, get: function () { return query_13.QueryAllProfileResponse; } });
|
|
947
934
|
var event_10 = require("./profile/event");
|
|
948
935
|
Object.defineProperty(exports, "UpdateProfileEvent", { enumerable: true, get: function () { return event_10.UpdateProfileEvent; } });
|
|
949
|
-
var
|
|
950
|
-
Object.defineProperty(exports, "MsgCreateSubAccount", { enumerable: true, get: function () { return
|
|
951
|
-
Object.defineProperty(exports, "MsgCreateSubAccountResponse", { enumerable: true, get: function () { return
|
|
952
|
-
Object.defineProperty(exports, "MsgActivateSubAccount", { enumerable: true, get: function () { return
|
|
953
|
-
Object.defineProperty(exports, "MsgActivateSubAccountResponse", { enumerable: true, get: function () { return
|
|
954
|
-
Object.defineProperty(exports, "MsgRemoveSubAccount", { enumerable: true, get: function () { return
|
|
955
|
-
Object.defineProperty(exports, "MsgRemoveSubAccountResponse", { enumerable: true, get: function () { return
|
|
936
|
+
var tx_36 = require("./subaccount/tx");
|
|
937
|
+
Object.defineProperty(exports, "MsgCreateSubAccount", { enumerable: true, get: function () { return tx_36.MsgCreateSubAccount; } });
|
|
938
|
+
Object.defineProperty(exports, "MsgCreateSubAccountResponse", { enumerable: true, get: function () { return tx_36.MsgCreateSubAccountResponse; } });
|
|
939
|
+
Object.defineProperty(exports, "MsgActivateSubAccount", { enumerable: true, get: function () { return tx_36.MsgActivateSubAccount; } });
|
|
940
|
+
Object.defineProperty(exports, "MsgActivateSubAccountResponse", { enumerable: true, get: function () { return tx_36.MsgActivateSubAccountResponse; } });
|
|
941
|
+
Object.defineProperty(exports, "MsgRemoveSubAccount", { enumerable: true, get: function () { return tx_36.MsgRemoveSubAccount; } });
|
|
942
|
+
Object.defineProperty(exports, "MsgRemoveSubAccountResponse", { enumerable: true, get: function () { return tx_36.MsgRemoveSubAccountResponse; } });
|
|
956
943
|
var query_14 = require("./subaccount/query");
|
|
957
944
|
Object.defineProperty(exports, "QueryGetSubAccountRequest", { enumerable: true, get: function () { return query_14.QueryGetSubAccountRequest; } });
|
|
958
945
|
Object.defineProperty(exports, "QueryGetSubAccountResponse", { enumerable: true, get: function () { return query_14.QueryGetSubAccountResponse; } });
|
|
@@ -976,13 +963,13 @@ Object.defineProperty(exports, "QueryAllBookRequest", { enumerable: true, get: f
|
|
|
976
963
|
Object.defineProperty(exports, "QueryAllBookResponse", { enumerable: true, get: function () { return query_15.QueryAllBookResponse; } });
|
|
977
964
|
var event_11 = require("./book/event");
|
|
978
965
|
Object.defineProperty(exports, "OrderBookEvent", { enumerable: true, get: function () { return event_11.OrderBookEvent; } });
|
|
979
|
-
var
|
|
980
|
-
Object.defineProperty(exports, "MsgCreateMarket", { enumerable: true, get: function () { return
|
|
981
|
-
Object.defineProperty(exports, "MsgCreateMarketResponse", { enumerable: true, get: function () { return
|
|
982
|
-
Object.defineProperty(exports, "MsgUpdateMarket", { enumerable: true, get: function () { return
|
|
983
|
-
Object.defineProperty(exports, "MsgUpdateMarketResponse", { enumerable: true, get: function () { return
|
|
984
|
-
Object.defineProperty(exports, "MsgUpdatePerpetualsFundingInterval", { enumerable: true, get: function () { return
|
|
985
|
-
Object.defineProperty(exports, "MsgUpdatePerpetualsFundingIntervalResponse", { enumerable: true, get: function () { return
|
|
966
|
+
var tx_37 = require("./market/tx");
|
|
967
|
+
Object.defineProperty(exports, "MsgCreateMarket", { enumerable: true, get: function () { return tx_37.MsgCreateMarket; } });
|
|
968
|
+
Object.defineProperty(exports, "MsgCreateMarketResponse", { enumerable: true, get: function () { return tx_37.MsgCreateMarketResponse; } });
|
|
969
|
+
Object.defineProperty(exports, "MsgUpdateMarket", { enumerable: true, get: function () { return tx_37.MsgUpdateMarket; } });
|
|
970
|
+
Object.defineProperty(exports, "MsgUpdateMarketResponse", { enumerable: true, get: function () { return tx_37.MsgUpdateMarketResponse; } });
|
|
971
|
+
Object.defineProperty(exports, "MsgUpdatePerpetualsFundingInterval", { enumerable: true, get: function () { return tx_37.MsgUpdatePerpetualsFundingInterval; } });
|
|
972
|
+
Object.defineProperty(exports, "MsgUpdatePerpetualsFundingIntervalResponse", { enumerable: true, get: function () { return tx_37.MsgUpdatePerpetualsFundingIntervalResponse; } });
|
|
986
973
|
var proposal_10 = require("./market/proposal");
|
|
987
974
|
Object.defineProperty(exports, "CreateMarketProposal", { enumerable: true, get: function () { return proposal_10.CreateMarketProposal; } });
|
|
988
975
|
Object.defineProperty(exports, "UpdateMarketProposal", { enumerable: true, get: function () { return proposal_10.UpdateMarketProposal; } });
|
|
@@ -1012,39 +999,39 @@ Object.defineProperty(exports, "QueryMintDataResponse", { enumerable: true, get:
|
|
|
1012
999
|
var pagination_2 = require("./query/pagination");
|
|
1013
1000
|
Object.defineProperty(exports, "PageRequest", { enumerable: true, get: function () { return pagination_2.PageRequest; } });
|
|
1014
1001
|
Object.defineProperty(exports, "PageResponse", { enumerable: true, get: function () { return pagination_2.PageResponse; } });
|
|
1015
|
-
var
|
|
1016
|
-
Object.defineProperty(exports, "MsgCreatePool", { enumerable: true, get: function () { return
|
|
1017
|
-
Object.defineProperty(exports, "MsgCreatePoolResponse", { enumerable: true, get: function () { return
|
|
1018
|
-
Object.defineProperty(exports, "MsgCreatePoolWithLiquidity", { enumerable: true, get: function () { return
|
|
1019
|
-
Object.defineProperty(exports, "MsgCreatePoolWithLiquidityResponse", { enumerable: true, get: function () { return
|
|
1020
|
-
Object.defineProperty(exports, "MsgAddLiquidity", { enumerable: true, get: function () { return
|
|
1021
|
-
Object.defineProperty(exports, "MsgAddLiquidityResponse", { enumerable: true, get: function () { return
|
|
1022
|
-
Object.defineProperty(exports, "MsgRemoveLiquidity", { enumerable: true, get: function () { return
|
|
1023
|
-
Object.defineProperty(exports, "MsgRemoveLiquidityResponse", { enumerable: true, get: function () { return
|
|
1024
|
-
Object.defineProperty(exports, "MsgLinkPool", { enumerable: true, get: function () { return
|
|
1025
|
-
Object.defineProperty(exports, "LinkPoolParams", { enumerable: true, get: function () { return
|
|
1026
|
-
Object.defineProperty(exports, "MsgLinkPoolResponse", { enumerable: true, get: function () { return
|
|
1027
|
-
Object.defineProperty(exports, "MsgUnlinkPool", { enumerable: true, get: function () { return
|
|
1028
|
-
Object.defineProperty(exports, "UnlinkPoolParams", { enumerable: true, get: function () { return
|
|
1029
|
-
Object.defineProperty(exports, "MsgUnlinkPoolResponse", { enumerable: true, get: function () { return
|
|
1030
|
-
Object.defineProperty(exports, "MsgSetRewardsWeights", { enumerable: true, get: function () { return
|
|
1031
|
-
Object.defineProperty(exports, "SetRewardsWeightsParams", { enumerable: true, get: function () { return
|
|
1032
|
-
Object.defineProperty(exports, "MsgSetRewardsWeightsResponse", { enumerable: true, get: function () { return
|
|
1033
|
-
Object.defineProperty(exports, "MsgStakePoolToken", { enumerable: true, get: function () { return
|
|
1034
|
-
Object.defineProperty(exports, "MsgStakePoolTokenResponse", { enumerable: true, get: function () { return
|
|
1035
|
-
Object.defineProperty(exports, "MsgUnstakePoolToken", { enumerable: true, get: function () { return
|
|
1036
|
-
Object.defineProperty(exports, "MsgUnstakePoolTokenResponse", { enumerable: true, get: function () { return
|
|
1037
|
-
Object.defineProperty(exports, "MsgClaimPoolRewards", { enumerable: true, get: function () { return
|
|
1038
|
-
Object.defineProperty(exports, "MsgClaimPoolRewardsResponse", { enumerable: true, get: function () { return
|
|
1039
|
-
Object.defineProperty(exports, "MsgSetRewardCurve", { enumerable: true, get: function () { return
|
|
1040
|
-
Object.defineProperty(exports, "SetRewardCurveParams", { enumerable: true, get: function () { return
|
|
1041
|
-
Object.defineProperty(exports, "MsgSetRewardCurveResponse", { enumerable: true, get: function () { return
|
|
1042
|
-
Object.defineProperty(exports, "MsgSetCommitmentCurve", { enumerable: true, get: function () { return
|
|
1043
|
-
Object.defineProperty(exports, "SetCommitmentCurveParams", { enumerable: true, get: function () { return
|
|
1044
|
-
Object.defineProperty(exports, "MsgSetCommitmentCurveResponse", { enumerable: true, get: function () { return
|
|
1045
|
-
Object.defineProperty(exports, "MsgUpdatePool", { enumerable: true, get: function () { return
|
|
1046
|
-
Object.defineProperty(exports, "UpdatePoolParams", { enumerable: true, get: function () { return
|
|
1047
|
-
Object.defineProperty(exports, "MsgUpdatePoolResponse", { enumerable: true, get: function () { return
|
|
1002
|
+
var tx_38 = require("./liquiditypool/tx");
|
|
1003
|
+
Object.defineProperty(exports, "MsgCreatePool", { enumerable: true, get: function () { return tx_38.MsgCreatePool; } });
|
|
1004
|
+
Object.defineProperty(exports, "MsgCreatePoolResponse", { enumerable: true, get: function () { return tx_38.MsgCreatePoolResponse; } });
|
|
1005
|
+
Object.defineProperty(exports, "MsgCreatePoolWithLiquidity", { enumerable: true, get: function () { return tx_38.MsgCreatePoolWithLiquidity; } });
|
|
1006
|
+
Object.defineProperty(exports, "MsgCreatePoolWithLiquidityResponse", { enumerable: true, get: function () { return tx_38.MsgCreatePoolWithLiquidityResponse; } });
|
|
1007
|
+
Object.defineProperty(exports, "MsgAddLiquidity", { enumerable: true, get: function () { return tx_38.MsgAddLiquidity; } });
|
|
1008
|
+
Object.defineProperty(exports, "MsgAddLiquidityResponse", { enumerable: true, get: function () { return tx_38.MsgAddLiquidityResponse; } });
|
|
1009
|
+
Object.defineProperty(exports, "MsgRemoveLiquidity", { enumerable: true, get: function () { return tx_38.MsgRemoveLiquidity; } });
|
|
1010
|
+
Object.defineProperty(exports, "MsgRemoveLiquidityResponse", { enumerable: true, get: function () { return tx_38.MsgRemoveLiquidityResponse; } });
|
|
1011
|
+
Object.defineProperty(exports, "MsgLinkPool", { enumerable: true, get: function () { return tx_38.MsgLinkPool; } });
|
|
1012
|
+
Object.defineProperty(exports, "LinkPoolParams", { enumerable: true, get: function () { return tx_38.LinkPoolParams; } });
|
|
1013
|
+
Object.defineProperty(exports, "MsgLinkPoolResponse", { enumerable: true, get: function () { return tx_38.MsgLinkPoolResponse; } });
|
|
1014
|
+
Object.defineProperty(exports, "MsgUnlinkPool", { enumerable: true, get: function () { return tx_38.MsgUnlinkPool; } });
|
|
1015
|
+
Object.defineProperty(exports, "UnlinkPoolParams", { enumerable: true, get: function () { return tx_38.UnlinkPoolParams; } });
|
|
1016
|
+
Object.defineProperty(exports, "MsgUnlinkPoolResponse", { enumerable: true, get: function () { return tx_38.MsgUnlinkPoolResponse; } });
|
|
1017
|
+
Object.defineProperty(exports, "MsgSetRewardsWeights", { enumerable: true, get: function () { return tx_38.MsgSetRewardsWeights; } });
|
|
1018
|
+
Object.defineProperty(exports, "SetRewardsWeightsParams", { enumerable: true, get: function () { return tx_38.SetRewardsWeightsParams; } });
|
|
1019
|
+
Object.defineProperty(exports, "MsgSetRewardsWeightsResponse", { enumerable: true, get: function () { return tx_38.MsgSetRewardsWeightsResponse; } });
|
|
1020
|
+
Object.defineProperty(exports, "MsgStakePoolToken", { enumerable: true, get: function () { return tx_38.MsgStakePoolToken; } });
|
|
1021
|
+
Object.defineProperty(exports, "MsgStakePoolTokenResponse", { enumerable: true, get: function () { return tx_38.MsgStakePoolTokenResponse; } });
|
|
1022
|
+
Object.defineProperty(exports, "MsgUnstakePoolToken", { enumerable: true, get: function () { return tx_38.MsgUnstakePoolToken; } });
|
|
1023
|
+
Object.defineProperty(exports, "MsgUnstakePoolTokenResponse", { enumerable: true, get: function () { return tx_38.MsgUnstakePoolTokenResponse; } });
|
|
1024
|
+
Object.defineProperty(exports, "MsgClaimPoolRewards", { enumerable: true, get: function () { return tx_38.MsgClaimPoolRewards; } });
|
|
1025
|
+
Object.defineProperty(exports, "MsgClaimPoolRewardsResponse", { enumerable: true, get: function () { return tx_38.MsgClaimPoolRewardsResponse; } });
|
|
1026
|
+
Object.defineProperty(exports, "MsgSetRewardCurve", { enumerable: true, get: function () { return tx_38.MsgSetRewardCurve; } });
|
|
1027
|
+
Object.defineProperty(exports, "SetRewardCurveParams", { enumerable: true, get: function () { return tx_38.SetRewardCurveParams; } });
|
|
1028
|
+
Object.defineProperty(exports, "MsgSetRewardCurveResponse", { enumerable: true, get: function () { return tx_38.MsgSetRewardCurveResponse; } });
|
|
1029
|
+
Object.defineProperty(exports, "MsgSetCommitmentCurve", { enumerable: true, get: function () { return tx_38.MsgSetCommitmentCurve; } });
|
|
1030
|
+
Object.defineProperty(exports, "SetCommitmentCurveParams", { enumerable: true, get: function () { return tx_38.SetCommitmentCurveParams; } });
|
|
1031
|
+
Object.defineProperty(exports, "MsgSetCommitmentCurveResponse", { enumerable: true, get: function () { return tx_38.MsgSetCommitmentCurveResponse; } });
|
|
1032
|
+
Object.defineProperty(exports, "MsgUpdatePool", { enumerable: true, get: function () { return tx_38.MsgUpdatePool; } });
|
|
1033
|
+
Object.defineProperty(exports, "UpdatePoolParams", { enumerable: true, get: function () { return tx_38.UpdatePoolParams; } });
|
|
1034
|
+
Object.defineProperty(exports, "MsgUpdatePoolResponse", { enumerable: true, get: function () { return tx_38.MsgUpdatePoolResponse; } });
|
|
1048
1035
|
var reward_1 = require("./liquiditypool/reward");
|
|
1049
1036
|
Object.defineProperty(exports, "RewardCurve", { enumerable: true, get: function () { return reward_1.RewardCurve; } });
|
|
1050
1037
|
Object.defineProperty(exports, "CommitmentCurve", { enumerable: true, get: function () { return reward_1.CommitmentCurve; } });
|