@injectivelabs/sdk-ts 1.20.35 → 1.20.37
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/dist/cjs/{StreamManagerV2-Czx4qGQz.cjs → StreamManagerV2-BvTWoHOK.cjs} +3 -5
- package/dist/cjs/client/chain.d.cts +1 -1
- package/dist/cjs/client/indexer.cjs +1 -1
- package/dist/cjs/client/indexer.d.cts +1 -1
- package/dist/cjs/core/accounts.d.cts +1 -1
- package/dist/cjs/core/modules.d.cts +1 -1
- package/dist/cjs/core/tx.d.cts +1 -1
- package/dist/cjs/{index-l9wDzajH.d.cts → index-BXvqkDAu.d.cts} +22 -29
- package/dist/cjs/index.cjs +1 -1
- package/dist/cjs/index.d.cts +1 -1
- package/dist/cjs/utils.d.cts +1 -1
- package/dist/esm/{StreamManagerV2-B4O2pl3T.js → StreamManagerV2-BqkzRlqw.js} +3 -5
- package/dist/esm/client/chain.d.ts +1 -1
- package/dist/esm/client/indexer.d.ts +1 -1
- package/dist/esm/client/indexer.js +1 -1
- package/dist/esm/core/accounts.d.ts +1 -1
- package/dist/esm/core/modules.d.ts +1 -1
- package/dist/esm/core/tx.d.ts +1 -1
- package/dist/esm/{index-BIUO9L7Y.d.ts → index-dtzg5gym.d.ts} +22 -29
- package/dist/esm/index.d.ts +1 -1
- package/dist/esm/index.js +1 -1
- package/dist/esm/utils.d.ts +1 -1
- package/package.json +6 -6
|
@@ -103,10 +103,7 @@ const GrpcWebSocketCodec = {
|
|
|
103
103
|
encodeTakerAuth(auth) {
|
|
104
104
|
const message = __injectivelabs_indexer_proto_ts_v2_generated_injective_rfq_rpc_pb.TakerStreamStreamingRequest.create({
|
|
105
105
|
messageType: "auth",
|
|
106
|
-
auth: __injectivelabs_indexer_proto_ts_v2_generated_injective_rfq_rpc_pb.TakerAuth.create({
|
|
107
|
-
signature: auth.signature,
|
|
108
|
-
evmChainId: BigInt(auth.evmChainId)
|
|
109
|
-
})
|
|
106
|
+
auth: __injectivelabs_indexer_proto_ts_v2_generated_injective_rfq_rpc_pb.TakerAuth.create({ signature: auth.signature })
|
|
110
107
|
});
|
|
111
108
|
return encodeGrpcFrame(__injectivelabs_indexer_proto_ts_v2_generated_injective_rfq_rpc_pb.TakerStreamStreamingRequest.toBinary(message));
|
|
112
109
|
},
|
|
@@ -660,6 +657,8 @@ var IndexerWsTakerStream = class {
|
|
|
660
657
|
reconnect: config.reconnect,
|
|
661
658
|
metadata: {
|
|
662
659
|
request_address: config.requestAddress,
|
|
660
|
+
...config.authVersion ? { auth_version: config.authVersion } : {},
|
|
661
|
+
...config.autosignAddress ? { autosign_address: config.autosignAddress } : {},
|
|
663
662
|
subscribe_to_conditional_order_updates: "true"
|
|
664
663
|
}
|
|
665
664
|
});
|
|
@@ -751,7 +750,6 @@ var IndexerWsTakerStream = class {
|
|
|
751
750
|
if (response.challenge) {
|
|
752
751
|
const challenge = {
|
|
753
752
|
nonce: response.challenge.nonce,
|
|
754
|
-
evmChainId: Number(response.challenge.evmChainId),
|
|
755
753
|
expiresAt: Number(response.challenge.expiresAt),
|
|
756
754
|
autosignAddress: response.challenge.autosignAddress
|
|
757
755
|
};
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
import "../tx_pb-BzYfNmn2.cjs";
|
|
2
2
|
import { tt as OracleType } from "../index-B674D7pD.cjs";
|
|
3
3
|
import "../light-B-3BDUJ7.cjs";
|
|
4
|
-
import { $_ as ChainDenomDecimal, $g as GrpcTxFeesParams, $h as ValidatorRewards, $v as GrpcUnbondingDelegationEntry, A as ChainGrpcAuctionApi, A_ as MinModuleParams, Ag as GrpcPermissionRoleActors, Av as GrpcSpotMarket, Ay as GrpcGovernanceTallyParams, B as ChainGrpcAuthApi, B_ as EthAccount, Bg as PermissionNamespace, Bv as TradeRewardCampaign, By as TallyResult, C as ChainGrpcInsuranceFundApi, C_ as GrpcInsuranceFund, Cg as GrpcAuctionParams, Cv as GrpcFeeDiscountTierTTL, Cy as GrpcContractCodeHistoryEntry, D as ChainGrpcTendermintApi, D_ as InsuranceModuleParams, Dg as GrpcPermissionPolicyStatus, Dv as GrpcOrderType, Dy as grpcContractInfo, E as ChainGrpcPermissionsApi, E_ as InsuranceFund, Eg as GrpcPermissionNamespace, Ev as GrpcOrderInfo, Ey as TokenInfo, F as ChainGrpcPeggyApi, F_ as SendEnabled, Fg as PermissionActionMap, Fv as GrpcTradingRewardCampaignInfo, Fy as GrpcVote, G_ as EvmLog, Gg as PermissionRoleActors, Gh as AuthorityMetadata, Gv as GrpcDelegation, H as ChainGrpcIbcApi, H_ as EvmBlobConfig, Hg as PermissionPolicyManagerCapability, Hh as RestApiResponse, Hv as TradingRewardCampaignInfo, Hy as VoteOption, I as ChainGrpcAuthZApi, I_ as TotalSupply, Ig as PermissionActorRoles, Iv as IsOptedOutOfRewards, Iy as Proposal, J_ as GrpcEvmBlobScheduleConfig, Jg as PermissionVoucher, Jh as TokenFactoryModuleState, Jv as GrpcReDelegation, K_ as EvmParams, Kg as PermissionRoleIDs, Kh as FactoryDenomWithMetadata, Kv as GrpcDelegationResponse, L as ChainGrpcWasmApi, L_ as Account, Lg as PermissionAddressRoles, Lv as OrderType, Ly as ProposalDeposit, M as ChainGrpcOracleApi, M_ as GrpcBankParams, Mg as GrpcPermissionRoleManager, Mv as GrpcSpotOrder, My as GrpcProposal, N as ChainGrpcErc20Api, N_ as GrpcSupply, Ng as GrpcPermissionsNamespace, Nv as GrpcTradeRewardCampaign, Ny as GrpcProposalDeposit, O as ChainGrpcExchangeApi, O_ as OracleTypeMap, Og as GrpcPermissionPolicyStatusManagerCapability, Ov as GrpcOrderTypeMap, Oy as GovModuleStateParams, P as ChainGrpcWasmXApi, P_ as Metadata, Pg as GrpcPermissionsParams, Pv as GrpcTradingRewardCampaignBoostInfo, Py as GrpcTallyResult, Q_ as CampaignRewardPool, Qg as GrpcTxFeesEipBaseFee, Qh as GrpcDistributionParams, Qv as GrpcUnbondingDelegation, R as ChainGrpcMintApi, R_ as AuthBaseAccount, Rg as PermissionAddressVoucher, Rv as OrderTypeMap, Ry as ProposalStatus, S as ChainRestBankApi, S_ as GrantWithDecodedAuthorization, Sg as GrpcAuctionLastAuctionResult, Sv as GrpcFeeDiscountTierInfo, Sy as GrpcCodeInfoResponse, T as ChainGrpcDistributionApi, T_ as GrpcRedemptionSchedule, Tg as GrpcPermissionAddressVoucher, Tv as GrpcMarketStatusMap, Ty as MarketingInfo, U as ChainGrpcGovApi, U_ as EvmBlobScheduleConfig, Ug as PermissionPolicyStatus, Uh as BlockLatestRestResponse, Uv as BondStatus, Uy as VoteOptionMap, V as ChainGrpcEvmApi, V_ as PubKey, Vg as PermissionParams, Vh as ChainModule, Vv as TradingRewardCampaignBoostInfo, Vy as Vote, W_ as EvmChainConfig, Wg as PermissionRole, Wh as NodeInfoRestResponse, Wv as Delegation, Wy as WeightedVoteOption, X_ as GrpcEvmLog, Xg as GrpcOracleParams, Xh as GrpcDecCoin, Xv as GrpcReDelegationResponse, Y_ as GrpcEvmChainConfig, Yg as PermissionsModuleParams, Yh as DistributionModuleParams, Yv as GrpcReDelegationEntryResponse, Z_ as GrpcEvmParams, Zg as OracleModuleParams, Zh as GrpcDelegationDelegatorReward, Zv as GrpcStakingParams, _ as ChainGrpcEvmTransformer, __ as CreateSpotMarketOrderAuthz, _g as AuctionParams, _v as GrpcDenomDecimals, _y as ContractCodeHistoryOperationTypeMap, a as ChainGrpcExchangeTransformer, a_ as TokenPair, ag as BaseAccountRestResponse, av as ExchangeParams, ay as ReDelegation, b as ChainRestWasmApi, b_ as GrantAuthorization, bg as GrpcAuctionEventAuctionStart, bv as GrpcFeeDiscountAccountInfo, by as GoogleProtoBufAny, c as ChainGrpcCommonTransformer, c_ as BatchCancelDerivativeOrdersAuthz, cg as AuctionCurrentBasket, cv as FeeDiscountTierInfo, cy as Validator, d as ChainGrpcPeggyTransformer, d_ as BatchCreateSpotLimitOrdersAuthz, dg as AuctionEventBid, dv as GrpcChainDerivativeMarket, dy as AbsoluteTxPosition, e_ as TxFeesEipBaseFee, eg as BalancesResponse, ev as ChainDenomMinNotional, ey as GrpcValidator, f as ChainGrpcAuthZTransformer, f_ as CancelDerivativeOrderAuthz, fg as AuctionLastAuctionResult, fv as GrpcChainDerivativePosition, fy as CodeInfoResponse, g as ChainGrpcAuthTransformer, g_ as CreateSpotLimitOrderAuthz, gg as AuctionModuleStateResponse, gv as GrpcChainSpotMarket, gy as ContractCodeHistoryOperationType, h as ChainGrpcBankTransformer, h_ as CreateDerivativeMarketOrderAuthz, hg as AuctionModuleStateParams, hv as GrpcChainPosition, hy as ContractCodeHistoryEntry, i as ChainGrpcPermissionsTransformer, i_ as Params, ig as AccountsResponse, iv as ExchangeModuleParams, iy as Pool, j as ChainGrpcTxFeesApi, j_ as BankModuleParams, jg as GrpcPermissionRoleIDs, jv as GrpcSpotMarketOrder, jy as GrpcGovernanceVotingParams, k as ChainGrpcStakingApi, k_ as GrpcMintParams, kg as GrpcPermissionRole, kv as GrpcPointsMultiplier, ky as GrpcGovernanceDepositParams, l as ChainGrpcTxFeesTransformer, l_ as BatchCancelSpotOrdersAuthz, lg as AuctionEventAuctionResult, lv as FeeDiscountTierTTL, ly as ValidatorCommission, m as ChainGrpcMintTransformer, m_ as CreateDerivativeLimitOrderAuthz, mg as AuctionModuleState, mv as GrpcChainFullSpotMarket, my as ContractAccountsBalanceWithPagination, n as ChainGrpcTokenFactoryTransformer, n_ as GrpcParams, ng as DenomOwnersResponse, nv as ChainPosition, ny as GrpcValidatorCommissionRates, o as ChainGrpcStakingTransformer, o_ as GrpcPeggyParams, og as CosmosAccountRestResponse, ov as FeeDiscountAccountInfo, oy as StakingModuleParams, p as ChainGrpcWasmTransformer, p_ as CancelSpotOrderAuthz, pg as AuctionModuleParams, pv as GrpcChainFullDerivativeMarket, py as ContractAccountBalance, q_ as GrpcEvmBlobConfig, qg as PermissionRoleManager, qh as TokenFactoryModuleParams, qv as GrpcPool, r as ChainGrpcDistributionTransformer, r_ as GrpcTokenPair, rg as AccountResponse, rv as DepositProposalParams, ry as GrpcValidatorDescription, s as ChainGrpcAuctionTransformer, s_ as PeggyModuleParams, sg as AuctionBid, sv as FeeDiscountSchedule, sy as UnBondingDelegation, t as ChainGrpcInsuranceFundTransformer, t_ as TxFeesModuleStateParams, tg as DenomBalance, tv as ChainDerivativePosition, ty as GrpcValidatorCommission, u as ChainGrpcErc20Transformer, u_ as BatchCreateDerivativeLimitOrdersAuthz, ug as AuctionEventAuctionStart, uv as GrpcCampaignRewardPool, uy as ValidatorDescription, v as ChainGrpcGovTransformer, v_ as GenericAuthorization, vg as GrpcAuctionBid, vv as GrpcDenomMinNotional, vy as ContractInfo, w as ChainGrpcTokenFactoryApi, w_ as GrpcInsuranceParams, wg as GrpcPermissionActorRoles, wv as GrpcMarketStatus, wy as GrpcContractInfo, x as ChainRestAuthApi, x_ as GrantAuthorizationWithDecodedAuthorization, xg as GrpcAuctionEventBid, xv as GrpcFeeDiscountSchedule, xy as GrpcAbsoluteTxPosition, y as ChainRestTendermintApi, y_ as Grant, yg as GrpcAuctionEventAuctionResult, yv as GrpcExchangeParams, yy as ContractStateWithPagination, z as ChainGrpcBankApi, z_ as AuthModuleParams, zg as PermissionGenesisState, zv as PointsMultiplier, zy as ProposalStatusMap } from "../index-
|
|
4
|
+
import { $_ as ChainDenomDecimal, $g as GrpcTxFeesParams, $h as ValidatorRewards, $v as GrpcUnbondingDelegationEntry, A as ChainGrpcAuctionApi, A_ as MinModuleParams, Ag as GrpcPermissionRoleActors, Av as GrpcSpotMarket, Ay as GrpcGovernanceTallyParams, B as ChainGrpcAuthApi, B_ as EthAccount, Bg as PermissionNamespace, Bv as TradeRewardCampaign, By as TallyResult, C as ChainGrpcInsuranceFundApi, C_ as GrpcInsuranceFund, Cg as GrpcAuctionParams, Cv as GrpcFeeDiscountTierTTL, Cy as GrpcContractCodeHistoryEntry, D as ChainGrpcTendermintApi, D_ as InsuranceModuleParams, Dg as GrpcPermissionPolicyStatus, Dv as GrpcOrderType, Dy as grpcContractInfo, E as ChainGrpcPermissionsApi, E_ as InsuranceFund, Eg as GrpcPermissionNamespace, Ev as GrpcOrderInfo, Ey as TokenInfo, F as ChainGrpcPeggyApi, F_ as SendEnabled, Fg as PermissionActionMap, Fv as GrpcTradingRewardCampaignInfo, Fy as GrpcVote, G_ as EvmLog, Gg as PermissionRoleActors, Gh as AuthorityMetadata, Gv as GrpcDelegation, H as ChainGrpcIbcApi, H_ as EvmBlobConfig, Hg as PermissionPolicyManagerCapability, Hh as RestApiResponse, Hv as TradingRewardCampaignInfo, Hy as VoteOption, I as ChainGrpcAuthZApi, I_ as TotalSupply, Ig as PermissionActorRoles, Iv as IsOptedOutOfRewards, Iy as Proposal, J_ as GrpcEvmBlobScheduleConfig, Jg as PermissionVoucher, Jh as TokenFactoryModuleState, Jv as GrpcReDelegation, K_ as EvmParams, Kg as PermissionRoleIDs, Kh as FactoryDenomWithMetadata, Kv as GrpcDelegationResponse, L as ChainGrpcWasmApi, L_ as Account, Lg as PermissionAddressRoles, Lv as OrderType, Ly as ProposalDeposit, M as ChainGrpcOracleApi, M_ as GrpcBankParams, Mg as GrpcPermissionRoleManager, Mv as GrpcSpotOrder, My as GrpcProposal, N as ChainGrpcErc20Api, N_ as GrpcSupply, Ng as GrpcPermissionsNamespace, Nv as GrpcTradeRewardCampaign, Ny as GrpcProposalDeposit, O as ChainGrpcExchangeApi, O_ as OracleTypeMap, Og as GrpcPermissionPolicyStatusManagerCapability, Ov as GrpcOrderTypeMap, Oy as GovModuleStateParams, P as ChainGrpcWasmXApi, P_ as Metadata, Pg as GrpcPermissionsParams, Pv as GrpcTradingRewardCampaignBoostInfo, Py as GrpcTallyResult, Q_ as CampaignRewardPool, Qg as GrpcTxFeesEipBaseFee, Qh as GrpcDistributionParams, Qv as GrpcUnbondingDelegation, R as ChainGrpcMintApi, R_ as AuthBaseAccount, Rg as PermissionAddressVoucher, Rv as OrderTypeMap, Ry as ProposalStatus, S as ChainRestBankApi, S_ as GrantWithDecodedAuthorization, Sg as GrpcAuctionLastAuctionResult, Sv as GrpcFeeDiscountTierInfo, Sy as GrpcCodeInfoResponse, T as ChainGrpcDistributionApi, T_ as GrpcRedemptionSchedule, Tg as GrpcPermissionAddressVoucher, Tv as GrpcMarketStatusMap, Ty as MarketingInfo, U as ChainGrpcGovApi, U_ as EvmBlobScheduleConfig, Ug as PermissionPolicyStatus, Uh as BlockLatestRestResponse, Uv as BondStatus, Uy as VoteOptionMap, V as ChainGrpcEvmApi, V_ as PubKey, Vg as PermissionParams, Vh as ChainModule, Vv as TradingRewardCampaignBoostInfo, Vy as Vote, W_ as EvmChainConfig, Wg as PermissionRole, Wh as NodeInfoRestResponse, Wv as Delegation, Wy as WeightedVoteOption, X_ as GrpcEvmLog, Xg as GrpcOracleParams, Xh as GrpcDecCoin, Xv as GrpcReDelegationResponse, Y_ as GrpcEvmChainConfig, Yg as PermissionsModuleParams, Yh as DistributionModuleParams, Yv as GrpcReDelegationEntryResponse, Z_ as GrpcEvmParams, Zg as OracleModuleParams, Zh as GrpcDelegationDelegatorReward, Zv as GrpcStakingParams, _ as ChainGrpcEvmTransformer, __ as CreateSpotMarketOrderAuthz, _g as AuctionParams, _v as GrpcDenomDecimals, _y as ContractCodeHistoryOperationTypeMap, a as ChainGrpcExchangeTransformer, a_ as TokenPair, ag as BaseAccountRestResponse, av as ExchangeParams, ay as ReDelegation, b as ChainRestWasmApi, b_ as GrantAuthorization, bg as GrpcAuctionEventAuctionStart, bv as GrpcFeeDiscountAccountInfo, by as GoogleProtoBufAny, c as ChainGrpcCommonTransformer, c_ as BatchCancelDerivativeOrdersAuthz, cg as AuctionCurrentBasket, cv as FeeDiscountTierInfo, cy as Validator, d as ChainGrpcPeggyTransformer, d_ as BatchCreateSpotLimitOrdersAuthz, dg as AuctionEventBid, dv as GrpcChainDerivativeMarket, dy as AbsoluteTxPosition, e_ as TxFeesEipBaseFee, eg as BalancesResponse, ev as ChainDenomMinNotional, ey as GrpcValidator, f as ChainGrpcAuthZTransformer, f_ as CancelDerivativeOrderAuthz, fg as AuctionLastAuctionResult, fv as GrpcChainDerivativePosition, fy as CodeInfoResponse, g as ChainGrpcAuthTransformer, g_ as CreateSpotLimitOrderAuthz, gg as AuctionModuleStateResponse, gv as GrpcChainSpotMarket, gy as ContractCodeHistoryOperationType, h as ChainGrpcBankTransformer, h_ as CreateDerivativeMarketOrderAuthz, hg as AuctionModuleStateParams, hv as GrpcChainPosition, hy as ContractCodeHistoryEntry, i as ChainGrpcPermissionsTransformer, i_ as Params, ig as AccountsResponse, iv as ExchangeModuleParams, iy as Pool, j as ChainGrpcTxFeesApi, j_ as BankModuleParams, jg as GrpcPermissionRoleIDs, jv as GrpcSpotMarketOrder, jy as GrpcGovernanceVotingParams, k as ChainGrpcStakingApi, k_ as GrpcMintParams, kg as GrpcPermissionRole, kv as GrpcPointsMultiplier, ky as GrpcGovernanceDepositParams, l as ChainGrpcTxFeesTransformer, l_ as BatchCancelSpotOrdersAuthz, lg as AuctionEventAuctionResult, lv as FeeDiscountTierTTL, ly as ValidatorCommission, m as ChainGrpcMintTransformer, m_ as CreateDerivativeLimitOrderAuthz, mg as AuctionModuleState, mv as GrpcChainFullSpotMarket, my as ContractAccountsBalanceWithPagination, n as ChainGrpcTokenFactoryTransformer, n_ as GrpcParams, ng as DenomOwnersResponse, nv as ChainPosition, ny as GrpcValidatorCommissionRates, o as ChainGrpcStakingTransformer, o_ as GrpcPeggyParams, og as CosmosAccountRestResponse, ov as FeeDiscountAccountInfo, oy as StakingModuleParams, p as ChainGrpcWasmTransformer, p_ as CancelSpotOrderAuthz, pg as AuctionModuleParams, pv as GrpcChainFullDerivativeMarket, py as ContractAccountBalance, q_ as GrpcEvmBlobConfig, qg as PermissionRoleManager, qh as TokenFactoryModuleParams, qv as GrpcPool, r as ChainGrpcDistributionTransformer, r_ as GrpcTokenPair, rg as AccountResponse, rv as DepositProposalParams, ry as GrpcValidatorDescription, s as ChainGrpcAuctionTransformer, s_ as PeggyModuleParams, sg as AuctionBid, sv as FeeDiscountSchedule, sy as UnBondingDelegation, t as ChainGrpcInsuranceFundTransformer, t_ as TxFeesModuleStateParams, tg as DenomBalance, tv as ChainDerivativePosition, ty as GrpcValidatorCommission, u as ChainGrpcErc20Transformer, u_ as BatchCreateDerivativeLimitOrdersAuthz, ug as AuctionEventAuctionStart, uv as GrpcCampaignRewardPool, uy as ValidatorDescription, v as ChainGrpcGovTransformer, v_ as GenericAuthorization, vg as GrpcAuctionBid, vv as GrpcDenomMinNotional, vy as ContractInfo, w as ChainGrpcTokenFactoryApi, w_ as GrpcInsuranceParams, wg as GrpcPermissionActorRoles, wv as GrpcMarketStatus, wy as GrpcContractInfo, x as ChainRestAuthApi, x_ as GrantAuthorizationWithDecodedAuthorization, xg as GrpcAuctionEventBid, xv as GrpcFeeDiscountSchedule, xy as GrpcAbsoluteTxPosition, y as ChainRestTendermintApi, y_ as Grant, yg as GrpcAuctionEventAuctionResult, yv as GrpcExchangeParams, yy as ContractStateWithPagination, z as ChainGrpcBankApi, z_ as AuthModuleParams, zg as PermissionGenesisState, zv as PointsMultiplier, zy as ProposalStatusMap } from "../index-BXvqkDAu.cjs";
|
|
5
5
|
import "../BaseGrpcConsumer-BoWkMu4k.cjs";
|
|
6
6
|
import "../index-DuSabiqc.cjs";
|
|
7
7
|
import "../index-C9A-6Kpk.cjs";
|
|
@@ -11,7 +11,7 @@ require('../BaseGrpcConsumer-Ppsh5NLZ.cjs');
|
|
|
11
11
|
require('../BaseIndexerGrpcConsumer-BYur8R3D.cjs');
|
|
12
12
|
require('../BaseRestConsumer-BcHgNcNh.cjs');
|
|
13
13
|
const require_IndexerGrpcWeb3GwApi = require('../IndexerGrpcWeb3GwApi-VEchf_hB.cjs');
|
|
14
|
-
const require_StreamManagerV2 = require('../StreamManagerV2-
|
|
14
|
+
const require_StreamManagerV2 = require('../StreamManagerV2-BvTWoHOK.cjs');
|
|
15
15
|
require('../types-BJpWW-Rx.cjs');
|
|
16
16
|
|
|
17
17
|
exports.AccessType = require_IndexerGrpcWeb3GwApi.AccessType;
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
import "../tx_pb-BzYfNmn2.cjs";
|
|
2
2
|
import "../index-B674D7pD.cjs";
|
|
3
3
|
import "../light-B-3BDUJ7.cjs";
|
|
4
|
-
import { $ as TcDerivativeTradesStreamCallbackV2, $a as GrpcMegaVaultOperator, $c as TakerStreamConfig, $i as ExplorerBlockApiResponse, $l as GrpcAccountPortfolio, $n as IndexerSpotStreamTransformer, $o as GrpcHistoricalBalance, $r as ChronosLeaderboardResponse, $s as Oracle, $t as DerivativePositionsV2StreamCallback, $u as MitoMissionLeaderboard, Aa as GrpcPositionDelta, Ac as MakerStreamEvents, Ai as GrpcTcDerivativesOrdersHistoryResponse, Al as GrpcPeggyDepositTx, An as SpotOrdersStreamCallback, Ao as MegaVaultUserStats, Ar as IndexerGrpcMetaApi, As as StreamBidsResponse, At as StakingRewardByAccountStreamCallbackV2, Au as GrpcMitoStakingStakingReward, Ba as IndexerInsuranceFund, Bc as RFQRequestInputType, Bi as TcDerivativeTradesResponse, Bl as Signature, Bn as IndexerGrpcDerivativeTransformer, Bo as CampaignV2, Br as ChronosMarketHistoryResponse, Bs as GrpcRFQGwPrepareRequest, Bt as QuoteStreamCallbackV2, Bu as MitoGaugeStatus, Ca as GrpcDerivativePositionV2, Cc as GrpcRFQConditionalOrder, Cd as WsDisconnectReason, Ci as WsPriceOracleStreamMarketsV2Response, Cl as ExplorerValidatorUptime, Cn as VaultHolderSubscriptionStreamCallback, Co as MegaVaultRedemptionStatus, Cr as IndexerGrpcAuctionApi, Cs as GrpcAuction, Ct as IndexerGrpcAccountStreamV2, Cu as GrpcMitoMission, Da as GrpcFundingRate, Dc as GrpcRFQRequest, Di as GrpcTcDerivativePosition, Dl as GrpcGasFee, Dn as SpotOrderHistoryStreamCallback, Do as MegaVaultTargetApr, Dr as IndexerGrpcOracleApi, Ds as GrpcAuctionV2, Dt as OraclePricesByMarketsStreamCallbackV2, Du as GrpcMitoStakingGauge, Ea as GrpcFundingPayment, Ec as GrpcRFQQuote, Ed as WsTransportConfig, Ei as GrpcTcDerivativeOrdersResponse, El as GrpcExplorerStats, En as MarketsStreamCallback, Eo as MegaVaultSubscriptionStatus, Er as IndexerGrpcTransactionApi, Es as GrpcAuctionContract, Et as OraclePriceStreamCallbackV2, Eu as GrpcMitoPriceSnapshot, Fa as Position, Fc as RFQMakerAuth, Fi as TcDerivativeLimitOrder, Fl as IndexerStreamTransaction, Fn as IndexerGrpcTcDerivativesTransformer, Fo as AllSpotMarketSummaryResponse, Fr as GrpcWebSocketTransport, Fs as GrpcRFQGwPrepareEip712AutoSignRequest, Ft as SpotOrderHistoryStreamCallbackV2, Fu as GrpcMitoWhitelistAccount, G as createStreamSubscriptionV2, Ga as IncentivesRound, Gc as RFQSignMode, Gi as TcPositionDelta, Gl as ValidatorUptimeStatus, Gn as IndexerAccountStreamTransformer, Go as GrpcGuildMember, Gr as GrpcPositionV2, Gs as RFQGwPrepareEip712AutoSignResponseType, Gt as AccountPortfolioStreamCallback, Gu as MitoIDOProgress, Ha as Redemption, Hc as RFQSettlementLimitActionType, Hi as TcDerivativesPositionsResponse, Hl as TxMessage, Hn as IndexerArchiverStreamTransformer, Ho as GrpcCampaignUser, Hr as AccountPortfolioV2, Hs as RFQGwPrepareAutoSignRequestType, Ht as SettlementStreamCallbackV2, Hu as MitoIDO, Ia as PositionDelta, Ic as RFQMakerChallenge, Ii as TcDerivativeOrderHistory, Il as Message, In as IndexerGrpcInsuranceFundTransformer, Io as ChronosSpotMarketSummary, Ir as GrpcWebSocketCodec, Is as GrpcRFQGwPrepareEip712AutoSignResponse, It as SpotOrderbookUpdateStreamCallbackV2, Iu as MitoChanges, J as IndexerGrpcAccountPortfolioStreamV2, Ja as GrpcMegaVaultHistoricalPnL, Jc as RFQTakerAuth, Ji as CW20BalanceExplorerApiResponse, Jl as GridStrategyType, Jn as IndexerGrpcReferralTransformer, Jo as GuildMember, Jr as PortfolioSubaccountBalanceV2, Js as RFQGwPrepareQuoteResultType, Jt as DerivativeOrderHistoryStreamCallback, Ju as MitoIDOSubscriptionActivity, K as StreamManagerV2, Ka as GrpcMegaVaultApr, Kc as RFQStreamErrorData, Ki as BankTransferFromExplorerApiResponse, Kl as WasmCode, Kn as IndexerRestExplorerTransformer, Ko as Guild, Kr as GrpcPositionsWithUPNL, Ks as RFQGwPrepareEip712RequestType, Kt as IndexerGrpcAccountPortfolioStream, Ku as MitoIDOSubscriber, La as PositionV2, Lc as RFQMakerStreamAckData, Li as TcDerivativeOrdersResponse, Ll as Paging, Ln as IndexerDerivativeStreamTransformer, Lo as ChronosSpotMarketSummaryResponse, Lr as IndexerModule, Ls as GrpcRFQGwPrepareEip712Request, Lt as SpotOrdersStreamCallbackV2, Lu as MitoClaimReference, Ma as PerpetualMarket, Mc as RFQConditionalOrderInput, Mi as GrpcTcFundingPayment, Ml as GrpcValidatorSlashingEvent, Mn as IndexerAccountPortfolioStreamTransformer, Mo as MegaVaultVolatilityStats, Mr as IndexerGrpcRFQApi, Ms as GrpcCosmosPubKey, Mt as VaultHolderSubscriptionStreamCallbackV2, Mu as GrpcMitoSubscription, Na as PerpetualMarketFunding, Nc as RFQConditionalOrdersResponse, Ni as GrpcTcFundingPaymentsResponse, Nl as GrpcValidatorUptime, Nn as IndexerTcDerivativesStreamTransformer, No as OperationStatusLogEntry, Nr as IndexerWsMakerStream, Ns as GrpcRFQGwPrepareAutoSignRequest, Nt as VaultStreamCallbackV2, Nu as GrpcMitoTokenInfo, Oa as GrpcPerpetualMarketFunding, Oc as GrpcRFQSettlement, Oi as GrpcTcDerivativeTradeHistory, Ol as GrpcIBCTransferTx, On as SpotOrderbookUpdateStreamCallback, Oo as MegaVaultUnrealizedPnl, Or as IndexerGrpcRfqGwApi, Os as GrpcIndexerAuctionBid, Ot as HistoricalStakingStreamCallbackV2, Ou as GrpcMitoStakingPool, Pa as PerpetualMarketInfo, Pc as RFQExpiryType, Pi as GrpcTcPositionDelta, Pl as IBCTransferTx, Pn as IndexerWsPriceOracleStreamTransformer, Po as AllChronosSpotMarketSummary, Pr as IndexerWsTakerStream, Ps as GrpcRFQGwPrepareAutoSignResponse, Pt as IndexerGrpcSpotStreamV2, Pu as GrpcMitoVault, Q as TcDerivativePositionsStreamCallbackV2, Qa as GrpcMegaVaultOperationStatusLogEntry, Qc as SettlementsResponse, Qi as ExplorerApiResponseWithPagination, Ql as AccountPortfolio, Qn as IndexerGrpcAccountTransformer, Qo as GrpcDenomHolders, Qr as ChronosLeaderboardEntry, Qs as GrpcOraclePriceV2, Qt as DerivativePositionsStreamCallback, Qu as MitoMission, Ra as GrpcIndexerInsuranceFund, Rc as RFQProcessedQuoteType, Ri as TcDerivativePosition, Rl as PeggyDepositTx, Rn as IndexerGrpcAccountPortfolioTransformer, Ro as Campaign, Rr as StreamStatusResponse, Rs as GrpcRFQGwPrepareEip712Response, Rt as SpotTradesStreamCallbackV2, Ru as MitoDenomBalance, Sa as GrpcDerivativePosition, Sc as Route, Sd as TransportEvents, Si as WsPriceOracleStreamMarketsResponse, Sl as ExplorerValidatorDescription, Sn as TransfersStreamCallback, So as MegaVaultRedemption, Sr as IndexerGrpcTradingApi, Ss as GrpcAccountAuctionV2, St as BalanceStreamCallbackV2, Su as GrpcMitoLeaderboardEpoch, Ta as GrpcExpiryFuturesMarketInfo, Tc as GrpcRFQProcessedQuote, Td as WsState, Ti as GrpcTcDerivativeOrderHistory, Tl as GrpcBankMsgSendMessage, Tn as IndexerGrpcSpotStream, To as MegaVaultSubscription, Tr as IndexerGrpcWeb3GwApi, Ts as GrpcAuctionCoinPrices, Tt as OracleListStreamCallbackV2, Tu as GrpcMitoPagination, Ua as RedemptionStatus, Uc as RFQSettlementType, Ui as TcFundingPayment, Ul as ValidatorSlashingEvent, Un as IndexerGrpcMegaVaultTransformer, Uo as GrpcCampaignV2, Ur as GrpcAccountPortfolioV2, Us as RFQGwPrepareAutoSignResponseType, Ut as StreamManager, Uu as MitoIDOClaimedCoins, Va as InsuranceFundCreateParams, Vc as RFQRequestType, Vi as TcDerivativesOrdersHistoryResponse, Vl as Transaction, Vn as ExplorerStreamTransformer, Vo as GrpcCampaign, Vr as AccountPortfolioBalances, Vs as GrpcRFQGwPrepareResponse, Vt as RequestStreamCallbackV2, Vu as MitoHolders, Wa as IncentivesCampaign, Wc as RFQSettlementUnfilledActionType, Wi as TcFundingPaymentsResponse, Wl as ValidatorUptime, Wn as IndexerAuctionStreamTransformer, Wo as GrpcGuild, Wr as GrpcPortfolioSubaccountBalanceV2, Ws as RFQGwPrepareEip712AutoSignRequestType, Wt as createStreamSubscription, Wu as MitoIDOInitParams, X as TcDerivativeOrderHistoryStreamCallbackV2, Xa as GrpcMegaVaultIncentives, Xc as RFQTakerChallenge, Xi as ContractTransactionExplorerApiResponse, Xl as MarketType, Xn as IndexerGrpcArchiverTransformer, Xo as AccountStats, Xr as SubaccountDepositV2, Xs as RFQGwPrepareResponseType, Xt as DerivativeOrderbookV2StreamCallback, Xu as MitoLeaderboardEntry, Y as IndexerGrpcTcDerivativesStreamV2, Ya as GrpcMegaVaultHistoricalTVL, Yc as RFQTakerAuthResult, Yi as ContractExplorerApiResponse, Yl as ListTradingStrategiesResponse, Yn as IndexerGrpcExplorerTransformer, Yo as ReferralDetails, Yr as PositionsWithUPNL, Ys as RFQGwPrepareRequestType, Yt as DerivativeOrderbookUpdateStreamCallback, Yu as MitoLeaderboard, Z as TcDerivativeOrdersStreamCallbackV2, Za as GrpcMegaVaultMaxDrawdown, Zc as RFQTakerStreamAckData, Zi as ExplorerApiResponse, Zl as TradingStrategy, Zn as IndexerGrpcAuctionTransformer, Zo as DenomHolders, Zr as ChronosLeaderboard, Zs as GrpcOracle, Zt as DerivativeOrdersStreamCallback, Zu as MitoLeaderboardEpoch, _a as FundingRate, _c as IndexerTokenMeta, _d as GrpcFrame, _i as WsPriceOracleMarketPrice, _l as ExplorerStats, _n as OraclePriceStreamCallback, _o as MegaVaultMaxDrawdown, _r as IndexerGrpcMegaVaultApi, _s as AuctionCoin, _t as SpotAverageEntriesStreamCallbackV2, _u as GrpcMitoIDOProgress, aa as BatchDerivativeOrderCancelParams, ac as GrpcSpotLimitOrder, ad as MitoStakingActivity, ai as GrpcWsPriceOracleLatestMarketPricesV2Response, al as Block, an as BlocksStreamCallback, ao as GrpcMegaVaultTargetApr, ar as IndexerGrpcMitoTransformer, as as GrpcVolLeaderboard, at as DerivativePositionsStreamCallbackV2, au as SubaccountBalance, ba as GrpcDerivativeMarketInfo, bc as PriceLevel, bd as TransportEventListener, bi as WsPriceOracleResponseMode, bl as ExplorerTxsV2Response, bn as IndexerGrpcMitoStream, bo as MegaVaultPnl, br as IndexerGrpcCampaignApi, bs as AuctionV2, bt as BidsStreamCallbackV2, bu as GrpcMitoIDOSubscriptionActivity, ca as DerivativeLimitOrderParams, cc as GrpcSpotTrade, cd as MitoSubaccountBalance, ci as GrpcWsPriceOracleMarketStreamMessage, cl as Contract, cn as TransactionsStreamCallback, co as GrpcMegaVaultVaultStats, cr as IndexerRestDerivativesChronosApi, cs as HistoricalVolumes, ct as IndexerGrpcDerivativesStreamV2, cu as SubaccountTransfer, da as DerivativeOrderCancelParams, dc as SpotMarket, dd as MitoTransfer, di as GrpcWsPriceOracleStreamMarketsV2Response, dl as CosmWasmChecksum, dn as IndexerGrpcTradingStream, do as MegaVault, dr as IndexerRestExplorerApi, ds as PnlLeaderboard, dt as WsPriceOracleMarketsV2StreamCallbackV2, du as GrpcMitoChanges, ea as ExplorerTransactionApiResponse, ec as OraclePriceV2, ed as MitoMissionLeaderboardEntry, ei as AllChronosDerivativeMarketSummary, el as TakerStreamEvents, en as DerivativeTradesStreamCallback, eo as GrpcMegaVaultOperatorRedemptionBucket, er as IndexerGrpcOracleTransformer, es as GrpcHistoricalRPNL, et as DerivativeMarketStreamCallbackV2, eu as GrpcSubaccountBalance, fa as DerivativeOrderHistory, fc as SpotOrderCancelParams, fd as MitoVault, fi as WsPriceOracleLatestMarketPricesParams, fl as CosmWasmPermission, fn as BidsStreamCallback, fo as MegaVaultApr, fr as IndexerGrpcInsuranceFundApi, fs as SpotAverageEntry, ft as BlocksStreamCallbackV2, fu as GrpcMitoClaimReference, ga as FundingPayment, gc as GrpcTokenMeta, gd as GrpcDecodeError, gi as WsPriceOracleLightMarketStreamMessage, gl as ExplorerCW20BalanceWithToken, gn as IndexerGrpcOracleStream, go as MegaVaultIncentives, gr as IndexerGrpcDerivativesApi, gs as Auction, gt as IndexerGrpcArchiverStreamV2, gu as GrpcMitoIDOClaimedCoins, ha as ExpiryFuturesMarketInfo, hc as GrpcPriceLevel, hd as MitoWhitelistAccount, hi as WsPriceOracleLatestMarketPricesV2Response, hl as ExplorerBlockWithTxs, hn as IndexerGrpcAccountStream, ho as MegaVaultHistoricalTVL, hr as IndexerGrpcAccountPortfolioApi, hs as AccountAuctionV2, ht as TransactionsStreamCallbackV2, hu as GrpcMitoIDO, ia as BaseDerivativeMarket, ic as GrpcAtomicSwap, id as MitoStakeToSubscription, ii as GrpcWsPriceOracleLatestMarketPricesResponse, il as BankTransfer, in as WsPriceOracleMarketsV2StreamCallback, io as GrpcMegaVaultSubscription, ir as IndexerGrpcSpotTransformer, is as GrpcSpotAverageEntry, it as DerivativeOrdersStreamCallbackV2, iu as GrpcTradingReward, ja as OpenNotionalCap, jc as RFQConditionalOrder, ji as GrpcTcDerivativesPositionsResponse, jl as GrpcPeggyWithdrawalTx, jn as SpotTradesStreamCallback, jo as MegaVaultVolatility, jr as IndexerGrpcMitoApi, js as CosmosPubKeyType, jt as TransfersStreamCallbackV2, ju as GrpcMitoSubaccountBalance, ka as GrpcPerpetualMarketInfo, kc as MakerStreamConfig, ki as GrpcTcDerivativeTradesResponse, kl as GrpcIndexerValidatorDescription, kn as SpotOrderbookV2StreamCallback, ko as MegaVaultUser, kr as IndexerGrpcSpotApi, ks as IndexerAuctionBid, kt as IndexerGrpcMitoStreamV2, ku as GrpcMitoStakingStakingActivity, la as DerivativeMarket, lc as SpotLimitOrder, ld as MitoSubscription, li as GrpcWsPriceOracleMarketStreamRawPayload, ll as ContractTransaction, ln as IndexerGrpcArchiverStream, lo as GrpcMegaVaultVolatility, lr as IndexerRestMarketChronosApi, ls as Holder, lt as IndexerGrpcWsPriceOracleStreamV2, lu as TradingReward, ma as ExpiryFuturesMarket, mc as SpotTrade, md as MitoVestingConfigMap, mi as WsPriceOracleLatestMarketPricesV2Params, ml as EventLogEvent, mn as BalanceStreamCallback, mo as MegaVaultHistoricalPnL, mr as IndexerGrpcWsPriceOracleApi, ms as AccountAuctionStatus, mt as IndexerGrpcExplorerStreamV2, mu as GrpcMitoHolders, na as ValidatorUptimeFromExplorerApiResponse, nc as AtomicSwap, nd as MitoPortfolio, ni as ChronosDerivativeMarketSummary, nl as AccessTypeCode, nn as IndexerGrpcWsPriceOracleStream, no as GrpcMegaVaultPnlStats, nr as IndexerGrpcRfqGwTransformer, ns as GrpcLeaderboardRow, nt as DerivativeOrderbookUpdateStreamCallbackV2, nu as GrpcSubaccountDeposit, oa as BinaryOptionsMarket, oc as GrpcSpotMarketInfo, od as MitoStakingPool, oi as GrpcWsPriceOracleLightMarketStreamMessage, ol as BlockWithTxs, on as BlocksWithTxsStreamCallback, oo as GrpcMegaVaultUnrealizedPnl, or as IndexerGrpcRfqTransformer, os as HistoricalBalance, ot as DerivativePositionsV2StreamCallbackV2, ou as SubaccountDeposit, pa as DerivativeTrade, pc as SpotOrderHistory, pd as MitoVestingConfig, pi as WsPriceOracleLatestMarketPricesResponse, pl as EventLog, pn as IndexerGrpcAuctionStream, po as MegaVaultAprStats, pr as IndexerGrpcTcDerivativesApi, ps as VolLeaderboard, pt as BlocksWithTxsStreamCallbackV2, pu as GrpcMitoDenomBalance, q as AccountPortfolioStreamCallbackV2, qa as GrpcMegaVaultAprStats, qc as RFQStreamPingData, qi as BlockFromExplorerApiResponse, ql as GridStrategyStreamResponse, qn as IndexerOracleStreamTransformer, qo as GuildCampaignSummary, qr as GrpcSubaccountDepositV2, qs as RFQGwPrepareEip712ResponseType, qt as DerivativeMarketStreamCallback, qu as MitoIDOSubscription, ra as WasmCodeExplorerApiResponse, rc as BatchSpotOrderCancelParams, rd as MitoPriceSnapshot, ri as ChronosDerivativeMarketSummaryResponse, rl as BankMsgSendTransaction, rn as WsPriceOracleMarketsStreamCallback, ro as GrpcMegaVaultRedemption, rr as IndexerCampaignTransformer, rs as GrpcPnlLeaderboard, rt as DerivativeOrderbookV2StreamCallbackV2, ru as GrpcSubaccountPortfolio, sa as DerivativeLimitOrder, sc as GrpcSpotOrderHistory, sd as MitoStakingReward, si as GrpcWsPriceOracleMarketStreamLeg, sl as CW20Message, sn as IndexerGrpcExplorerStream, so as GrpcMegaVaultUserStats, sr as IndexerRestLeaderboardChronosApi, ss as HistoricalRPNL, st as DerivativeTradesStreamCallbackV2, su as SubaccountPortfolio, ta as TransactionFromExplorerApiResponse, tc as OraclePriceV2Filter, td as MitoPagination, ti as AllDerivativeMarketSummaryResponse, tl as AccessType, tn as IndexerGrpcDerivativesStream, to as GrpcMegaVaultPnl, tr as IndexerRfqStreamTransformer, ts as GrpcHistoricalVolumes, tt as DerivativeOrderHistoryStreamCallbackV2, tu as GrpcSubaccountBalanceTransfer, ua as DerivativeMarketWithoutBinaryOptions, uc as SpotLimitOrderParams, ud as MitoTokenInfo, ui as GrpcWsPriceOracleStreamMarketsResponse, ul as ContractTransactionWithMessages, un as SpotAverageEntriesStreamCallback, uo as GrpcMegaVaultVolatilityStats, ur as IndexerRestSpotChronosApi, us as LeaderboardRow, ut as WsPriceOracleMarketsStreamCallbackV2, uu as TransferType, va as GrpcBinaryOptionsMarketInfo, vc as Orderbook, vd as IsomorphicWebSocket, vi as WsPriceOracleMarketStreamLeg, vl as ExplorerTransaction, vn as OraclePricesByMarketsStreamCallback, vo as MegaVaultOperator, vr as IndexerGrpcReferralApi, vs as AuctionCoinPrices, vt as GridStrategyStreamCallbackV2, vu as GrpcMitoIDOSubscriber, wa as GrpcDerivativeTrade, wc as GrpcRFQExpiry, wd as WsReconnectConfig, wi as GrpcTcDerivativeLimitOrder, wl as GasFee, wn as VaultStreamCallback, wo as MegaVaultStats, wr as IndexerGrpcAccountApi, ws as GrpcAuctionCoin, wt as IndexerGrpcOracleStreamV2, wu as GrpcMitoMissionLeaderboardEntry, xa as GrpcDerivativeOrderHistory, xc as QuantityAndFees, xd as TransportEventType, xi as WsPriceOracleSlimPrices, xl as ExplorerValidator, xn as StakingRewardByAccountStreamCallback, xo as MegaVaultPnlStats, xr as IndexerGrpcExplorerApi, xs as AuctionsStats, xt as IndexerGrpcAuctionStreamV2, xu as GrpcMitoLeaderboardEntry, ya as GrpcDerivativeLimitOrder, yc as OrderbookWithSequence, yd as ResolvedWsTransportConfig, yi as WsPriceOracleMarketStreamRawPayload, yl as ExplorerTransactionV2, yn as HistoricalStakingStreamCallback, yo as MegaVaultOperatorRedemptionBucket, yr as IndexerGrpcArchiverApi, ys as AuctionContract, yt as IndexerGrpcTradingStreamV2, yu as GrpcMitoIDOSubscription, za as GrpcIndexerRedemptionSchedule, zc as RFQQuoteType, zi as TcDerivativeTradeHistory, zl as PeggyWithdrawalTx, zn as IndexerGrpcMitoStreamTransformer, zo as CampaignUser, zr as AllChronosMarketHistory, zs as GrpcRFQGwPrepareQuoteResult, zt as IndexerGrpcRfqStreamV2, zu as MitoGauge } from "../index-l9wDzajH.cjs";
|
|
4
|
+
import { $ as TcDerivativeTradesStreamCallbackV2, $a as GrpcMegaVaultOperator, $c as TakerStreamConfig, $i as ExplorerBlockApiResponse, $l as GrpcAccountPortfolio, $n as IndexerSpotStreamTransformer, $o as GrpcHistoricalBalance, $r as ChronosLeaderboardResponse, $s as Oracle, $t as DerivativePositionsV2StreamCallback, $u as MitoMissionLeaderboard, Aa as GrpcPositionDelta, Ac as MakerStreamEvents, Ai as GrpcTcDerivativesOrdersHistoryResponse, Al as GrpcPeggyDepositTx, An as SpotOrdersStreamCallback, Ao as MegaVaultUserStats, Ar as IndexerGrpcMetaApi, As as StreamBidsResponse, At as StakingRewardByAccountStreamCallbackV2, Au as GrpcMitoStakingStakingReward, Ba as IndexerInsuranceFund, Bc as RFQRequestInputType, Bi as TcDerivativeTradesResponse, Bl as Signature, Bn as IndexerGrpcDerivativeTransformer, Bo as CampaignV2, Br as ChronosMarketHistoryResponse, Bs as GrpcRFQGwPrepareRequest, Bt as QuoteStreamCallbackV2, Bu as MitoGaugeStatus, Ca as GrpcDerivativePositionV2, Cc as GrpcRFQConditionalOrder, Cd as WsDisconnectReason, Ci as WsPriceOracleStreamMarketsV2Response, Cl as ExplorerValidatorUptime, Cn as VaultHolderSubscriptionStreamCallback, Co as MegaVaultRedemptionStatus, Cr as IndexerGrpcAuctionApi, Cs as GrpcAuction, Ct as IndexerGrpcAccountStreamV2, Cu as GrpcMitoMission, Da as GrpcFundingRate, Dc as GrpcRFQRequest, Di as GrpcTcDerivativePosition, Dl as GrpcGasFee, Dn as SpotOrderHistoryStreamCallback, Do as MegaVaultTargetApr, Dr as IndexerGrpcOracleApi, Ds as GrpcAuctionV2, Dt as OraclePricesByMarketsStreamCallbackV2, Du as GrpcMitoStakingGauge, Ea as GrpcFundingPayment, Ec as GrpcRFQQuote, Ed as WsTransportConfig, Ei as GrpcTcDerivativeOrdersResponse, El as GrpcExplorerStats, En as MarketsStreamCallback, Eo as MegaVaultSubscriptionStatus, Er as IndexerGrpcTransactionApi, Es as GrpcAuctionContract, Et as OraclePriceStreamCallbackV2, Eu as GrpcMitoPriceSnapshot, Fa as Position, Fc as RFQMakerAuth, Fi as TcDerivativeLimitOrder, Fl as IndexerStreamTransaction, Fn as IndexerGrpcTcDerivativesTransformer, Fo as AllSpotMarketSummaryResponse, Fr as GrpcWebSocketTransport, Fs as GrpcRFQGwPrepareEip712AutoSignRequest, Ft as SpotOrderHistoryStreamCallbackV2, Fu as GrpcMitoWhitelistAccount, G as createStreamSubscriptionV2, Ga as IncentivesRound, Gc as RFQSignMode, Gi as TcPositionDelta, Gl as ValidatorUptimeStatus, Gn as IndexerAccountStreamTransformer, Go as GrpcGuildMember, Gr as GrpcPositionV2, Gs as RFQGwPrepareEip712AutoSignResponseType, Gt as AccountPortfolioStreamCallback, Gu as MitoIDOProgress, Ha as Redemption, Hc as RFQSettlementLimitActionType, Hi as TcDerivativesPositionsResponse, Hl as TxMessage, Hn as IndexerArchiverStreamTransformer, Ho as GrpcCampaignUser, Hr as AccountPortfolioV2, Hs as RFQGwPrepareAutoSignRequestType, Ht as SettlementStreamCallbackV2, Hu as MitoIDO, Ia as PositionDelta, Ic as RFQMakerChallenge, Ii as TcDerivativeOrderHistory, Il as Message, In as IndexerGrpcInsuranceFundTransformer, Io as ChronosSpotMarketSummary, Ir as GrpcWebSocketCodec, Is as GrpcRFQGwPrepareEip712AutoSignResponse, It as SpotOrderbookUpdateStreamCallbackV2, Iu as MitoChanges, J as IndexerGrpcAccountPortfolioStreamV2, Ja as GrpcMegaVaultHistoricalPnL, Jc as RFQTakerAuth, Ji as CW20BalanceExplorerApiResponse, Jl as GridStrategyType, Jn as IndexerGrpcReferralTransformer, Jo as GuildMember, Jr as PortfolioSubaccountBalanceV2, Js as RFQGwPrepareQuoteResultType, Jt as DerivativeOrderHistoryStreamCallback, Ju as MitoIDOSubscriptionActivity, K as StreamManagerV2, Ka as GrpcMegaVaultApr, Kc as RFQStreamErrorData, Ki as BankTransferFromExplorerApiResponse, Kl as WasmCode, Kn as IndexerRestExplorerTransformer, Ko as Guild, Kr as GrpcPositionsWithUPNL, Ks as RFQGwPrepareEip712RequestType, Kt as IndexerGrpcAccountPortfolioStream, Ku as MitoIDOSubscriber, La as PositionV2, Lc as RFQMakerStreamAckData, Li as TcDerivativeOrdersResponse, Ll as Paging, Ln as IndexerDerivativeStreamTransformer, Lo as ChronosSpotMarketSummaryResponse, Lr as IndexerModule, Ls as GrpcRFQGwPrepareEip712Request, Lt as SpotOrdersStreamCallbackV2, Lu as MitoClaimReference, Ma as PerpetualMarket, Mc as RFQConditionalOrderInput, Mi as GrpcTcFundingPayment, Ml as GrpcValidatorSlashingEvent, Mn as IndexerAccountPortfolioStreamTransformer, Mo as MegaVaultVolatilityStats, Mr as IndexerGrpcRFQApi, Ms as GrpcCosmosPubKey, Mt as VaultHolderSubscriptionStreamCallbackV2, Mu as GrpcMitoSubscription, Na as PerpetualMarketFunding, Nc as RFQConditionalOrdersResponse, Ni as GrpcTcFundingPaymentsResponse, Nl as GrpcValidatorUptime, Nn as IndexerTcDerivativesStreamTransformer, No as OperationStatusLogEntry, Nr as IndexerWsMakerStream, Ns as GrpcRFQGwPrepareAutoSignRequest, Nt as VaultStreamCallbackV2, Nu as GrpcMitoTokenInfo, Oa as GrpcPerpetualMarketFunding, Oc as GrpcRFQSettlement, Oi as GrpcTcDerivativeTradeHistory, Ol as GrpcIBCTransferTx, On as SpotOrderbookUpdateStreamCallback, Oo as MegaVaultUnrealizedPnl, Or as IndexerGrpcRfqGwApi, Os as GrpcIndexerAuctionBid, Ot as HistoricalStakingStreamCallbackV2, Ou as GrpcMitoStakingPool, Pa as PerpetualMarketInfo, Pc as RFQExpiryType, Pi as GrpcTcPositionDelta, Pl as IBCTransferTx, Pn as IndexerWsPriceOracleStreamTransformer, Po as AllChronosSpotMarketSummary, Pr as IndexerWsTakerStream, Ps as GrpcRFQGwPrepareAutoSignResponse, Pt as IndexerGrpcSpotStreamV2, Pu as GrpcMitoVault, Q as TcDerivativePositionsStreamCallbackV2, Qa as GrpcMegaVaultOperationStatusLogEntry, Qc as SettlementsResponse, Qi as ExplorerApiResponseWithPagination, Ql as AccountPortfolio, Qn as IndexerGrpcAccountTransformer, Qo as GrpcDenomHolders, Qr as ChronosLeaderboardEntry, Qs as GrpcOraclePriceV2, Qt as DerivativePositionsStreamCallback, Qu as MitoMission, Ra as GrpcIndexerInsuranceFund, Rc as RFQProcessedQuoteType, Ri as TcDerivativePosition, Rl as PeggyDepositTx, Rn as IndexerGrpcAccountPortfolioTransformer, Ro as Campaign, Rr as StreamStatusResponse, Rs as GrpcRFQGwPrepareEip712Response, Rt as SpotTradesStreamCallbackV2, Ru as MitoDenomBalance, Sa as GrpcDerivativePosition, Sc as Route, Sd as TransportEvents, Si as WsPriceOracleStreamMarketsResponse, Sl as ExplorerValidatorDescription, Sn as TransfersStreamCallback, So as MegaVaultRedemption, Sr as IndexerGrpcTradingApi, Ss as GrpcAccountAuctionV2, St as BalanceStreamCallbackV2, Su as GrpcMitoLeaderboardEpoch, Ta as GrpcExpiryFuturesMarketInfo, Tc as GrpcRFQProcessedQuote, Td as WsState, Ti as GrpcTcDerivativeOrderHistory, Tl as GrpcBankMsgSendMessage, Tn as IndexerGrpcSpotStream, To as MegaVaultSubscription, Tr as IndexerGrpcWeb3GwApi, Ts as GrpcAuctionCoinPrices, Tt as OracleListStreamCallbackV2, Tu as GrpcMitoPagination, Ua as RedemptionStatus, Uc as RFQSettlementType, Ui as TcFundingPayment, Ul as ValidatorSlashingEvent, Un as IndexerGrpcMegaVaultTransformer, Uo as GrpcCampaignV2, Ur as GrpcAccountPortfolioV2, Us as RFQGwPrepareAutoSignResponseType, Ut as StreamManager, Uu as MitoIDOClaimedCoins, Va as InsuranceFundCreateParams, Vc as RFQRequestType, Vi as TcDerivativesOrdersHistoryResponse, Vl as Transaction, Vn as ExplorerStreamTransformer, Vo as GrpcCampaign, Vr as AccountPortfolioBalances, Vs as GrpcRFQGwPrepareResponse, Vt as RequestStreamCallbackV2, Vu as MitoHolders, Wa as IncentivesCampaign, Wc as RFQSettlementUnfilledActionType, Wi as TcFundingPaymentsResponse, Wl as ValidatorUptime, Wn as IndexerAuctionStreamTransformer, Wo as GrpcGuild, Wr as GrpcPortfolioSubaccountBalanceV2, Ws as RFQGwPrepareEip712AutoSignRequestType, Wt as createStreamSubscription, Wu as MitoIDOInitParams, X as TcDerivativeOrderHistoryStreamCallbackV2, Xa as GrpcMegaVaultIncentives, Xc as RFQTakerChallenge, Xi as ContractTransactionExplorerApiResponse, Xl as MarketType, Xn as IndexerGrpcArchiverTransformer, Xo as AccountStats, Xr as SubaccountDepositV2, Xs as RFQGwPrepareResponseType, Xt as DerivativeOrderbookV2StreamCallback, Xu as MitoLeaderboardEntry, Y as IndexerGrpcTcDerivativesStreamV2, Ya as GrpcMegaVaultHistoricalTVL, Yc as RFQTakerAuthResult, Yi as ContractExplorerApiResponse, Yl as ListTradingStrategiesResponse, Yn as IndexerGrpcExplorerTransformer, Yo as ReferralDetails, Yr as PositionsWithUPNL, Ys as RFQGwPrepareRequestType, Yt as DerivativeOrderbookUpdateStreamCallback, Yu as MitoLeaderboard, Z as TcDerivativeOrdersStreamCallbackV2, Za as GrpcMegaVaultMaxDrawdown, Zc as RFQTakerStreamAckData, Zi as ExplorerApiResponse, Zl as TradingStrategy, Zn as IndexerGrpcAuctionTransformer, Zo as DenomHolders, Zr as ChronosLeaderboard, Zs as GrpcOracle, Zt as DerivativeOrdersStreamCallback, Zu as MitoLeaderboardEpoch, _a as FundingRate, _c as IndexerTokenMeta, _d as GrpcFrame, _i as WsPriceOracleMarketPrice, _l as ExplorerStats, _n as OraclePriceStreamCallback, _o as MegaVaultMaxDrawdown, _r as IndexerGrpcMegaVaultApi, _s as AuctionCoin, _t as SpotAverageEntriesStreamCallbackV2, _u as GrpcMitoIDOProgress, aa as BatchDerivativeOrderCancelParams, ac as GrpcSpotLimitOrder, ad as MitoStakingActivity, ai as GrpcWsPriceOracleLatestMarketPricesV2Response, al as Block, an as BlocksStreamCallback, ao as GrpcMegaVaultTargetApr, ar as IndexerGrpcMitoTransformer, as as GrpcVolLeaderboard, at as DerivativePositionsStreamCallbackV2, au as SubaccountBalance, ba as GrpcDerivativeMarketInfo, bc as PriceLevel, bd as TransportEventListener, bi as WsPriceOracleResponseMode, bl as ExplorerTxsV2Response, bn as IndexerGrpcMitoStream, bo as MegaVaultPnl, br as IndexerGrpcCampaignApi, bs as AuctionV2, bt as BidsStreamCallbackV2, bu as GrpcMitoIDOSubscriptionActivity, ca as DerivativeLimitOrderParams, cc as GrpcSpotTrade, cd as MitoSubaccountBalance, ci as GrpcWsPriceOracleMarketStreamMessage, cl as Contract, cn as TransactionsStreamCallback, co as GrpcMegaVaultVaultStats, cr as IndexerRestDerivativesChronosApi, cs as HistoricalVolumes, ct as IndexerGrpcDerivativesStreamV2, cu as SubaccountTransfer, da as DerivativeOrderCancelParams, dc as SpotMarket, dd as MitoTransfer, di as GrpcWsPriceOracleStreamMarketsV2Response, dl as CosmWasmChecksum, dn as IndexerGrpcTradingStream, do as MegaVault, dr as IndexerRestExplorerApi, ds as PnlLeaderboard, dt as WsPriceOracleMarketsV2StreamCallbackV2, du as GrpcMitoChanges, ea as ExplorerTransactionApiResponse, ec as OraclePriceV2, ed as MitoMissionLeaderboardEntry, ei as AllChronosDerivativeMarketSummary, el as TakerStreamEvents, en as DerivativeTradesStreamCallback, eo as GrpcMegaVaultOperatorRedemptionBucket, er as IndexerGrpcOracleTransformer, es as GrpcHistoricalRPNL, et as DerivativeMarketStreamCallbackV2, eu as GrpcSubaccountBalance, fa as DerivativeOrderHistory, fc as SpotOrderCancelParams, fd as MitoVault, fi as WsPriceOracleLatestMarketPricesParams, fl as CosmWasmPermission, fn as BidsStreamCallback, fo as MegaVaultApr, fr as IndexerGrpcInsuranceFundApi, fs as SpotAverageEntry, ft as BlocksStreamCallbackV2, fu as GrpcMitoClaimReference, ga as FundingPayment, gc as GrpcTokenMeta, gd as GrpcDecodeError, gi as WsPriceOracleLightMarketStreamMessage, gl as ExplorerCW20BalanceWithToken, gn as IndexerGrpcOracleStream, go as MegaVaultIncentives, gr as IndexerGrpcDerivativesApi, gs as Auction, gt as IndexerGrpcArchiverStreamV2, gu as GrpcMitoIDOClaimedCoins, ha as ExpiryFuturesMarketInfo, hc as GrpcPriceLevel, hd as MitoWhitelistAccount, hi as WsPriceOracleLatestMarketPricesV2Response, hl as ExplorerBlockWithTxs, hn as IndexerGrpcAccountStream, ho as MegaVaultHistoricalTVL, hr as IndexerGrpcAccountPortfolioApi, hs as AccountAuctionV2, ht as TransactionsStreamCallbackV2, hu as GrpcMitoIDO, ia as BaseDerivativeMarket, ic as GrpcAtomicSwap, id as MitoStakeToSubscription, ii as GrpcWsPriceOracleLatestMarketPricesResponse, il as BankTransfer, in as WsPriceOracleMarketsV2StreamCallback, io as GrpcMegaVaultSubscription, ir as IndexerGrpcSpotTransformer, is as GrpcSpotAverageEntry, it as DerivativeOrdersStreamCallbackV2, iu as GrpcTradingReward, ja as OpenNotionalCap, jc as RFQConditionalOrder, ji as GrpcTcDerivativesPositionsResponse, jl as GrpcPeggyWithdrawalTx, jn as SpotTradesStreamCallback, jo as MegaVaultVolatility, jr as IndexerGrpcMitoApi, js as CosmosPubKeyType, jt as TransfersStreamCallbackV2, ju as GrpcMitoSubaccountBalance, ka as GrpcPerpetualMarketInfo, kc as MakerStreamConfig, ki as GrpcTcDerivativeTradesResponse, kl as GrpcIndexerValidatorDescription, kn as SpotOrderbookV2StreamCallback, ko as MegaVaultUser, kr as IndexerGrpcSpotApi, ks as IndexerAuctionBid, kt as IndexerGrpcMitoStreamV2, ku as GrpcMitoStakingStakingActivity, la as DerivativeMarket, lc as SpotLimitOrder, ld as MitoSubscription, li as GrpcWsPriceOracleMarketStreamRawPayload, ll as ContractTransaction, ln as IndexerGrpcArchiverStream, lo as GrpcMegaVaultVolatility, lr as IndexerRestMarketChronosApi, ls as Holder, lt as IndexerGrpcWsPriceOracleStreamV2, lu as TradingReward, ma as ExpiryFuturesMarket, mc as SpotTrade, md as MitoVestingConfigMap, mi as WsPriceOracleLatestMarketPricesV2Params, ml as EventLogEvent, mn as BalanceStreamCallback, mo as MegaVaultHistoricalPnL, mr as IndexerGrpcWsPriceOracleApi, ms as AccountAuctionStatus, mt as IndexerGrpcExplorerStreamV2, mu as GrpcMitoHolders, na as ValidatorUptimeFromExplorerApiResponse, nc as AtomicSwap, nd as MitoPortfolio, ni as ChronosDerivativeMarketSummary, nl as AccessTypeCode, nn as IndexerGrpcWsPriceOracleStream, no as GrpcMegaVaultPnlStats, nr as IndexerGrpcRfqGwTransformer, ns as GrpcLeaderboardRow, nt as DerivativeOrderbookUpdateStreamCallbackV2, nu as GrpcSubaccountDeposit, oa as BinaryOptionsMarket, oc as GrpcSpotMarketInfo, od as MitoStakingPool, oi as GrpcWsPriceOracleLightMarketStreamMessage, ol as BlockWithTxs, on as BlocksWithTxsStreamCallback, oo as GrpcMegaVaultUnrealizedPnl, or as IndexerGrpcRfqTransformer, os as HistoricalBalance, ot as DerivativePositionsV2StreamCallbackV2, ou as SubaccountDeposit, pa as DerivativeTrade, pc as SpotOrderHistory, pd as MitoVestingConfig, pi as WsPriceOracleLatestMarketPricesResponse, pl as EventLog, pn as IndexerGrpcAuctionStream, po as MegaVaultAprStats, pr as IndexerGrpcTcDerivativesApi, ps as VolLeaderboard, pt as BlocksWithTxsStreamCallbackV2, pu as GrpcMitoDenomBalance, q as AccountPortfolioStreamCallbackV2, qa as GrpcMegaVaultAprStats, qc as RFQStreamPingData, qi as BlockFromExplorerApiResponse, ql as GridStrategyStreamResponse, qn as IndexerOracleStreamTransformer, qo as GuildCampaignSummary, qr as GrpcSubaccountDepositV2, qs as RFQGwPrepareEip712ResponseType, qt as DerivativeMarketStreamCallback, qu as MitoIDOSubscription, ra as WasmCodeExplorerApiResponse, rc as BatchSpotOrderCancelParams, rd as MitoPriceSnapshot, ri as ChronosDerivativeMarketSummaryResponse, rl as BankMsgSendTransaction, rn as WsPriceOracleMarketsStreamCallback, ro as GrpcMegaVaultRedemption, rr as IndexerCampaignTransformer, rs as GrpcPnlLeaderboard, rt as DerivativeOrderbookV2StreamCallbackV2, ru as GrpcSubaccountPortfolio, sa as DerivativeLimitOrder, sc as GrpcSpotOrderHistory, sd as MitoStakingReward, si as GrpcWsPriceOracleMarketStreamLeg, sl as CW20Message, sn as IndexerGrpcExplorerStream, so as GrpcMegaVaultUserStats, sr as IndexerRestLeaderboardChronosApi, ss as HistoricalRPNL, st as DerivativeTradesStreamCallbackV2, su as SubaccountPortfolio, ta as TransactionFromExplorerApiResponse, tc as OraclePriceV2Filter, td as MitoPagination, ti as AllDerivativeMarketSummaryResponse, tl as AccessType, tn as IndexerGrpcDerivativesStream, to as GrpcMegaVaultPnl, tr as IndexerRfqStreamTransformer, ts as GrpcHistoricalVolumes, tt as DerivativeOrderHistoryStreamCallbackV2, tu as GrpcSubaccountBalanceTransfer, ua as DerivativeMarketWithoutBinaryOptions, uc as SpotLimitOrderParams, ud as MitoTokenInfo, ui as GrpcWsPriceOracleStreamMarketsResponse, ul as ContractTransactionWithMessages, un as SpotAverageEntriesStreamCallback, uo as GrpcMegaVaultVolatilityStats, ur as IndexerRestSpotChronosApi, us as LeaderboardRow, ut as WsPriceOracleMarketsStreamCallbackV2, uu as TransferType, va as GrpcBinaryOptionsMarketInfo, vc as Orderbook, vd as IsomorphicWebSocket, vi as WsPriceOracleMarketStreamLeg, vl as ExplorerTransaction, vn as OraclePricesByMarketsStreamCallback, vo as MegaVaultOperator, vr as IndexerGrpcReferralApi, vs as AuctionCoinPrices, vt as GridStrategyStreamCallbackV2, vu as GrpcMitoIDOSubscriber, wa as GrpcDerivativeTrade, wc as GrpcRFQExpiry, wd as WsReconnectConfig, wi as GrpcTcDerivativeLimitOrder, wl as GasFee, wn as VaultStreamCallback, wo as MegaVaultStats, wr as IndexerGrpcAccountApi, ws as GrpcAuctionCoin, wt as IndexerGrpcOracleStreamV2, wu as GrpcMitoMissionLeaderboardEntry, xa as GrpcDerivativeOrderHistory, xc as QuantityAndFees, xd as TransportEventType, xi as WsPriceOracleSlimPrices, xl as ExplorerValidator, xn as StakingRewardByAccountStreamCallback, xo as MegaVaultPnlStats, xr as IndexerGrpcExplorerApi, xs as AuctionsStats, xt as IndexerGrpcAuctionStreamV2, xu as GrpcMitoLeaderboardEntry, ya as GrpcDerivativeLimitOrder, yc as OrderbookWithSequence, yd as ResolvedWsTransportConfig, yi as WsPriceOracleMarketStreamRawPayload, yl as ExplorerTransactionV2, yn as HistoricalStakingStreamCallback, yo as MegaVaultOperatorRedemptionBucket, yr as IndexerGrpcArchiverApi, ys as AuctionContract, yt as IndexerGrpcTradingStreamV2, yu as GrpcMitoIDOSubscription, za as GrpcIndexerRedemptionSchedule, zc as RFQQuoteType, zi as TcDerivativeTradeHistory, zl as PeggyWithdrawalTx, zn as IndexerGrpcMitoStreamTransformer, zo as CampaignUser, zr as AllChronosMarketHistory, zs as GrpcRFQGwPrepareQuoteResult, zt as IndexerGrpcRfqStreamV2, zu as MitoGauge } from "../index-BXvqkDAu.cjs";
|
|
5
5
|
import "../BaseGrpcConsumer-BoWkMu4k.cjs";
|
|
6
6
|
import "../index-DuSabiqc.cjs";
|
|
7
7
|
import "../index-C9A-6Kpk.cjs";
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
import "../tx_pb-BzYfNmn2.cjs";
|
|
2
2
|
import "../index-B674D7pD.cjs";
|
|
3
3
|
import "../light-B-3BDUJ7.cjs";
|
|
4
|
-
import { Ap as PrivateKey, Mp as Address, jp as PublicKey, kp as BaseAccount } from "../index-
|
|
4
|
+
import { Ap as PrivateKey, Mp as Address, jp as PublicKey, kp as BaseAccount } from "../index-BXvqkDAu.cjs";
|
|
5
5
|
import "../BaseGrpcConsumer-BoWkMu4k.cjs";
|
|
6
6
|
import "../index-DuSabiqc.cjs";
|
|
7
7
|
import "../index-C9A-6Kpk.cjs";
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
import "../tx_pb-BzYfNmn2.cjs";
|
|
2
2
|
import "../index-B674D7pD.cjs";
|
|
3
3
|
import "../light-B-3BDUJ7.cjs";
|
|
4
|
-
import { $b as MsgCreateRateLimit, $y as MsgCancelBinaryOptionsOrderV2, Ab as MsgBatchUpdateOrdersV2, Ah as TokenFactoryMsgs, Ax as MsgGrantProviderPrivilegeProposal, Bb as MsgInstantiateContract, Bh as MsgAdminUpdateBinaryOptionsMarket, Cb as MsgSubaccountTransferV2, Ch as GovMsgs, Cp as msgsOrMsgExecMsgs, Cx as MsgExec, Db as MsgAuthorizeStakeGrants, Dh as OracleMsgs, Dx as MsgSubmitProposalPerpetualMarketLaunchV2, Eb as MsgCreateSpotLimitOrder, Eh as Msgs, Ex as MsgSubmitProposalExpiryFuturesMarketLaunch, Fb as MsgReclaimLockedFunds, Fh as MsgBatchCancelBinaryOptionsOrdersV2, Fx as MsgRevoke, Gb as MsgRewardsOptOutV2, Gy as MsgUpdateSubaccountRiskProfileV2, Hb as MsgBatchUpdateOrders, Ib as MsgRelayProviderPrices, Ih as MsgAdminUpdateBinaryOptionsMarketV2, Ix as MsgGrant, Jb as MsgCreateValidator, Jy as MsgCreateBinaryOptionsLimitOrder, Kb as MsgRevokeAllowance, Ky as MsgCreateDerivativeMarketOrderV2, Lb as MsgTransferDelegation, Lh as MsgCreateBinaryOptionsLimitOrderV2, Lx as MsgBid, Mb as MsgExternalTransferV2, Mh as MsgInstantBinaryOptionsMarketLaunchV2, Mx as MsgSubmitGenericProposal, Nb as MsgSetDenomMetadata, Nh as MsgSetDelegationTransferReceiversV2, Nx as MsgSubmitTextProposal, Ob as MsgCreateInsuranceFund, Oh as PeggyMsgs, Ox as MsgSubmitProposalSpotMarketParamUpdate, Pb as MsgUpdateSpotMarketV2, Ph as MsgCreateBinaryOptionsMarketOrderV2, Px as MsgDeposit$1, Qb as MsgUpdateRateLimit, Qy as MsgBatchCancelDerivativeOrders, Rb as MsgRequestRedemption, Rh as MsgCreateBinaryOptionsMarketOrder, Rx as MsgSend, Sb as MsgActivateStakeGrantV2, Sh as FeegrantMsgs, Sp as getGenericAuthorizationFromMessageType, Sx as MsgTransfer, Tb as MsgCancelPostOnlyModeV2, Th as InsuranceMsgs, Tp as ExecArgNeptuneDeposit, Tx as ProposalDecomposer, Ub as MsgOffsetPositionV2, Vb as MsgLiquidatePosition, Wb as MsgExternalTransfer, Xb as MsgGrantAllowance, Xy as MsgCreateDerivativeLimitOrderV2, Yb as MsgBeginRedelegate, Yy as MsgWithdrawValidatorCommission, Zb as MsgRemoveRateLimit, Zy as MsgCreateDerivativeMarketOrder, _b as MsgIncreasePositionMargin, _h as DistributionMsgs, _p as MsgInstantBinaryOptionsMarketLaunch, _x as MsgStoreCode, ab as MsgDecreasePositionMarginV2, ax as MsgPrivilegedExecuteContract, bb as MsgBatchCancelSpotOrders, bh as ExchangeV1Msgs, bp as GenericAuthorization, bx as MsgMint, cb as MsgCancelBinaryOptionsOrder, cx as MsgWithdrawV2, db as MsgCancelDerivativeOrderV2, dp as MsgUpdateActorRoles, dx as MsgDepositV2, eb as MsgCreateDerivativeLimitOrder, ex as MsgMigrateContract, fb as MsgInstantSpotMarketLaunch, fp as MsgUpdateNamespace, fx as MsgUpdateAdmin, gb as MsgDecreasePositionMargin, gh as BankMsgs, gp as OrderHashManager, gx as MsgSendToEth, hb as MsgAuthorizeStakeGrantsV2, hh as AuthzMsgs, hp as MsgClaimVoucher, hx as MsgDelegate, ib as MsgCancelUnbondingDelegation, ix as MsgRewardsOptOut, jb as MsgFundCommunityPool, jh as WasmMsgs, jx as MsgSubmitProposalSpotMarketLaunch, kb as MsgLiquidatePositionV2, kh as StakingMsgs, kx as MsgSubmitProposalPerpetualMarketLaunch, lb as MsgCreateSpotMarketOrderV2, lx as MsgSignDataV2, mb as MsgCreateSpotLimitOrderV2, mh as AuctionMsgs, mp as MsgUpdateParams, mx as MsgSignData, nb as MsgInstantSpotMarketLaunchV2, nx as MsgCreateDenom, ob as MsgIncreasePositionMarginV2, ox as MsgEditValidator, pb as MsgActivatePostOnlyModeV2, pp as MsgCreateNamespace, px as MsgWithdraw, qb as MsgCancelSpotOrder, qy as MsgBatchCancelDerivativeOrdersV2, rb as MsgWithdrawDelegatorReward, rx as MsgChangeAdmin, sb as MsgUpdateDerivativeMarketV2, sx as MsgUnderwrite, tb as MsgLiquidateCrossMarginPoolV2, tx as MsgExecuteContract, ub as MsgBatchCancelSpotOrdersV2, ux as MsgUndelegate, vb as MsgCreateSpotMarketOrder, vh as Erc20Msgs, vp as ContractExecutionCompatAuthorization, vx as MsgDeposit, wb as MsgReclaimLockedFundsV2, wh as IbcMsgs, wp as ExecArgNeptuneWithdraw, wx as MsgSubmitProposal, xb as MsgGrantWithAuthorization, xh as ExchangeV2Msgs, xp as GrantAuthorizationType, xx as MsgBurn, yb as MsgCancelDerivativeOrder, yh as ExchangeMsgs, yp as ContractExecutionAuthorization, yx as MsgMultiSend, zb as MsgCancelSpotOrderV2, zh as MsgBatchCancelBinaryOptionsOrders, zx as MsgVote } from "../index-
|
|
4
|
+
import { $b as MsgCreateRateLimit, $y as MsgCancelBinaryOptionsOrderV2, Ab as MsgBatchUpdateOrdersV2, Ah as TokenFactoryMsgs, Ax as MsgGrantProviderPrivilegeProposal, Bb as MsgInstantiateContract, Bh as MsgAdminUpdateBinaryOptionsMarket, Cb as MsgSubaccountTransferV2, Ch as GovMsgs, Cp as msgsOrMsgExecMsgs, Cx as MsgExec, Db as MsgAuthorizeStakeGrants, Dh as OracleMsgs, Dx as MsgSubmitProposalPerpetualMarketLaunchV2, Eb as MsgCreateSpotLimitOrder, Eh as Msgs, Ex as MsgSubmitProposalExpiryFuturesMarketLaunch, Fb as MsgReclaimLockedFunds, Fh as MsgBatchCancelBinaryOptionsOrdersV2, Fx as MsgRevoke, Gb as MsgRewardsOptOutV2, Gy as MsgUpdateSubaccountRiskProfileV2, Hb as MsgBatchUpdateOrders, Ib as MsgRelayProviderPrices, Ih as MsgAdminUpdateBinaryOptionsMarketV2, Ix as MsgGrant, Jb as MsgCreateValidator, Jy as MsgCreateBinaryOptionsLimitOrder, Kb as MsgRevokeAllowance, Ky as MsgCreateDerivativeMarketOrderV2, Lb as MsgTransferDelegation, Lh as MsgCreateBinaryOptionsLimitOrderV2, Lx as MsgBid, Mb as MsgExternalTransferV2, Mh as MsgInstantBinaryOptionsMarketLaunchV2, Mx as MsgSubmitGenericProposal, Nb as MsgSetDenomMetadata, Nh as MsgSetDelegationTransferReceiversV2, Nx as MsgSubmitTextProposal, Ob as MsgCreateInsuranceFund, Oh as PeggyMsgs, Ox as MsgSubmitProposalSpotMarketParamUpdate, Pb as MsgUpdateSpotMarketV2, Ph as MsgCreateBinaryOptionsMarketOrderV2, Px as MsgDeposit$1, Qb as MsgUpdateRateLimit, Qy as MsgBatchCancelDerivativeOrders, Rb as MsgRequestRedemption, Rh as MsgCreateBinaryOptionsMarketOrder, Rx as MsgSend, Sb as MsgActivateStakeGrantV2, Sh as FeegrantMsgs, Sp as getGenericAuthorizationFromMessageType, Sx as MsgTransfer, Tb as MsgCancelPostOnlyModeV2, Th as InsuranceMsgs, Tp as ExecArgNeptuneDeposit, Tx as ProposalDecomposer, Ub as MsgOffsetPositionV2, Vb as MsgLiquidatePosition, Wb as MsgExternalTransfer, Xb as MsgGrantAllowance, Xy as MsgCreateDerivativeLimitOrderV2, Yb as MsgBeginRedelegate, Yy as MsgWithdrawValidatorCommission, Zb as MsgRemoveRateLimit, Zy as MsgCreateDerivativeMarketOrder, _b as MsgIncreasePositionMargin, _h as DistributionMsgs, _p as MsgInstantBinaryOptionsMarketLaunch, _x as MsgStoreCode, ab as MsgDecreasePositionMarginV2, ax as MsgPrivilegedExecuteContract, bb as MsgBatchCancelSpotOrders, bh as ExchangeV1Msgs, bp as GenericAuthorization, bx as MsgMint, cb as MsgCancelBinaryOptionsOrder, cx as MsgWithdrawV2, db as MsgCancelDerivativeOrderV2, dp as MsgUpdateActorRoles, dx as MsgDepositV2, eb as MsgCreateDerivativeLimitOrder, ex as MsgMigrateContract, fb as MsgInstantSpotMarketLaunch, fp as MsgUpdateNamespace, fx as MsgUpdateAdmin, gb as MsgDecreasePositionMargin, gh as BankMsgs, gp as OrderHashManager, gx as MsgSendToEth, hb as MsgAuthorizeStakeGrantsV2, hh as AuthzMsgs, hp as MsgClaimVoucher, hx as MsgDelegate, ib as MsgCancelUnbondingDelegation, ix as MsgRewardsOptOut, jb as MsgFundCommunityPool, jh as WasmMsgs, jx as MsgSubmitProposalSpotMarketLaunch, kb as MsgLiquidatePositionV2, kh as StakingMsgs, kx as MsgSubmitProposalPerpetualMarketLaunch, lb as MsgCreateSpotMarketOrderV2, lx as MsgSignDataV2, mb as MsgCreateSpotLimitOrderV2, mh as AuctionMsgs, mp as MsgUpdateParams, mx as MsgSignData, nb as MsgInstantSpotMarketLaunchV2, nx as MsgCreateDenom, ob as MsgIncreasePositionMarginV2, ox as MsgEditValidator, pb as MsgActivatePostOnlyModeV2, pp as MsgCreateNamespace, px as MsgWithdraw, qb as MsgCancelSpotOrder, qy as MsgBatchCancelDerivativeOrdersV2, rb as MsgWithdrawDelegatorReward, rx as MsgChangeAdmin, sb as MsgUpdateDerivativeMarketV2, sx as MsgUnderwrite, tb as MsgLiquidateCrossMarginPoolV2, tx as MsgExecuteContract, ub as MsgBatchCancelSpotOrdersV2, ux as MsgUndelegate, vb as MsgCreateSpotMarketOrder, vh as Erc20Msgs, vp as ContractExecutionCompatAuthorization, vx as MsgDeposit, wb as MsgReclaimLockedFundsV2, wh as IbcMsgs, wp as ExecArgNeptuneWithdraw, wx as MsgSubmitProposal, xb as MsgGrantWithAuthorization, xh as ExchangeV2Msgs, xp as GrantAuthorizationType, xx as MsgBurn, yb as MsgCancelDerivativeOrder, yh as ExchangeMsgs, yp as ContractExecutionAuthorization, yx as MsgMultiSend, zb as MsgCancelSpotOrderV2, zh as MsgBatchCancelBinaryOptionsOrders, zx as MsgVote } from "../index-BXvqkDAu.cjs";
|
|
5
5
|
import "../BaseGrpcConsumer-BoWkMu4k.cjs";
|
|
6
6
|
import "../index-DuSabiqc.cjs";
|
|
7
7
|
import { $ as ExecArgInitiateTransfer, B as ExecArgCW20AdapterRedeemAndTransfer, G as ExitConfig, H as ExecPrivilegedArgVaultRedeem, I as ExecArgs, J as TrailingArithmetic, K as ExitType, L as ExecPrivilegedArgs, N as MsgExecuteContractCompat, Q as ExecArgUpdateGridConfig, R as ExecPrivilegedArgOffChainVaultSubscribe, U as ExecArgCreateSpotGridStrategy, V as ExecPrivilegedArgVaultSubscribe, W as ExecArgCreatePerpGridStrategy, X as ExecArgRemoveGridStrategy, Y as TrailingArithmeticLP, Z as ExecArgIncreaseAllowance, at as ExecArgCW20Transfer, ct as ExecArgCW20Send, et as ExecArgSwapExactOutput, it as ExecArgFundCampaign, nt as ExecArgSwapMinOutput, ot as ExecArgCreateRound, q as StrategyType, rt as ExecArgDepositTokens, st as ExecArgSubmitVaa, tt as ExecArgCreateCampaign, z as ExecPrivilegedArgOffChainVaultRedeem } from "../index-C9A-6Kpk.cjs";
|
package/dist/cjs/core/tx.d.cts
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
import { c as tx_pb_d_exports } from "../tx_pb-BzYfNmn2.cjs";
|
|
2
2
|
import "../index-B674D7pD.cjs";
|
|
3
3
|
import "../light-B-3BDUJ7.cjs";
|
|
4
|
-
import { $m as SignerDetails, $p as SIGN_DIRECT, Am as createTransactionForAddressAndMsg, Bm as RestTxBody, Bp as getEip712Fee, Cm as subscribeToTendermintTxEvent, Dm as createTransaction, Dp as MsgBroadcasterWithPk, Em as waitTxBroadcasted, Ep as MsgBroadcasterTxOptions, Fm as BroadcastMode, Fp as getEip712TypedDataV2, Gm as TxResult, Gp as getObjectEip712PropertyType, Hm as SimulationResponse, Hp as getEipTxContext, Im as BroadcastModeKeplr, Ip as getDefaultEip712Types, Jm as TxSearchResultParams, Jp as patchOrderTypesWithExpirationBlock, Km as TxResultResponse, Kp as numberTypeToReflectionNumberType, Lm as RestAuthInfo, Lp as getDefaultEip712TypesV2, Mm as createTransactionWithSigners, Nm as createTxRawFromSigResponse, Np as MsgDecoder, Om as createTransactionAndCosmosSignDoc, Op as MsgBroadcasterWithPkOptions, Pm as getTxRawFromTxRawOrDirectSignResponse, Pp as getEip712TypedData, Qm as MsgArg, Qp as SIGN_AMINO, Rm as RestSignerInfo, Rp as getEip712Domain, Sm as normalizeTendermintWebSocketEndpoint, Tm as TxGrpcApi, Um as TxInfo, Up as getEipTxDetails, Vm as RestTxLog, Vp as getEip712FeeV2, Wm as TxInfoResponse, Wp as getTypesIncludingFeeOptions, Xm as CreateTransactionResult, Xp as stringTypeToReflectionStringType, Ym as CreateTransactionArgs, Yp as protoTypeToAminoType, Zm as CreateTransactionWithSignersArgs, Zp as TxClient, _m as createWeb3Extension, ah as TxConcreteApi, am as getInjectiveSignerAddress, bm as getTransactionPartsFromTxRaw, ch as TxFetchTxPollArgs, cm as createAuthInfo, dh as TxPrepareTxInclusionWaitArgs, dm as createNonCriticalExtensionFromObject, eh as TxClientBroadcastOptions, em as SIGN_EIP712, fh as TxResponse, fm as createSignDoc, gm as createTxRawEIP712, hm as createSigners, ih as TxClientSimulateResponse, im as getEthereumSignerAddress, jm as createTransactionFromMsg, km as createTransactionAndCosmosSignDocForAddressAndMsg, lh as TxInclusionStrategy, lm as createBody, mm as createSignerInfo, nh as TxClientInclusionOptions, nm as createAny, oh as TxEventInclusionOptions, om as errorToErrorMessage, ph as TxWaitForTxInclusionArgs, pm as createSignDocFromTransaction, qm as TxSearchResult, qp as objectKeysToEip712Types, rh as TxClientMode, rm as createAnyMessage, sh as TxEventWebSocketFactory, sm as isTxNotFoundError, th as TxClientBroadcastResponse, tm as SIGN_EIP712_V2, uh as TxInclusionWaiter, um as createFee, vm as getAminoStdSignDoc, wm as TxRestApi, xm as generateArbitrarySignDoc, ym as getPublicKey, zm as RestTx, zp as getEip712DomainV2 } from "../index-
|
|
4
|
+
import { $m as SignerDetails, $p as SIGN_DIRECT, Am as createTransactionForAddressAndMsg, Bm as RestTxBody, Bp as getEip712Fee, Cm as subscribeToTendermintTxEvent, Dm as createTransaction, Dp as MsgBroadcasterWithPk, Em as waitTxBroadcasted, Ep as MsgBroadcasterTxOptions, Fm as BroadcastMode, Fp as getEip712TypedDataV2, Gm as TxResult, Gp as getObjectEip712PropertyType, Hm as SimulationResponse, Hp as getEipTxContext, Im as BroadcastModeKeplr, Ip as getDefaultEip712Types, Jm as TxSearchResultParams, Jp as patchOrderTypesWithExpirationBlock, Km as TxResultResponse, Kp as numberTypeToReflectionNumberType, Lm as RestAuthInfo, Lp as getDefaultEip712TypesV2, Mm as createTransactionWithSigners, Nm as createTxRawFromSigResponse, Np as MsgDecoder, Om as createTransactionAndCosmosSignDoc, Op as MsgBroadcasterWithPkOptions, Pm as getTxRawFromTxRawOrDirectSignResponse, Pp as getEip712TypedData, Qm as MsgArg, Qp as SIGN_AMINO, Rm as RestSignerInfo, Rp as getEip712Domain, Sm as normalizeTendermintWebSocketEndpoint, Tm as TxGrpcApi, Um as TxInfo, Up as getEipTxDetails, Vm as RestTxLog, Vp as getEip712FeeV2, Wm as TxInfoResponse, Wp as getTypesIncludingFeeOptions, Xm as CreateTransactionResult, Xp as stringTypeToReflectionStringType, Ym as CreateTransactionArgs, Yp as protoTypeToAminoType, Zm as CreateTransactionWithSignersArgs, Zp as TxClient, _m as createWeb3Extension, ah as TxConcreteApi, am as getInjectiveSignerAddress, bm as getTransactionPartsFromTxRaw, ch as TxFetchTxPollArgs, cm as createAuthInfo, dh as TxPrepareTxInclusionWaitArgs, dm as createNonCriticalExtensionFromObject, eh as TxClientBroadcastOptions, em as SIGN_EIP712, fh as TxResponse, fm as createSignDoc, gm as createTxRawEIP712, hm as createSigners, ih as TxClientSimulateResponse, im as getEthereumSignerAddress, jm as createTransactionFromMsg, km as createTransactionAndCosmosSignDocForAddressAndMsg, lh as TxInclusionStrategy, lm as createBody, mm as createSignerInfo, nh as TxClientInclusionOptions, nm as createAny, oh as TxEventInclusionOptions, om as errorToErrorMessage, ph as TxWaitForTxInclusionArgs, pm as createSignDocFromTransaction, qm as TxSearchResult, qp as objectKeysToEip712Types, rh as TxClientMode, rm as createAnyMessage, sh as TxEventWebSocketFactory, sm as isTxNotFoundError, th as TxClientBroadcastResponse, tm as SIGN_EIP712_V2, uh as TxInclusionWaiter, um as createFee, vm as getAminoStdSignDoc, wm as TxRestApi, xm as generateArbitrarySignDoc, ym as getPublicKey, zm as RestTx, zp as getEip712DomainV2 } from "../index-BXvqkDAu.cjs";
|
|
5
5
|
import "../BaseGrpcConsumer-BoWkMu4k.cjs";
|
|
6
6
|
import "../index-DuSabiqc.cjs";
|
|
7
7
|
import { St as TypedDataField, bt as Eip712ConvertTxArgs, xt as MapOfTypedDataField, yt as Eip712ConvertFeeArgs } from "../index-C9A-6Kpk.cjs";
|
|
@@ -10934,13 +10934,13 @@ declare class MsgCreateValidator extends MsgBase<MsgCreateValidator.Params, MsgC
|
|
|
10934
10934
|
value: MsgCreateValidator.Object;
|
|
10935
10935
|
};
|
|
10936
10936
|
toWeb3Gw(): {
|
|
10937
|
-
value?: Coin$1 | undefined;
|
|
10938
10937
|
description?: Description | undefined;
|
|
10939
10938
|
commission?: CommissionRates | undefined;
|
|
10940
10939
|
minSelfDelegation: string;
|
|
10941
10940
|
delegatorAddress: string;
|
|
10942
10941
|
validatorAddress: string;
|
|
10943
10942
|
pubkey?: Any | undefined;
|
|
10943
|
+
value?: Coin$1 | undefined;
|
|
10944
10944
|
pubKey: any;
|
|
10945
10945
|
'@type': string;
|
|
10946
10946
|
};
|
|
@@ -22502,7 +22502,7 @@ declare const getSpotMarketDecimals: ({
|
|
|
22502
22502
|
*/
|
|
22503
22503
|
declare const getChecksumAddress: (ethAddress: string) => string;
|
|
22504
22504
|
//#endregion
|
|
22505
|
-
//#region ../../node_modules/.pnpm/@injectivelabs+indexer-proto-ts-v2@1.20.
|
|
22505
|
+
//#region ../../node_modules/.pnpm/@injectivelabs+indexer-proto-ts-v2@1.20.2/node_modules/@injectivelabs/indexer-proto-ts-v2/generated/injective_accounts_rpc_pb.d.ts
|
|
22506
22506
|
/**
|
|
22507
22507
|
* @generated from protobuf message injective_accounts_rpc.PortfolioResponse
|
|
22508
22508
|
*/
|
|
@@ -23018,7 +23018,7 @@ declare const Reward = new Reward$Type();
|
|
|
23018
23018
|
*/
|
|
23019
23019
|
declare const Coin$7 = new Coin$Type();
|
|
23020
23020
|
//#endregion
|
|
23021
|
-
//#region ../../node_modules/.pnpm/@injectivelabs+indexer-proto-ts-v2@1.20.
|
|
23021
|
+
//#region ../../node_modules/.pnpm/@injectivelabs+indexer-proto-ts-v2@1.20.2/node_modules/@injectivelabs/indexer-proto-ts-v2/generated/injective_explorer_rpc_pb.d.ts
|
|
23022
23022
|
/**
|
|
23023
23023
|
* @generated from protobuf message injective_explorer_rpc.GetAccountTxsResponse
|
|
23024
23024
|
*/
|
|
@@ -24452,7 +24452,7 @@ declare const fetchAllWithPagination: <T extends {
|
|
|
24452
24452
|
//#region src/utils/transaction.d.ts
|
|
24453
24453
|
declare const recoverTypedSignaturePubKey: (data: TypedDataDefinition, signature: string) => Promise<string>;
|
|
24454
24454
|
//#endregion
|
|
24455
|
-
//#region ../../node_modules/.pnpm/@injectivelabs+indexer-proto-ts-v2@1.20.
|
|
24455
|
+
//#region ../../node_modules/.pnpm/@injectivelabs+indexer-proto-ts-v2@1.20.2/node_modules/@injectivelabs/indexer-proto-ts-v2/generated/injective_rfq_rpc_pb.d.ts
|
|
24456
24456
|
/**
|
|
24457
24457
|
* @generated from protobuf message injective_rfq_rpc.StreamRequestResponse
|
|
24458
24458
|
*/
|
|
@@ -25401,12 +25401,6 @@ interface TakerChallenge {
|
|
|
25401
25401
|
* @generated from protobuf field: string nonce = 1
|
|
25402
25402
|
*/
|
|
25403
25403
|
nonce: string;
|
|
25404
|
-
/**
|
|
25405
|
-
* EVM chain ID to use when signing the TakerStreamAuthChallenge typed data
|
|
25406
|
-
*
|
|
25407
|
-
* @generated from protobuf field: uint64 evm_chain_id = 2
|
|
25408
|
-
*/
|
|
25409
|
-
evmChainId: bigint;
|
|
25410
25404
|
/**
|
|
25411
25405
|
* Unix milliseconds after which the challenge is no longer accepted
|
|
25412
25406
|
*
|
|
@@ -25434,8 +25428,7 @@ interface TakerAuthResult {
|
|
|
25434
25428
|
*/
|
|
25435
25429
|
authenticated: boolean;
|
|
25436
25430
|
/**
|
|
25437
|
-
* Stable result code such as success, timeout, invalid_signature
|
|
25438
|
-
* unsupported_chain_id
|
|
25431
|
+
* Stable result code such as success, timeout, or invalid_signature
|
|
25439
25432
|
*
|
|
25440
25433
|
* @generated from protobuf field: string code = 2
|
|
25441
25434
|
*/
|
|
@@ -27803,7 +27796,7 @@ type GrpcSubaccountBalance = SubaccountBalance$2;
|
|
|
27803
27796
|
type GrpcSubaccountPortfolio = SubaccountPortfolio$1;
|
|
27804
27797
|
type GrpcSubaccountBalanceTransfer = SubaccountBalanceTransfer;
|
|
27805
27798
|
//#endregion
|
|
27806
|
-
//#region ../../node_modules/.pnpm/@injectivelabs+indexer-proto-ts-v2@1.20.
|
|
27799
|
+
//#region ../../node_modules/.pnpm/@injectivelabs+indexer-proto-ts-v2@1.20.2/node_modules/@injectivelabs/indexer-proto-ts-v2/generated/injective_trading_rpc_pb.d.ts
|
|
27807
27800
|
/**
|
|
27808
27801
|
* @generated from protobuf message injective_trading_rpc.ListTradingStrategiesResponse
|
|
27809
27802
|
*/
|
|
@@ -28952,12 +28945,10 @@ interface RFQTakerStreamAckData {
|
|
|
28952
28945
|
clientId: string;
|
|
28953
28946
|
}
|
|
28954
28947
|
interface RFQTakerAuth {
|
|
28955
|
-
evmChainId: number;
|
|
28956
28948
|
signature: string;
|
|
28957
28949
|
}
|
|
28958
28950
|
interface RFQTakerChallenge {
|
|
28959
28951
|
nonce: string;
|
|
28960
|
-
evmChainId: number;
|
|
28961
28952
|
expiresAt: number;
|
|
28962
28953
|
autosignAddress: string;
|
|
28963
28954
|
}
|
|
@@ -29015,6 +29006,8 @@ interface TakerStreamEvents {
|
|
|
29015
29006
|
interface TakerStreamConfig {
|
|
29016
29007
|
url: string;
|
|
29017
29008
|
requestAddress: string;
|
|
29009
|
+
authVersion?: 'v1';
|
|
29010
|
+
autosignAddress?: string;
|
|
29018
29011
|
pingIntervalMs?: number;
|
|
29019
29012
|
connectionTimeoutMs?: number;
|
|
29020
29013
|
reconnect?: WsTransportConfig['reconnect'];
|
|
@@ -29084,7 +29077,7 @@ interface QuantityAndFees {
|
|
|
29084
29077
|
resultQuantity: string;
|
|
29085
29078
|
}
|
|
29086
29079
|
//#endregion
|
|
29087
|
-
//#region ../../node_modules/.pnpm/@injectivelabs+indexer-proto-ts-v2@1.20.
|
|
29080
|
+
//#region ../../node_modules/.pnpm/@injectivelabs+indexer-proto-ts-v2@1.20.2/node_modules/@injectivelabs/indexer-proto-ts-v2/generated/injective_spot_exchange_rpc_pb.d.ts
|
|
29088
29081
|
/**
|
|
29089
29082
|
* @generated from protobuf message injective_spot_exchange_rpc.MarketsResponse
|
|
29090
29083
|
*/
|
|
@@ -30240,7 +30233,7 @@ type GrpcSpotLimitOrder = SpotLimitOrder$1;
|
|
|
30240
30233
|
type GrpcSpotOrderHistory = SpotOrderHistory$1;
|
|
30241
30234
|
type GrpcAtomicSwap = AtomicSwap$1;
|
|
30242
30235
|
//#endregion
|
|
30243
|
-
//#region ../../node_modules/.pnpm/@injectivelabs+indexer-proto-ts-v2@1.20.
|
|
30236
|
+
//#region ../../node_modules/.pnpm/@injectivelabs+indexer-proto-ts-v2@1.20.2/node_modules/@injectivelabs/indexer-proto-ts-v2/generated/injective_oracle_rpc_pb.d.ts
|
|
30244
30237
|
/**
|
|
30245
30238
|
* @generated from protobuf message injective_oracle_rpc.OracleListResponse
|
|
30246
30239
|
*/
|
|
@@ -30468,7 +30461,7 @@ interface OraclePriceV2Filter {
|
|
|
30468
30461
|
}
|
|
30469
30462
|
interface OraclePriceV2 extends GrpcOraclePriceV2 {}
|
|
30470
30463
|
//#endregion
|
|
30471
|
-
//#region ../../node_modules/.pnpm/@injectivelabs+indexer-proto-ts-v2@1.20.
|
|
30464
|
+
//#region ../../node_modules/.pnpm/@injectivelabs+indexer-proto-ts-v2@1.20.2/node_modules/@injectivelabs/indexer-proto-ts-v2/generated/injective_rfq_gw_rpc_pb.d.ts
|
|
30472
30465
|
/**
|
|
30473
30466
|
* @generated from protobuf message injective_rfq_gw_rpc.RFQGwPrepareEip712AutoSignRequestType
|
|
30474
30467
|
*/
|
|
@@ -31625,7 +31618,7 @@ type GrpcRFQGwPrepareEip712Response = PrepareEip712Response$1;
|
|
|
31625
31618
|
type GrpcRFQGwPrepareEip712AutoSignRequest = RFQGwPrepareEip712AutoSignRequestType$1;
|
|
31626
31619
|
type GrpcRFQGwPrepareEip712AutoSignResponse = PrepareEip712AutoSignResponse;
|
|
31627
31620
|
//#endregion
|
|
31628
|
-
//#region ../../node_modules/.pnpm/@injectivelabs+indexer-proto-ts-v2@1.20.
|
|
31621
|
+
//#region ../../node_modules/.pnpm/@injectivelabs+indexer-proto-ts-v2@1.20.2/node_modules/@injectivelabs/indexer-proto-ts-v2/generated/injective_auction_rpc_pb.d.ts
|
|
31629
31622
|
/**
|
|
31630
31623
|
* @generated from protobuf message injective_auction_rpc.AuctionEndpointResponse
|
|
31631
31624
|
*/
|
|
@@ -32122,7 +32115,7 @@ type GrpcAccountAuctionV2 = AccountAuctionV2$1;
|
|
|
32122
32115
|
type GrpcAuctionContract = AuctionContract$1;
|
|
32123
32116
|
type StreamBidsResponse = StreamBidsResponse$1;
|
|
32124
32117
|
//#endregion
|
|
32125
|
-
//#region ../../node_modules/.pnpm/@injectivelabs+indexer-proto-ts-v2@1.20.
|
|
32118
|
+
//#region ../../node_modules/.pnpm/@injectivelabs+indexer-proto-ts-v2@1.20.2/node_modules/@injectivelabs/indexer-proto-ts-v2/generated/injective_archiver_rpc_pb.d.ts
|
|
32126
32119
|
/**
|
|
32127
32120
|
* @generated from protobuf message injective_archiver_rpc.BalanceResponse
|
|
32128
32121
|
*/
|
|
@@ -32644,7 +32637,7 @@ type GrpcHistoricalVolumes = HistoricalVolumes$1;
|
|
|
32644
32637
|
type GrpcPnlLeaderboard = PnlLeaderboardResponse | PnlLeaderboardFixedResolutionResponse;
|
|
32645
32638
|
type GrpcVolLeaderboard = VolLeaderboardResponse | VolLeaderboardFixedResolutionResponse;
|
|
32646
32639
|
//#endregion
|
|
32647
|
-
//#region ../../node_modules/.pnpm/@injectivelabs+indexer-proto-ts-v2@1.20.
|
|
32640
|
+
//#region ../../node_modules/.pnpm/@injectivelabs+indexer-proto-ts-v2@1.20.2/node_modules/@injectivelabs/indexer-proto-ts-v2/generated/injective_referral_rpc_pb.d.ts
|
|
32648
32641
|
/**
|
|
32649
32642
|
* @generated from protobuf message injective_referral_rpc.GetReferrerDetailsResponse
|
|
32650
32643
|
*/
|
|
@@ -32775,7 +32768,7 @@ interface ReferralDetails {
|
|
|
32775
32768
|
invitees: ReferralInvitee[];
|
|
32776
32769
|
}
|
|
32777
32770
|
//#endregion
|
|
32778
|
-
//#region ../../node_modules/.pnpm/@injectivelabs+indexer-proto-ts-v2@1.20.
|
|
32771
|
+
//#region ../../node_modules/.pnpm/@injectivelabs+indexer-proto-ts-v2@1.20.2/node_modules/@injectivelabs/indexer-proto-ts-v2/generated/injective_campaign_rpc_pb.d.ts
|
|
32779
32772
|
/**
|
|
32780
32773
|
* @generated from protobuf message injective_campaign_rpc.RankingResponse
|
|
32781
32774
|
*/
|
|
@@ -33612,7 +33605,7 @@ interface AllSpotMarketSummaryResponse {
|
|
|
33612
33605
|
data: AllChronosSpotMarketSummary[];
|
|
33613
33606
|
}
|
|
33614
33607
|
//#endregion
|
|
33615
|
-
//#region ../../node_modules/.pnpm/@injectivelabs+indexer-proto-ts-v2@1.20.
|
|
33608
|
+
//#region ../../node_modules/.pnpm/@injectivelabs+indexer-proto-ts-v2@1.20.2/node_modules/@injectivelabs/indexer-proto-ts-v2/generated/injective_megavault_rpc_pb.d.ts
|
|
33616
33609
|
/**
|
|
33617
33610
|
* @generated from protobuf message injective_megavault_rpc.GetVaultResponse
|
|
33618
33611
|
*/
|
|
@@ -34731,7 +34724,7 @@ interface IncentivesCampaign {
|
|
|
34731
34724
|
subaccountIdSuffix: string;
|
|
34732
34725
|
}
|
|
34733
34726
|
//#endregion
|
|
34734
|
-
//#region ../../node_modules/.pnpm/@injectivelabs+indexer-proto-ts-v2@1.20.
|
|
34727
|
+
//#region ../../node_modules/.pnpm/@injectivelabs+indexer-proto-ts-v2@1.20.2/node_modules/@injectivelabs/indexer-proto-ts-v2/generated/injective_insurance_rpc_pb.d.ts
|
|
34735
34728
|
/**
|
|
34736
34729
|
* @generated from protobuf message injective_insurance_rpc.FundsResponse
|
|
34737
34730
|
*/
|
|
@@ -34993,7 +34986,7 @@ interface InsuranceFundCreateParams {
|
|
|
34993
34986
|
type GrpcIndexerInsuranceFund = InsuranceFund$2;
|
|
34994
34987
|
type GrpcIndexerRedemptionSchedule = RedemptionSchedule;
|
|
34995
34988
|
//#endregion
|
|
34996
|
-
//#region ../../node_modules/.pnpm/@injectivelabs+indexer-proto-ts-v2@1.20.
|
|
34989
|
+
//#region ../../node_modules/.pnpm/@injectivelabs+indexer-proto-ts-v2@1.20.2/node_modules/@injectivelabs/indexer-proto-ts-v2/generated/injective_derivative_exchange_rpc_pb.d.ts
|
|
34997
34990
|
/**
|
|
34998
34991
|
* @generated from protobuf message injective_derivative_exchange_rpc.MarketsResponse
|
|
34999
34992
|
*/
|
|
@@ -37129,7 +37122,7 @@ interface BankTransferFromExplorerApiResponse {
|
|
|
37129
37122
|
block_timestamp: string;
|
|
37130
37123
|
}
|
|
37131
37124
|
//#endregion
|
|
37132
|
-
//#region ../../node_modules/.pnpm/@injectivelabs+indexer-proto-ts-v2@1.20.
|
|
37125
|
+
//#region ../../node_modules/.pnpm/@injectivelabs+indexer-proto-ts-v2@1.20.2/node_modules/@injectivelabs/indexer-proto-ts-v2/generated/injective_tc_derivatives_rpc_pb.d.ts
|
|
37133
37126
|
/**
|
|
37134
37127
|
* @generated from protobuf message injective_tc_derivatives_rpc.OrdersHistoryResponse
|
|
37135
37128
|
*/
|
|
@@ -38545,7 +38538,7 @@ interface ChronosLeaderboardResponse {
|
|
|
38545
38538
|
data: ChronosLeaderboard;
|
|
38546
38539
|
}
|
|
38547
38540
|
//#endregion
|
|
38548
|
-
//#region ../../node_modules/.pnpm/@injectivelabs+indexer-proto-ts-v2@1.20.
|
|
38541
|
+
//#region ../../node_modules/.pnpm/@injectivelabs+indexer-proto-ts-v2@1.20.2/node_modules/@injectivelabs/indexer-proto-ts-v2/generated/injective_portfolio_rpc_pb.d.ts
|
|
38549
38542
|
/**
|
|
38550
38543
|
* @generated from protobuf message injective_portfolio_rpc.AccountPortfolioResponse
|
|
38551
38544
|
*/
|
|
@@ -39403,7 +39396,7 @@ declare class IndexerGrpcMitoApi extends BaseIndexerGrpcConsumer {
|
|
|
39403
39396
|
}>;
|
|
39404
39397
|
}
|
|
39405
39398
|
//#endregion
|
|
39406
|
-
//#region ../../node_modules/.pnpm/@injectivelabs+indexer-proto-ts-v2@1.20.
|
|
39399
|
+
//#region ../../node_modules/.pnpm/@injectivelabs+indexer-proto-ts-v2@1.20.2/node_modules/@injectivelabs/indexer-proto-ts-v2/generated/injective_meta_rpc_pb.d.ts
|
|
39407
39400
|
/**
|
|
39408
39401
|
* @generated from protobuf message injective_meta_rpc.PingResponse
|
|
39409
39402
|
*/
|
|
@@ -39805,7 +39798,7 @@ declare class IndexerGrpcOracleApi extends BaseIndexerGrpcConsumer {
|
|
|
39805
39798
|
}): Promise<PriceResponse>;
|
|
39806
39799
|
}
|
|
39807
39800
|
//#endregion
|
|
39808
|
-
//#region ../../node_modules/.pnpm/@injectivelabs+indexer-proto-ts-v2@1.20.
|
|
39801
|
+
//#region ../../node_modules/.pnpm/@injectivelabs+indexer-proto-ts-v2@1.20.2/node_modules/@injectivelabs/indexer-proto-ts-v2/generated/injective_exchange_rpc_pb.d.ts
|
|
39809
39802
|
/**
|
|
39810
39803
|
* @generated from protobuf message injective_exchange_rpc.CosmosCoin
|
|
39811
39804
|
*/
|
package/dist/cjs/index.cjs
CHANGED
|
@@ -22,7 +22,7 @@ require('./BaseRestConsumer-BcHgNcNh.cjs');
|
|
|
22
22
|
const require_ExecArgNeptuneWithdraw = require('./ExecArgNeptuneWithdraw-Sqk_zPQx.cjs');
|
|
23
23
|
const require_AbacusGrpcApi = require('./AbacusGrpcApi-DwBUuoqV.cjs');
|
|
24
24
|
const require_IndexerGrpcWeb3GwApi = require('./IndexerGrpcWeb3GwApi-VEchf_hB.cjs');
|
|
25
|
-
const require_StreamManagerV2 = require('./StreamManagerV2-
|
|
25
|
+
const require_StreamManagerV2 = require('./StreamManagerV2-BvTWoHOK.cjs');
|
|
26
26
|
const require_types = require('./types-BJpWW-Rx.cjs');
|
|
27
27
|
const require_TcAbacusGrpcApi = require('./TcAbacusGrpcApi-CozYaZlH.cjs');
|
|
28
28
|
const require_SocialTradingGrpcApi = require('./SocialTradingGrpcApi-D4VP25kb.cjs');
|