//#region src/types.d.ts declare const EvmChainId: { readonly Mainnet: 1; readonly Ropsten: 3; readonly Rinkeby: 4; readonly Goerli: 5; readonly Kovan: 42; readonly Injective: 888; readonly Sepolia: 11155111; readonly Ganache: 1337; readonly HardHat: 31337; readonly MainnetEvm: 1776; readonly DevnetEvm: 1337; readonly TestnetEvm: 1439; }; type EvmChainId = (typeof EvmChainId)[keyof typeof EvmChainId]; declare const ChainId: { readonly Mainnet: "injective-1"; readonly Testnet: "injective-888"; readonly Devnet: "injective-777"; }; type ChainId = (typeof ChainId)[keyof typeof ChainId]; declare const DeprecatedMsgType: { readonly MsgBlacklistEthereumAddressesProposal: "injective.peggy.v1beta1.BlacklistEthereumAddressesProposal"; readonly MsgRevokeEthereumBlacklistProposal: "injective.peggy.v1beta1.RevokeEthereumBlacklistProposal"; readonly MsgBatchExchangeModificationProposal: "injective.exchange.v1beta1.BatchExchangeModificationProposal"; readonly MsgSpotMarketParamUpdateProposal: "injective.exchange.v1beta1.SpotMarketParamUpdateProposal"; readonly MsgSpotMarketLaunchProposal: "injective.exchange.v1beta1.SpotMarketLaunchProposal"; readonly MsgPerpetualMarketLaunchProposal: "injective.exchange.v1beta1.PerpetualMarketLaunchProposal"; readonly MsgExpiryFuturesMarketLaunchProposal: "injective.exchange.v1beta1.ExpiryFuturesMarketLaunchProposal"; readonly MsgDerivativeMarketParamUpdateProposal: "injective.exchange.v1beta1.DerivativeMarketParamUpdateProposal"; readonly MsgMarketForcedSettlementProposal: "injective.exchange.v1beta1.MarketForcedSettlementProposal"; readonly MsgUpdateDenomDecimalsProposal: "injective.exchange.v1beta1.UpdateDenomDecimalsProposal"; readonly MsgTradingRewardCampaignLaunchProposal: "injective.exchange.v1beta1.TradingRewardCampaignLaunchProposal"; readonly MsgTradingRewardCampaignUpdateProposal: "injective.exchange.v1beta1.TradingRewardCampaignUpdateProposal"; readonly MsgTradingRewardPendingPointsUpdateProposal: "injective.exchange.v1beta1.TradingRewardPendingPointsUpdateProposal"; readonly MsgFeeDiscountProposal: "injective.exchange.v1beta1.FeeDiscountProposal"; readonly MsgBatchCommunityPoolSpendProposal: "injective.exchange.v1beta1.BatchCommunityPoolSpendProposal"; readonly MsgBinaryOptionsMarketParamUpdateProposal: "injective.exchange.v1beta1.BinaryOptionsMarketParamUpdateProposal"; readonly MsgBinaryOptionsMarketLaunchProposal: "injective.exchange.v1beta1.BinaryOptionsMarketLaunchProposal"; readonly MsgCreateSpotLimitOrderAuthz: "injective.exchange.v1beta1.CreateSpotLimitOrderAuthz"; readonly MsgCreateSpotMarketOrderAuthz: "injective.exchange.v1beta1.CreateSpotMarketOrderAuthz"; readonly MsgBatchCreateSpotLimitOrdersAuthz: "injective.exchange.v1beta1.BatchCreateSpotLimitOrdersAuthz"; readonly MsgCancelSpotOrderAuthz: "injective.exchange.v1beta1.CancelSpotOrderAuthz"; readonly MsgBatchCancelSpotOrdersAuthz: "injective.exchange.v1beta1.BatchCancelSpotOrdersAuthz"; readonly MsgCreateDerivativeLimitOrderAuthz: "injective.exchange.v1beta1.CreateDerivativeLimitOrderAuthz"; readonly MsgCreateDerivativeMarketOrderAuthz: "injective.exchange.v1beta1.CreateDerivativeMarketOrderAuthz"; readonly MsgBatchCreateDerivativeLimitOrdersAuthz: "injective.exchange.v1beta1.BatchCreateDerivativeLimitOrdersAuthz"; readonly MsgCancelDerivativeOrderAuthz: "injective.exchange.v1beta1.CancelDerivativeOrderAuthz"; readonly MsgBatchCancelDerivativeOrdersAuthz: "injective.exchange.v1beta1.BatchCancelDerivativeOrdersAuthz"; readonly MsgBatchUpdateOrdersAuthz: "injective.exchange.v1beta1.BatchUpdateOrdersAuthz"; readonly MsgDeleteNamespace: "injective.permissions.v1beta1.MsgDeleteNamespace"; readonly MsgUpdateNamespaceRoles: "injective.permissions.v1beta1.MsgUpdateNamespaceRoles"; readonly MsgRevokeNamespaceRoles: "injective.permissions.v1beta1.MsgRevokeNamespaceRoles"; readonly MsgSetWasmHook: "injective.permissions.v1beta1.MsgUpdateNamespace.MsgSetWasmHook"; readonly MsgSetMintsPaused: "injective.permissions.v1beta1.MsgUpdateNamespace.MsgSetMintsPaused"; readonly MsgSetSendsPaused: "injective.permissions.v1beta1.MsgUpdateNamespace.MsgSetSendsPaused"; readonly MsgSetBurnsPaused: "injective.permissions.v1beta1.MsgUpdateNamespace.MsgSetBurnsPaused"; readonly MsgContractRegistrationRequestProposal: "injective.wasmx.v1beta1.ContractRegistrationRequestProposal"; readonly MsgBatchContractRegistrationRequestProposal: "injective.wasmx.v1beta1.BatchContractRegistrationRequestProposal"; }; type DeprecatedMsgType = (typeof DeprecatedMsgType)[keyof typeof DeprecatedMsgType]; declare const MsgType: { readonly MsgBlacklistEthereumAddressesProposal: "injective.peggy.v1beta1.BlacklistEthereumAddressesProposal"; readonly MsgRevokeEthereumBlacklistProposal: "injective.peggy.v1beta1.RevokeEthereumBlacklistProposal"; readonly MsgBatchExchangeModificationProposal: "injective.exchange.v1beta1.BatchExchangeModificationProposal"; readonly MsgSpotMarketParamUpdateProposal: "injective.exchange.v1beta1.SpotMarketParamUpdateProposal"; readonly MsgSpotMarketLaunchProposal: "injective.exchange.v1beta1.SpotMarketLaunchProposal"; readonly MsgPerpetualMarketLaunchProposal: "injective.exchange.v1beta1.PerpetualMarketLaunchProposal"; readonly MsgExpiryFuturesMarketLaunchProposal: "injective.exchange.v1beta1.ExpiryFuturesMarketLaunchProposal"; readonly MsgDerivativeMarketParamUpdateProposal: "injective.exchange.v1beta1.DerivativeMarketParamUpdateProposal"; readonly MsgMarketForcedSettlementProposal: "injective.exchange.v1beta1.MarketForcedSettlementProposal"; readonly MsgUpdateDenomDecimalsProposal: "injective.exchange.v1beta1.UpdateDenomDecimalsProposal"; readonly MsgTradingRewardCampaignLaunchProposal: "injective.exchange.v1beta1.TradingRewardCampaignLaunchProposal"; readonly MsgTradingRewardCampaignUpdateProposal: "injective.exchange.v1beta1.TradingRewardCampaignUpdateProposal"; readonly MsgTradingRewardPendingPointsUpdateProposal: "injective.exchange.v1beta1.TradingRewardPendingPointsUpdateProposal"; readonly MsgFeeDiscountProposal: "injective.exchange.v1beta1.FeeDiscountProposal"; readonly MsgBatchCommunityPoolSpendProposal: "injective.exchange.v1beta1.BatchCommunityPoolSpendProposal"; readonly MsgBinaryOptionsMarketParamUpdateProposal: "injective.exchange.v1beta1.BinaryOptionsMarketParamUpdateProposal"; readonly MsgBinaryOptionsMarketLaunchProposal: "injective.exchange.v1beta1.BinaryOptionsMarketLaunchProposal"; readonly MsgCreateSpotLimitOrderAuthz: "injective.exchange.v1beta1.CreateSpotLimitOrderAuthz"; readonly MsgCreateSpotMarketOrderAuthz: "injective.exchange.v1beta1.CreateSpotMarketOrderAuthz"; readonly MsgBatchCreateSpotLimitOrdersAuthz: "injective.exchange.v1beta1.BatchCreateSpotLimitOrdersAuthz"; readonly MsgCancelSpotOrderAuthz: "injective.exchange.v1beta1.CancelSpotOrderAuthz"; readonly MsgBatchCancelSpotOrdersAuthz: "injective.exchange.v1beta1.BatchCancelSpotOrdersAuthz"; readonly MsgCreateDerivativeLimitOrderAuthz: "injective.exchange.v1beta1.CreateDerivativeLimitOrderAuthz"; readonly MsgCreateDerivativeMarketOrderAuthz: "injective.exchange.v1beta1.CreateDerivativeMarketOrderAuthz"; readonly MsgBatchCreateDerivativeLimitOrdersAuthz: "injective.exchange.v1beta1.BatchCreateDerivativeLimitOrdersAuthz"; readonly MsgCancelDerivativeOrderAuthz: "injective.exchange.v1beta1.CancelDerivativeOrderAuthz"; readonly MsgBatchCancelDerivativeOrdersAuthz: "injective.exchange.v1beta1.BatchCancelDerivativeOrdersAuthz"; readonly MsgBatchUpdateOrdersAuthz: "injective.exchange.v1beta1.BatchUpdateOrdersAuthz"; readonly MsgDeleteNamespace: "injective.permissions.v1beta1.MsgDeleteNamespace"; readonly MsgUpdateNamespaceRoles: "injective.permissions.v1beta1.MsgUpdateNamespaceRoles"; readonly MsgRevokeNamespaceRoles: "injective.permissions.v1beta1.MsgRevokeNamespaceRoles"; readonly MsgSetWasmHook: "injective.permissions.v1beta1.MsgUpdateNamespace.MsgSetWasmHook"; readonly MsgSetMintsPaused: "injective.permissions.v1beta1.MsgUpdateNamespace.MsgSetMintsPaused"; readonly MsgSetSendsPaused: "injective.permissions.v1beta1.MsgUpdateNamespace.MsgSetSendsPaused"; readonly MsgSetBurnsPaused: "injective.permissions.v1beta1.MsgUpdateNamespace.MsgSetBurnsPaused"; readonly MsgContractRegistrationRequestProposal: "injective.wasmx.v1beta1.ContractRegistrationRequestProposal"; readonly MsgBatchContractRegistrationRequestProposal: "injective.wasmx.v1beta1.BatchContractRegistrationRequestProposal"; readonly MsgExec: "cosmos.authz.v1beta1.MsgExec"; readonly MsgGrant: "cosmos.authz.v1beta1.MsgGrant"; readonly MsgRevoke: "cosmos.authz.v1beta1.MsgRevoke"; readonly MsgSend: "cosmos.bank.v1beta1.MsgSend"; readonly MsgMultiSend: "cosmos.bank.v1beta1.MsgMultiSend"; readonly MsgBankUpdateParams: "cosmos.bank.v1beta1.MsgUpdateParams"; readonly MsgSetWithdrawAddress: "cosmos.distribution.v1beta1.MsgSetWithdrawAddress"; readonly MsgWithdrawDelegatorReward: "cosmos.distribution.v1beta1.MsgWithdrawDelegatorReward"; readonly MsgWithdrawValidatorCommission: "cosmos.distribution.v1beta1.MsgWithdrawValidatorCommission"; readonly MsgFundCommunityPool: "cosmos.distribution.v1beta1.MsgFundCommunityPool"; readonly MsgDistributionUpdateParams: "cosmos.distribution.v1beta1.MsgUpdateParams"; readonly MsgGrantAllowance: "cosmos.feegrant.v1beta1.MsgGrantAllowance"; readonly MsgRevokeAllowance: "cosmos.feegrant.v1beta1.MsgRevokeAllowance"; readonly MsgVote: "cosmos.gov.v1beta1.MsgVote"; readonly MsgDepositCosmos: "cosmos.gov.v1beta1.MsgDeposit"; readonly MsgVoteWeighted: "cosmos.gov.v1beta1.MsgVoteWeighted"; readonly MsgSubmitProposal: "cosmos.gov.v1beta1.MsgSubmitProposal"; readonly MsgVoteV1: "cosmos.gov.v1.MsgVote"; readonly MsgDepositV1: "cosmos.gov.v1.MsgDeposit"; readonly MsgUnjail: "cosmos.slashing.v1beta1.MsgUnjail"; readonly MsgDelegate: "cosmos.staking.v1beta1.MsgDelegate"; readonly MsgUndelegate: "cosmos.staking.v1beta1.MsgUndelegate"; readonly MsgEditValidator: "cosmos.staking.v1beta1.MsgEditValidator"; readonly MsgBeginRedelegate: "cosmos.staking.v1beta1.MsgBeginRedelegate"; readonly MsgCreateValidator: "cosmos.staking.v1beta1.MsgCreateValidator"; readonly MsgCancelUnbondingDelegation: "cosmos.staking.v1beta1.MsgCancelUnbondingDelegation"; readonly MsgTransferDelegation: "cosmos.staking.v1beta1.MsgTransferDelegation"; readonly MsgStakingUpdateParams: "cosmos.staking.v1beta1.MsgUpdateParams"; readonly MsgStoreCode: "cosmwasm.wasm.v1.MsgStoreCode"; readonly MsgUpdateAdmin: "cosmwasm.wasm.v1.MsgUpdateAdmin"; readonly MsgExecuteContract: "cosmwasm.wasm.v1.MsgExecuteContract"; readonly MsgMigrateContract: "cosmwasm.wasm.v1.MsgMigrateContract"; readonly MsgInstantiateContract: "cosmwasm.wasm.v1.MsgInstantiateContract"; readonly MsgInstantiateContract2: "cosmwasm.wasm.v1.MsgInstantiateContract2"; readonly MsgTransfer: "ibc.applications.transfer.v1.MsgTransfer"; readonly MsgTimeout: "ibc.core.channel.v1.MsgTimeout"; readonly MsgRecvPacket: "ibc.core.channel.v1.MsgRecvPacket"; readonly MsgChannelOpenAck: "ibc.core.channel.v1.MsgChannelOpenAck"; readonly MsgChannelOpenTry: "ibc.core.channel.v1.MsgChannelOpenTry"; readonly MsgAcknowledgement: "ibc.core.channel.v1.MsgAcknowledgement"; readonly MsgChannelOpenInit: "ibc.core.channel.v1.MsgChannelOpenInit"; readonly MsgChannelOpenConfirm: "ibc.core.channel.v1.MsgChannelOpenConfirm"; readonly MsgCreateClient: "ibc.core.client.v1.MsgCreateClient"; readonly MsgUpdateClient: "ibc.core.client.v1.MsgUpdateClient"; readonly MsgConnectionOpenAck: "ibc.core.connection.v1.MsgConnectionOpenAck"; readonly MsgConnectionOpenTry: "ibc.core.connection.v1.MsgConnectionOpenTry"; readonly MsgConnectionOpenInit: "ibc.core.connection.v1.MsgConnectionOpenInit"; readonly MsgConnectionOpenConfirm: "ibc.core.connection.v1.MsgConnectionOpenConfirm"; readonly MsgBid: "injective.auction.v1beta1.MsgBid"; readonly MsgAuctionClaimVoucher: "injective.auction.v1beta1.MsgClaimVoucher"; readonly MsgAuctionUpdateParams: "injective.auction.v1beta1.MsgUpdateParams"; readonly MsgErc20UpdateParams: "injective.erc20.v1beta1.MsgUpdateParams"; readonly MsgCreateTokenPair: "injective.erc20.v1beta1.MsgCreateTokenPair"; readonly MsgDeleteTokenPair: "injective.erc20.v1beta1.MsgDeleteTokenPair"; readonly LegacyTx: "injective.evm.v1.LegacyTx"; readonly AccessListTx: "injective.evm.v1.AccessListTx"; readonly DynamicFeeTx: "injective.evm.v1.DynamicFeeTx"; readonly MsgEthereumTx: "injective.evm.v1.MsgEthereumTx"; readonly MsgEvmUpdateParams: "injective.evm.v1.MsgUpdateParams"; readonly ExtensionOptionsEthereumTx: "injective.evm.v1.ExtensionOptionsEthereumTx"; readonly OrderData: "injective.exchange.v1beta1.OrderData"; readonly MsgDeposit: "injective.exchange.v1beta1.MsgDeposit"; readonly MsgSignDoc: "injective.exchange.v1beta1.MsgSignDoc"; readonly MsgSignData: "injective.exchange.v1beta1.MsgSignData"; readonly MsgWithdraw: "injective.exchange.v1beta1.MsgWithdraw"; readonly MsgRewardsOptOut: "injective.exchange.v1beta1.MsgRewardsOptOut"; readonly MsgCancelSpotOrder: "injective.exchange.v1beta1.MsgCancelSpotOrder"; readonly MsgExchangeUpdateParams: "injective.exchange.v1beta1.MsgUpdateParams"; readonly MsgExternalTransfer: "injective.exchange.v1beta1.MsgExternalTransfer"; readonly MsgUpdateSpotMarket: "injective.exchange.v1beta1.MsgUpdateSpotMarket"; readonly MsgBatchUpdateOrders: "injective.exchange.v1beta1.MsgBatchUpdateOrders"; readonly MsgLiquidatePosition: "injective.exchange.v1beta1.MsgLiquidatePosition"; readonly MsgActivateStakeGrant: "injective.exchange.v1beta1.MsgActivateStakeGrant"; readonly MsgReclaimLockedFunds: "injective.exchange.v1beta1.MsgReclaimLockedFunds"; readonly MsgSubaccountTransfer: "injective.exchange.v1beta1.MsgSubaccountTransfer"; readonly SpotMarketOrderResults: "injective.exchange.v1beta1.SpotMarketOrderResults"; readonly MsgAuthorizeStakeGrants: "injective.exchange.v1beta1.MsgAuthorizeStakeGrants"; readonly MsgCreateSpotLimitOrder: "injective.exchange.v1beta1.MsgCreateSpotLimitOrder"; readonly MsgBatchCancelSpotOrders: "injective.exchange.v1beta1.MsgBatchCancelSpotOrders"; readonly MsgCancelDerivativeOrder: "injective.exchange.v1beta1.MsgCancelDerivativeOrder"; readonly MsgCreateSpotMarketOrder: "injective.exchange.v1beta1.MsgCreateSpotMarketOrder"; readonly MsgEmergencySettleMarket: "injective.exchange.v1beta1.MsgEmergencySettleMarket"; readonly MsgDecreasePositionMargin: "injective.exchange.v1beta1.MsgDecreasePositionMargin"; readonly MsgIncreasePositionMargin: "injective.exchange.v1beta1.MsgIncreasePositionMargin"; readonly MsgUpdateDerivativeMarket: "injective.exchange.v1beta1.MsgUpdateDerivativeMarket"; readonly MsgInstantSpotMarketLaunch: "injective.exchange.v1beta1.MsgInstantSpotMarketLaunch"; readonly MsgCancelBinaryOptionsOrder: "injective.exchange.v1beta1.MsgCancelBinaryOptionsOrder"; readonly DerivativeMarketOrderResults: "injective.exchange.v1beta1.DerivativeMarketOrderResults"; readonly MsgBatchExchangeModification: "injective.exchange.v1beta1.MsgBatchExchangeModification"; readonly MsgPrivilegedExecuteContract: "injective.exchange.v1beta1.MsgPrivilegedExecuteContract"; readonly MsgBatchCreateSpotLimitOrders: "injective.exchange.v1beta1.MsgBatchCreateSpotLimitOrders"; readonly MsgCreateDerivativeLimitOrder: "injective.exchange.v1beta1.MsgCreateDerivativeLimitOrder"; readonly MsgBatchCancelDerivativeOrders: "injective.exchange.v1beta1.MsgBatchCancelDerivativeOrders"; readonly MsgCreateDerivativeMarketOrder: "injective.exchange.v1beta1.MsgCreateDerivativeMarketOrder"; readonly MsgCreateBinaryOptionsLimitOrder: "injective.exchange.v1beta1.MsgCreateBinaryOptionsLimitOrder"; readonly MsgAdminUpdateBinaryOptionsMarket: "injective.exchange.v1beta1.MsgAdminUpdateBinaryOptionsMarket"; readonly MsgCreateBinaryOptionsMarketOrder: "injective.exchange.v1beta1.MsgCreateBinaryOptionsMarketOrder"; readonly MsgBatchCancelBinaryOptionsOrders: "injective.exchange.v1beta1.MsgBatchCancelBinaryOptionsOrders"; readonly MsgBatchCreateDerivativeLimitOrders: "injective.exchange.v1beta1.MsgBatchCreateDerivativeLimitOrders"; readonly MsgInstantBinaryOptionsMarketLaunch: "injective.exchange.v1beta1.MsgInstantBinaryOptionsMarketLaunch"; readonly MsgInstantExpiryFuturesMarketLaunch: "injective.exchange.v1beta1.MsgInstantExpiryFuturesMarketLaunch"; readonly MsgInstantPerpetualMarketLaunch: "injective.exchange.v1beta1.MsgInstantPerpetualMarketLaunch"; readonly OrderDataV2: "injective.exchange.v2.OrderData"; readonly MsgDepositV2: "injective.exchange.v2.MsgDeposit"; readonly MsgSignDocV2: "injective.exchange.v2.MsgSignDoc"; readonly MsgSignDataV2: "injective.exchange.v2.MsgSignData"; readonly MsgWithdrawV2: "injective.exchange.v2.MsgWithdraw"; readonly MsgFeeDiscountV2: "injective.exchange.v2.MsgFeeDiscount"; readonly MsgUpdateParamsV2: "injective.exchange.v2.MsgUpdateParams"; readonly MsgRewardsOptOutV2: "injective.exchange.v2.MsgRewardsOptOut"; readonly MsgExchangeEnableV2: "injective.exchange.v2.MsgExchangeEnable"; readonly MsgCancelSpotOrderV2: "injective.exchange.v2.MsgCancelSpotOrder"; readonly MsgExternalTransferV2: "injective.exchange.v2.MsgExternalTransfer"; readonly MsgSpotMarketLaunchV2: "injective.exchange.v2.MsgSpotMarketLaunch"; readonly MsgUpdateSpotMarketV2: "injective.exchange.v2.MsgUpdateSpotMarket"; readonly MsgUpdateSubaccountRiskProfileV2: "injective.exchange.v2.MsgUpdateSubaccountRiskProfile"; readonly MsgBatchUpdateOrdersV2: "injective.exchange.v2.MsgBatchUpdateOrders"; readonly MsgLiquidatePositionV2: "injective.exchange.v2.MsgLiquidatePosition"; readonly MsgBatchLiquidatePositionsV2: "injective.exchange.v2.MsgBatchLiquidatePositions"; readonly MsgLiquidateCrossMarginPoolV2: "injective.exchange.v2.MsgLiquidateCrossMarginPool"; readonly MsgActivatePostOnlyModeV2: "injective.exchange.v2.MsgActivatePostOnlyMode"; readonly MsgCancelPostOnlyModeV2: "injective.exchange.v2.MsgCancelPostOnlyMode"; readonly MsgActivateStakeGrantV2: "injective.exchange.v2.MsgActivateStakeGrant"; readonly MsgReclaimLockedFundsV2: "injective.exchange.v2.MsgReclaimLockedFunds"; readonly MsgSubaccountTransferV2: "injective.exchange.v2.MsgSubaccountTransfer"; readonly SpotMarketOrderResultsV2: "injective.exchange.v2.SpotMarketOrderResults"; readonly MsgAuthorizeStakeGrantsV2: "injective.exchange.v2.MsgAuthorizeStakeGrants"; readonly MsgCreateSpotLimitOrderV2: "injective.exchange.v2.MsgCreateSpotLimitOrder"; readonly MsgBatchCancelSpotOrdersV2: "injective.exchange.v2.MsgBatchCancelSpotOrders"; readonly MsgCancelDerivativeOrderV2: "injective.exchange.v2.MsgCancelDerivativeOrder"; readonly MsgCreateSpotMarketOrderV2: "injective.exchange.v2.MsgCreateSpotMarketOrder"; readonly MsgEmergencySettleMarketV2: "injective.exchange.v2.MsgEmergencySettleMarket"; readonly MsgPerpetualMarketLaunchV2: "injective.exchange.v2.MsgPerpetualMarketLaunch"; readonly MsgSpotMarketParamUpdateV2: "injective.exchange.v2.MsgSpotMarketParamUpdate"; readonly MsgDecreasePositionMarginV2: "injective.exchange.v2.MsgDecreasePositionMargin"; readonly MsgIncreasePositionMarginV2: "injective.exchange.v2.MsgIncreasePositionMargin"; readonly MsgMarketForcedSettlementV2: "injective.exchange.v2.MsgMarketForcedSettlement"; readonly MsgOffsetPositionV2: "injective.exchange.v2.MsgOffsetPosition"; readonly MsgUpdateDerivativeMarketV2: "injective.exchange.v2.MsgUpdateDerivativeMarket"; readonly MsgBatchCommunityPoolSpendV2: "injective.exchange.v2.MsgBatchCommunityPoolSpend"; readonly MsgInstantSpotMarketLaunchV2: "injective.exchange.v2.MsgInstantSpotMarketLaunch"; readonly MsgCancelBinaryOptionsOrderV2: "injective.exchange.v2.MsgCancelBinaryOptionsOrder"; readonly DerivativeMarketOrderResultsV2: "injective.exchange.v2.DerivativeMarketOrderResults"; readonly LiquidatePositionDataV2: "injective.exchange.v2.LiquidatePositionData"; readonly LiquidatePositionResultV2: "injective.exchange.v2.LiquidatePositionResult"; readonly MsgBatchExchangeModificationV2: "injective.exchange.v2.MsgBatchExchangeModification"; readonly MsgBinaryOptionsMarketLaunchV2: "injective.exchange.v2.MsgBinaryOptionsMarketLaunch"; readonly MsgExpiryFuturesMarketLaunchV2: "injective.exchange.v2.MsgExpiryFuturesMarketLaunch"; readonly MsgPrivilegedExecuteContractV2: "injective.exchange.v2.MsgPrivilegedExecuteContract"; readonly MsgBatchCreateSpotLimitOrdersV2: "injective.exchange.v2.MsgBatchCreateSpotLimitOrders"; readonly MsgCreateDerivativeLimitOrderV2: "injective.exchange.v2.MsgCreateDerivativeLimitOrder"; readonly MsgBatchCancelDerivativeOrdersV2: "injective.exchange.v2.MsgBatchCancelDerivativeOrders"; readonly MsgCreateDerivativeMarketOrderV2: "injective.exchange.v2.MsgCreateDerivativeMarketOrder"; readonly MsgDerivativeMarketParamUpdateV2: "injective.exchange.v2.MsgDerivativeMarketParamUpdate"; readonly MsgTradingRewardCampaignLaunchV2: "injective.exchange.v2.MsgTradingRewardCampaignLaunch"; readonly MsgTradingRewardCampaignUpdateV2: "injective.exchange.v2.MsgTradingRewardCampaignUpdate"; readonly MsgInstantPerpetualMarketLaunchV2: "injective.exchange.v2.MsgInstantPerpetualMarketLaunch"; readonly MsgCreateBinaryOptionsLimitOrderV2: "injective.exchange.v2.MsgCreateBinaryOptionsLimitOrder"; readonly MsgAdminUpdateBinaryOptionsMarketV2: "injective.exchange.v2.MsgAdminUpdateBinaryOptionsMarket"; readonly MsgBatchCancelBinaryOptionsOrdersV2: "injective.exchange.v2.MsgBatchCancelBinaryOptionsOrders"; readonly MsgBinaryOptionsMarketParamUpdateV2: "injective.exchange.v2.MsgBinaryOptionsMarketParamUpdate"; readonly MsgCreateBinaryOptionsMarketOrderV2: "injective.exchange.v2.MsgCreateBinaryOptionsMarketOrder"; readonly MsgBatchCreateDerivativeLimitOrdersV2: "injective.exchange.v2.MsgBatchCreateDerivativeLimitOrders"; readonly MsgInstantBinaryOptionsMarketLaunchV2: "injective.exchange.v2.MsgInstantBinaryOptionsMarketLaunch"; readonly MsgInstantExpiryFuturesMarketLaunchV2: "injective.exchange.v2.MsgInstantExpiryFuturesMarketLaunch"; readonly MsgTradingRewardPendingPointsUpdateV2: "injective.exchange.v2.MsgTradingRewardPendingPointsUpdate"; readonly MsgAtomicMarketOrderFeeMultiplierScheduleV2: "injective.exchange.v2.MsgAtomicMarketOrderFeeMultiplierSchedule"; readonly MsgSetDelegationTransferReceiversV2: "injective.exchange.v2.MsgSetDelegationTransferReceivers"; readonly MsgUnderwrite: "injective.insurance.v1beta1.MsgUnderwrite"; readonly MsgInsuranceUpdateParams: "injective.insurance.v1beta1.MsgUpdateParams"; readonly MsgInsuranceClaimVoucher: "injective.insurance.v1beta1.MsgClaimVoucher"; readonly MsgRequestRedemption: "injective.insurance.v1beta1.MsgRequestRedemption"; readonly MsgCreateInsuranceFund: "injective.insurance.v1beta1.MsgCreateInsuranceFund"; readonly MsgRelayChainlinkPrices: "injective.oracle.v1beta1.MsgRelayChainlinkPrices"; readonly MsgRelayBandRates: "injective.oracle.v1beta1.MsgRelayBandRates"; readonly MsgRelayPythPrices: "injective.oracle.v1beta1.MsgRelayPythPrices"; readonly MsgRelayPythProPrices: "injective.oracle.v1beta1.MsgRelayPythProPrices"; readonly MsgOracleUpdateParams: "injective.oracle.v1beta1.MsgUpdateParams"; readonly MsgRelayStorkPrices: "injective.oracle.v1beta1.MsgRelayStorkPrices"; readonly MsgRelaySedaFastPrices: "injective.oracle.v1beta1.MsgRelaySedaFastPrices"; readonly MsgRelayProviderPrices: "injective.oracle.v1beta1.MsgRelayProviderPrices"; readonly MsgRelayPriceFeedPrice: "injective.oracle.v1beta1.MsgRelayPriceFeedPrice"; readonly MsgRelayCoinbaseMessages: "injective.oracle.v1beta1.MsgRelayCoinbaseMessages"; readonly MsgRequestBandIBCRates: "injective.oracle.v1beta1.MsgRequestBandIBCRates"; readonly MsgTransmit: "injective.ocr.v1beta1.MsgTransmit"; readonly MsgSetPayees: "injective.ocr.v1beta1.MsgSetPayees"; readonly MsgCreateFeed: "injective.ocr.v1beta1.MsgCreateFeed"; readonly MsgUpdateFeed: "injective.ocr.v1beta1.MsgUpdateFeed"; readonly MsgOcrUpdateParams: "injective.ocr.v1beta1.MsgUpdateParams"; readonly MsgAcceptPayeeship: "injective.ocr.v1beta1.MsgAcceptPayeeship"; readonly MsgTransferPayeeship: "injective.ocr.v1beta1.MsgTransferPayeeship"; readonly MsgFundFeedRewardPool: "injective.ocr.v1beta1.MsgFundFeedRewardPool"; readonly MsgWithdrawFeedRewardPool: "injective.ocr.v1beta1.MsgWithdrawFeedRewardPool"; readonly MsgSendToEth: "injective.peggy.v1.MsgSendToEth"; readonly MsgConfirmBatch: "injective.peggy.v1.MsgConfirmBatch"; readonly MsgDepositClaim: "injective.peggy.v1.MsgDepositClaim"; readonly MsgRequestBatch: "injective.peggy.v1.MsgRequestBatch"; readonly MsgValsetConfirm: "injective.peggy.v1.MsgValsetConfirm"; readonly MsgWithdrawClaim: "injective.peggy.v1.MsgWithdrawClaim"; readonly MsgERC20DeployedClaim: "injective.peggy.v1.MsgERC20DeployedClaim"; readonly MsgValsetUpdatedClaim: "injective.peggy.v1.MsgValsetUpdatedClaim"; readonly MsgRevokeEthereumBlacklist: "injective.peggy.v1.MsgRevokeEthereumBlacklist"; readonly MsgSetOrchestratorAddresses: "injective.peggy.v1.MsgSetOrchestratorAddresses"; readonly MsgBlacklistEthereumAddresses: "injective.peggy.v1.MsgBlacklistEthereumAddresses"; readonly MsgCancelSendToEth: "injective.peggy.v1.MsgCancelSendToEth"; readonly MsgCreateRateLimit: "injective.peggy.v1.MsgCreateRateLimit"; readonly MsgPeggyUpdateParams: "injective.peggy.v1.MsgUpdateParams"; readonly MsgRemoveRateLimit: "injective.peggy.v1.MsgRemoveRateLimit"; readonly MsgSubmitBadSignatureEvidence: "injective.peggy.v1.MsgSubmitBadSignatureEvidence"; readonly MsgUpdateRateLimit: "injective.peggy.v1.MsgUpdateRateLimit"; readonly MsgClaimVoucher: "injective.permissions.v1beta1.MsgClaimVoucher"; readonly MsgCreateNamespace: "injective.permissions.v1beta1.MsgCreateNamespace"; readonly MsgUpdateNamespace: "injective.permissions.v1beta1.MsgUpdateNamespace"; readonly MsgUpdateActorRoles: "injective.permissions.v1beta1.MsgUpdateActorRoles"; readonly MsgPermissionsUpdateParams: "injective.permissions.v1beta1.MsgUpdateParams"; readonly MsgUpdateNamespaceSetContractHook: "injective.permissions.v1beta1.MsgUpdateNamespace.SetContractHook"; readonly MsgBurn: "injective.tokenfactory.v1beta1.MsgBurn"; readonly MsgMint: "injective.tokenfactory.v1beta1.MsgMint"; readonly MsgCreateDenom: "injective.tokenfactory.v1beta1.MsgCreateDenom"; readonly MsgChangeAdmin: "injective.tokenfactory.v1beta1.MsgChangeAdmin"; readonly MsgSetDenomMetadata: "injective.tokenfactory.v1beta1.MsgSetDenomMetadata"; readonly MsgTokenFactoryUpdateParams: "injective.tokenfactory.v1beta1.MsgUpdateParams"; readonly MsgSetDenomMetadataAdminBurnDisabled: "injective.tokenfactory.v1beta1.MsgSetDenomMetadata.AdminBurnDisabled"; readonly MsgUpdateContract: "injective.wasmx.v1.MsgUpdateContract"; readonly MsgWasmxUpdateParams: "injective.wasmx.v1.MsgUpdateParams"; readonly MsgActivateContract: "injective.wasmx.v1.MsgActivateContract"; readonly MsgRegisterContract: "injective.wasmx.v1.MsgRegisterContract"; readonly MsgDeactivateContract: "injective.wasmx.v1.MsgDeactivateContract"; readonly MsgExecuteContractCompat: "injective.wasmx.v1.MsgExecuteContractCompat"; readonly MsgTxFeesUpdateParams: "injective.txfees.v1beta1.MsgUpdateParams"; }; type MsgType = (typeof MsgType)[keyof typeof MsgType]; declare const MsgStatus: { readonly Success: "success"; readonly Fail: "fail"; }; type MsgStatus = (typeof MsgStatus)[keyof typeof MsgStatus]; declare const EIP712Version: { readonly V1: "v1"; readonly V2: "v2"; }; type EIP712Version = (typeof EIP712Version)[keyof typeof EIP712Version]; //#endregion //#region src/cosmos.d.ts interface Coin { denom: string; amount: string; } declare const CosmosChainId: { readonly Injective: "injective-1"; readonly Cosmoshub: "cosmoshub-4"; readonly Juno: "juno-1"; readonly Osmosis: "osmosis-1"; readonly Terra: "columbus-5"; readonly TerraUST: "columbus-5"; readonly Chihuahua: "chihuahua-1"; readonly Axelar: "axelar-dojo-1"; readonly Evmos: "evmos_9001-2"; readonly Persistence: "core-1"; readonly Secret: "secret-4"; readonly Stride: "stride-1"; readonly Crescent: "crescent-1"; readonly Sommelier: "sommelier-3"; readonly Canto: "canto_7700-1"; readonly Kava: "kava_2222-10"; readonly Oraichain: "Oraichain"; readonly Noble: "noble-1"; readonly Celestia: "celestia"; readonly Migaloo: "migaloo-1"; readonly Kujira: "kaiyo-1"; readonly Wormchain: "wormchain"; readonly Andromeda: "andromeda-1"; readonly Saga: "ssc-1"; readonly Neutron: "neutron-1"; readonly Fetch: "fetchhub-4"; }; type CosmosChainId = (typeof CosmosChainId)[keyof typeof CosmosChainId]; declare const TestnetCosmosChainId: { readonly Injective: "injective-888"; readonly Cosmoshub: "theta-testnet-001"; readonly Evmos: "evmos_9000-4"; readonly Xion: "xion-testnet-1"; }; type TestnetCosmosChainId = (typeof TestnetCosmosChainId)[keyof typeof TestnetCosmosChainId]; declare const DevnetCosmosChainId: { readonly Injective: "injective-777"; readonly Injective1: "injective-777"; readonly Injective2: "injective-777"; }; type DevnetCosmosChainId = (typeof DevnetCosmosChainId)[keyof typeof DevnetCosmosChainId]; //#endregion //#region src/common.d.ts /** * @deprecated Use StreamStatusResponse from @injectivelabs/sdk-ts/types instead */ interface StreamStatusResponse { details: string; code: number; metadata: any; } /** * @deprecated Use StreamOperation from @injectivelabs/sdk-ts/types instead */ declare const StreamOperation: { readonly Insert: "insert"; readonly Delete: "delete"; readonly Replace: "replace"; readonly Update: "update"; readonly Invalidate: "invalidate"; }; /** * @deprecated Use StreamOperation from @injectivelabs/sdk-ts/types instead */ type StreamOperation = (typeof StreamOperation)[keyof typeof StreamOperation]; interface PaginationOption { key: string; offset?: number; skip?: number; limit?: number; reverse?: boolean; countTotal?: boolean; } interface Constructable { new (...args: never): T; } type UnwrappedPromise = T extends Promise ? Return : T; //#endregion //#region src/aliases.d.ts type AccountAddress = string; type SubAccountId = string; //#endregion //#region src/transactions.d.ts interface TransactionOptions { from?: AccountAddress; to?: AccountAddress; gasPrice?: string; gas?: number; } //#endregion export { AccountAddress, ChainId, Coin, Constructable, CosmosChainId, DeprecatedMsgType, DevnetCosmosChainId, EIP712Version, EvmChainId, MsgStatus, MsgType, PaginationOption, StreamOperation, StreamStatusResponse, SubAccountId, TestnetCosmosChainId, TransactionOptions, UnwrappedPromise };