@injectivelabs/sdk-ts 1.19.0 → 1.19.2
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-J45IvgwP.cjs → StreamManagerV2-Bf-5K1vI.cjs} +9 -2
- 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.cjs +1 -1
- package/dist/cjs/core/modules.d.cts +1 -1
- package/dist/cjs/core/tx.cjs +1 -1
- package/dist/cjs/core/tx.d.cts +1 -1
- package/dist/cjs/cosmjs.cjs +1 -1
- package/dist/cjs/exports.cjs +1 -1
- package/dist/cjs/{index-CLuXJWNT.d.cts → index-B7UsSUbZ.d.cts} +64 -32
- package/dist/cjs/index.cjs +2 -2
- package/dist/cjs/index.d.cts +1 -1
- package/dist/cjs/{tx-DW1Z6i1x.cjs → tx-D7F4nbJj.cjs} +0 -16
- package/dist/cjs/utils.d.cts +1 -1
- package/dist/esm/{StreamManagerV2-CukGXKvI.js → StreamManagerV2-DWcD15VX.js} +9 -2
- 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/modules.js +1 -1
- package/dist/esm/core/tx.d.ts +1 -1
- package/dist/esm/core/tx.js +1 -1
- package/dist/esm/cosmjs.js +1 -1
- package/dist/esm/exports.js +1 -1
- package/dist/esm/{index-U2hwLy0U.d.ts → index-RA5Nj5kd.d.ts} +64 -32
- package/dist/esm/index.d.ts +1 -1
- package/dist/esm/index.js +2 -2
- package/dist/esm/{tx-DoXJcHMC.js → tx-Cb1fEFK8.js} +1 -17
- package/dist/esm/utils.d.ts +1 -1
- package/package.json +6 -6
|
@@ -501,6 +501,7 @@ var IndexerGrpcRfqTransformer = class IndexerGrpcRfqTransformer {
|
|
|
501
501
|
marketId: grpcQuote.marketId,
|
|
502
502
|
quantity: grpcQuote.quantity,
|
|
503
503
|
clientId: grpcQuote.clientId,
|
|
504
|
+
signMode: grpcQuote.signMode,
|
|
504
505
|
signature: grpcQuote.signature,
|
|
505
506
|
rfqId: Number(grpcQuote.rfqId),
|
|
506
507
|
height: Number(grpcQuote.height),
|
|
@@ -553,6 +554,7 @@ var IndexerGrpcRfqTransformer = class IndexerGrpcRfqTransformer {
|
|
|
553
554
|
chainId: grpcProcessedQuote.chainId,
|
|
554
555
|
marketId: grpcProcessedQuote.marketId,
|
|
555
556
|
quantity: grpcProcessedQuote.quantity,
|
|
557
|
+
signMode: grpcProcessedQuote.signMode,
|
|
556
558
|
signature: grpcProcessedQuote.signature,
|
|
557
559
|
clientId: grpcProcessedQuote.clientId,
|
|
558
560
|
rfqId: Number(grpcProcessedQuote.rfqId),
|
|
@@ -583,6 +585,7 @@ var IndexerGrpcRfqTransformer = class IndexerGrpcRfqTransformer {
|
|
|
583
585
|
static grpcConditionalOrderToConditionalOrder(grpcOrder) {
|
|
584
586
|
return {
|
|
585
587
|
error: grpcOrder.error,
|
|
588
|
+
txHash: grpcOrder.txHash,
|
|
586
589
|
margin: grpcOrder.margin,
|
|
587
590
|
status: grpcOrder.status,
|
|
588
591
|
marketId: grpcOrder.marketId,
|
|
@@ -1787,6 +1790,7 @@ var IndexerGrpcRfqGwTransformer = class IndexerGrpcRfqGwTransformer {
|
|
|
1787
1790
|
pubKeyType: response.pubKeyType,
|
|
1788
1791
|
feePayerSig: response.feePayerSig,
|
|
1789
1792
|
quotesWaitMs: Number(response.quotesWaitMs),
|
|
1793
|
+
expiredQuotesCount: Number(response.expiredQuotesCount),
|
|
1790
1794
|
autosignAccountNumber: Number(response.autosignAccountNumber),
|
|
1791
1795
|
feePayerAccountNumber: Number(response.feePayerAccountNumber),
|
|
1792
1796
|
autosignAccountSequence: Number(response.autosignAccountSequence),
|
|
@@ -3858,6 +3862,7 @@ var IndexerGrpcTcDerivativesTransformer = class IndexerGrpcTcDerivativesTransfor
|
|
|
3858
3862
|
isLiquidation: trade.isLiquidation,
|
|
3859
3863
|
executedAt: Number(trade.executedAt),
|
|
3860
3864
|
positionIsLong: trade.positionIsLong,
|
|
3865
|
+
isPositionClosed: trade.isPositionClosed,
|
|
3861
3866
|
positionEntryPrice: trade.positionEntryPrice,
|
|
3862
3867
|
positionOpenedAt: Number(trade.positionOpenedAt),
|
|
3863
3868
|
executionSide: trade.executionSide,
|
|
@@ -4058,7 +4063,7 @@ var IndexerGrpcRFQApi = class extends require_BaseIndexerGrpcConsumer.BaseIndexe
|
|
|
4058
4063
|
const response = await this.executeGrpcCall(request, this.client.listSettlement.bind(this.client));
|
|
4059
4064
|
return IndexerGrpcRfqTransformer.listSettlementsResponseToSettlements(response);
|
|
4060
4065
|
}
|
|
4061
|
-
async createConditionalOrder({ order, signature }) {
|
|
4066
|
+
async createConditionalOrder({ order, signMode, signature }) {
|
|
4062
4067
|
const conditionalOrderInput = __injectivelabs_indexer_proto_ts_v2_generated_injective_rfq_rpc_pb.ConditionalOrderInput.create();
|
|
4063
4068
|
conditionalOrderInput.taker = order.taker;
|
|
4064
4069
|
conditionalOrderInput.rfqId = order.rfqId;
|
|
@@ -4083,6 +4088,7 @@ var IndexerGrpcRFQApi = class extends require_BaseIndexerGrpcConsumer.BaseIndexe
|
|
|
4083
4088
|
const request = __injectivelabs_indexer_proto_ts_v2_generated_injective_rfq_rpc_pb.CreateConditionalOrderRequest.create();
|
|
4084
4089
|
request.order = conditionalOrderInput;
|
|
4085
4090
|
request.signature = signature;
|
|
4091
|
+
request.signMode = signMode;
|
|
4086
4092
|
const response = await this.executeGrpcCall(request, this.client.createConditionalOrder.bind(this.client));
|
|
4087
4093
|
return { order: response.order ? IndexerGrpcRfqTransformer.grpcConditionalOrderToConditionalOrder(response.order) : void 0 };
|
|
4088
4094
|
}
|
|
@@ -5433,7 +5439,7 @@ var IndexerGrpcTcDerivativesApi = class extends require_BaseIndexerGrpcConsumer.
|
|
|
5433
5439
|
return IndexerGrpcTcDerivativesTransformer.ordersHistoryResponseToOrdersHistory(response);
|
|
5434
5440
|
}
|
|
5435
5441
|
async fetchTradesHistory(params) {
|
|
5436
|
-
const { token, sortBy, endTime, perPage, marketId, startTime, direction, sortDirection, accountAddress } = params || {};
|
|
5442
|
+
const { token, sortBy, withPnl, endTime, perPage, marketId, startTime, direction, sortDirection, accountAddress } = params || {};
|
|
5437
5443
|
const request = __injectivelabs_indexer_proto_ts_v2_generated_injective_tc_derivatives_rpc_pb.TradesRequest.create();
|
|
5438
5444
|
if (marketId) request.marketIds = [marketId];
|
|
5439
5445
|
if (direction) request.direction = direction;
|
|
@@ -5442,6 +5448,7 @@ var IndexerGrpcTcDerivativesApi = class extends require_BaseIndexerGrpcConsumer.
|
|
|
5442
5448
|
if (token) request.token = token;
|
|
5443
5449
|
if (sortBy) request.sortBy = sortBy;
|
|
5444
5450
|
if (sortDirection) request.sortDirection = sortDirection;
|
|
5451
|
+
if (withPnl) request.withPnl = withPnl;
|
|
5445
5452
|
if (startTime !== void 0) request.startTime = BigInt(startTime);
|
|
5446
5453
|
if (endTime !== void 0) request.endTime = BigInt(endTime);
|
|
5447
5454
|
const response = await this.executeGrpcCall(request, this.client.trades.bind(this.client));
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
import "../tx_pb-BGCQilBY.cjs";
|
|
2
2
|
import { st as OracleType } from "../index-C15wCMY6.cjs";
|
|
3
|
-
import { $_ as TradeRewardCampaign, $g as EthAccount, $h as PermissionNamespace, $v as TallyResult, A as ChainGrpcAuctionApi, A_ as GrpcDenomDecimals, Ag as CreateSpotMarketOrderAuthz, Ah as AuctionParams, Av as ContractCodeHistoryOperationTypeMap, B as ChainGrpcAuthApi, B_ as GrpcOrderType, Bg as InsuranceModuleParams, Bh as GrpcPermissionPolicyStatus, Bv as grpcContractInfo, C as ChainGrpcInsuranceFundApi, C_ as GrpcCampaignRewardPool, Cg as BatchCreateDerivativeLimitOrdersAuthz, Ch as AuctionEventAuctionStart, Cv as ValidatorDescription, D as ChainGrpcTendermintApi, D_ as GrpcChainFullSpotMarket, Dg as CreateDerivativeLimitOrderAuthz, Dh as AuctionModuleState, Dv as ContractAccountsBalanceWithPagination, E as ChainGrpcPermissionsApi, E_ as GrpcChainFullDerivativeMarket, Eg as CancelSpotOrderAuthz, Eh as AuctionModuleParams, Ev as ContractAccountBalance, F as ChainGrpcPeggyApi, F_ as GrpcFeeDiscountTierInfo, Fg as GrantWithDecodedAuthorization, Fh as GrpcAuctionLastAuctionResult, Fv as GrpcCodeInfoResponse, G_ as GrpcSpotOrder, Gg as GrpcBankParams, Gh as GrpcPermissionRoleManager, Gv as GrpcProposal, H as ChainGrpcIbcApi, H_ as GrpcPointsMultiplier, Hg as GrpcMintParams, Hh as GrpcPermissionRole, Hv as GrpcGovernanceDepositParams, I as ChainGrpcAuthZApi, I_ as GrpcFeeDiscountTierTTL, Ig as GrpcInsuranceFund, Ih as GrpcAuctionParams, Iv as GrpcContractCodeHistoryEntry, J_ as GrpcTradingRewardCampaignInfo, Jg as SendEnabled, Jh as PermissionActionMap, Jv as GrpcVote, K_ as GrpcTradeRewardCampaign, Kg as GrpcSupply, Kh as GrpcPermissionsNamespace, Kv as GrpcProposalDeposit, L as ChainGrpcWasmApi, L_ as GrpcMarketStatus, Lg as GrpcInsuranceParams, Lh as GrpcPermissionActorRoles, Lv as GrpcContractInfo, M as ChainGrpcOracleApi, M_ as GrpcExchangeParams, Mg as Grant, Mh as GrpcAuctionEventAuctionResult, Mv as ContractStateWithPagination, N as ChainGrpcErc20Api, N_ as GrpcFeeDiscountAccountInfo, Ng as GrantAuthorization, Nh as GrpcAuctionEventAuctionStart, Nv as GoogleProtoBufAny, O as ChainGrpcExchangeApi, O_ as GrpcChainPosition, Og as CreateDerivativeMarketOrderAuthz, Oh as AuctionModuleStateParams, Ov as ContractCodeHistoryEntry, P as ChainGrpcWasmXApi, P_ as GrpcFeeDiscountSchedule, Pg as GrantAuthorizationWithDecodedAuthorization, Ph as GrpcAuctionEventBid, Pv as GrpcAbsoluteTxPosition, Q_ as PointsMultiplier, Qg as AuthModuleParams, Qh as PermissionGenesisState, Qv as ProposalStatusMap, R as ChainGrpcMintApi, R_ as GrpcMarketStatusMap, Rg as GrpcRedemptionSchedule, Rh as GrpcPermissionAddressVoucher, Rv as MarketingInfo, S as ChainRestBankApi, S_ as FeeDiscountTierTTL, Sg as BatchCancelSpotOrdersAuthz, Sh as AuctionEventAuctionResult, Sv as ValidatorCommission, T as ChainGrpcDistributionApi, T_ as GrpcChainDerivativePosition, Tg as CancelDerivativeOrderAuthz, Th as AuctionLastAuctionResult, Tv as CodeInfoResponse, U as ChainGrpcGovApi, U_ as GrpcSpotMarket, Ug as MinModuleParams, Uh as GrpcPermissionRoleActors, Uv as GrpcGovernanceTallyParams, V as ChainGrpcEvmApi, V_ as GrpcOrderTypeMap, Vg as OracleTypeMap, Vh as GrpcPermissionPolicyStatusManagerCapability, Vv as GovModuleStateParams, W_ as GrpcSpotMarketOrder, Wg as BankModuleParams, Wh as GrpcPermissionRoleIDs, Wv as GrpcGovernanceVotingParams, X_ as OrderType, Xg as Account, Xh as PermissionAddressRoles, Xv as ProposalDeposit, Y_ as IsOptedOutOfRewards, Yg as TotalSupply, Yh as PermissionActorRoles, Yv as Proposal, Z_ as OrderTypeMap, Zg as AuthBaseAccount, Zh as PermissionAddressVoucher, Zv as ProposalStatus, _ as ChainGrpcEvmTransformer, __ as ExchangeModuleParams, _g as Params, _h as AccountsResponse, _v as Pool, a as ChainGrpcExchangeTransformer, a_ as EvmParams, ag as PermissionRoleIDs, ah as FactoryDenomWithMetadata, av as GrpcDelegationResponse, b as ChainRestWasmApi, b_ as FeeDiscountSchedule, bg as PeggyModuleParams, bh as AuctionBid, bv as UnBondingDelegation, c as ChainGrpcCommonTransformer, c_ as GrpcEvmChainConfig, cg as PermissionsModuleParams, ch as DistributionModuleParams, cv as GrpcReDelegationEntryResponse, d as ChainGrpcPeggyTransformer, d_ as CampaignRewardPool, dg as GrpcTxFeesEipBaseFee, dh as GrpcDistributionParams, dv as GrpcUnbondingDelegation, e_ as PubKey, eg as PermissionParams, eh as ChainModule, ev as TradingRewardCampaignBoostInfo, ey as Vote, f as ChainGrpcAuthZTransformer, f_ as ChainDenomDecimal, fg as GrpcTxFeesParams, fh as ValidatorRewards, fv as GrpcUnbondingDelegationEntry, g as ChainGrpcAuthTransformer, g_ as DepositProposalParams, gg as GrpcTokenPair, gh as AccountResponse, gv as GrpcValidatorDescription, h as ChainGrpcBankTransformer, h_ as ChainPosition, hg as GrpcParams, hh as DenomOwnersResponse, hv as GrpcValidatorCommissionRates, i as ChainGrpcPermissionsTransformer, i_ as EvmLog, ig as PermissionRoleActors, ih as AuthorityMetadata, iv as GrpcDelegation, j as ChainGrpcTxFeesApi, j_ as GrpcDenomMinNotional, jg as GenericAuthorization, jh as GrpcAuctionBid, jv as ContractInfo, k as ChainGrpcStakingApi, k_ as GrpcChainSpotMarket, kg as CreateSpotLimitOrderAuthz, kh as AuctionModuleStateResponse, kv as ContractCodeHistoryOperationType, l as ChainGrpcTxFeesTransformer, l_ as GrpcEvmLog, lg as GrpcOracleParams, lh as GrpcDecCoin, lv as GrpcReDelegationResponse, m as ChainGrpcMintTransformer, m_ as ChainDerivativePosition, mg as TxFeesModuleStateParams, mh as DenomBalance, mv as GrpcValidatorCommission, n as ChainGrpcTokenFactoryTransformer, n_ as EvmBlobScheduleConfig, ng as PermissionPolicyStatus, nh as BlockLatestRestResponse, nv as BondStatus, ny as VoteOptionMap, o as ChainGrpcStakingTransformer, o_ as GrpcEvmBlobConfig, og as PermissionRoleManager, oh as TokenFactoryModuleParams, ov as GrpcPool, p as ChainGrpcWasmTransformer, p_ as ChainDenomMinNotional, pg as TxFeesEipBaseFee, ph as BalancesResponse, pv as GrpcValidator, q_ as GrpcTradingRewardCampaignBoostInfo, qg as Metadata, qh as GrpcPermissionsParams, qv as GrpcTallyResult, r as ChainGrpcDistributionTransformer, r_ as EvmChainConfig, rg as PermissionRole, rh as NodeInfoRestResponse, rv as Delegation, ry as WeightedVoteOption, s as ChainGrpcAuctionTransformer, s_ as GrpcEvmBlobScheduleConfig, sg as PermissionVoucher, sh as TokenFactoryModuleState, sv as GrpcReDelegation, t as ChainGrpcInsuranceFundTransformer, t_ as EvmBlobConfig, tg as PermissionPolicyManagerCapability, th as RestApiResponse, tv as TradingRewardCampaignInfo, ty as VoteOption, u as ChainGrpcErc20Transformer, u_ as GrpcEvmParams, ug as OracleModuleParams, uh as GrpcDelegationDelegatorReward, uv as GrpcStakingParams, v as ChainGrpcGovTransformer, v_ as ExchangeParams, vg as TokenPair, vh as BaseAccountRestResponse, vv as ReDelegation, w as ChainGrpcTokenFactoryApi, w_ as GrpcChainDerivativeMarket, wg as BatchCreateSpotLimitOrdersAuthz, wh as AuctionEventBid, wv as AbsoluteTxPosition, x as ChainRestAuthApi, x_ as FeeDiscountTierInfo, xg as BatchCancelDerivativeOrdersAuthz, xh as AuctionCurrentBasket, xv as Validator, y as ChainRestTendermintApi, y_ as FeeDiscountAccountInfo, yg as GrpcPeggyParams, yh as CosmosAccountRestResponse, yv as StakingModuleParams, z as ChainGrpcBankApi, z_ as GrpcOrderInfo, zg as InsuranceFund, zh as GrpcPermissionNamespace, zv as TokenInfo } from "../index-
|
|
3
|
+
import { $_ as TradeRewardCampaign, $g as EthAccount, $h as PermissionNamespace, $v as TallyResult, A as ChainGrpcAuctionApi, A_ as GrpcDenomDecimals, Ag as CreateSpotMarketOrderAuthz, Ah as AuctionParams, Av as ContractCodeHistoryOperationTypeMap, B as ChainGrpcAuthApi, B_ as GrpcOrderType, Bg as InsuranceModuleParams, Bh as GrpcPermissionPolicyStatus, Bv as grpcContractInfo, C as ChainGrpcInsuranceFundApi, C_ as GrpcCampaignRewardPool, Cg as BatchCreateDerivativeLimitOrdersAuthz, Ch as AuctionEventAuctionStart, Cv as ValidatorDescription, D as ChainGrpcTendermintApi, D_ as GrpcChainFullSpotMarket, Dg as CreateDerivativeLimitOrderAuthz, Dh as AuctionModuleState, Dv as ContractAccountsBalanceWithPagination, E as ChainGrpcPermissionsApi, E_ as GrpcChainFullDerivativeMarket, Eg as CancelSpotOrderAuthz, Eh as AuctionModuleParams, Ev as ContractAccountBalance, F as ChainGrpcPeggyApi, F_ as GrpcFeeDiscountTierInfo, Fg as GrantWithDecodedAuthorization, Fh as GrpcAuctionLastAuctionResult, Fv as GrpcCodeInfoResponse, G_ as GrpcSpotOrder, Gg as GrpcBankParams, Gh as GrpcPermissionRoleManager, Gv as GrpcProposal, H as ChainGrpcIbcApi, H_ as GrpcPointsMultiplier, Hg as GrpcMintParams, Hh as GrpcPermissionRole, Hv as GrpcGovernanceDepositParams, I as ChainGrpcAuthZApi, I_ as GrpcFeeDiscountTierTTL, Ig as GrpcInsuranceFund, Ih as GrpcAuctionParams, Iv as GrpcContractCodeHistoryEntry, J_ as GrpcTradingRewardCampaignInfo, Jg as SendEnabled, Jh as PermissionActionMap, Jv as GrpcVote, K_ as GrpcTradeRewardCampaign, Kg as GrpcSupply, Kh as GrpcPermissionsNamespace, Kv as GrpcProposalDeposit, L as ChainGrpcWasmApi, L_ as GrpcMarketStatus, Lg as GrpcInsuranceParams, Lh as GrpcPermissionActorRoles, Lv as GrpcContractInfo, M as ChainGrpcOracleApi, M_ as GrpcExchangeParams, Mg as Grant, Mh as GrpcAuctionEventAuctionResult, Mv as ContractStateWithPagination, N as ChainGrpcErc20Api, N_ as GrpcFeeDiscountAccountInfo, Ng as GrantAuthorization, Nh as GrpcAuctionEventAuctionStart, Nv as GoogleProtoBufAny, O as ChainGrpcExchangeApi, O_ as GrpcChainPosition, Og as CreateDerivativeMarketOrderAuthz, Oh as AuctionModuleStateParams, Ov as ContractCodeHistoryEntry, P as ChainGrpcWasmXApi, P_ as GrpcFeeDiscountSchedule, Pg as GrantAuthorizationWithDecodedAuthorization, Ph as GrpcAuctionEventBid, Pv as GrpcAbsoluteTxPosition, Q_ as PointsMultiplier, Qg as AuthModuleParams, Qh as PermissionGenesisState, Qv as ProposalStatusMap, R as ChainGrpcMintApi, R_ as GrpcMarketStatusMap, Rg as GrpcRedemptionSchedule, Rh as GrpcPermissionAddressVoucher, Rv as MarketingInfo, S as ChainRestBankApi, S_ as FeeDiscountTierTTL, Sg as BatchCancelSpotOrdersAuthz, Sh as AuctionEventAuctionResult, Sv as ValidatorCommission, T as ChainGrpcDistributionApi, T_ as GrpcChainDerivativePosition, Tg as CancelDerivativeOrderAuthz, Th as AuctionLastAuctionResult, Tv as CodeInfoResponse, U as ChainGrpcGovApi, U_ as GrpcSpotMarket, Ug as MinModuleParams, Uh as GrpcPermissionRoleActors, Uv as GrpcGovernanceTallyParams, V as ChainGrpcEvmApi, V_ as GrpcOrderTypeMap, Vg as OracleTypeMap, Vh as GrpcPermissionPolicyStatusManagerCapability, Vv as GovModuleStateParams, W_ as GrpcSpotMarketOrder, Wg as BankModuleParams, Wh as GrpcPermissionRoleIDs, Wv as GrpcGovernanceVotingParams, X_ as OrderType, Xg as Account, Xh as PermissionAddressRoles, Xv as ProposalDeposit, Y_ as IsOptedOutOfRewards, Yg as TotalSupply, Yh as PermissionActorRoles, Yv as Proposal, Z_ as OrderTypeMap, Zg as AuthBaseAccount, Zh as PermissionAddressVoucher, Zv as ProposalStatus, _ as ChainGrpcEvmTransformer, __ as ExchangeModuleParams, _g as Params, _h as AccountsResponse, _v as Pool, a as ChainGrpcExchangeTransformer, a_ as EvmParams, ag as PermissionRoleIDs, ah as FactoryDenomWithMetadata, av as GrpcDelegationResponse, b as ChainRestWasmApi, b_ as FeeDiscountSchedule, bg as PeggyModuleParams, bh as AuctionBid, bv as UnBondingDelegation, c as ChainGrpcCommonTransformer, c_ as GrpcEvmChainConfig, cg as PermissionsModuleParams, ch as DistributionModuleParams, cv as GrpcReDelegationEntryResponse, d as ChainGrpcPeggyTransformer, d_ as CampaignRewardPool, dg as GrpcTxFeesEipBaseFee, dh as GrpcDistributionParams, dv as GrpcUnbondingDelegation, e_ as PubKey, eg as PermissionParams, eh as ChainModule, ev as TradingRewardCampaignBoostInfo, ey as Vote, f as ChainGrpcAuthZTransformer, f_ as ChainDenomDecimal, fg as GrpcTxFeesParams, fh as ValidatorRewards, fv as GrpcUnbondingDelegationEntry, g as ChainGrpcAuthTransformer, g_ as DepositProposalParams, gg as GrpcTokenPair, gh as AccountResponse, gv as GrpcValidatorDescription, h as ChainGrpcBankTransformer, h_ as ChainPosition, hg as GrpcParams, hh as DenomOwnersResponse, hv as GrpcValidatorCommissionRates, i as ChainGrpcPermissionsTransformer, i_ as EvmLog, ig as PermissionRoleActors, ih as AuthorityMetadata, iv as GrpcDelegation, j as ChainGrpcTxFeesApi, j_ as GrpcDenomMinNotional, jg as GenericAuthorization, jh as GrpcAuctionBid, jv as ContractInfo, k as ChainGrpcStakingApi, k_ as GrpcChainSpotMarket, kg as CreateSpotLimitOrderAuthz, kh as AuctionModuleStateResponse, kv as ContractCodeHistoryOperationType, l as ChainGrpcTxFeesTransformer, l_ as GrpcEvmLog, lg as GrpcOracleParams, lh as GrpcDecCoin, lv as GrpcReDelegationResponse, m as ChainGrpcMintTransformer, m_ as ChainDerivativePosition, mg as TxFeesModuleStateParams, mh as DenomBalance, mv as GrpcValidatorCommission, n as ChainGrpcTokenFactoryTransformer, n_ as EvmBlobScheduleConfig, ng as PermissionPolicyStatus, nh as BlockLatestRestResponse, nv as BondStatus, ny as VoteOptionMap, o as ChainGrpcStakingTransformer, o_ as GrpcEvmBlobConfig, og as PermissionRoleManager, oh as TokenFactoryModuleParams, ov as GrpcPool, p as ChainGrpcWasmTransformer, p_ as ChainDenomMinNotional, pg as TxFeesEipBaseFee, ph as BalancesResponse, pv as GrpcValidator, q_ as GrpcTradingRewardCampaignBoostInfo, qg as Metadata, qh as GrpcPermissionsParams, qv as GrpcTallyResult, r as ChainGrpcDistributionTransformer, r_ as EvmChainConfig, rg as PermissionRole, rh as NodeInfoRestResponse, rv as Delegation, ry as WeightedVoteOption, s as ChainGrpcAuctionTransformer, s_ as GrpcEvmBlobScheduleConfig, sg as PermissionVoucher, sh as TokenFactoryModuleState, sv as GrpcReDelegation, t as ChainGrpcInsuranceFundTransformer, t_ as EvmBlobConfig, tg as PermissionPolicyManagerCapability, th as RestApiResponse, tv as TradingRewardCampaignInfo, ty as VoteOption, u as ChainGrpcErc20Transformer, u_ as GrpcEvmParams, ug as OracleModuleParams, uh as GrpcDelegationDelegatorReward, uv as GrpcStakingParams, v as ChainGrpcGovTransformer, v_ as ExchangeParams, vg as TokenPair, vh as BaseAccountRestResponse, vv as ReDelegation, w as ChainGrpcTokenFactoryApi, w_ as GrpcChainDerivativeMarket, wg as BatchCreateSpotLimitOrdersAuthz, wh as AuctionEventBid, wv as AbsoluteTxPosition, x as ChainRestAuthApi, x_ as FeeDiscountTierInfo, xg as BatchCancelDerivativeOrdersAuthz, xh as AuctionCurrentBasket, xv as Validator, y as ChainRestTendermintApi, y_ as FeeDiscountAccountInfo, yg as GrpcPeggyParams, yh as CosmosAccountRestResponse, yv as StakingModuleParams, z as ChainGrpcBankApi, z_ as GrpcOrderInfo, zg as InsuranceFund, zh as GrpcPermissionNamespace, zv as TokenInfo } from "../index-B7UsSUbZ.cjs";
|
|
4
4
|
import "../BaseGrpcConsumer-CZTAcNtS.cjs";
|
|
5
5
|
import "../index-C00Yswov.cjs";
|
|
6
6
|
import "../index-Dvfd07fs.cjs";
|
|
@@ -6,7 +6,7 @@ require('../BaseGrpcConsumer-Baz_ZnzI.cjs');
|
|
|
6
6
|
require('../BaseIndexerGrpcConsumer-ChilNYlV.cjs');
|
|
7
7
|
require('../BaseRestConsumer-uSzCOit7.cjs');
|
|
8
8
|
const require_IndexerGrpcWeb3GwApi = require('../IndexerGrpcWeb3GwApi-BDH3Pyr6.cjs');
|
|
9
|
-
const require_StreamManagerV2 = require('../StreamManagerV2-
|
|
9
|
+
const require_StreamManagerV2 = require('../StreamManagerV2-Bf-5K1vI.cjs');
|
|
10
10
|
require('../types-Cn54Lzf-.cjs');
|
|
11
11
|
|
|
12
12
|
exports.AccessType = require_IndexerGrpcWeb3GwApi.AccessType;
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
import "../tx_pb-BGCQilBY.cjs";
|
|
2
2
|
import "../index-C15wCMY6.cjs";
|
|
3
|
-
import { $ as TcDerivativeTradesStreamCallbackV2, $a as MegaVaultVolatilityStats, $c as GrpcSubaccountBalance, $i as PerpetualMarket, $l as MitoMissionLeaderboardEntry, $n as IndexerGrpcRfqTransformer, $o as Oracle, $r as GrpcTcDerivativePosition, $s as TakerStreamEvents, $t as BlocksStreamCallback, Aa as GrpcMegaVaultVolatility, Ac as GrpcPeggyWithdrawalTx, Ai as DerivativeLimitOrderParams, Al as GrpcMitoSubaccountBalance, An as IndexerDerivativeStreamTransformer, Ao as Holder, Ar as StreamStatusResponse, As as GrpcRFQExpiry, At as VaultStreamCallbackV2, Ba as MegaVaultOperatorRedemptionBucket, Bc as Transaction, Bi as GrpcBinaryOptionsMarketInfo, Bl as MitoHolders, Bn as IndexerOracleStreamTransformer, Bo as AuctionContract, Br as PortfolioSubaccountBalanceV2, Bs as RFQExpiryType, Bt as StreamManager, Ca as GrpcMegaVaultPnlStats, Cc as GasFee, Ci as TransactionFromExplorerApiResponse, Cl as GrpcMitoMissionLeaderboardEntry, Cn as SpotOrderbookV2StreamCallback, Co as GrpcLeaderboardRow, Cr as IndexerGrpcMitoApi, Cs as IndexerTokenMeta, Ct as OraclePriceStreamCallbackV2, Cu as WsReconnectConfig, Da as GrpcMegaVaultUnrealizedPnl, Dc as GrpcIBCTransferTx, Di as BatchDerivativeOrderCancelParams, Dl as GrpcMitoStakingPool, Dn as IndexerTcDerivativesStreamTransformer, Do as HistoricalBalance, Dr as GrpcWebSocketTransport, Ds as QuantityAndFees, Dt as StakingRewardByAccountStreamCallbackV2, Ea as GrpcMegaVaultTargetApr, Ec as GrpcGasFee, Ei as BaseDerivativeMarket, El as GrpcMitoStakingGauge, En as IndexerAccountPortfolioStreamTransformer, Eo as GrpcVolLeaderboard, Er as IndexerWsTakerStream, Es as PriceLevel, Et as IndexerGrpcMitoStreamV2, Fa as MegaVaultHistoricalPnL, Fc as Message, Fi as DerivativeTrade, Fl as MitoChanges, Fn as IndexerArchiverStreamTransformer, Fo as AccountAuctionStatus, Fr as GrpcAccountPortfolioV2, Fs as MakerStreamConfig, Ft as SpotTradesStreamCallbackV2, G as createStreamSubscriptionV2, Ga as MegaVaultStats, Gc as WasmCode, Gi as GrpcDerivativePositionV2, Gl as MitoIDOSubscriber, Gn as IndexerGrpcAccountTransformer, Go as GrpcAuctionCoin, Gr as ChronosLeaderboardResponse, Gs as RFQRequestType, Gt as DerivativeOrderHistoryStreamCallback, Ha as MegaVaultPnlStats, Hc as ValidatorSlashingEvent, Hi as GrpcDerivativeMarketInfo, Hl as MitoIDOClaimedCoins, Hn as IndexerGrpcExplorerTransformer, Ho as AuctionsStats, Hr as SubaccountDepositV2, Hs as RFQProcessedQuoteType, Ht as AccountPortfolioStreamCallback, Ia as MegaVaultHistoricalTVL, Ic as Paging, Ii as ExpiryFuturesMarket, Il as MitoClaimReference, In as IndexerGrpcMegaVaultTransformer, Io as AccountAuctionV2, Ir as GrpcPortfolioSubaccountBalanceV2, Is as MakerStreamEvents, It as IndexerGrpcRfqStreamV2, J as IndexerGrpcAccountPortfolioStreamV2, Ja as MegaVaultTargetApr, Jc as ListTradingStrategiesResponse, Ji as GrpcFundingPayment, Jl as MitoLeaderboard, Jn as IndexerRfqStreamTransformer, Jo as GrpcAuctionV2, Jr as ChronosDerivativeMarketSummary, Js as RFQSettlementUnfilledActionType, Jt as DerivativeOrdersStreamCallback, K as StreamManagerV2, Ka as MegaVaultSubscription, Kc as GridStrategyStreamResponse, Ki as GrpcDerivativeTrade, Kl as MitoIDOSubscription, Kn as IndexerSpotStreamTransformer, Ko as GrpcAuctionCoinPrices, Kr as AllChronosDerivativeMarketSummary, Ks as RFQSettlementLimitActionType, Kt as DerivativeOrderbookUpdateStreamCallback, La as MegaVaultIncentives, Lc as PeggyDepositTx, Li as ExpiryFuturesMarketInfo, Ll as MitoDenomBalance, Ln as IndexerAuctionStreamTransformer, Lo as Auction, Lr as GrpcPositionV2, Ls as RFQConditionalOrder, Lt as QuoteStreamCallbackV2, Ma as MegaVault, Mc as GrpcValidatorUptime, Mi as DerivativeMarketWithoutBinaryOptions, Ml as GrpcMitoTokenInfo, Mn as IndexerGrpcMitoStreamTransformer, Mo as PnlLeaderboard, Mr as ChronosMarketHistoryResponse, Ms as GrpcRFQQuote, Mt as SpotOrderHistoryStreamCallbackV2, Na as MegaVaultApr, Nc as IBCTransferTx, Ni as DerivativeOrderCancelParams, Nl as GrpcMitoVault, Nn as IndexerGrpcDerivativeTransformer, No as SpotAverageEntry, Nr as AccountPortfolioBalances, Ns as GrpcRFQRequest, Nt as SpotOrderbookUpdateStreamCallbackV2, Oa as GrpcMegaVaultUserStats, Oc as GrpcIndexerValidatorDescription, Oi as BinaryOptionsMarket, Ol as GrpcMitoStakingStakingActivity, On as IndexerGrpcTcDerivativesTransformer, Oo as HistoricalRPNL, Or as GrpcWebSocketCodec, Os as Route, Ot as TransfersStreamCallbackV2, Pa as MegaVaultAprStats, Pc as IndexerStreamTransaction, Pi as DerivativeOrderHistory, Pl as GrpcMitoWhitelistAccount, Pn as ExplorerStreamTransformer, Po as VolLeaderboard, Pr as AccountPortfolioV2, Ps as GrpcRFQSettlement, Pt as SpotOrdersStreamCallbackV2, Q as TcDerivativePositionsStreamCallbackV2, Qa as MegaVaultVolatility, Qc as GrpcAccountPortfolio, Qi as GrpcPositionDelta, Ql as MitoMissionLeaderboard, Qn as IndexerGrpcMitoTransformer, Qo as GrpcOracle, Qr as GrpcTcDerivativeOrdersResponse, Qs as TakerStreamConfig, Qt as IndexerGrpcDerivativesStream, Ra as MegaVaultMaxDrawdown, Rc as PeggyWithdrawalTx, Ri as FundingPayment, Rl as MitoGauge, Rn as IndexerAccountStreamTransformer, Ro as AuctionCoin, Rr as GrpcPositionsWithUPNL, Rs as RFQConditionalOrderInput, Rt as RequestStreamCallbackV2, Sa as GrpcMegaVaultPnl, Sc as ExplorerValidatorUptime, Si as ExplorerTransactionApiResponse, Sl as GrpcMitoMission, Sn as SpotOrderbookUpdateStreamCallback, So as GrpcHistoricalVolumes, Sr as IndexerGrpcMetaApi, Ss as GrpcTokenMeta, St as OracleListStreamCallbackV2, Su as WsDisconnectReason, Ta as GrpcMegaVaultSubscription, Tc as GrpcExplorerStats, Ti as WasmCodeExplorerApiResponse, Tl as GrpcMitoPriceSnapshot, Tn as SpotTradesStreamCallback, To as GrpcSpotAverageEntry, Tr as IndexerWsMakerStream, Ts as OrderbookWithSequence, Tt as HistoricalStakingStreamCallbackV2, Tu as WsTransportConfig, Ua as MegaVaultRedemption, Uc as ValidatorUptime, Ui as GrpcDerivativeOrderHistory, Ul as MitoIDOInitParams, Un as IndexerGrpcArchiverTransformer, Uo as GrpcAccountAuctionV2, Ur as ChronosLeaderboard, Us as RFQQuoteType, Ut as IndexerGrpcAccountPortfolioStream, Va as MegaVaultPnl, Vc as TxMessage, Vi as GrpcDerivativeLimitOrder, Vl as MitoIDO, Vn as IndexerGrpcReferralTransformer, Vo as AuctionV2, Vr as PositionsWithUPNL, Vs as RFQMakerStreamAckData, Vt as createStreamSubscription, Wa as MegaVaultRedemptionStatus, Wc as ValidatorUptimeStatus, Wi as GrpcDerivativePosition, Wl as MitoIDOProgress, Wn as IndexerGrpcAuctionTransformer, Wo as GrpcAuction, Wr as ChronosLeaderboardEntry, Ws as RFQRequestInputType, Wt as DerivativeMarketStreamCallback, X as TcDerivativeOrderHistoryStreamCallbackV2, Xa as MegaVaultUser, Xc as TradingStrategy, Xi as GrpcPerpetualMarketFunding, Xl as MitoLeaderboardEpoch, Xn as IndexerCampaignTransformer, Xo as IndexerAuctionBid, Xr as GrpcTcDerivativeLimitOrder, Xs as RFQTakerStreamAckData, Xt as DerivativePositionsV2StreamCallback, Y as IndexerGrpcTcDerivativesStreamV2, Ya as MegaVaultUnrealizedPnl, Yc as MarketType, Yi as GrpcFundingRate, Yl as MitoLeaderboardEntry, Yn as IndexerGrpcRfqGwTransformer, Yo as GrpcIndexerAuctionBid, Yr as ChronosDerivativeMarketSummaryResponse, Ys as RFQStreamErrorData, Yt as DerivativePositionsStreamCallback, Z as TcDerivativeOrdersStreamCallbackV2, Za as MegaVaultUserStats, Zc as AccountPortfolio, Zi as GrpcPerpetualMarketInfo, Zl as MitoMission, Zn as IndexerGrpcSpotTransformer, Zo as StreamBidsResponse, Zr as GrpcTcDerivativeOrderHistory, Zs as SettlementsResponse, Zt as DerivativeTradesStreamCallback, _a as GrpcMegaVaultIncentives, _c as ExplorerTransaction, _i as ContractExplorerApiResponse, _l as GrpcMitoIDOSubscriber, _n as VaultHolderSubscriptionStreamCallback, _o as AccountStats, _r as IndexerGrpcWeb3GwApi, _s as SpotMarket, _t as BidsStreamCallbackV2, _u as IsomorphicWebSocket, aa as GrpcIndexerInsuranceFund, ac as BlockWithTxs, ai as TcDerivativeLimitOrder, al as SubaccountDeposit, an as IndexerGrpcTradingStream, ao as Campaign, ar as IndexerGrpcInsuranceFundApi, as as RFQGwPrepareAutoSignRequestType, at as DerivativePositionsStreamCallbackV2, au as MitoStakingPool, ba as GrpcMegaVaultOperator, bc as ExplorerValidator, bi as ExplorerApiResponseWithPagination, bl as GrpcMitoLeaderboardEntry, bn as MarketsStreamCallback, bo as GrpcHistoricalBalance, br as IndexerGrpcRfqGwApi, bs as SpotTrade, bt as IndexerGrpcAccountStreamV2, bu as TransportEventType, ca as InsuranceFundCreateParams, cc as ContractTransaction, ci as TcDerivativePosition, cl as TradingReward, cn as BalanceStreamCallback, co as GrpcCampaign, cr as IndexerGrpcDerivativesApi, cs as AtomicSwap, ct as IndexerGrpcDerivativesStreamV2, cu as MitoSubscription, da as IncentivesCampaign, dc as CosmWasmPermission, di as TcDerivativesOrdersHistoryResponse, dl as GrpcMitoClaimReference, dn as OraclePriceStreamCallback, do as GrpcGuild, dr as IndexerGrpcArchiverApi, ds as GrpcSpotLimitOrder, dt as IndexerGrpcExplorerStreamV2, du as MitoVault, ea as PerpetualMarketFunding, ec as AccessType, ei as GrpcTcDerivativeTradeHistory, el as GrpcSubaccountBalanceTransfer, en as BlocksWithTxsStreamCallback, eo as OperationStatusLogEntry, er as IndexerRestLeaderboardChronosApi, es as CosmosPubKeyType, et as DerivativeMarketStreamCallbackV2, eu as MitoPagination, fa as IncentivesRound, fc as EventLog, fi as TcDerivativesPositionsResponse, fl as GrpcMitoDenomBalance, fn as OraclePricesByMarketsStreamCallback, fo as GrpcGuildMember, fr as IndexerGrpcCampaignApi, fs as GrpcSpotMarketInfo, ft as TransactionsStreamCallbackV2, fu as MitoVestingConfig, ga as GrpcMegaVaultHistoricalTVL, gc as ExplorerStats, gi as CW20BalanceExplorerApiResponse, gl as GrpcMitoIDOProgress, gn as TransfersStreamCallback, go as ReferralDetails, gr as IndexerGrpcAccountApi, gs as SpotLimitOrderParams, gt as IndexerGrpcTradingStreamV2, gu as GrpcFrame, ha as GrpcMegaVaultHistoricalPnL, hc as ExplorerCW20BalanceWithToken, hi as BlockFromExplorerApiResponse, hl as GrpcMitoIDOClaimedCoins, hn as StakingRewardByAccountStreamCallback, ho as GuildMember, hr as IndexerGrpcAuctionApi, hs as SpotLimitOrder, ht as GridStrategyStreamCallbackV2, hu as GrpcDecodeError, ia as PositionV2, ic as Block, ii as GrpcTcPositionDelta, il as SubaccountBalance, in as SpotAverageEntriesStreamCallback, io as ChronosSpotMarketSummaryResponse, ir as IndexerRestExplorerApi, is as GrpcRFQGwPrepareQuoteResult, it as DerivativeOrdersStreamCallbackV2, iu as MitoStakingActivity, ja as GrpcMegaVaultVolatilityStats, jc as GrpcValidatorSlashingEvent, ji as DerivativeMarket, jl as GrpcMitoSubscription, jn as IndexerGrpcAccountPortfolioTransformer, jo as LeaderboardRow, jr as AllChronosMarketHistory, js as GrpcRFQProcessedQuote, jt as IndexerGrpcSpotStreamV2, ka as GrpcMegaVaultVaultStats, kc as GrpcPeggyDepositTx, ki as DerivativeLimitOrder, kl as GrpcMitoStakingStakingReward, kn as IndexerGrpcInsuranceFundTransformer, ko as HistoricalVolumes, kr as IndexerModule, ks as GrpcRFQConditionalOrder, kt as VaultHolderSubscriptionStreamCallbackV2, la as Redemption, lc as ContractTransactionWithMessages, li as TcDerivativeTradeHistory, ll as TransferType, ln as IndexerGrpcAccountStream, lo as GrpcCampaignUser, lr as IndexerGrpcMegaVaultApi, ls as BatchSpotOrderCancelParams, lt as BlocksStreamCallbackV2, lu as MitoTokenInfo, ma as GrpcMegaVaultAprStats, mc as ExplorerBlockWithTxs, mi as BankTransferFromExplorerApiResponse, ml as GrpcMitoIDO, mn as IndexerGrpcMitoStream, mo as GuildCampaignSummary, mr as IndexerGrpcTradingApi, ms as GrpcSpotTrade, mt as SpotAverageEntriesStreamCallbackV2, mu as MitoWhitelistAccount, na as Position, nc as BankMsgSendTransaction, ni as GrpcTcDerivativesOrdersHistoryResponse, nl as GrpcSubaccountPortfolio, nn as TransactionsStreamCallback, no as AllSpotMarketSummaryResponse, nr as IndexerRestMarketChronosApi, ns as GrpcRFQGwPrepareAutoSignRequest, nt as DerivativeOrderbookUpdateStreamCallbackV2, nu as MitoPriceSnapshot, oa as GrpcIndexerRedemptionSchedule, oc as CW20Message, oi as TcDerivativeOrderHistory, ol as SubaccountPortfolio, on as BidsStreamCallback, oo as CampaignUser, or as IndexerGrpcTcDerivativesApi, os as RFQGwPrepareAutoSignResponseType, ot as DerivativePositionsV2StreamCallbackV2, ou as MitoStakingReward, pa as GrpcMegaVaultApr, pc as EventLogEvent, pi as TcPositionDelta, pl as GrpcMitoHolders, pn as HistoricalStakingStreamCallback, po as Guild, pr as IndexerGrpcExplorerApi, ps as GrpcSpotOrderHistory, pt as IndexerGrpcArchiverStreamV2, pu as MitoVestingConfigMap, q as AccountPortfolioStreamCallbackV2, qa as MegaVaultSubscriptionStatus, qc as GridStrategyType, qi as GrpcExpiryFuturesMarketInfo, ql as MitoIDOSubscriptionActivity, qn as IndexerGrpcOracleTransformer, qo as GrpcAuctionContract, qr as AllDerivativeMarketSummaryResponse, qs as RFQSettlementType, qt as DerivativeOrderbookV2StreamCallback, ra as PositionDelta, rc as BankTransfer, ri as GrpcTcDerivativesPositionsResponse, rl as GrpcTradingReward, rn as IndexerGrpcArchiverStream, ro as ChronosSpotMarketSummary, rr as IndexerRestSpotChronosApi, rs as GrpcRFQGwPrepareAutoSignResponse, rt as DerivativeOrderbookV2StreamCallbackV2, ru as MitoStakeToSubscription, sa as IndexerInsuranceFund, sc as Contract, si as TcDerivativeOrdersResponse, sl as SubaccountTransfer, sn as IndexerGrpcAuctionStream, so as CampaignV2, sr as IndexerGrpcAccountPortfolioApi, ss as RFQGwPrepareQuoteResultType, st as DerivativeTradesStreamCallbackV2, su as MitoSubaccountBalance, ta as PerpetualMarketInfo, tc as AccessTypeCode, ti as GrpcTcDerivativeTradesResponse, tl as GrpcSubaccountDeposit, tn as IndexerGrpcExplorerStream, to as AllChronosSpotMarketSummary, tr as IndexerRestDerivativesChronosApi, ts as GrpcCosmosPubKey, tt as DerivativeOrderHistoryStreamCallbackV2, tu as MitoPortfolio, ua as RedemptionStatus, uc as CosmWasmChecksum, ui as TcDerivativeTradesResponse, ul as GrpcMitoChanges, un as IndexerGrpcOracleStream, uo as GrpcCampaignV2, ur as IndexerGrpcReferralApi, us as GrpcAtomicSwap, ut as BlocksWithTxsStreamCallbackV2, uu as MitoTransfer, va as GrpcMegaVaultMaxDrawdown, vc as ExplorerTransactionV2, vi as ContractTransactionExplorerApiResponse, vl as GrpcMitoIDOSubscription, vn as VaultStreamCallback, vo as DenomHolders, vr as IndexerGrpcTransactionApi, vs as SpotOrderCancelParams, vt as IndexerGrpcAuctionStreamV2, vu as ResolvedWsTransportConfig, wa as GrpcMegaVaultRedemption, wc as GrpcBankMsgSendMessage, wi as ValidatorUptimeFromExplorerApiResponse, wl as GrpcMitoPagination, wn as SpotOrdersStreamCallback, wo as GrpcPnlLeaderboard, wr as IndexerGrpcRFQApi, ws as Orderbook, wt as OraclePricesByMarketsStreamCallbackV2, wu as WsState, xa as GrpcMegaVaultOperatorRedemptionBucket, xc as ExplorerValidatorDescription, xi as ExplorerBlockApiResponse, xl as GrpcMitoLeaderboardEpoch, xn as SpotOrderHistoryStreamCallback, xo as GrpcHistoricalRPNL, xr as IndexerGrpcSpotApi, xs as GrpcPriceLevel, xt as IndexerGrpcOracleStreamV2, xu as TransportEvents, ya as GrpcMegaVaultOperationStatusLogEntry, yc as ExplorerTxsV2Response, yi as ExplorerApiResponse, yl as GrpcMitoIDOSubscriptionActivity, yn as IndexerGrpcSpotStream, yo as GrpcDenomHolders, yr as IndexerGrpcOracleApi, ys as SpotOrderHistory, yt as BalanceStreamCallbackV2, yu as TransportEventListener, za as MegaVaultOperator, zc as Signature, zi as FundingRate, zl as MitoGaugeStatus, zn as IndexerRestExplorerTransformer, zo as AuctionCoinPrices, zr as GrpcSubaccountDepositV2, zs as RFQConditionalOrdersResponse, zt as SettlementStreamCallbackV2 } from "../index-CLuXJWNT.cjs";
|
|
3
|
+
import { $ as TcDerivativeTradesStreamCallbackV2, $a as MegaVaultVolatilityStats, $c as GrpcSubaccountBalance, $i as PerpetualMarket, $l as MitoMissionLeaderboardEntry, $n as IndexerGrpcRfqTransformer, $o as Oracle, $r as GrpcTcDerivativePosition, $s as TakerStreamEvents, $t as BlocksStreamCallback, Aa as GrpcMegaVaultVolatility, Ac as GrpcPeggyWithdrawalTx, Ai as DerivativeLimitOrderParams, Al as GrpcMitoSubaccountBalance, An as IndexerDerivativeStreamTransformer, Ao as Holder, Ar as StreamStatusResponse, As as GrpcRFQExpiry, At as VaultStreamCallbackV2, Ba as MegaVaultOperatorRedemptionBucket, Bc as Transaction, Bi as GrpcBinaryOptionsMarketInfo, Bl as MitoHolders, Bn as IndexerOracleStreamTransformer, Bo as AuctionContract, Br as PortfolioSubaccountBalanceV2, Bs as RFQExpiryType, Bt as StreamManager, Ca as GrpcMegaVaultPnlStats, Cc as GasFee, Ci as TransactionFromExplorerApiResponse, Cl as GrpcMitoMissionLeaderboardEntry, Cn as SpotOrderbookV2StreamCallback, Co as GrpcLeaderboardRow, Cr as IndexerGrpcMitoApi, Cs as IndexerTokenMeta, Ct as OraclePriceStreamCallbackV2, Cu as WsReconnectConfig, Da as GrpcMegaVaultUnrealizedPnl, Dc as GrpcIBCTransferTx, Di as BatchDerivativeOrderCancelParams, Dl as GrpcMitoStakingPool, Dn as IndexerTcDerivativesStreamTransformer, Do as HistoricalBalance, Dr as GrpcWebSocketTransport, Ds as QuantityAndFees, Dt as StakingRewardByAccountStreamCallbackV2, Ea as GrpcMegaVaultTargetApr, Ec as GrpcGasFee, Ei as BaseDerivativeMarket, El as GrpcMitoStakingGauge, En as IndexerAccountPortfolioStreamTransformer, Eo as GrpcVolLeaderboard, Er as IndexerWsTakerStream, Es as PriceLevel, Et as IndexerGrpcMitoStreamV2, Fa as MegaVaultHistoricalPnL, Fc as Message, Fi as DerivativeTrade, Fl as MitoChanges, Fn as IndexerArchiverStreamTransformer, Fo as AccountAuctionStatus, Fr as GrpcAccountPortfolioV2, Fs as MakerStreamConfig, Ft as SpotTradesStreamCallbackV2, G as createStreamSubscriptionV2, Ga as MegaVaultStats, Gc as WasmCode, Gi as GrpcDerivativePositionV2, Gl as MitoIDOSubscriber, Gn as IndexerGrpcAccountTransformer, Go as GrpcAuctionCoin, Gr as ChronosLeaderboardResponse, Gs as RFQRequestType, Gt as DerivativeOrderHistoryStreamCallback, Ha as MegaVaultPnlStats, Hc as ValidatorSlashingEvent, Hi as GrpcDerivativeMarketInfo, Hl as MitoIDOClaimedCoins, Hn as IndexerGrpcExplorerTransformer, Ho as AuctionsStats, Hr as SubaccountDepositV2, Hs as RFQProcessedQuoteType, Ht as AccountPortfolioStreamCallback, Ia as MegaVaultHistoricalTVL, Ic as Paging, Ii as ExpiryFuturesMarket, Il as MitoClaimReference, In as IndexerGrpcMegaVaultTransformer, Io as AccountAuctionV2, Ir as GrpcPortfolioSubaccountBalanceV2, Is as MakerStreamEvents, It as IndexerGrpcRfqStreamV2, J as IndexerGrpcAccountPortfolioStreamV2, Ja as MegaVaultTargetApr, Jc as ListTradingStrategiesResponse, Ji as GrpcFundingPayment, Jl as MitoLeaderboard, Jn as IndexerRfqStreamTransformer, Jo as GrpcAuctionV2, Jr as ChronosDerivativeMarketSummary, Js as RFQSettlementUnfilledActionType, Jt as DerivativeOrdersStreamCallback, K as StreamManagerV2, Ka as MegaVaultSubscription, Kc as GridStrategyStreamResponse, Ki as GrpcDerivativeTrade, Kl as MitoIDOSubscription, Kn as IndexerSpotStreamTransformer, Ko as GrpcAuctionCoinPrices, Kr as AllChronosDerivativeMarketSummary, Ks as RFQSettlementLimitActionType, Kt as DerivativeOrderbookUpdateStreamCallback, La as MegaVaultIncentives, Lc as PeggyDepositTx, Li as ExpiryFuturesMarketInfo, Ll as MitoDenomBalance, Ln as IndexerAuctionStreamTransformer, Lo as Auction, Lr as GrpcPositionV2, Ls as RFQConditionalOrder, Lt as QuoteStreamCallbackV2, Ma as MegaVault, Mc as GrpcValidatorUptime, Mi as DerivativeMarketWithoutBinaryOptions, Ml as GrpcMitoTokenInfo, Mn as IndexerGrpcMitoStreamTransformer, Mo as PnlLeaderboard, Mr as ChronosMarketHistoryResponse, Ms as GrpcRFQQuote, Mt as SpotOrderHistoryStreamCallbackV2, Na as MegaVaultApr, Nc as IBCTransferTx, Ni as DerivativeOrderCancelParams, Nl as GrpcMitoVault, Nn as IndexerGrpcDerivativeTransformer, No as SpotAverageEntry, Nr as AccountPortfolioBalances, Ns as GrpcRFQRequest, Nt as SpotOrderbookUpdateStreamCallbackV2, Oa as GrpcMegaVaultUserStats, Oc as GrpcIndexerValidatorDescription, Oi as BinaryOptionsMarket, Ol as GrpcMitoStakingStakingActivity, On as IndexerGrpcTcDerivativesTransformer, Oo as HistoricalRPNL, Or as GrpcWebSocketCodec, Os as Route, Ot as TransfersStreamCallbackV2, Pa as MegaVaultAprStats, Pc as IndexerStreamTransaction, Pi as DerivativeOrderHistory, Pl as GrpcMitoWhitelistAccount, Pn as ExplorerStreamTransformer, Po as VolLeaderboard, Pr as AccountPortfolioV2, Ps as GrpcRFQSettlement, Pt as SpotOrdersStreamCallbackV2, Q as TcDerivativePositionsStreamCallbackV2, Qa as MegaVaultVolatility, Qc as GrpcAccountPortfolio, Qi as GrpcPositionDelta, Ql as MitoMissionLeaderboard, Qn as IndexerGrpcMitoTransformer, Qo as GrpcOracle, Qr as GrpcTcDerivativeOrdersResponse, Qs as TakerStreamConfig, Qt as IndexerGrpcDerivativesStream, Ra as MegaVaultMaxDrawdown, Rc as PeggyWithdrawalTx, Ri as FundingPayment, Rl as MitoGauge, Rn as IndexerAccountStreamTransformer, Ro as AuctionCoin, Rr as GrpcPositionsWithUPNL, Rs as RFQConditionalOrderInput, Rt as RequestStreamCallbackV2, Sa as GrpcMegaVaultPnl, Sc as ExplorerValidatorUptime, Si as ExplorerTransactionApiResponse, Sl as GrpcMitoMission, Sn as SpotOrderbookUpdateStreamCallback, So as GrpcHistoricalVolumes, Sr as IndexerGrpcMetaApi, Ss as GrpcTokenMeta, St as OracleListStreamCallbackV2, Su as WsDisconnectReason, Ta as GrpcMegaVaultSubscription, Tc as GrpcExplorerStats, Ti as WasmCodeExplorerApiResponse, Tl as GrpcMitoPriceSnapshot, Tn as SpotTradesStreamCallback, To as GrpcSpotAverageEntry, Tr as IndexerWsMakerStream, Ts as OrderbookWithSequence, Tt as HistoricalStakingStreamCallbackV2, Tu as WsTransportConfig, Ua as MegaVaultRedemption, Uc as ValidatorUptime, Ui as GrpcDerivativeOrderHistory, Ul as MitoIDOInitParams, Un as IndexerGrpcArchiverTransformer, Uo as GrpcAccountAuctionV2, Ur as ChronosLeaderboard, Us as RFQQuoteType, Ut as IndexerGrpcAccountPortfolioStream, Va as MegaVaultPnl, Vc as TxMessage, Vi as GrpcDerivativeLimitOrder, Vl as MitoIDO, Vn as IndexerGrpcReferralTransformer, Vo as AuctionV2, Vr as PositionsWithUPNL, Vs as RFQMakerStreamAckData, Vt as createStreamSubscription, Wa as MegaVaultRedemptionStatus, Wc as ValidatorUptimeStatus, Wi as GrpcDerivativePosition, Wl as MitoIDOProgress, Wn as IndexerGrpcAuctionTransformer, Wo as GrpcAuction, Wr as ChronosLeaderboardEntry, Ws as RFQRequestInputType, Wt as DerivativeMarketStreamCallback, X as TcDerivativeOrderHistoryStreamCallbackV2, Xa as MegaVaultUser, Xc as TradingStrategy, Xi as GrpcPerpetualMarketFunding, Xl as MitoLeaderboardEpoch, Xn as IndexerCampaignTransformer, Xo as IndexerAuctionBid, Xr as GrpcTcDerivativeLimitOrder, Xs as RFQTakerStreamAckData, Xt as DerivativePositionsV2StreamCallback, Y as IndexerGrpcTcDerivativesStreamV2, Ya as MegaVaultUnrealizedPnl, Yc as MarketType, Yi as GrpcFundingRate, Yl as MitoLeaderboardEntry, Yn as IndexerGrpcRfqGwTransformer, Yo as GrpcIndexerAuctionBid, Yr as ChronosDerivativeMarketSummaryResponse, Ys as RFQStreamErrorData, Yt as DerivativePositionsStreamCallback, Z as TcDerivativeOrdersStreamCallbackV2, Za as MegaVaultUserStats, Zc as AccountPortfolio, Zi as GrpcPerpetualMarketInfo, Zl as MitoMission, Zn as IndexerGrpcSpotTransformer, Zo as StreamBidsResponse, Zr as GrpcTcDerivativeOrderHistory, Zs as SettlementsResponse, Zt as DerivativeTradesStreamCallback, _a as GrpcMegaVaultIncentives, _c as ExplorerTransaction, _i as ContractExplorerApiResponse, _l as GrpcMitoIDOSubscriber, _n as VaultHolderSubscriptionStreamCallback, _o as AccountStats, _r as IndexerGrpcWeb3GwApi, _s as SpotMarket, _t as BidsStreamCallbackV2, _u as IsomorphicWebSocket, aa as GrpcIndexerInsuranceFund, ac as BlockWithTxs, ai as TcDerivativeLimitOrder, al as SubaccountDeposit, an as IndexerGrpcTradingStream, ao as Campaign, ar as IndexerGrpcInsuranceFundApi, as as RFQGwPrepareAutoSignRequestType, at as DerivativePositionsStreamCallbackV2, au as MitoStakingPool, ba as GrpcMegaVaultOperator, bc as ExplorerValidator, bi as ExplorerApiResponseWithPagination, bl as GrpcMitoLeaderboardEntry, bn as MarketsStreamCallback, bo as GrpcHistoricalBalance, br as IndexerGrpcRfqGwApi, bs as SpotTrade, bt as IndexerGrpcAccountStreamV2, bu as TransportEventType, ca as InsuranceFundCreateParams, cc as ContractTransaction, ci as TcDerivativePosition, cl as TradingReward, cn as BalanceStreamCallback, co as GrpcCampaign, cr as IndexerGrpcDerivativesApi, cs as AtomicSwap, ct as IndexerGrpcDerivativesStreamV2, cu as MitoSubscription, da as IncentivesCampaign, dc as CosmWasmPermission, di as TcDerivativesOrdersHistoryResponse, dl as GrpcMitoClaimReference, dn as OraclePriceStreamCallback, do as GrpcGuild, dr as IndexerGrpcArchiverApi, ds as GrpcSpotLimitOrder, dt as IndexerGrpcExplorerStreamV2, du as MitoVault, ea as PerpetualMarketFunding, ec as AccessType, ei as GrpcTcDerivativeTradeHistory, el as GrpcSubaccountBalanceTransfer, en as BlocksWithTxsStreamCallback, eo as OperationStatusLogEntry, er as IndexerRestLeaderboardChronosApi, es as CosmosPubKeyType, et as DerivativeMarketStreamCallbackV2, eu as MitoPagination, fa as IncentivesRound, fc as EventLog, fi as TcDerivativesPositionsResponse, fl as GrpcMitoDenomBalance, fn as OraclePricesByMarketsStreamCallback, fo as GrpcGuildMember, fr as IndexerGrpcCampaignApi, fs as GrpcSpotMarketInfo, ft as TransactionsStreamCallbackV2, fu as MitoVestingConfig, ga as GrpcMegaVaultHistoricalTVL, gc as ExplorerStats, gi as CW20BalanceExplorerApiResponse, gl as GrpcMitoIDOProgress, gn as TransfersStreamCallback, go as ReferralDetails, gr as IndexerGrpcAccountApi, gs as SpotLimitOrderParams, gt as IndexerGrpcTradingStreamV2, gu as GrpcFrame, ha as GrpcMegaVaultHistoricalPnL, hc as ExplorerCW20BalanceWithToken, hi as BlockFromExplorerApiResponse, hl as GrpcMitoIDOClaimedCoins, hn as StakingRewardByAccountStreamCallback, ho as GuildMember, hr as IndexerGrpcAuctionApi, hs as SpotLimitOrder, ht as GridStrategyStreamCallbackV2, hu as GrpcDecodeError, ia as PositionV2, ic as Block, ii as GrpcTcPositionDelta, il as SubaccountBalance, in as SpotAverageEntriesStreamCallback, io as ChronosSpotMarketSummaryResponse, ir as IndexerRestExplorerApi, is as GrpcRFQGwPrepareQuoteResult, it as DerivativeOrdersStreamCallbackV2, iu as MitoStakingActivity, ja as GrpcMegaVaultVolatilityStats, jc as GrpcValidatorSlashingEvent, ji as DerivativeMarket, jl as GrpcMitoSubscription, jn as IndexerGrpcAccountPortfolioTransformer, jo as LeaderboardRow, jr as AllChronosMarketHistory, js as GrpcRFQProcessedQuote, jt as IndexerGrpcSpotStreamV2, ka as GrpcMegaVaultVaultStats, kc as GrpcPeggyDepositTx, ki as DerivativeLimitOrder, kl as GrpcMitoStakingStakingReward, kn as IndexerGrpcInsuranceFundTransformer, ko as HistoricalVolumes, kr as IndexerModule, ks as GrpcRFQConditionalOrder, kt as VaultHolderSubscriptionStreamCallbackV2, la as Redemption, lc as ContractTransactionWithMessages, li as TcDerivativeTradeHistory, ll as TransferType, ln as IndexerGrpcAccountStream, lo as GrpcCampaignUser, lr as IndexerGrpcMegaVaultApi, ls as BatchSpotOrderCancelParams, lt as BlocksStreamCallbackV2, lu as MitoTokenInfo, ma as GrpcMegaVaultAprStats, mc as ExplorerBlockWithTxs, mi as BankTransferFromExplorerApiResponse, ml as GrpcMitoIDO, mn as IndexerGrpcMitoStream, mo as GuildCampaignSummary, mr as IndexerGrpcTradingApi, ms as GrpcSpotTrade, mt as SpotAverageEntriesStreamCallbackV2, mu as MitoWhitelistAccount, na as Position, nc as BankMsgSendTransaction, ni as GrpcTcDerivativesOrdersHistoryResponse, nl as GrpcSubaccountPortfolio, nn as TransactionsStreamCallback, no as AllSpotMarketSummaryResponse, nr as IndexerRestMarketChronosApi, ns as GrpcRFQGwPrepareAutoSignRequest, nt as DerivativeOrderbookUpdateStreamCallbackV2, nu as MitoPriceSnapshot, oa as GrpcIndexerRedemptionSchedule, oc as CW20Message, oi as TcDerivativeOrderHistory, ol as SubaccountPortfolio, on as BidsStreamCallback, oo as CampaignUser, or as IndexerGrpcTcDerivativesApi, os as RFQGwPrepareAutoSignResponseType, ot as DerivativePositionsV2StreamCallbackV2, ou as MitoStakingReward, pa as GrpcMegaVaultApr, pc as EventLogEvent, pi as TcPositionDelta, pl as GrpcMitoHolders, pn as HistoricalStakingStreamCallback, po as Guild, pr as IndexerGrpcExplorerApi, ps as GrpcSpotOrderHistory, pt as IndexerGrpcArchiverStreamV2, pu as MitoVestingConfigMap, q as AccountPortfolioStreamCallbackV2, qa as MegaVaultSubscriptionStatus, qc as GridStrategyType, qi as GrpcExpiryFuturesMarketInfo, ql as MitoIDOSubscriptionActivity, qn as IndexerGrpcOracleTransformer, qo as GrpcAuctionContract, qr as AllDerivativeMarketSummaryResponse, qs as RFQSettlementType, qt as DerivativeOrderbookV2StreamCallback, ra as PositionDelta, rc as BankTransfer, ri as GrpcTcDerivativesPositionsResponse, rl as GrpcTradingReward, rn as IndexerGrpcArchiverStream, ro as ChronosSpotMarketSummary, rr as IndexerRestSpotChronosApi, rs as GrpcRFQGwPrepareAutoSignResponse, rt as DerivativeOrderbookV2StreamCallbackV2, ru as MitoStakeToSubscription, sa as IndexerInsuranceFund, sc as Contract, si as TcDerivativeOrdersResponse, sl as SubaccountTransfer, sn as IndexerGrpcAuctionStream, so as CampaignV2, sr as IndexerGrpcAccountPortfolioApi, ss as RFQGwPrepareQuoteResultType, st as DerivativeTradesStreamCallbackV2, su as MitoSubaccountBalance, ta as PerpetualMarketInfo, tc as AccessTypeCode, ti as GrpcTcDerivativeTradesResponse, tl as GrpcSubaccountDeposit, tn as IndexerGrpcExplorerStream, to as AllChronosSpotMarketSummary, tr as IndexerRestDerivativesChronosApi, ts as GrpcCosmosPubKey, tt as DerivativeOrderHistoryStreamCallbackV2, tu as MitoPortfolio, ua as RedemptionStatus, uc as CosmWasmChecksum, ui as TcDerivativeTradesResponse, ul as GrpcMitoChanges, un as IndexerGrpcOracleStream, uo as GrpcCampaignV2, ur as IndexerGrpcReferralApi, us as GrpcAtomicSwap, ut as BlocksWithTxsStreamCallbackV2, uu as MitoTransfer, va as GrpcMegaVaultMaxDrawdown, vc as ExplorerTransactionV2, vi as ContractTransactionExplorerApiResponse, vl as GrpcMitoIDOSubscription, vn as VaultStreamCallback, vo as DenomHolders, vr as IndexerGrpcTransactionApi, vs as SpotOrderCancelParams, vt as IndexerGrpcAuctionStreamV2, vu as ResolvedWsTransportConfig, wa as GrpcMegaVaultRedemption, wc as GrpcBankMsgSendMessage, wi as ValidatorUptimeFromExplorerApiResponse, wl as GrpcMitoPagination, wn as SpotOrdersStreamCallback, wo as GrpcPnlLeaderboard, wr as IndexerGrpcRFQApi, ws as Orderbook, wt as OraclePricesByMarketsStreamCallbackV2, wu as WsState, xa as GrpcMegaVaultOperatorRedemptionBucket, xc as ExplorerValidatorDescription, xi as ExplorerBlockApiResponse, xl as GrpcMitoLeaderboardEpoch, xn as SpotOrderHistoryStreamCallback, xo as GrpcHistoricalRPNL, xr as IndexerGrpcSpotApi, xs as GrpcPriceLevel, xt as IndexerGrpcOracleStreamV2, xu as TransportEvents, ya as GrpcMegaVaultOperationStatusLogEntry, yc as ExplorerTxsV2Response, yi as ExplorerApiResponse, yl as GrpcMitoIDOSubscriptionActivity, yn as IndexerGrpcSpotStream, yo as GrpcDenomHolders, yr as IndexerGrpcOracleApi, ys as SpotOrderHistory, yt as BalanceStreamCallbackV2, yu as TransportEventListener, za as MegaVaultOperator, zc as Signature, zi as FundingRate, zl as MitoGaugeStatus, zn as IndexerRestExplorerTransformer, zo as AuctionCoinPrices, zr as GrpcSubaccountDepositV2, zs as RFQConditionalOrdersResponse, zt as SettlementStreamCallbackV2 } from "../index-B7UsSUbZ.cjs";
|
|
4
4
|
import "../BaseGrpcConsumer-CZTAcNtS.cjs";
|
|
5
5
|
import "../index-C00Yswov.cjs";
|
|
6
6
|
import "../index-Dvfd07fs.cjs";
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
import "../tx_pb-BGCQilBY.cjs";
|
|
2
2
|
import "../index-C15wCMY6.cjs";
|
|
3
|
-
import { ap as PrivateKey, ip as BaseAccount, op as PublicKey, sp as Address } from "../index-
|
|
3
|
+
import { ap as PrivateKey, ip as BaseAccount, op as PublicKey, sp as Address } from "../index-B7UsSUbZ.cjs";
|
|
4
4
|
import "../BaseGrpcConsumer-CZTAcNtS.cjs";
|
|
5
5
|
import "../index-C00Yswov.cjs";
|
|
6
6
|
import "../index-Dvfd07fs.cjs";
|
|
@@ -12,7 +12,7 @@ require('../BaseIndexerGrpcConsumer-ChilNYlV.cjs');
|
|
|
12
12
|
require('../BaseRestConsumer-uSzCOit7.cjs');
|
|
13
13
|
const require_ExecArgNeptuneWithdraw = require('../ExecArgNeptuneWithdraw-DJWhAi2w.cjs');
|
|
14
14
|
require('../IndexerGrpcWeb3GwApi-BDH3Pyr6.cjs');
|
|
15
|
-
require('../tx-
|
|
15
|
+
require('../tx-D7F4nbJj.cjs');
|
|
16
16
|
|
|
17
17
|
exports.ContractExecutionAuthz = require_MsgSetDenomMetadata.ContractExecutionAuthorization;
|
|
18
18
|
exports.ContractExecutionCompatAuthz = require_MsgSetDenomMetadata.ContractExecutionCompatAuthorization;
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
import "../tx_pb-BGCQilBY.cjs";
|
|
2
2
|
import "../index-C15wCMY6.cjs";
|
|
3
|
-
import { $f as getGenericAuthorizationFromMessageType, $m as MsgAdminUpdateBinaryOptionsMarket, $y as MsgWithdraw, Ay as MsgRequestRedemption, Bm as FeegrantMsgs, By as MsgRemoveRateLimit, Cb as MsgBid, Cy as MsgCreateInsuranceFund, Dy as MsgReclaimLockedFunds, Ey as MsgUpdateSpotMarketV2, Fm as DistributionMsgs, Fy as MsgRevokeAllowance, Gf as MsgUpdateParams, Gm as OracleMsgs, Gy as MsgCreateDenom, Hf as MsgUpdateActorRoles, Hm as IbcMsgs, Hy as MsgCreateRateLimit, Im as Erc20Msgs, Iy as MsgCancelSpotOrder, Jf as MsgInstantBinaryOptionsMarketLaunch, Jm as TokenFactoryMsgs, Jy as MsgPrivilegedExecuteContract, Kf as MsgClaimVoucher, Km as PeggyMsgs, Ky as MsgChangeAdmin, Lm as ExchangeMsgs, Ly as MsgCreateValidator, Mm as AuctionMsgs, My as MsgLiquidatePosition, Nm as AuthzMsgs, Ny as MsgBatchUpdateOrders, Oy as MsgRelayProviderPrices, Pm as BankMsgs, Py as MsgExternalTransfer, Qf as GrantAuthorizationType, Qm as MsgBatchCancelBinaryOptionsOrders, Qy as MsgUpdateAdmin, Rm as ExchangeV1Msgs, Ry as MsgBeginRedelegate, Sb as MsgGrant, Sy as MsgAuthorizeStakeGrants, Tb as MsgVote, Ty as MsgSetDenomMetadata, Uf as MsgUpdateNamespace, Um as InsuranceMsgs, Uy as MsgMigrateContract, Vm as GovMsgs, Vy as MsgUpdateRateLimit, Wf as MsgCreateNamespace, Wm as Msgs, Wy as MsgExecuteContract, Xf as ContractExecutionAuthorization, Xm as MsgSetDelegationTransferReceivers, Xy as MsgUnderwrite, Yf as ContractExecutionCompatAuthorization, Ym as WasmMsgs, Yy as MsgEditValidator, Zf as GenericAuthorization, Zm as MsgCreateBinaryOptionsMarketOrder, Zy as MsgUndelegate, _b as MsgSubmitProposalSpotMarketLaunch, _y as MsgCancelDerivativeOrder, ab as MsgMultiSend, ay as MsgWithdrawValidatorCommission, bb as MsgDeposit$1, by as MsgCancelPostOnlyModeV2, cb as MsgTransfer, cy as MsgCreateDerivativeLimitOrder, db as ProposalDecomposer, dy as MsgUpdateDerivativeMarketV2, eb as MsgSignData, ep as msgsOrMsgExecMsgs, fb as MsgSubmitProposalExpiryFuturesMarketLaunch, fy as MsgCancelBinaryOptionsOrder, gb as MsgGrantProviderPrivilegeProposal, gy as MsgCreateSpotMarketOrder, hb as MsgSubmitProposalPerpetualMarketLaunch, hy as MsgIncreasePositionMargin, ib as MsgDeposit, iy as MsgCreateBinaryOptionsLimitOrder, jy as MsgInstantiateContract, ky as MsgTransferDelegation, lb as MsgExec, ly as MsgWithdrawDelegatorReward, mb as MsgSubmitProposalSpotMarketParamUpdate, my as MsgDecreasePositionMargin, nb as MsgSendToEth, np as ExecArgNeptuneDeposit, ob as MsgMint, oy as MsgCreateDerivativeMarketOrder, pb as MsgSubmitProposalPerpetualMarketLaunchV2, py as MsgInstantSpotMarketLaunch, qf as OrderHashManager, qm as StakingMsgs, qy as MsgRewardsOptOut, rb as MsgStoreCode, sb as MsgBurn, sy as MsgBatchCancelDerivativeOrders, tb as MsgDelegate, tp as ExecArgNeptuneWithdraw, ub as MsgSubmitProposal, uy as MsgCancelUnbondingDelegation, vb as MsgSubmitGenericProposal, vy as MsgBatchCancelSpotOrders, wb as MsgSend, wy as MsgFundCommunityPool, xb as MsgRevoke, xy as MsgCreateSpotLimitOrder, yb as MsgSubmitTextProposal, yy as MsgGrantWithAuthorization, zm as ExchangeV2Msgs, zy as MsgGrantAllowance } from "../index-
|
|
3
|
+
import { $f as getGenericAuthorizationFromMessageType, $m as MsgAdminUpdateBinaryOptionsMarket, $y as MsgWithdraw, Ay as MsgRequestRedemption, Bm as FeegrantMsgs, By as MsgRemoveRateLimit, Cb as MsgBid, Cy as MsgCreateInsuranceFund, Dy as MsgReclaimLockedFunds, Ey as MsgUpdateSpotMarketV2, Fm as DistributionMsgs, Fy as MsgRevokeAllowance, Gf as MsgUpdateParams, Gm as OracleMsgs, Gy as MsgCreateDenom, Hf as MsgUpdateActorRoles, Hm as IbcMsgs, Hy as MsgCreateRateLimit, Im as Erc20Msgs, Iy as MsgCancelSpotOrder, Jf as MsgInstantBinaryOptionsMarketLaunch, Jm as TokenFactoryMsgs, Jy as MsgPrivilegedExecuteContract, Kf as MsgClaimVoucher, Km as PeggyMsgs, Ky as MsgChangeAdmin, Lm as ExchangeMsgs, Ly as MsgCreateValidator, Mm as AuctionMsgs, My as MsgLiquidatePosition, Nm as AuthzMsgs, Ny as MsgBatchUpdateOrders, Oy as MsgRelayProviderPrices, Pm as BankMsgs, Py as MsgExternalTransfer, Qf as GrantAuthorizationType, Qm as MsgBatchCancelBinaryOptionsOrders, Qy as MsgUpdateAdmin, Rm as ExchangeV1Msgs, Ry as MsgBeginRedelegate, Sb as MsgGrant, Sy as MsgAuthorizeStakeGrants, Tb as MsgVote, Ty as MsgSetDenomMetadata, Uf as MsgUpdateNamespace, Um as InsuranceMsgs, Uy as MsgMigrateContract, Vm as GovMsgs, Vy as MsgUpdateRateLimit, Wf as MsgCreateNamespace, Wm as Msgs, Wy as MsgExecuteContract, Xf as ContractExecutionAuthorization, Xm as MsgSetDelegationTransferReceivers, Xy as MsgUnderwrite, Yf as ContractExecutionCompatAuthorization, Ym as WasmMsgs, Yy as MsgEditValidator, Zf as GenericAuthorization, Zm as MsgCreateBinaryOptionsMarketOrder, Zy as MsgUndelegate, _b as MsgSubmitProposalSpotMarketLaunch, _y as MsgCancelDerivativeOrder, ab as MsgMultiSend, ay as MsgWithdrawValidatorCommission, bb as MsgDeposit$1, by as MsgCancelPostOnlyModeV2, cb as MsgTransfer, cy as MsgCreateDerivativeLimitOrder, db as ProposalDecomposer, dy as MsgUpdateDerivativeMarketV2, eb as MsgSignData, ep as msgsOrMsgExecMsgs, fb as MsgSubmitProposalExpiryFuturesMarketLaunch, fy as MsgCancelBinaryOptionsOrder, gb as MsgGrantProviderPrivilegeProposal, gy as MsgCreateSpotMarketOrder, hb as MsgSubmitProposalPerpetualMarketLaunch, hy as MsgIncreasePositionMargin, ib as MsgDeposit, iy as MsgCreateBinaryOptionsLimitOrder, jy as MsgInstantiateContract, ky as MsgTransferDelegation, lb as MsgExec, ly as MsgWithdrawDelegatorReward, mb as MsgSubmitProposalSpotMarketParamUpdate, my as MsgDecreasePositionMargin, nb as MsgSendToEth, np as ExecArgNeptuneDeposit, ob as MsgMint, oy as MsgCreateDerivativeMarketOrder, pb as MsgSubmitProposalPerpetualMarketLaunchV2, py as MsgInstantSpotMarketLaunch, qf as OrderHashManager, qm as StakingMsgs, qy as MsgRewardsOptOut, rb as MsgStoreCode, sb as MsgBurn, sy as MsgBatchCancelDerivativeOrders, tb as MsgDelegate, tp as ExecArgNeptuneWithdraw, ub as MsgSubmitProposal, uy as MsgCancelUnbondingDelegation, vb as MsgSubmitGenericProposal, vy as MsgBatchCancelSpotOrders, wb as MsgSend, wy as MsgFundCommunityPool, xb as MsgRevoke, xy as MsgCreateSpotLimitOrder, yb as MsgSubmitTextProposal, yy as MsgGrantWithAuthorization, zm as ExchangeV2Msgs, zy as MsgGrantAllowance } from "../index-B7UsSUbZ.cjs";
|
|
4
4
|
import "../BaseGrpcConsumer-CZTAcNtS.cjs";
|
|
5
5
|
import "../index-C00Yswov.cjs";
|
|
6
6
|
import { $ as ExecArgInitiateTransfer, B as ExecArgCW20AdapterRedeemAndTransfer, G as ExitConfig, H as ExecPrivilegedArgVaultRedeem, I as ExecArgs, J as TrailingArithmetic, K as ExitType, L as ExecPrivilegedArgs, N as MsgExecuteContractCompat, Q as ExecArgUpdateGridConfig, R as ExecPrivilegedArgOffChainVaultSubscribe, U as ExecArgCreateSpotGridStrategy, V as ExecPrivilegedArgVaultSubscribe, W as ExecArgCreatePerpGridStrategy, X as ExecArgRemoveGridStrategy, Y as TrailingArithmeticLP, Z as ExecArgIncreaseAllowance, at as ExecArgCW20Transfer, ct as ExecArgCW20Send, et as ExecArgSwapExactOutput, it as ExecArgFundCampaign, nt as ExecArgSwapMinOutput, ot as ExecArgCreateRound, q as StrategyType, rt as ExecArgDepositTokens, st as ExecArgSubmitVaa, tt as ExecArgCreateCampaign, z as ExecPrivilegedArgOffChainVaultRedeem } from "../index-Dvfd07fs.cjs";
|
package/dist/cjs/core/tx.cjs
CHANGED
|
@@ -10,7 +10,7 @@ require('../BaseGrpcConsumer-Baz_ZnzI.cjs');
|
|
|
10
10
|
require('../BaseIndexerGrpcConsumer-ChilNYlV.cjs');
|
|
11
11
|
require('../BaseRestConsumer-uSzCOit7.cjs');
|
|
12
12
|
require('../IndexerGrpcWeb3GwApi-BDH3Pyr6.cjs');
|
|
13
|
-
const require_tx = require('../tx-
|
|
13
|
+
const require_tx = require('../tx-D7F4nbJj.cjs');
|
|
14
14
|
let __injectivelabs_core_proto_ts_v2_generated_cosmos_tx_v1beta1_tx_pb = require("@injectivelabs/core-proto-ts-v2/generated/cosmos/tx/v1beta1/tx_pb");
|
|
15
15
|
|
|
16
16
|
exports.BroadcastMode = require_tx.BroadcastMode;
|
package/dist/cjs/core/tx.d.cts
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
import { c as tx_pb_d_exports } from "../tx_pb-BGCQilBY.cjs";
|
|
2
2
|
import "../index-C15wCMY6.cjs";
|
|
3
|
-
import { $p as createTransaction, Am as TxConcreteApi, Ap as createAny, Bp as createSignDoc, Cm as CreateTransactionWithSignersArgs, Cp as protoTypeToAminoType, Dm as TxClientBroadcastResponse, Dp as SIGN_DIRECT, Em as TxClientBroadcastOptions, Ep as SIGN_AMINO, Fp as isTxNotFoundError, Gp as createWeb3Extension, Hp as createSignerInfo, Ip as createAuthInfo, Jp as getTransactionPartsFromTxRaw, Kp as getAminoStdSignDoc, Lp as createBody, Mp as getEthereumSignerAddress, Np as getInjectiveSignerAddress, Om as TxClientMode, Op as SIGN_EIP712, Pp as errorToErrorMessage, Qp as waitTxBroadcasted, Rp as createFee, Sm as CreateTransactionResult, Sp as objectKeysToEip712Types, Tm as SignerDetails, Tp as TxClient, Up as createSigners, Vp as createSignDocFromTransaction, Wp as createTxRawEIP712, Xp as TxRestApi, Yp as generateArbitrarySignDoc, Zp as TxGrpcApi, _m as TxResult, _p as getEipTxContext, am as createTxRawFromSigResponse, bm as TxSearchResultParams, bp as getObjectEip712PropertyType, cm as BroadcastModeKeplr, cp as MsgDecoder, dm as RestTx, dp as getDefaultEip712Types, em as createTransactionAndCosmosSignDoc, fm as RestTxBody, fp as getDefaultEip712TypesV2, gm as TxInfoResponse, gp as getEip712FeeV2, hm as TxInfo, hp as getEip712Fee, im as createTransactionWithSigners, jm as TxResponse, jp as createAnyMessage, km as TxClientSimulateResponse, kp as SIGN_EIP712_V2, lm as RestAuthInfo, lp as getEip712TypedData, mm as SimulationResponse, mp as getEip712DomainV2, nm as createTransactionForAddressAndMsg, om as getTxRawFromTxRawOrDirectSignResponse, pm as RestTxLog, pp as getEip712Domain, qp as getPublicKey, rm as createTransactionFromMsg, rp as MsgBroadcasterWithPk, sm as BroadcastMode, tm as createTransactionAndCosmosSignDocForAddressAndMsg, um as RestSignerInfo, up as getEip712TypedDataV2, vm as TxResultResponse, vp as getEipTxDetails, wm as MsgArg, wp as stringTypeToReflectionStringType, xm as CreateTransactionArgs, xp as numberTypeToReflectionNumberType, ym as TxSearchResult, yp as getTypesIncludingFeePayer, zp as createNonCriticalExtensionFromObject } from "../index-
|
|
3
|
+
import { $p as createTransaction, Am as TxConcreteApi, Ap as createAny, Bp as createSignDoc, Cm as CreateTransactionWithSignersArgs, Cp as protoTypeToAminoType, Dm as TxClientBroadcastResponse, Dp as SIGN_DIRECT, Em as TxClientBroadcastOptions, Ep as SIGN_AMINO, Fp as isTxNotFoundError, Gp as createWeb3Extension, Hp as createSignerInfo, Ip as createAuthInfo, Jp as getTransactionPartsFromTxRaw, Kp as getAminoStdSignDoc, Lp as createBody, Mp as getEthereumSignerAddress, Np as getInjectiveSignerAddress, Om as TxClientMode, Op as SIGN_EIP712, Pp as errorToErrorMessage, Qp as waitTxBroadcasted, Rp as createFee, Sm as CreateTransactionResult, Sp as objectKeysToEip712Types, Tm as SignerDetails, Tp as TxClient, Up as createSigners, Vp as createSignDocFromTransaction, Wp as createTxRawEIP712, Xp as TxRestApi, Yp as generateArbitrarySignDoc, Zp as TxGrpcApi, _m as TxResult, _p as getEipTxContext, am as createTxRawFromSigResponse, bm as TxSearchResultParams, bp as getObjectEip712PropertyType, cm as BroadcastModeKeplr, cp as MsgDecoder, dm as RestTx, dp as getDefaultEip712Types, em as createTransactionAndCosmosSignDoc, fm as RestTxBody, fp as getDefaultEip712TypesV2, gm as TxInfoResponse, gp as getEip712FeeV2, hm as TxInfo, hp as getEip712Fee, im as createTransactionWithSigners, jm as TxResponse, jp as createAnyMessage, km as TxClientSimulateResponse, kp as SIGN_EIP712_V2, lm as RestAuthInfo, lp as getEip712TypedData, mm as SimulationResponse, mp as getEip712DomainV2, nm as createTransactionForAddressAndMsg, om as getTxRawFromTxRawOrDirectSignResponse, pm as RestTxLog, pp as getEip712Domain, qp as getPublicKey, rm as createTransactionFromMsg, rp as MsgBroadcasterWithPk, sm as BroadcastMode, tm as createTransactionAndCosmosSignDocForAddressAndMsg, um as RestSignerInfo, up as getEip712TypedDataV2, vm as TxResultResponse, vp as getEipTxDetails, wm as MsgArg, wp as stringTypeToReflectionStringType, xm as CreateTransactionArgs, xp as numberTypeToReflectionNumberType, ym as TxSearchResult, yp as getTypesIncludingFeePayer, zp as createNonCriticalExtensionFromObject } from "../index-B7UsSUbZ.cjs";
|
|
4
4
|
import "../BaseGrpcConsumer-CZTAcNtS.cjs";
|
|
5
5
|
import "../index-C00Yswov.cjs";
|
|
6
6
|
import { St as TypedDataField, bt as Eip712ConvertTxArgs, xt as MapOfTypedDataField, yt as Eip712ConvertFeeArgs } from "../index-Dvfd07fs.cjs";
|
package/dist/cjs/cosmjs.cjs
CHANGED
|
@@ -9,7 +9,7 @@ require('./BaseGrpcConsumer-Baz_ZnzI.cjs');
|
|
|
9
9
|
require('./BaseIndexerGrpcConsumer-ChilNYlV.cjs');
|
|
10
10
|
require('./BaseRestConsumer-uSzCOit7.cjs');
|
|
11
11
|
require('./IndexerGrpcWeb3GwApi-BDH3Pyr6.cjs');
|
|
12
|
-
require('./tx-
|
|
12
|
+
require('./tx-D7F4nbJj.cjs');
|
|
13
13
|
const require_DirectEthSecp256k1Wallet = require('./DirectEthSecp256k1Wallet-B47wfyu3.cjs');
|
|
14
14
|
|
|
15
15
|
exports.InjectiveDirectEthSecp256k1Wallet = require_DirectEthSecp256k1Wallet.DirectEthSecp256k1Wallet;
|
package/dist/cjs/exports.cjs
CHANGED
|
@@ -9,7 +9,7 @@ require('./BaseGrpcConsumer-Baz_ZnzI.cjs');
|
|
|
9
9
|
require('./BaseIndexerGrpcConsumer-ChilNYlV.cjs');
|
|
10
10
|
require('./BaseRestConsumer-uSzCOit7.cjs');
|
|
11
11
|
require('./IndexerGrpcWeb3GwApi-BDH3Pyr6.cjs');
|
|
12
|
-
require('./tx-
|
|
12
|
+
require('./tx-D7F4nbJj.cjs');
|
|
13
13
|
const require_DirectEthSecp256k1Wallet = require('./DirectEthSecp256k1Wallet-B47wfyu3.cjs');
|
|
14
14
|
|
|
15
15
|
exports.InjectiveDirectEthSecp256k1Wallet = require_DirectEthSecp256k1Wallet.DirectEthSecp256k1Wallet;
|
|
@@ -9049,13 +9049,13 @@ declare class MsgCreateValidator extends MsgBase<MsgCreateValidator.Params, MsgC
|
|
|
9049
9049
|
value: MsgCreateValidator.Object;
|
|
9050
9050
|
};
|
|
9051
9051
|
toWeb3Gw(): {
|
|
9052
|
-
value?: Coin$1 | undefined;
|
|
9053
9052
|
description?: Description | undefined;
|
|
9054
9053
|
commission?: CommissionRates | undefined;
|
|
9055
9054
|
minSelfDelegation: string;
|
|
9056
9055
|
delegatorAddress: string;
|
|
9057
9056
|
validatorAddress: string;
|
|
9058
9057
|
pubkey?: Any | undefined;
|
|
9058
|
+
value?: Coin$1 | undefined;
|
|
9059
9059
|
pubKey: any;
|
|
9060
9060
|
'@type': string;
|
|
9061
9061
|
};
|
|
@@ -16946,15 +16946,6 @@ declare class MsgBroadcasterWithPk {
|
|
|
16946
16946
|
private prepareTxForBroadcast;
|
|
16947
16947
|
private getAccountDetails;
|
|
16948
16948
|
private getTimeoutHeight;
|
|
16949
|
-
broadcastWithFeePayerSig({
|
|
16950
|
-
tx,
|
|
16951
|
-
feePayerSig,
|
|
16952
|
-
accountNumber
|
|
16953
|
-
}: {
|
|
16954
|
-
feePayerSig: string;
|
|
16955
|
-
accountNumber?: number;
|
|
16956
|
-
tx: Uint8Array | string;
|
|
16957
|
-
}): Promise<TxResponse>;
|
|
16958
16949
|
private broadcastTxRaw;
|
|
16959
16950
|
}
|
|
16960
16951
|
//#endregion
|
|
@@ -18751,7 +18742,7 @@ declare const BECH32_ADDR_VAL_PREFIX = "injvaloper";
|
|
|
18751
18742
|
declare const BECH32_ADDR_CONS_PREFIX = "injvalcons";
|
|
18752
18743
|
declare const DEFAULT_DERIVATION_PATH = "m/44'/60'/0'/0/0";
|
|
18753
18744
|
//#endregion
|
|
18754
|
-
//#region ../../node_modules/.pnpm/@injectivelabs+indexer-proto-ts-v2@1.18.
|
|
18745
|
+
//#region ../../node_modules/.pnpm/@injectivelabs+indexer-proto-ts-v2@1.18.17/node_modules/@injectivelabs/indexer-proto-ts-v2/generated/injective_accounts_rpc_pb.d.ts
|
|
18755
18746
|
/**
|
|
18756
18747
|
* @generated from protobuf message injective_accounts_rpc.PortfolioResponse
|
|
18757
18748
|
*/
|
|
@@ -19267,7 +19258,7 @@ declare const Reward = new Reward$Type();
|
|
|
19267
19258
|
*/
|
|
19268
19259
|
declare const Coin$7 = new Coin$Type();
|
|
19269
19260
|
//#endregion
|
|
19270
|
-
//#region ../../node_modules/.pnpm/@injectivelabs+indexer-proto-ts-v2@1.18.
|
|
19261
|
+
//#region ../../node_modules/.pnpm/@injectivelabs+indexer-proto-ts-v2@1.18.17/node_modules/@injectivelabs/indexer-proto-ts-v2/generated/injective_explorer_rpc_pb.d.ts
|
|
19271
19262
|
/**
|
|
19272
19263
|
* @generated from protobuf message injective_explorer_rpc.GetAccountTxsResponse
|
|
19273
19264
|
*/
|
|
@@ -20701,7 +20692,7 @@ declare const fetchAllWithPagination: <T extends {
|
|
|
20701
20692
|
//#region src/utils/transaction.d.ts
|
|
20702
20693
|
declare const recoverTypedSignaturePubKey: (data: TypedDataDefinition, signature: string) => Promise<string>;
|
|
20703
20694
|
//#endregion
|
|
20704
|
-
//#region ../../node_modules/.pnpm/@injectivelabs+indexer-proto-ts-v2@1.18.
|
|
20695
|
+
//#region ../../node_modules/.pnpm/@injectivelabs+indexer-proto-ts-v2@1.18.17/node_modules/@injectivelabs/indexer-proto-ts-v2/generated/injective_rfq_rpc_pb.d.ts
|
|
20705
20696
|
/**
|
|
20706
20697
|
* @generated from protobuf message injective_rfq_rpc.StreamRequestResponse
|
|
20707
20698
|
*/
|
|
@@ -20927,9 +20918,9 @@ interface RFQQuoteType$1 {
|
|
|
20927
20918
|
/**
|
|
20928
20919
|
* Maker subaccount nonce used in quote signature
|
|
20929
20920
|
*
|
|
20930
|
-
* @generated from protobuf field:
|
|
20921
|
+
* @generated from protobuf field: uint32 maker_subaccount_nonce = 19
|
|
20931
20922
|
*/
|
|
20932
|
-
makerSubaccountNonce:
|
|
20923
|
+
makerSubaccountNonce: number;
|
|
20933
20924
|
/**
|
|
20934
20925
|
* Optional minimum fill quantity used in quote signature
|
|
20935
20926
|
*
|
|
@@ -20948,6 +20939,13 @@ interface RFQQuoteType$1 {
|
|
|
20948
20939
|
* @generated from protobuf field: string client_id = 22
|
|
20949
20940
|
*/
|
|
20950
20941
|
clientId: string;
|
|
20942
|
+
/**
|
|
20943
|
+
* Signature scheme used for the quote: "v1" (raw JSON keccak256) or "v2"
|
|
20944
|
+
* (EIP-712).
|
|
20945
|
+
*
|
|
20946
|
+
* @generated from protobuf field: string sign_mode = 23
|
|
20947
|
+
*/
|
|
20948
|
+
signMode: string;
|
|
20951
20949
|
}
|
|
20952
20950
|
/**
|
|
20953
20951
|
* Expiry with timestamp and block height
|
|
@@ -21120,9 +21118,9 @@ interface RFQProcessedQuoteType$1 {
|
|
|
21120
21118
|
/**
|
|
21121
21119
|
* Maker subaccount nonce used in quote signature
|
|
21122
21120
|
*
|
|
21123
|
-
* @generated from protobuf field:
|
|
21121
|
+
* @generated from protobuf field: uint32 maker_subaccount_nonce = 19
|
|
21124
21122
|
*/
|
|
21125
|
-
makerSubaccountNonce:
|
|
21123
|
+
makerSubaccountNonce: number;
|
|
21126
21124
|
/**
|
|
21127
21125
|
* Optional minimum fill quantity used in quote signature
|
|
21128
21126
|
*
|
|
@@ -21141,6 +21139,13 @@ interface RFQProcessedQuoteType$1 {
|
|
|
21141
21139
|
* @generated from protobuf field: string client_id = 22
|
|
21142
21140
|
*/
|
|
21143
21141
|
clientId: string;
|
|
21142
|
+
/**
|
|
21143
|
+
* Signature scheme used for the quote: "v1" (raw JSON keccak256) or "v2"
|
|
21144
|
+
* (EIP-712).
|
|
21145
|
+
*
|
|
21146
|
+
* @generated from protobuf field: string sign_mode = 23
|
|
21147
|
+
*/
|
|
21148
|
+
signMode: string;
|
|
21144
21149
|
}
|
|
21145
21150
|
/**
|
|
21146
21151
|
* @generated from protobuf message injective_rfq_rpc.ListSettlementResponse
|
|
@@ -21419,6 +21424,12 @@ interface ConditionalOrderResponseType {
|
|
|
21419
21424
|
* @generated from protobuf field: string error = 16
|
|
21420
21425
|
*/
|
|
21421
21426
|
error: string;
|
|
21427
|
+
/**
|
|
21428
|
+
* Settlement transaction hash, if any
|
|
21429
|
+
*
|
|
21430
|
+
* @generated from protobuf field: string tx_hash = 17
|
|
21431
|
+
*/
|
|
21432
|
+
txHash: string;
|
|
21422
21433
|
}
|
|
21423
21434
|
/**
|
|
21424
21435
|
* @generated from protobuf message injective_rfq_rpc.ListConditionalOrdersResponse
|
|
@@ -23837,7 +23848,7 @@ type GrpcSubaccountBalance = SubaccountBalance$2;
|
|
|
23837
23848
|
type GrpcSubaccountPortfolio = SubaccountPortfolio$1;
|
|
23838
23849
|
type GrpcSubaccountBalanceTransfer = SubaccountBalanceTransfer;
|
|
23839
23850
|
//#endregion
|
|
23840
|
-
//#region ../../node_modules/.pnpm/@injectivelabs+indexer-proto-ts-v2@1.18.
|
|
23851
|
+
//#region ../../node_modules/.pnpm/@injectivelabs+indexer-proto-ts-v2@1.18.17/node_modules/@injectivelabs/indexer-proto-ts-v2/generated/injective_trading_rpc_pb.d.ts
|
|
23841
23852
|
/**
|
|
23842
23853
|
* @generated from protobuf message injective_trading_rpc.ListTradingStrategiesResponse
|
|
23843
23854
|
*/
|
|
@@ -24842,6 +24853,7 @@ interface RFQQuoteType {
|
|
|
24842
24853
|
marketId: string;
|
|
24843
24854
|
quantity: string;
|
|
24844
24855
|
clientId: string;
|
|
24856
|
+
signMode: string;
|
|
24845
24857
|
signature: string;
|
|
24846
24858
|
createdAt: number;
|
|
24847
24859
|
updatedAt: number;
|
|
@@ -24866,6 +24878,7 @@ interface RFQProcessedQuoteType {
|
|
|
24866
24878
|
chainId: string;
|
|
24867
24879
|
marketId: string;
|
|
24868
24880
|
quantity: string;
|
|
24881
|
+
signMode: string;
|
|
24869
24882
|
signature: string;
|
|
24870
24883
|
createdAt: number;
|
|
24871
24884
|
updatedAt: number;
|
|
@@ -24935,6 +24948,7 @@ interface RFQConditionalOrderInput {
|
|
|
24935
24948
|
interface RFQConditionalOrder {
|
|
24936
24949
|
rfqId: number;
|
|
24937
24950
|
error?: string;
|
|
24951
|
+
txHash: string;
|
|
24938
24952
|
margin: string;
|
|
24939
24953
|
status: string;
|
|
24940
24954
|
marketId: string;
|
|
@@ -25061,7 +25075,7 @@ interface QuantityAndFees {
|
|
|
25061
25075
|
resultQuantity: string;
|
|
25062
25076
|
}
|
|
25063
25077
|
//#endregion
|
|
25064
|
-
//#region ../../node_modules/.pnpm/@injectivelabs+indexer-proto-ts-v2@1.18.
|
|
25078
|
+
//#region ../../node_modules/.pnpm/@injectivelabs+indexer-proto-ts-v2@1.18.17/node_modules/@injectivelabs/indexer-proto-ts-v2/generated/injective_spot_exchange_rpc_pb.d.ts
|
|
25065
25079
|
/**
|
|
25066
25080
|
* @generated from protobuf message injective_spot_exchange_rpc.MarketsResponse
|
|
25067
25081
|
*/
|
|
@@ -26217,7 +26231,7 @@ type GrpcSpotLimitOrder = SpotLimitOrder$1;
|
|
|
26217
26231
|
type GrpcSpotOrderHistory = SpotOrderHistory$1;
|
|
26218
26232
|
type GrpcAtomicSwap = AtomicSwap$1;
|
|
26219
26233
|
//#endregion
|
|
26220
|
-
//#region ../../node_modules/.pnpm/@injectivelabs+indexer-proto-ts-v2@1.18.
|
|
26234
|
+
//#region ../../node_modules/.pnpm/@injectivelabs+indexer-proto-ts-v2@1.18.17/node_modules/@injectivelabs/indexer-proto-ts-v2/generated/injective_rfq_gw_rpc_pb.d.ts
|
|
26221
26235
|
/**
|
|
26222
26236
|
* @generated from protobuf message injective_rfq_gw_rpc.RFQGwPrepareAutoSignRequestType
|
|
26223
26237
|
*/
|
|
@@ -26446,6 +26460,13 @@ interface PrepareAutoSignResponse {
|
|
|
26446
26460
|
* @generated from protobuf field: uint64 quotes_wait_ms = 13
|
|
26447
26461
|
*/
|
|
26448
26462
|
quotesWaitMs: bigint;
|
|
26463
|
+
/**
|
|
26464
|
+
* Number of quotes that expired after being received and were excluded from
|
|
26465
|
+
* selection
|
|
26466
|
+
*
|
|
26467
|
+
* @generated from protobuf field: uint64 expired_quotes_count = 14
|
|
26468
|
+
*/
|
|
26469
|
+
expiredQuotesCount: bigint;
|
|
26449
26470
|
}
|
|
26450
26471
|
/**
|
|
26451
26472
|
* @generated from protobuf message injective_rfq_gw_rpc.CosmosPubKey
|
|
@@ -26561,6 +26582,7 @@ interface RFQGwPrepareAutoSignResponseType {
|
|
|
26561
26582
|
pubKeyType: string;
|
|
26562
26583
|
feePayerSig: string;
|
|
26563
26584
|
quotesWaitMs: number;
|
|
26585
|
+
expiredQuotesCount: number;
|
|
26564
26586
|
autosignAccountNumber: number;
|
|
26565
26587
|
feePayerAccountNumber: number;
|
|
26566
26588
|
autosignAccountSequence: number;
|
|
@@ -26573,7 +26595,7 @@ type GrpcRFQGwPrepareQuoteResult = RFQGwPrepareQuoteResult;
|
|
|
26573
26595
|
type GrpcRFQGwPrepareAutoSignResponse = PrepareAutoSignResponse;
|
|
26574
26596
|
type GrpcRFQGwPrepareAutoSignRequest = RFQGwPrepareAutoSignRequestType$1;
|
|
26575
26597
|
//#endregion
|
|
26576
|
-
//#region ../../node_modules/.pnpm/@injectivelabs+indexer-proto-ts-v2@1.18.
|
|
26598
|
+
//#region ../../node_modules/.pnpm/@injectivelabs+indexer-proto-ts-v2@1.18.17/node_modules/@injectivelabs/indexer-proto-ts-v2/generated/injective_oracle_rpc_pb.d.ts
|
|
26577
26599
|
/**
|
|
26578
26600
|
* @generated from protobuf message injective_oracle_rpc.OracleListResponse
|
|
26579
26601
|
*/
|
|
@@ -26735,7 +26757,7 @@ declare const StreamPricesByMarketsResponse = new StreamPricesByMarketsResponse$
|
|
|
26735
26757
|
type GrpcOracle = Oracle$1;
|
|
26736
26758
|
interface Oracle extends GrpcOracle {}
|
|
26737
26759
|
//#endregion
|
|
26738
|
-
//#region ../../node_modules/.pnpm/@injectivelabs+indexer-proto-ts-v2@1.18.
|
|
26760
|
+
//#region ../../node_modules/.pnpm/@injectivelabs+indexer-proto-ts-v2@1.18.17/node_modules/@injectivelabs/indexer-proto-ts-v2/generated/injective_auction_rpc_pb.d.ts
|
|
26739
26761
|
/**
|
|
26740
26762
|
* @generated from protobuf message injective_auction_rpc.AuctionEndpointResponse
|
|
26741
26763
|
*/
|
|
@@ -27232,7 +27254,7 @@ type GrpcAccountAuctionV2 = AccountAuctionV2$1;
|
|
|
27232
27254
|
type GrpcAuctionContract = AuctionContract$1;
|
|
27233
27255
|
type StreamBidsResponse = StreamBidsResponse$1;
|
|
27234
27256
|
//#endregion
|
|
27235
|
-
//#region ../../node_modules/.pnpm/@injectivelabs+indexer-proto-ts-v2@1.18.
|
|
27257
|
+
//#region ../../node_modules/.pnpm/@injectivelabs+indexer-proto-ts-v2@1.18.17/node_modules/@injectivelabs/indexer-proto-ts-v2/generated/injective_archiver_rpc_pb.d.ts
|
|
27236
27258
|
/**
|
|
27237
27259
|
* @generated from protobuf message injective_archiver_rpc.BalanceResponse
|
|
27238
27260
|
*/
|
|
@@ -27754,7 +27776,7 @@ type GrpcHistoricalVolumes = HistoricalVolumes$1;
|
|
|
27754
27776
|
type GrpcPnlLeaderboard = PnlLeaderboardResponse | PnlLeaderboardFixedResolutionResponse;
|
|
27755
27777
|
type GrpcVolLeaderboard = VolLeaderboardResponse | VolLeaderboardFixedResolutionResponse;
|
|
27756
27778
|
//#endregion
|
|
27757
|
-
//#region ../../node_modules/.pnpm/@injectivelabs+indexer-proto-ts-v2@1.18.
|
|
27779
|
+
//#region ../../node_modules/.pnpm/@injectivelabs+indexer-proto-ts-v2@1.18.17/node_modules/@injectivelabs/indexer-proto-ts-v2/generated/injective_referral_rpc_pb.d.ts
|
|
27758
27780
|
/**
|
|
27759
27781
|
* @generated from protobuf message injective_referral_rpc.GetReferrerDetailsResponse
|
|
27760
27782
|
*/
|
|
@@ -27885,7 +27907,7 @@ interface ReferralDetails {
|
|
|
27885
27907
|
invitees: ReferralInvitee[];
|
|
27886
27908
|
}
|
|
27887
27909
|
//#endregion
|
|
27888
|
-
//#region ../../node_modules/.pnpm/@injectivelabs+indexer-proto-ts-v2@1.18.
|
|
27910
|
+
//#region ../../node_modules/.pnpm/@injectivelabs+indexer-proto-ts-v2@1.18.17/node_modules/@injectivelabs/indexer-proto-ts-v2/generated/injective_campaign_rpc_pb.d.ts
|
|
27889
27911
|
/**
|
|
27890
27912
|
* @generated from protobuf message injective_campaign_rpc.RankingResponse
|
|
27891
27913
|
*/
|
|
@@ -28722,7 +28744,7 @@ interface AllSpotMarketSummaryResponse {
|
|
|
28722
28744
|
data: AllChronosSpotMarketSummary[];
|
|
28723
28745
|
}
|
|
28724
28746
|
//#endregion
|
|
28725
|
-
//#region ../../node_modules/.pnpm/@injectivelabs+indexer-proto-ts-v2@1.18.
|
|
28747
|
+
//#region ../../node_modules/.pnpm/@injectivelabs+indexer-proto-ts-v2@1.18.17/node_modules/@injectivelabs/indexer-proto-ts-v2/generated/injective_megavault_rpc_pb.d.ts
|
|
28726
28748
|
/**
|
|
28727
28749
|
* @generated from protobuf message injective_megavault_rpc.GetVaultResponse
|
|
28728
28750
|
*/
|
|
@@ -29841,7 +29863,7 @@ interface IncentivesCampaign {
|
|
|
29841
29863
|
subaccountIdSuffix: string;
|
|
29842
29864
|
}
|
|
29843
29865
|
//#endregion
|
|
29844
|
-
//#region ../../node_modules/.pnpm/@injectivelabs+indexer-proto-ts-v2@1.18.
|
|
29866
|
+
//#region ../../node_modules/.pnpm/@injectivelabs+indexer-proto-ts-v2@1.18.17/node_modules/@injectivelabs/indexer-proto-ts-v2/generated/injective_insurance_rpc_pb.d.ts
|
|
29845
29867
|
/**
|
|
29846
29868
|
* @generated from protobuf message injective_insurance_rpc.FundsResponse
|
|
29847
29869
|
*/
|
|
@@ -30103,7 +30125,7 @@ interface InsuranceFundCreateParams {
|
|
|
30103
30125
|
type GrpcIndexerInsuranceFund = InsuranceFund$2;
|
|
30104
30126
|
type GrpcIndexerRedemptionSchedule = RedemptionSchedule;
|
|
30105
30127
|
//#endregion
|
|
30106
|
-
//#region ../../node_modules/.pnpm/@injectivelabs+indexer-proto-ts-v2@1.18.
|
|
30128
|
+
//#region ../../node_modules/.pnpm/@injectivelabs+indexer-proto-ts-v2@1.18.17/node_modules/@injectivelabs/indexer-proto-ts-v2/generated/injective_derivative_exchange_rpc_pb.d.ts
|
|
30107
30129
|
/**
|
|
30108
30130
|
* @generated from protobuf message injective_derivative_exchange_rpc.MarketsResponse
|
|
30109
30131
|
*/
|
|
@@ -32193,7 +32215,7 @@ interface BankTransferFromExplorerApiResponse {
|
|
|
32193
32215
|
block_timestamp: string;
|
|
32194
32216
|
}
|
|
32195
32217
|
//#endregion
|
|
32196
|
-
//#region ../../node_modules/.pnpm/@injectivelabs+indexer-proto-ts-v2@1.18.
|
|
32218
|
+
//#region ../../node_modules/.pnpm/@injectivelabs+indexer-proto-ts-v2@1.18.17/node_modules/@injectivelabs/indexer-proto-ts-v2/generated/injective_tc_derivatives_rpc_pb.d.ts
|
|
32197
32219
|
/**
|
|
32198
32220
|
* @generated from protobuf message injective_tc_derivatives_rpc.OrdersHistoryResponse
|
|
32199
32221
|
*/
|
|
@@ -32669,6 +32691,12 @@ interface TCDerivativeTrade {
|
|
|
32669
32691
|
* @generated from protobuf field: string position_entry_price = 17
|
|
32670
32692
|
*/
|
|
32671
32693
|
positionEntryPrice: string;
|
|
32694
|
+
/**
|
|
32695
|
+
* True if the position is closed by this trade
|
|
32696
|
+
*
|
|
32697
|
+
* @generated from protobuf field: bool is_position_closed = 18
|
|
32698
|
+
*/
|
|
32699
|
+
isPositionClosed: boolean;
|
|
32672
32700
|
}
|
|
32673
32701
|
/**
|
|
32674
32702
|
* @generated from protobuf message injective_tc_derivatives_rpc.PositionDelta
|
|
@@ -32960,6 +32988,7 @@ interface TcDerivativeTradeHistory {
|
|
|
32960
32988
|
executionPrice: string;
|
|
32961
32989
|
positionIsLong: boolean;
|
|
32962
32990
|
executionMargin: string;
|
|
32991
|
+
isPositionClosed: boolean;
|
|
32963
32992
|
positionOpenedAt: number;
|
|
32964
32993
|
executionQuantity: string;
|
|
32965
32994
|
positionEntryPrice: string;
|
|
@@ -33075,7 +33104,7 @@ interface ChronosLeaderboardResponse {
|
|
|
33075
33104
|
data: ChronosLeaderboard;
|
|
33076
33105
|
}
|
|
33077
33106
|
//#endregion
|
|
33078
|
-
//#region ../../node_modules/.pnpm/@injectivelabs+indexer-proto-ts-v2@1.18.
|
|
33107
|
+
//#region ../../node_modules/.pnpm/@injectivelabs+indexer-proto-ts-v2@1.18.17/node_modules/@injectivelabs/indexer-proto-ts-v2/generated/injective_portfolio_rpc_pb.d.ts
|
|
33079
33108
|
/**
|
|
33080
33109
|
* @generated from protobuf message injective_portfolio_rpc.AccountPortfolioResponse
|
|
33081
33110
|
*/
|
|
@@ -33694,8 +33723,10 @@ declare class IndexerGrpcRFQApi extends BaseIndexerGrpcConsumer {
|
|
|
33694
33723
|
}): Promise<SettlementsResponse>;
|
|
33695
33724
|
createConditionalOrder({
|
|
33696
33725
|
order,
|
|
33726
|
+
signMode,
|
|
33697
33727
|
signature
|
|
33698
33728
|
}: {
|
|
33729
|
+
signMode: string;
|
|
33699
33730
|
signature: string;
|
|
33700
33731
|
order: {
|
|
33701
33732
|
cid?: string;
|
|
@@ -33990,7 +34021,7 @@ declare class IndexerGrpcMitoApi extends BaseIndexerGrpcConsumer {
|
|
|
33990
34021
|
}>;
|
|
33991
34022
|
}
|
|
33992
34023
|
//#endregion
|
|
33993
|
-
//#region ../../node_modules/.pnpm/@injectivelabs+indexer-proto-ts-v2@1.18.
|
|
34024
|
+
//#region ../../node_modules/.pnpm/@injectivelabs+indexer-proto-ts-v2@1.18.17/node_modules/@injectivelabs/indexer-proto-ts-v2/generated/injective_meta_rpc_pb.d.ts
|
|
33994
34025
|
/**
|
|
33995
34026
|
* @generated from protobuf message injective_meta_rpc.PingResponse
|
|
33996
34027
|
*/
|
|
@@ -34250,7 +34281,7 @@ declare class IndexerGrpcOracleApi extends BaseIndexerGrpcConsumer {
|
|
|
34250
34281
|
}): Promise<PriceResponse>;
|
|
34251
34282
|
}
|
|
34252
34283
|
//#endregion
|
|
34253
|
-
//#region ../../node_modules/.pnpm/@injectivelabs+indexer-proto-ts-v2@1.18.
|
|
34284
|
+
//#region ../../node_modules/.pnpm/@injectivelabs+indexer-proto-ts-v2@1.18.17/node_modules/@injectivelabs/indexer-proto-ts-v2/generated/injective_exchange_rpc_pb.d.ts
|
|
34254
34285
|
/**
|
|
34255
34286
|
* @generated from protobuf message injective_exchange_rpc.PrepareTxResponse
|
|
34256
34287
|
*/
|
|
@@ -35380,6 +35411,7 @@ declare class IndexerGrpcTcDerivativesApi extends BaseIndexerGrpcConsumer {
|
|
|
35380
35411
|
fetchTradesHistory(params?: {
|
|
35381
35412
|
token?: string;
|
|
35382
35413
|
sortBy?: string;
|
|
35414
|
+
withPnl?: boolean;
|
|
35383
35415
|
endTime?: number;
|
|
35384
35416
|
perPage?: number;
|
|
35385
35417
|
marketId?: string;
|