@injectivelabs/sdk-ts 1.18.9 → 1.18.11
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/{BaseGrpcConsumer-XU1gXJm6.d.cts → BaseGrpcConsumer-Ba4uw4ZN.d.cts} +1 -1
- package/dist/cjs/{StreamManagerV2-l-Prs2cZ.cjs → StreamManagerV2-DlTHwjnI.cjs} +303 -2
- package/dist/cjs/TcAbacusGrpcApi-QxfMHhQI.cjs +132 -0
- package/dist/cjs/client/abacus.d.cts +4 -4
- package/dist/cjs/client/chain.d.cts +9 -8
- package/dist/cjs/client/indexer.cjs +5 -1
- package/dist/cjs/client/indexer.d.cts +10 -9
- package/dist/cjs/client/olp.d.cts +4 -4
- package/dist/cjs/client/tcAbacus.cjs +6 -0
- package/dist/cjs/client/tcAbacus.d.cts +5 -0
- package/dist/cjs/client/wasm.d.cts +3 -3
- package/dist/cjs/core/accounts.d.cts +9 -8
- package/dist/cjs/core/modules.cjs +1 -1
- package/dist/cjs/core/modules.d.cts +9 -8
- package/dist/cjs/core/tx.cjs +1 -1
- package/dist/cjs/core/tx.d.cts +9 -8
- package/dist/cjs/cosmjs.cjs +2 -2
- package/dist/cjs/cosmjs.d.cts +2 -2
- package/dist/cjs/exports.cjs +2 -2
- package/dist/cjs/exports.d.cts +2 -2
- package/dist/cjs/{index--sK2-HcK.d.cts → index-4xdeGNK4.d.cts} +8 -1
- package/dist/cjs/{index-K2VD9zHZ.d.cts → index-BhsPcNn5.d.cts} +1 -1
- package/dist/cjs/{index-CW3Yxjjk.d.cts → index-CDEYM6Fs.d.cts} +1378 -265
- package/dist/cjs/{index-YxLQKJVw.d.cts → index-CgHU4RQF.d.cts} +1 -1
- package/dist/cjs/{index-DBRk7KBS.d.cts → index-Cur9wjzW.d.cts} +1 -1
- package/dist/cjs/index-D0D2Btyn.d.cts +65 -0
- package/dist/cjs/{index-r0RxGSzR.d.cts → index-DfJ_98xz.d.cts} +2 -2
- package/dist/cjs/{index-DkZCBLFW.d.cts → index-m48Rf9ow.d.cts} +1 -1
- package/dist/cjs/index.cjs +9 -3
- package/dist/cjs/index.d.cts +10 -9
- package/dist/cjs/{service-CuS8x3-T.cjs → service-D7PCdXqp.cjs} +12 -0
- package/dist/cjs/service.cjs +1 -1
- package/dist/cjs/service.d.cts +3 -3
- package/dist/cjs/types.d.cts +2 -2
- package/dist/cjs/utils.d.cts +9 -8
- package/dist/esm/{AbacusGrpcApi-DG807S_D.js → AbacusGrpcApi-Dh2A_RaD.js} +2 -2
- package/dist/esm/{BaseGrpcConsumer-lUDP-V1I.js → BaseGrpcConsumer-CsJHyzUs.js} +2 -2
- package/dist/esm/{BaseGrpcConsumer-CReMIR81.d.ts → BaseGrpcConsumer-DEH9Rq7m.d.ts} +1 -1
- package/dist/esm/{BaseIndexerGrpcConsumer-ByGqwnv0.js → BaseIndexerGrpcConsumer-B_zDF6-R.js} +1 -1
- package/dist/esm/{ChainGrpcExchangeApi-NAgOIabe.js → ChainGrpcExchangeApi-CnWi3kXP.js} +4 -4
- package/dist/esm/{ChainRestTendermintApi-B92SD57B.js → ChainRestTendermintApi-Duz8V3KK.js} +4 -4
- package/dist/esm/{DirectEthSecp256k1Wallet-B0yFLmu-.js → DirectEthSecp256k1Wallet-D-k0846W.js} +3 -3
- package/dist/esm/{ExecArgNeptuneWithdraw-DkvG3TrF.js → ExecArgNeptuneWithdraw-PqmStnen.js} +3 -3
- package/dist/esm/{IndexerGrpcWeb3GwApi-mj4kvjlu.js → IndexerGrpcWeb3GwApi-wVedW8ol.js} +3 -3
- package/dist/esm/{MsgBase-CbjK9owE.js → MsgBase-Cd9l1FGI.js} +1 -1
- package/dist/esm/{MsgSetDenomMetadata-CxTQAJII.js → MsgSetDenomMetadata-HLrc45ya.js} +6 -6
- package/dist/esm/{OLPGrpcApi-CYVKwBCj.js → OLPGrpcApi-ItkvGAWH.js} +2 -2
- package/dist/esm/{QueryTradingStrategyContractTotalStrategies-DIye8SrB.js → QueryTradingStrategyContractTotalStrategies-CDKtJs6H.js} +4 -4
- package/dist/esm/{StreamManagerV2-Bi2Lmzaw.js → StreamManagerV2-BbAZJdT5.js} +286 -10
- package/dist/esm/TcAbacusGrpcApi-DX8y2a33.js +125 -0
- package/dist/esm/{accounts-CltOgZyU.js → accounts-B_bymcv_.js} +3 -3
- package/dist/esm/{chain-BpdM-5x7.js → chain-cZz2uvOr.js} +5 -5
- package/dist/esm/client/abacus.d.ts +4 -4
- package/dist/esm/client/abacus.js +4 -4
- package/dist/esm/client/chain.d.ts +9 -8
- package/dist/esm/client/chain.js +8 -8
- package/dist/esm/client/indexer.d.ts +10 -9
- package/dist/esm/client/indexer.js +10 -10
- package/dist/esm/client/olp.d.ts +4 -4
- package/dist/esm/client/olp.js +5 -5
- package/dist/esm/client/tcAbacus.d.ts +5 -0
- package/dist/esm/client/tcAbacus.js +6 -0
- package/dist/esm/client/wasm.d.ts +3 -3
- package/dist/esm/client/wasm.js +11 -11
- package/dist/esm/core/accounts.d.ts +9 -8
- package/dist/esm/core/accounts.js +5 -5
- package/dist/esm/core/modules.d.ts +9 -8
- package/dist/esm/core/modules.js +14 -14
- package/dist/esm/core/tx.d.ts +9 -8
- package/dist/esm/core/tx.js +11 -11
- package/dist/esm/cosmjs.d.ts +2 -2
- package/dist/esm/cosmjs.js +12 -12
- package/dist/esm/exports.d.ts +2 -2
- package/dist/esm/exports.js +12 -12
- package/dist/esm/index-AiZDHh70.d.ts +65 -0
- package/dist/esm/{index-CzA8Vsvu.d.ts → index-C8crIAg1.d.ts} +1 -1
- package/dist/esm/{index-CyAnGzHK.d.ts → index-CZDITwmg.d.ts} +1 -1
- package/dist/esm/{index-Ct_nWHem.d.ts → index-CgoUDnJ_.d.ts} +1378 -265
- package/dist/esm/{index-2mDHsfhZ.d.ts → index-DKn53Idr.d.ts} +1 -1
- package/dist/esm/{index-C50cGGLl.d.ts → index-DQnG0Shp.d.ts} +1 -1
- package/dist/esm/{index-CSIVgVUj.d.ts → index-DhfsaTNU.d.ts} +8 -1
- package/dist/esm/{index-DCYNIH-b.d.ts → index-ECwAlIYI.d.ts} +2 -2
- package/dist/esm/index.d.ts +10 -9
- package/dist/esm/index.js +23 -22
- package/dist/esm/{service-B_wKHuhK.js → service-CuS3psRy.js} +15 -3
- package/dist/esm/service.d.ts +3 -3
- package/dist/esm/service.js +5 -5
- package/dist/esm/{tx-DMyI6qgw.js → tx-ByxSGpt3.js} +6 -6
- package/dist/esm/types.d.ts +2 -2
- package/dist/esm/types.js +1 -1
- package/dist/esm/utils.d.ts +9 -8
- package/dist/esm/utils.js +2 -2
- package/package.json +28 -7
- /package/dist/cjs/{DirectEthSecp256k1Wallet-BzOQi_Wj.cjs → DirectEthSecp256k1Wallet-L677kLZ7.cjs} +0 -0
- /package/dist/cjs/{tx-GyeN0ufS.cjs → tx-DD4X9BrB.cjs} +0 -0
- /package/dist/cjs/{tx_pb-DDTuVb3m.d.cts → tx_pb-BN7h9uqT.d.cts} +0 -0
- /package/dist/esm/{BaseRestConsumer-DTvorEHL.js → BaseRestConsumer-BySVL6Rh.js} +0 -0
- /package/dist/esm/{defineProperty-DuYPbdEg.js → defineProperty-HO0rQlTT.js} +0 -0
- /package/dist/esm/{grpc-C3eJiY2o.js → grpc-BJmNoike.js} +0 -0
- /package/dist/esm/{tx_pb-D8fPXRH8.d.ts → tx_pb-B9KzLX7v.d.ts} +0 -0
- /package/dist/esm/{types-Cf4oVv93.js → types-WE16qNvL.js} +0 -0
- /package/dist/esm/{utils-C2KjM4mQ.js → utils-XYJbh13N.js} +0 -0
|
@@ -1,8 +1,8 @@
|
|
|
1
|
-
import { a as SignerInfo, d as Coin$1, f as DecCoin, i as SignDoc, l as SignMode, n as Fee, o as TxBody, r as ModeInfo, s as TxRaw, t as AuthInfo, u as Any } from "./tx_pb-
|
|
2
|
-
import { $ as SpotMarketOrder, A as DerivativeMarketOrder, At as MethodInfo, B as MarketStatus, C as BinaryOptionsMarket$1, D as Deposit$1, Dt as DuplexStreamingCall, E as DenomMinNotional, Et as UnaryCall, F as FeeDiscountSchedule$1, G as OrderType$1, H as MidPriceAndTOB, I as FeeDiscountTierInfo$1, J as PerpetualMarketInfo$2, K as Params$16, L as FeeDiscountTierTTL$1, M as DerivativeOrder$1, N as EffectiveGrant, O as DerivativeLimitOrder$
|
|
3
|
-
import { t as BaseGrpcConsumer } from "./BaseGrpcConsumer-
|
|
4
|
-
import { Ct as snakecaseKeys, F as RegisteredContract, I as ExecArgs, L as ExecPrivilegedArgs, N as MsgExecuteContractCompat, P as Params$14, St as TypedDataField, _t as Model, bt as Eip712ConvertTxArgs, dt as AbsoluteTxPosition$1, f as Coin$8, ft as AccessConfig, gt as ContractInfo$1, ht as ContractCodeHistoryOperationType$1, lt as ExecArgBase, mt as ContractCodeHistoryEntry$1, pt as AccessType$1, ut as ExecDataRepresentation, vt as MsgBase, yt as Eip712ConvertFeeArgs } from "./index-
|
|
5
|
-
import { V as BaseIndexerGrpcConsumer } from "./index-
|
|
1
|
+
import { a as SignerInfo, d as Coin$1, f as DecCoin, i as SignDoc, l as SignMode, n as Fee, o as TxBody, r as ModeInfo, s as TxRaw, t as AuthInfo, u as Any } from "./tx_pb-BN7h9uqT.cjs";
|
|
2
|
+
import { $ as SpotMarketOrder, A as DerivativeMarketOrder, At as MethodInfo, B as MarketStatus, C as BinaryOptionsMarket$1, D as Deposit$1, Dt as DuplexStreamingCall, E as DenomMinNotional, Et as UnaryCall, F as FeeDiscountSchedule$1, G as OrderType$1, H as MidPriceAndTOB, I as FeeDiscountTierInfo$1, J as PerpetualMarketInfo$2, K as Params$16, L as FeeDiscountTierTTL$1, M as DerivativeOrder$1, N as EffectiveGrant, O as DerivativeLimitOrder$3, Ot as ClientStreamingCall, P as ExpiryFuturesMarketInfo$2, Q as SpotMarket$1, R as GrantAuthorization$2, S as AggregateSubaccountVolumeRecord, St as TokenType, T as DenomDecimals, Tt as RpcTransport, U as OrderInfo$1, V as MarketVolume, W as OrderMask, X as Position$1, Y as PointsMultiplier$1, Z as SpotLimitOrder$2, _ as OrderState, _t as StreamState, a as StreamOperation, at as BandIBCParams, b as TradeExecutionType, ct as Params$17, et as SpotOrder$1, f as GrpcWebTransportAdditionalOptions, g as OrderSide, ht as StreamManagerEvents, i as PaginationOption, it as TradingRewardCampaignInfo$1, j as DerivativeMarketSettlementInfo, k as DerivativeMarket$1, kt as ServerStreamingCall, l as GrpcCoin, mt as StreamManagerConfig, nt as TradeRecords, ot as BandOracleRequest, p as GrpcWebOptions, q as PerpetualMarketFunding$2, r as Pagination, rt as TradingRewardCampaignBoostInfo$1, st as OracleType, t as ExchangePagination, tt as SubaccountTradeNonce, v as TradeDirection, vt as StreamSubscription, w as CampaignRewardPool$1, wt as RpcOptions, x as ActiveGrant, xt as TokenStatic, y as TradeExecutionSide, yt as TokenMeta, z as MarketFeeMultiplier } from "./index-m48Rf9ow.cjs";
|
|
3
|
+
import { t as BaseGrpcConsumer } from "./BaseGrpcConsumer-Ba4uw4ZN.cjs";
|
|
4
|
+
import { Ct as snakecaseKeys, F as RegisteredContract, I as ExecArgs, L as ExecPrivilegedArgs, N as MsgExecuteContractCompat, P as Params$14, St as TypedDataField, _t as Model, bt as Eip712ConvertTxArgs, dt as AbsoluteTxPosition$1, f as Coin$8, ft as AccessConfig, gt as ContractInfo$1, ht as ContractCodeHistoryOperationType$1, lt as ExecArgBase, mt as ContractCodeHistoryEntry$1, pt as AccessType$1, ut as ExecDataRepresentation, vt as MsgBase, yt as Eip712ConvertFeeArgs } from "./index-DfJ_98xz.cjs";
|
|
5
|
+
import { V as BaseIndexerGrpcConsumer } from "./index-BhsPcNn5.cjs";
|
|
6
6
|
import { StdFee } from "@cosmjs/amino";
|
|
7
7
|
import { DirectSignResponse } from "@cosmjs/proto-signing";
|
|
8
8
|
import { AccountAddress, ChainId, Coin, EvmChainId, MsgStatus, MsgType } from "@injectivelabs/ts-types";
|
|
@@ -12121,7 +12121,7 @@ interface DerivativeOrderBook {
|
|
|
12121
12121
|
/**
|
|
12122
12122
|
* @generated from protobuf field: repeated injective.exchange.v1beta1.DerivativeLimitOrder orders = 3
|
|
12123
12123
|
*/
|
|
12124
|
-
orders: DerivativeLimitOrder$
|
|
12124
|
+
orders: DerivativeLimitOrder$3[];
|
|
12125
12125
|
}
|
|
12126
12126
|
/**
|
|
12127
12127
|
* Orderbook containing limit & market conditional orders
|
|
@@ -12136,7 +12136,7 @@ interface ConditionalDerivativeOrderBook {
|
|
|
12136
12136
|
/**
|
|
12137
12137
|
* @generated from protobuf field: repeated injective.exchange.v1beta1.DerivativeLimitOrder limit_buy_orders = 2
|
|
12138
12138
|
*/
|
|
12139
|
-
limitBuyOrders: DerivativeLimitOrder$
|
|
12139
|
+
limitBuyOrders: DerivativeLimitOrder$3[];
|
|
12140
12140
|
/**
|
|
12141
12141
|
* @generated from protobuf field: repeated injective.exchange.v1beta1.DerivativeMarketOrder market_buy_orders = 3
|
|
12142
12142
|
*/
|
|
@@ -12144,7 +12144,7 @@ interface ConditionalDerivativeOrderBook {
|
|
|
12144
12144
|
/**
|
|
12145
12145
|
* @generated from protobuf field: repeated injective.exchange.v1beta1.DerivativeLimitOrder limit_sell_orders = 4
|
|
12146
12146
|
*/
|
|
12147
|
-
limitSellOrders: DerivativeLimitOrder$
|
|
12147
|
+
limitSellOrders: DerivativeLimitOrder$3[];
|
|
12148
12148
|
/**
|
|
12149
12149
|
* @generated from protobuf field: repeated injective.exchange.v1beta1.DerivativeMarketOrder market_sell_orders = 5
|
|
12150
12150
|
*/
|
|
@@ -18579,7 +18579,7 @@ declare const BECH32_ADDR_VAL_PREFIX = "injvaloper";
|
|
|
18579
18579
|
declare const BECH32_ADDR_CONS_PREFIX = "injvalcons";
|
|
18580
18580
|
declare const DEFAULT_DERIVATION_PATH = "m/44'/60'/0'/0/0";
|
|
18581
18581
|
//#endregion
|
|
18582
|
-
//#region ../../node_modules/.pnpm/@injectivelabs+indexer-proto-ts-v2@1.18.
|
|
18582
|
+
//#region ../../node_modules/.pnpm/@injectivelabs+indexer-proto-ts-v2@1.18.9/node_modules/@injectivelabs/indexer-proto-ts-v2/generated/injective_accounts_rpc_pb.d.ts
|
|
18583
18583
|
/**
|
|
18584
18584
|
* @generated from protobuf message injective_accounts_rpc.PortfolioResponse
|
|
18585
18585
|
*/
|
|
@@ -19095,7 +19095,7 @@ declare const Reward = new Reward$Type();
|
|
|
19095
19095
|
*/
|
|
19096
19096
|
declare const Coin$7 = new Coin$Type();
|
|
19097
19097
|
//#endregion
|
|
19098
|
-
//#region ../../node_modules/.pnpm/@injectivelabs+indexer-proto-ts-v2@1.18.
|
|
19098
|
+
//#region ../../node_modules/.pnpm/@injectivelabs+indexer-proto-ts-v2@1.18.9/node_modules/@injectivelabs/indexer-proto-ts-v2/generated/injective_explorer_rpc_pb.d.ts
|
|
19099
19099
|
/**
|
|
19100
19100
|
* @generated from protobuf message injective_explorer_rpc.GetAccountTxsResponse
|
|
19101
19101
|
*/
|
|
@@ -20529,7 +20529,7 @@ declare const fetchAllWithPagination: <T extends {
|
|
|
20529
20529
|
//#region src/utils/transaction.d.ts
|
|
20530
20530
|
declare const recoverTypedSignaturePubKey: (data: TypedDataDefinition, signature: string) => Promise<string>;
|
|
20531
20531
|
//#endregion
|
|
20532
|
-
//#region ../../node_modules/.pnpm/@injectivelabs+indexer-proto-ts-v2@1.18.
|
|
20532
|
+
//#region ../../node_modules/.pnpm/@injectivelabs+indexer-proto-ts-v2@1.18.9/node_modules/@injectivelabs/indexer-proto-ts-v2/generated/injective_rfq_rpc_pb.d.ts
|
|
20533
20533
|
/**
|
|
20534
20534
|
* @generated from protobuf message injective_rfq_rpc.StreamRequestResponse
|
|
20535
20535
|
*/
|
|
@@ -21208,9 +21208,9 @@ interface MakerStreamResponse {
|
|
|
21208
21208
|
/**
|
|
21209
21209
|
* Settlement update for maker
|
|
21210
21210
|
*
|
|
21211
|
-
* @generated from protobuf field: injective_rfq_rpc.
|
|
21211
|
+
* @generated from protobuf field: injective_rfq_rpc.RFQSettlementMakerUpdate settlement = 6
|
|
21212
21212
|
*/
|
|
21213
|
-
settlement?:
|
|
21213
|
+
settlement?: RFQSettlementMakerUpdate;
|
|
21214
21214
|
}
|
|
21215
21215
|
/**
|
|
21216
21216
|
* Acknowledgment for stream operations
|
|
@@ -21231,6 +21231,182 @@ interface QuoteStreamAck {
|
|
|
21231
21231
|
*/
|
|
21232
21232
|
status: string;
|
|
21233
21233
|
}
|
|
21234
|
+
/**
|
|
21235
|
+
* RFQ settlement update streamed to maker in real-time
|
|
21236
|
+
*
|
|
21237
|
+
* @generated from protobuf message injective_rfq_rpc.RFQSettlementMakerUpdate
|
|
21238
|
+
*/
|
|
21239
|
+
interface RFQSettlementMakerUpdate {
|
|
21240
|
+
/**
|
|
21241
|
+
* List of quotes considered for settlement
|
|
21242
|
+
*
|
|
21243
|
+
* @generated from protobuf field: repeated injective_rfq_rpc.RFQSettlementQuote quotes = 50
|
|
21244
|
+
*/
|
|
21245
|
+
quotes: RFQSettlementQuote[];
|
|
21246
|
+
/**
|
|
21247
|
+
* RFQ ID
|
|
21248
|
+
*
|
|
21249
|
+
* @generated from protobuf field: uint64 rfq_id = 1
|
|
21250
|
+
*/
|
|
21251
|
+
rfqId: bigint;
|
|
21252
|
+
/**
|
|
21253
|
+
* Market ID
|
|
21254
|
+
*
|
|
21255
|
+
* @generated from protobuf field: string market_id = 2
|
|
21256
|
+
*/
|
|
21257
|
+
marketId: string;
|
|
21258
|
+
/**
|
|
21259
|
+
* Taker address
|
|
21260
|
+
*
|
|
21261
|
+
* @generated from protobuf field: string taker = 3
|
|
21262
|
+
*/
|
|
21263
|
+
taker: string;
|
|
21264
|
+
/**
|
|
21265
|
+
* Direction (long/short)
|
|
21266
|
+
*
|
|
21267
|
+
* @generated from protobuf field: string direction = 4
|
|
21268
|
+
*/
|
|
21269
|
+
direction: string;
|
|
21270
|
+
/**
|
|
21271
|
+
* Margin amount
|
|
21272
|
+
*
|
|
21273
|
+
* @generated from protobuf field: string margin = 5
|
|
21274
|
+
*/
|
|
21275
|
+
margin: string;
|
|
21276
|
+
/**
|
|
21277
|
+
* Quantity
|
|
21278
|
+
*
|
|
21279
|
+
* @generated from protobuf field: string quantity = 6
|
|
21280
|
+
*/
|
|
21281
|
+
quantity: string;
|
|
21282
|
+
/**
|
|
21283
|
+
* Worst acceptable price
|
|
21284
|
+
*
|
|
21285
|
+
* @generated from protobuf field: string worst_price = 7
|
|
21286
|
+
*/
|
|
21287
|
+
worstPrice: string;
|
|
21288
|
+
/**
|
|
21289
|
+
* Unfilled action details
|
|
21290
|
+
*
|
|
21291
|
+
* @generated from protobuf field: injective_rfq_rpc.RFQSettlementUnfilledActionType unfilled_action = 8
|
|
21292
|
+
*/
|
|
21293
|
+
unfilledAction?: RFQSettlementUnfilledActionType$1;
|
|
21294
|
+
/**
|
|
21295
|
+
* Fallback quantity
|
|
21296
|
+
*
|
|
21297
|
+
* @generated from protobuf field: string fallback_quantity = 9
|
|
21298
|
+
*/
|
|
21299
|
+
fallbackQuantity: string;
|
|
21300
|
+
/**
|
|
21301
|
+
* Fallback margin
|
|
21302
|
+
*
|
|
21303
|
+
* @generated from protobuf field: string fallback_margin = 10
|
|
21304
|
+
*/
|
|
21305
|
+
fallbackMargin: string;
|
|
21306
|
+
/**
|
|
21307
|
+
* Transaction time timestamp
|
|
21308
|
+
*
|
|
21309
|
+
* @generated from protobuf field: uint64 transaction_time = 11
|
|
21310
|
+
*/
|
|
21311
|
+
transactionTime: bigint;
|
|
21312
|
+
/**
|
|
21313
|
+
* Creation timestamp
|
|
21314
|
+
*
|
|
21315
|
+
* @generated from protobuf field: sint64 created_at = 12
|
|
21316
|
+
*/
|
|
21317
|
+
createdAt: bigint;
|
|
21318
|
+
/**
|
|
21319
|
+
* Last update timestamp
|
|
21320
|
+
*
|
|
21321
|
+
* @generated from protobuf field: sint64 updated_at = 13
|
|
21322
|
+
*/
|
|
21323
|
+
updatedAt: bigint;
|
|
21324
|
+
/**
|
|
21325
|
+
* Event time timestamp
|
|
21326
|
+
*
|
|
21327
|
+
* @generated from protobuf field: uint64 event_time = 14
|
|
21328
|
+
*/
|
|
21329
|
+
eventTime: bigint;
|
|
21330
|
+
/**
|
|
21331
|
+
* Block height
|
|
21332
|
+
*
|
|
21333
|
+
* @generated from protobuf field: uint64 height = 15
|
|
21334
|
+
*/
|
|
21335
|
+
height: bigint;
|
|
21336
|
+
/**
|
|
21337
|
+
* Settlement CID
|
|
21338
|
+
*
|
|
21339
|
+
* @generated from protobuf field: string cid = 16
|
|
21340
|
+
*/
|
|
21341
|
+
cid: string;
|
|
21342
|
+
}
|
|
21343
|
+
/**
|
|
21344
|
+
* Quote data embedded in settlement
|
|
21345
|
+
*
|
|
21346
|
+
* @generated from protobuf message injective_rfq_rpc.RFQSettlementQuote
|
|
21347
|
+
*/
|
|
21348
|
+
interface RFQSettlementQuote {
|
|
21349
|
+
/**
|
|
21350
|
+
* Maker address
|
|
21351
|
+
*
|
|
21352
|
+
* @generated from protobuf field: string maker = 1
|
|
21353
|
+
*/
|
|
21354
|
+
maker: string;
|
|
21355
|
+
/**
|
|
21356
|
+
* Price
|
|
21357
|
+
*
|
|
21358
|
+
* @generated from protobuf field: string price = 2
|
|
21359
|
+
*/
|
|
21360
|
+
price: string;
|
|
21361
|
+
/**
|
|
21362
|
+
* Quoted margin amount
|
|
21363
|
+
*
|
|
21364
|
+
* @generated from protobuf field: string quoted_margin = 3
|
|
21365
|
+
*/
|
|
21366
|
+
quotedMargin: string;
|
|
21367
|
+
/**
|
|
21368
|
+
* Quoted quantity
|
|
21369
|
+
*
|
|
21370
|
+
* @generated from protobuf field: string quoted_quantity = 4
|
|
21371
|
+
*/
|
|
21372
|
+
quotedQuantity: string;
|
|
21373
|
+
/**
|
|
21374
|
+
* Executed margin amount
|
|
21375
|
+
*
|
|
21376
|
+
* @generated from protobuf field: string executed_margin = 5
|
|
21377
|
+
*/
|
|
21378
|
+
executedMargin: string;
|
|
21379
|
+
/**
|
|
21380
|
+
* Executed quantity
|
|
21381
|
+
*
|
|
21382
|
+
* @generated from protobuf field: string executed_quantity = 6
|
|
21383
|
+
*/
|
|
21384
|
+
executedQuantity: string;
|
|
21385
|
+
/**
|
|
21386
|
+
* Expiry timestamp and height
|
|
21387
|
+
*
|
|
21388
|
+
* @generated from protobuf field: injective_rfq_rpc.RFQExpiryType expiry = 7
|
|
21389
|
+
*/
|
|
21390
|
+
expiry?: RFQExpiryType$1;
|
|
21391
|
+
/**
|
|
21392
|
+
* Signature
|
|
21393
|
+
*
|
|
21394
|
+
* @generated from protobuf field: string signature = 8
|
|
21395
|
+
*/
|
|
21396
|
+
signature: string;
|
|
21397
|
+
/**
|
|
21398
|
+
* Nonce
|
|
21399
|
+
*
|
|
21400
|
+
* @generated from protobuf field: uint64 nonce = 9
|
|
21401
|
+
*/
|
|
21402
|
+
nonce: bigint;
|
|
21403
|
+
/**
|
|
21404
|
+
* Quote status (accepted, rejected, expired)
|
|
21405
|
+
*
|
|
21406
|
+
* @generated from protobuf field: string status = 10
|
|
21407
|
+
*/
|
|
21408
|
+
status: string;
|
|
21409
|
+
}
|
|
21234
21410
|
/**
|
|
21235
21411
|
* @generated MessageType for protobuf message injective_rfq_rpc.StreamRequestResponse
|
|
21236
21412
|
*/
|
|
@@ -21299,6 +21475,14 @@ declare const MakerStreamResponse = new MakerStreamResponse$Type();
|
|
|
21299
21475
|
* @generated MessageType for protobuf message injective_rfq_rpc.QuoteStreamAck
|
|
21300
21476
|
*/
|
|
21301
21477
|
declare const QuoteStreamAck = new QuoteStreamAck$Type();
|
|
21478
|
+
/**
|
|
21479
|
+
* @generated MessageType for protobuf message injective_rfq_rpc.RFQSettlementMakerUpdate
|
|
21480
|
+
*/
|
|
21481
|
+
declare const RFQSettlementMakerUpdate = new RFQSettlementMakerUpdate$Type();
|
|
21482
|
+
/**
|
|
21483
|
+
* @generated MessageType for protobuf message injective_rfq_rpc.RFQSettlementQuote
|
|
21484
|
+
*/
|
|
21485
|
+
declare const RFQSettlementQuote = new RFQSettlementQuote$Type();
|
|
21302
21486
|
//#endregion
|
|
21303
21487
|
//#region src/client/indexer/types/ws.d.ts
|
|
21304
21488
|
/**
|
|
@@ -23275,7 +23459,7 @@ type GrpcSubaccountBalance = SubaccountBalance$2;
|
|
|
23275
23459
|
type GrpcSubaccountPortfolio = SubaccountPortfolio$1;
|
|
23276
23460
|
type GrpcSubaccountBalanceTransfer = SubaccountBalanceTransfer;
|
|
23277
23461
|
//#endregion
|
|
23278
|
-
//#region ../../node_modules/.pnpm/@injectivelabs+indexer-proto-ts-v2@1.18.
|
|
23462
|
+
//#region ../../node_modules/.pnpm/@injectivelabs+indexer-proto-ts-v2@1.18.9/node_modules/@injectivelabs/indexer-proto-ts-v2/generated/injective_trading_rpc_pb.d.ts
|
|
23279
23463
|
/**
|
|
23280
23464
|
* @generated from protobuf message injective_trading_rpc.ListTradingStrategiesResponse
|
|
23281
23465
|
*/
|
|
@@ -24438,7 +24622,7 @@ interface QuantityAndFees {
|
|
|
24438
24622
|
resultQuantity: string;
|
|
24439
24623
|
}
|
|
24440
24624
|
//#endregion
|
|
24441
|
-
//#region ../../node_modules/.pnpm/@injectivelabs+indexer-proto-ts-v2@1.18.
|
|
24625
|
+
//#region ../../node_modules/.pnpm/@injectivelabs+indexer-proto-ts-v2@1.18.9/node_modules/@injectivelabs/indexer-proto-ts-v2/generated/injective_spot_exchange_rpc_pb.d.ts
|
|
24442
24626
|
/**
|
|
24443
24627
|
* @generated from protobuf message injective_spot_exchange_rpc.MarketsResponse
|
|
24444
24628
|
*/
|
|
@@ -24829,7 +25013,7 @@ interface PriceLevelUpdate$1 {
|
|
|
24829
25013
|
/**
|
|
24830
25014
|
* @generated from protobuf message injective_spot_exchange_rpc.OrdersResponse
|
|
24831
25015
|
*/
|
|
24832
|
-
interface OrdersResponse$
|
|
25016
|
+
interface OrdersResponse$2 {
|
|
24833
25017
|
/**
|
|
24834
25018
|
* @generated from protobuf field: repeated injective_spot_exchange_rpc.SpotLimitOrder orders = 1
|
|
24835
25019
|
*/
|
|
@@ -24969,7 +25153,7 @@ interface Paging$3 {
|
|
|
24969
25153
|
/**
|
|
24970
25154
|
* @generated from protobuf message injective_spot_exchange_rpc.StreamOrdersResponse
|
|
24971
25155
|
*/
|
|
24972
|
-
interface StreamOrdersResponse$
|
|
25156
|
+
interface StreamOrdersResponse$2 {
|
|
24973
25157
|
/**
|
|
24974
25158
|
* Updated market order
|
|
24975
25159
|
*
|
|
@@ -24992,7 +25176,7 @@ interface StreamOrdersResponse$1 {
|
|
|
24992
25176
|
/**
|
|
24993
25177
|
* @generated from protobuf message injective_spot_exchange_rpc.TradesResponse
|
|
24994
25178
|
*/
|
|
24995
|
-
interface TradesResponse$
|
|
25179
|
+
interface TradesResponse$2 {
|
|
24996
25180
|
/**
|
|
24997
25181
|
* Trades of a Spot Market
|
|
24998
25182
|
*
|
|
@@ -25086,7 +25270,7 @@ interface SpotTrade$1 {
|
|
|
25086
25270
|
/**
|
|
25087
25271
|
* @generated from protobuf message injective_spot_exchange_rpc.StreamTradesResponse
|
|
25088
25272
|
*/
|
|
25089
|
-
interface StreamTradesResponse$
|
|
25273
|
+
interface StreamTradesResponse$2 {
|
|
25090
25274
|
/**
|
|
25091
25275
|
* New spot market trade
|
|
25092
25276
|
*
|
|
@@ -25120,7 +25304,7 @@ interface SubaccountTradesListResponse$1 {
|
|
|
25120
25304
|
/**
|
|
25121
25305
|
* @generated from protobuf message injective_spot_exchange_rpc.OrdersHistoryResponse
|
|
25122
25306
|
*/
|
|
25123
|
-
interface OrdersHistoryResponse$
|
|
25307
|
+
interface OrdersHistoryResponse$2 {
|
|
25124
25308
|
/**
|
|
25125
25309
|
* List of history spot orders
|
|
25126
25310
|
*
|
|
@@ -25236,7 +25420,7 @@ interface SpotOrderHistory$1 {
|
|
|
25236
25420
|
/**
|
|
25237
25421
|
* @generated from protobuf message injective_spot_exchange_rpc.StreamOrdersHistoryResponse
|
|
25238
25422
|
*/
|
|
25239
|
-
interface StreamOrdersHistoryResponse$
|
|
25423
|
+
interface StreamOrdersHistoryResponse$2 {
|
|
25240
25424
|
/**
|
|
25241
25425
|
* Updated order
|
|
25242
25426
|
*
|
|
@@ -25423,7 +25607,7 @@ declare const PriceLevelUpdate$1 = new PriceLevelUpdate$Type();
|
|
|
25423
25607
|
/**
|
|
25424
25608
|
* @generated MessageType for protobuf message injective_spot_exchange_rpc.OrdersResponse
|
|
25425
25609
|
*/
|
|
25426
|
-
declare const OrdersResponse$
|
|
25610
|
+
declare const OrdersResponse$2 = new OrdersResponse$Type();
|
|
25427
25611
|
/**
|
|
25428
25612
|
* @generated MessageType for protobuf message injective_spot_exchange_rpc.SpotLimitOrder
|
|
25429
25613
|
*/
|
|
@@ -25435,11 +25619,11 @@ declare const Paging$3 = new Paging$Type();
|
|
|
25435
25619
|
/**
|
|
25436
25620
|
* @generated MessageType for protobuf message injective_spot_exchange_rpc.StreamOrdersResponse
|
|
25437
25621
|
*/
|
|
25438
|
-
declare const StreamOrdersResponse$
|
|
25622
|
+
declare const StreamOrdersResponse$2 = new StreamOrdersResponse$Type();
|
|
25439
25623
|
/**
|
|
25440
25624
|
* @generated MessageType for protobuf message injective_spot_exchange_rpc.TradesResponse
|
|
25441
25625
|
*/
|
|
25442
|
-
declare const TradesResponse$
|
|
25626
|
+
declare const TradesResponse$2 = new TradesResponse$Type();
|
|
25443
25627
|
/**
|
|
25444
25628
|
* @generated MessageType for protobuf message injective_spot_exchange_rpc.SpotTrade
|
|
25445
25629
|
*/
|
|
@@ -25447,7 +25631,7 @@ declare const SpotTrade$1 = new SpotTrade$Type();
|
|
|
25447
25631
|
/**
|
|
25448
25632
|
* @generated MessageType for protobuf message injective_spot_exchange_rpc.StreamTradesResponse
|
|
25449
25633
|
*/
|
|
25450
|
-
declare const StreamTradesResponse$
|
|
25634
|
+
declare const StreamTradesResponse$2 = new StreamTradesResponse$Type();
|
|
25451
25635
|
/**
|
|
25452
25636
|
* @generated MessageType for protobuf message injective_spot_exchange_rpc.SubaccountTradesListResponse
|
|
25453
25637
|
*/
|
|
@@ -25455,7 +25639,7 @@ declare const SubaccountTradesListResponse$1 = new SubaccountTradesListResponse$
|
|
|
25455
25639
|
/**
|
|
25456
25640
|
* @generated MessageType for protobuf message injective_spot_exchange_rpc.OrdersHistoryResponse
|
|
25457
25641
|
*/
|
|
25458
|
-
declare const OrdersHistoryResponse$
|
|
25642
|
+
declare const OrdersHistoryResponse$2 = new OrdersHistoryResponse$Type();
|
|
25459
25643
|
/**
|
|
25460
25644
|
* @generated MessageType for protobuf message injective_spot_exchange_rpc.SpotOrderHistory
|
|
25461
25645
|
*/
|
|
@@ -25463,7 +25647,7 @@ declare const SpotOrderHistory$1 = new SpotOrderHistory$Type();
|
|
|
25463
25647
|
/**
|
|
25464
25648
|
* @generated MessageType for protobuf message injective_spot_exchange_rpc.StreamOrdersHistoryResponse
|
|
25465
25649
|
*/
|
|
25466
|
-
declare const StreamOrdersHistoryResponse$
|
|
25650
|
+
declare const StreamOrdersHistoryResponse$2 = new StreamOrdersHistoryResponse$Type();
|
|
25467
25651
|
/**
|
|
25468
25652
|
* @generated MessageType for protobuf message injective_spot_exchange_rpc.AtomicSwapHistoryResponse
|
|
25469
25653
|
*/
|
|
@@ -25594,7 +25778,7 @@ type GrpcSpotLimitOrder = SpotLimitOrder$1;
|
|
|
25594
25778
|
type GrpcSpotOrderHistory = SpotOrderHistory$1;
|
|
25595
25779
|
type GrpcAtomicSwap = AtomicSwap$1;
|
|
25596
25780
|
//#endregion
|
|
25597
|
-
//#region ../../node_modules/.pnpm/@injectivelabs+indexer-proto-ts-v2@1.18.
|
|
25781
|
+
//#region ../../node_modules/.pnpm/@injectivelabs+indexer-proto-ts-v2@1.18.9/node_modules/@injectivelabs/indexer-proto-ts-v2/generated/injective_oracle_rpc_pb.d.ts
|
|
25598
25782
|
/**
|
|
25599
25783
|
* @generated from protobuf message injective_oracle_rpc.OracleListResponse
|
|
25600
25784
|
*/
|
|
@@ -25723,7 +25907,7 @@ declare const StreamPricesByMarketsResponse = new StreamPricesByMarketsResponse$
|
|
|
25723
25907
|
type GrpcOracle = Oracle$1;
|
|
25724
25908
|
interface Oracle extends GrpcOracle {}
|
|
25725
25909
|
//#endregion
|
|
25726
|
-
//#region ../../node_modules/.pnpm/@injectivelabs+indexer-proto-ts-v2@1.18.
|
|
25910
|
+
//#region ../../node_modules/.pnpm/@injectivelabs+indexer-proto-ts-v2@1.18.9/node_modules/@injectivelabs/indexer-proto-ts-v2/generated/injective_auction_rpc_pb.d.ts
|
|
25727
25911
|
/**
|
|
25728
25912
|
* @generated from protobuf message injective_auction_rpc.AuctionEndpointResponse
|
|
25729
25913
|
*/
|
|
@@ -26220,7 +26404,7 @@ type GrpcAccountAuctionV2 = AccountAuctionV2$1;
|
|
|
26220
26404
|
type GrpcAuctionContract = AuctionContract$1;
|
|
26221
26405
|
type StreamBidsResponse = StreamBidsResponse$1;
|
|
26222
26406
|
//#endregion
|
|
26223
|
-
//#region ../../node_modules/.pnpm/@injectivelabs+indexer-proto-ts-v2@1.18.
|
|
26407
|
+
//#region ../../node_modules/.pnpm/@injectivelabs+indexer-proto-ts-v2@1.18.9/node_modules/@injectivelabs/indexer-proto-ts-v2/generated/injective_archiver_rpc_pb.d.ts
|
|
26224
26408
|
/**
|
|
26225
26409
|
* @generated from protobuf message injective_archiver_rpc.BalanceResponse
|
|
26226
26410
|
*/
|
|
@@ -26742,7 +26926,7 @@ type GrpcHistoricalVolumes = HistoricalVolumes$1;
|
|
|
26742
26926
|
type GrpcPnlLeaderboard = PnlLeaderboardResponse | PnlLeaderboardFixedResolutionResponse;
|
|
26743
26927
|
type GrpcVolLeaderboard = VolLeaderboardResponse | VolLeaderboardFixedResolutionResponse;
|
|
26744
26928
|
//#endregion
|
|
26745
|
-
//#region ../../node_modules/.pnpm/@injectivelabs+indexer-proto-ts-v2@1.18.
|
|
26929
|
+
//#region ../../node_modules/.pnpm/@injectivelabs+indexer-proto-ts-v2@1.18.9/node_modules/@injectivelabs/indexer-proto-ts-v2/generated/injective_referral_rpc_pb.d.ts
|
|
26746
26930
|
/**
|
|
26747
26931
|
* @generated from protobuf message injective_referral_rpc.GetReferrerDetailsResponse
|
|
26748
26932
|
*/
|
|
@@ -26873,7 +27057,7 @@ interface ReferralDetails {
|
|
|
26873
27057
|
invitees: ReferralInvitee[];
|
|
26874
27058
|
}
|
|
26875
27059
|
//#endregion
|
|
26876
|
-
//#region ../../node_modules/.pnpm/@injectivelabs+indexer-proto-ts-v2@1.18.
|
|
27060
|
+
//#region ../../node_modules/.pnpm/@injectivelabs+indexer-proto-ts-v2@1.18.9/node_modules/@injectivelabs/indexer-proto-ts-v2/generated/injective_campaign_rpc_pb.d.ts
|
|
26877
27061
|
/**
|
|
26878
27062
|
* @generated from protobuf message injective_campaign_rpc.RankingResponse
|
|
26879
27063
|
*/
|
|
@@ -27710,7 +27894,7 @@ interface AllSpotMarketSummaryResponse {
|
|
|
27710
27894
|
data: AllChronosSpotMarketSummary[];
|
|
27711
27895
|
}
|
|
27712
27896
|
//#endregion
|
|
27713
|
-
//#region ../../node_modules/.pnpm/@injectivelabs+indexer-proto-ts-v2@1.18.
|
|
27897
|
+
//#region ../../node_modules/.pnpm/@injectivelabs+indexer-proto-ts-v2@1.18.9/node_modules/@injectivelabs/indexer-proto-ts-v2/generated/injective_megavault_rpc_pb.d.ts
|
|
27714
27898
|
/**
|
|
27715
27899
|
* @generated from protobuf message injective_megavault_rpc.GetVaultResponse
|
|
27716
27900
|
*/
|
|
@@ -28829,7 +29013,7 @@ interface IncentivesCampaign {
|
|
|
28829
29013
|
subaccountIdSuffix: string;
|
|
28830
29014
|
}
|
|
28831
29015
|
//#endregion
|
|
28832
|
-
//#region ../../node_modules/.pnpm/@injectivelabs+indexer-proto-ts-v2@1.18.
|
|
29016
|
+
//#region ../../node_modules/.pnpm/@injectivelabs+indexer-proto-ts-v2@1.18.9/node_modules/@injectivelabs/indexer-proto-ts-v2/generated/injective_insurance_rpc_pb.d.ts
|
|
28833
29017
|
/**
|
|
28834
29018
|
* @generated from protobuf message injective_insurance_rpc.FundsResponse
|
|
28835
29019
|
*/
|
|
@@ -29091,7 +29275,7 @@ interface InsuranceFundCreateParams {
|
|
|
29091
29275
|
type GrpcIndexerInsuranceFund = InsuranceFund$2;
|
|
29092
29276
|
type GrpcIndexerRedemptionSchedule = RedemptionSchedule;
|
|
29093
29277
|
//#endregion
|
|
29094
|
-
//#region ../../node_modules/.pnpm/@injectivelabs+indexer-proto-ts-v2@1.18.
|
|
29278
|
+
//#region ../../node_modules/.pnpm/@injectivelabs+indexer-proto-ts-v2@1.18.9/node_modules/@injectivelabs/indexer-proto-ts-v2/generated/injective_derivative_exchange_rpc_pb.d.ts
|
|
29095
29279
|
/**
|
|
29096
29280
|
* @generated from protobuf message injective_derivative_exchange_rpc.MarketsResponse
|
|
29097
29281
|
*/
|
|
@@ -29807,11 +29991,11 @@ interface PriceLevelUpdate {
|
|
|
29807
29991
|
/**
|
|
29808
29992
|
* @generated from protobuf message injective_derivative_exchange_rpc.OrdersResponse
|
|
29809
29993
|
*/
|
|
29810
|
-
interface OrdersResponse {
|
|
29994
|
+
interface OrdersResponse$1 {
|
|
29811
29995
|
/**
|
|
29812
29996
|
* @generated from protobuf field: repeated injective_derivative_exchange_rpc.DerivativeLimitOrder orders = 1
|
|
29813
29997
|
*/
|
|
29814
|
-
orders: DerivativeLimitOrder$
|
|
29998
|
+
orders: DerivativeLimitOrder$2[];
|
|
29815
29999
|
/**
|
|
29816
30000
|
* @generated from protobuf field: injective_derivative_exchange_rpc.Paging paging = 2
|
|
29817
30001
|
*/
|
|
@@ -29820,7 +30004,7 @@ interface OrdersResponse {
|
|
|
29820
30004
|
/**
|
|
29821
30005
|
* @generated from protobuf message injective_derivative_exchange_rpc.DerivativeLimitOrder
|
|
29822
30006
|
*/
|
|
29823
|
-
interface DerivativeLimitOrder$
|
|
30007
|
+
interface DerivativeLimitOrder$2 {
|
|
29824
30008
|
/**
|
|
29825
30009
|
* Hash of the order
|
|
29826
30010
|
*
|
|
@@ -29957,7 +30141,7 @@ interface DerivativeLimitOrder$1 {
|
|
|
29957
30141
|
/**
|
|
29958
30142
|
* @generated from protobuf message injective_derivative_exchange_rpc.PositionsResponse
|
|
29959
30143
|
*/
|
|
29960
|
-
interface PositionsResponse {
|
|
30144
|
+
interface PositionsResponse$1 {
|
|
29961
30145
|
/**
|
|
29962
30146
|
* @generated from protobuf field: repeated injective_derivative_exchange_rpc.DerivativePosition positions = 1
|
|
29963
30147
|
*/
|
|
@@ -30075,7 +30259,7 @@ interface PositionsV2Response {
|
|
|
30075
30259
|
/**
|
|
30076
30260
|
* @generated from protobuf field: repeated injective_derivative_exchange_rpc.DerivativePositionV2 positions = 1
|
|
30077
30261
|
*/
|
|
30078
|
-
positions: DerivativePositionV2[];
|
|
30262
|
+
positions: DerivativePositionV2$1[];
|
|
30079
30263
|
/**
|
|
30080
30264
|
* @generated from protobuf field: injective_derivative_exchange_rpc.Paging paging = 2
|
|
30081
30265
|
*/
|
|
@@ -30084,7 +30268,7 @@ interface PositionsV2Response {
|
|
|
30084
30268
|
/**
|
|
30085
30269
|
* @generated from protobuf message injective_derivative_exchange_rpc.DerivativePositionV2
|
|
30086
30270
|
*/
|
|
30087
|
-
interface DerivativePositionV2 {
|
|
30271
|
+
interface DerivativePositionV2$1 {
|
|
30088
30272
|
/**
|
|
30089
30273
|
* Ticker of the derivative market
|
|
30090
30274
|
*
|
|
@@ -30261,7 +30445,7 @@ interface FundingRate$1 {
|
|
|
30261
30445
|
/**
|
|
30262
30446
|
* @generated from protobuf message injective_derivative_exchange_rpc.StreamPositionsResponse
|
|
30263
30447
|
*/
|
|
30264
|
-
interface StreamPositionsResponse {
|
|
30448
|
+
interface StreamPositionsResponse$1 {
|
|
30265
30449
|
/**
|
|
30266
30450
|
* Updated derivative Position
|
|
30267
30451
|
*
|
|
@@ -30284,7 +30468,7 @@ interface StreamPositionsV2Response {
|
|
|
30284
30468
|
*
|
|
30285
30469
|
* @generated from protobuf field: injective_derivative_exchange_rpc.DerivativePositionV2 position = 1
|
|
30286
30470
|
*/
|
|
30287
|
-
position?: DerivativePositionV2;
|
|
30471
|
+
position?: DerivativePositionV2$1;
|
|
30288
30472
|
/**
|
|
30289
30473
|
* Operation timestamp in UNIX millis.
|
|
30290
30474
|
*
|
|
@@ -30295,13 +30479,13 @@ interface StreamPositionsV2Response {
|
|
|
30295
30479
|
/**
|
|
30296
30480
|
* @generated from protobuf message injective_derivative_exchange_rpc.StreamOrdersResponse
|
|
30297
30481
|
*/
|
|
30298
|
-
interface StreamOrdersResponse {
|
|
30482
|
+
interface StreamOrdersResponse$1 {
|
|
30299
30483
|
/**
|
|
30300
30484
|
* Updated market order
|
|
30301
30485
|
*
|
|
30302
30486
|
* @generated from protobuf field: injective_derivative_exchange_rpc.DerivativeLimitOrder order = 1
|
|
30303
30487
|
*/
|
|
30304
|
-
order?: DerivativeLimitOrder$
|
|
30488
|
+
order?: DerivativeLimitOrder$2;
|
|
30305
30489
|
/**
|
|
30306
30490
|
* Order update type
|
|
30307
30491
|
*
|
|
@@ -30318,13 +30502,13 @@ interface StreamOrdersResponse {
|
|
|
30318
30502
|
/**
|
|
30319
30503
|
* @generated from protobuf message injective_derivative_exchange_rpc.TradesResponse
|
|
30320
30504
|
*/
|
|
30321
|
-
interface TradesResponse {
|
|
30505
|
+
interface TradesResponse$1 {
|
|
30322
30506
|
/**
|
|
30323
30507
|
* Trades of a Derivative Market
|
|
30324
30508
|
*
|
|
30325
30509
|
* @generated from protobuf field: repeated injective_derivative_exchange_rpc.DerivativeTrade trades = 1
|
|
30326
30510
|
*/
|
|
30327
|
-
trades: DerivativeTrade$
|
|
30511
|
+
trades: DerivativeTrade$2[];
|
|
30328
30512
|
/**
|
|
30329
30513
|
* @generated from protobuf field: injective_derivative_exchange_rpc.Paging paging = 2
|
|
30330
30514
|
*/
|
|
@@ -30333,7 +30517,7 @@ interface TradesResponse {
|
|
|
30333
30517
|
/**
|
|
30334
30518
|
* @generated from protobuf message injective_derivative_exchange_rpc.DerivativeTrade
|
|
30335
30519
|
*/
|
|
30336
|
-
interface DerivativeTrade$
|
|
30520
|
+
interface DerivativeTrade$2 {
|
|
30337
30521
|
/**
|
|
30338
30522
|
* Order hash.
|
|
30339
30523
|
*
|
|
@@ -30369,7 +30553,7 @@ interface DerivativeTrade$1 {
|
|
|
30369
30553
|
*
|
|
30370
30554
|
* @generated from protobuf field: injective_derivative_exchange_rpc.PositionDelta position_delta = 6
|
|
30371
30555
|
*/
|
|
30372
|
-
positionDelta?: PositionDelta$
|
|
30556
|
+
positionDelta?: PositionDelta$2;
|
|
30373
30557
|
/**
|
|
30374
30558
|
* The payout associated with the trade
|
|
30375
30559
|
*
|
|
@@ -30422,7 +30606,7 @@ interface DerivativeTrade$1 {
|
|
|
30422
30606
|
/**
|
|
30423
30607
|
* @generated from protobuf message injective_derivative_exchange_rpc.PositionDelta
|
|
30424
30608
|
*/
|
|
30425
|
-
interface PositionDelta$
|
|
30609
|
+
interface PositionDelta$2 {
|
|
30426
30610
|
/**
|
|
30427
30611
|
* The direction the trade
|
|
30428
30612
|
*
|
|
@@ -30451,13 +30635,13 @@ interface PositionDelta$1 {
|
|
|
30451
30635
|
/**
|
|
30452
30636
|
* @generated from protobuf message injective_derivative_exchange_rpc.StreamTradesResponse
|
|
30453
30637
|
*/
|
|
30454
|
-
interface StreamTradesResponse {
|
|
30638
|
+
interface StreamTradesResponse$1 {
|
|
30455
30639
|
/**
|
|
30456
30640
|
* New derivative market trade
|
|
30457
30641
|
*
|
|
30458
30642
|
* @generated from protobuf field: injective_derivative_exchange_rpc.DerivativeTrade trade = 1
|
|
30459
30643
|
*/
|
|
30460
|
-
trade?: DerivativeTrade$
|
|
30644
|
+
trade?: DerivativeTrade$2;
|
|
30461
30645
|
/**
|
|
30462
30646
|
* Executed trades update type
|
|
30463
30647
|
*
|
|
@@ -30480,12 +30664,12 @@ interface SubaccountTradesListResponse {
|
|
|
30480
30664
|
*
|
|
30481
30665
|
* @generated from protobuf field: repeated injective_derivative_exchange_rpc.DerivativeTrade trades = 1
|
|
30482
30666
|
*/
|
|
30483
|
-
trades: DerivativeTrade$
|
|
30667
|
+
trades: DerivativeTrade$2[];
|
|
30484
30668
|
}
|
|
30485
30669
|
/**
|
|
30486
30670
|
* @generated from protobuf message injective_derivative_exchange_rpc.OrdersHistoryResponse
|
|
30487
30671
|
*/
|
|
30488
|
-
interface OrdersHistoryResponse {
|
|
30672
|
+
interface OrdersHistoryResponse$1 {
|
|
30489
30673
|
/**
|
|
30490
30674
|
* List of historical derivative orders
|
|
30491
30675
|
*
|
|
@@ -30631,7 +30815,7 @@ interface DerivativeOrderHistory$1 {
|
|
|
30631
30815
|
/**
|
|
30632
30816
|
* @generated from protobuf message injective_derivative_exchange_rpc.StreamOrdersHistoryResponse
|
|
30633
30817
|
*/
|
|
30634
|
-
interface StreamOrdersHistoryResponse {
|
|
30818
|
+
interface StreamOrdersHistoryResponse$1 {
|
|
30635
30819
|
/**
|
|
30636
30820
|
* Updated order
|
|
30637
30821
|
*
|
|
@@ -30742,15 +30926,15 @@ declare const PriceLevelUpdate = new PriceLevelUpdate$Type();
|
|
|
30742
30926
|
/**
|
|
30743
30927
|
* @generated MessageType for protobuf message injective_derivative_exchange_rpc.OrdersResponse
|
|
30744
30928
|
*/
|
|
30745
|
-
declare const OrdersResponse = new OrdersResponse$Type();
|
|
30929
|
+
declare const OrdersResponse$1 = new OrdersResponse$Type();
|
|
30746
30930
|
/**
|
|
30747
30931
|
* @generated MessageType for protobuf message injective_derivative_exchange_rpc.DerivativeLimitOrder
|
|
30748
30932
|
*/
|
|
30749
|
-
declare const DerivativeLimitOrder$
|
|
30933
|
+
declare const DerivativeLimitOrder$2 = new DerivativeLimitOrder$Type();
|
|
30750
30934
|
/**
|
|
30751
30935
|
* @generated MessageType for protobuf message injective_derivative_exchange_rpc.PositionsResponse
|
|
30752
30936
|
*/
|
|
30753
|
-
declare const PositionsResponse = new PositionsResponse$Type();
|
|
30937
|
+
declare const PositionsResponse$1 = new PositionsResponse$Type();
|
|
30754
30938
|
/**
|
|
30755
30939
|
* @generated MessageType for protobuf message injective_derivative_exchange_rpc.DerivativePosition
|
|
30756
30940
|
*/
|
|
@@ -30762,7 +30946,7 @@ declare const PositionsV2Response = new PositionsV2Response$Type();
|
|
|
30762
30946
|
/**
|
|
30763
30947
|
* @generated MessageType for protobuf message injective_derivative_exchange_rpc.DerivativePositionV2
|
|
30764
30948
|
*/
|
|
30765
|
-
declare const DerivativePositionV2 = new DerivativePositionV2$Type();
|
|
30949
|
+
declare const DerivativePositionV2$1 = new DerivativePositionV2$Type();
|
|
30766
30950
|
/**
|
|
30767
30951
|
* @generated MessageType for protobuf message injective_derivative_exchange_rpc.FundingPaymentsResponse
|
|
30768
30952
|
*/
|
|
@@ -30782,7 +30966,7 @@ declare const FundingRate$1 = new FundingRate$Type();
|
|
|
30782
30966
|
/**
|
|
30783
30967
|
* @generated MessageType for protobuf message injective_derivative_exchange_rpc.StreamPositionsResponse
|
|
30784
30968
|
*/
|
|
30785
|
-
declare const StreamPositionsResponse = new StreamPositionsResponse$Type();
|
|
30969
|
+
declare const StreamPositionsResponse$1 = new StreamPositionsResponse$Type();
|
|
30786
30970
|
/**
|
|
30787
30971
|
* @generated MessageType for protobuf message injective_derivative_exchange_rpc.StreamPositionsV2Response
|
|
30788
30972
|
*/
|
|
@@ -30790,23 +30974,23 @@ declare const StreamPositionsV2Response = new StreamPositionsV2Response$Type();
|
|
|
30790
30974
|
/**
|
|
30791
30975
|
* @generated MessageType for protobuf message injective_derivative_exchange_rpc.StreamOrdersResponse
|
|
30792
30976
|
*/
|
|
30793
|
-
declare const StreamOrdersResponse = new StreamOrdersResponse$Type();
|
|
30977
|
+
declare const StreamOrdersResponse$1 = new StreamOrdersResponse$Type();
|
|
30794
30978
|
/**
|
|
30795
30979
|
* @generated MessageType for protobuf message injective_derivative_exchange_rpc.TradesResponse
|
|
30796
30980
|
*/
|
|
30797
|
-
declare const TradesResponse = new TradesResponse$Type();
|
|
30981
|
+
declare const TradesResponse$1 = new TradesResponse$Type();
|
|
30798
30982
|
/**
|
|
30799
30983
|
* @generated MessageType for protobuf message injective_derivative_exchange_rpc.DerivativeTrade
|
|
30800
30984
|
*/
|
|
30801
|
-
declare const DerivativeTrade$
|
|
30985
|
+
declare const DerivativeTrade$2 = new DerivativeTrade$Type();
|
|
30802
30986
|
/**
|
|
30803
30987
|
* @generated MessageType for protobuf message injective_derivative_exchange_rpc.PositionDelta
|
|
30804
30988
|
*/
|
|
30805
|
-
declare const PositionDelta$
|
|
30989
|
+
declare const PositionDelta$2 = new PositionDelta$Type();
|
|
30806
30990
|
/**
|
|
30807
30991
|
* @generated MessageType for protobuf message injective_derivative_exchange_rpc.StreamTradesResponse
|
|
30808
30992
|
*/
|
|
30809
|
-
declare const StreamTradesResponse = new StreamTradesResponse$Type();
|
|
30993
|
+
declare const StreamTradesResponse$1 = new StreamTradesResponse$Type();
|
|
30810
30994
|
/**
|
|
30811
30995
|
* @generated MessageType for protobuf message injective_derivative_exchange_rpc.SubaccountTradesListResponse
|
|
30812
30996
|
*/
|
|
@@ -30814,7 +30998,7 @@ declare const SubaccountTradesListResponse = new SubaccountTradesListResponse$Ty
|
|
|
30814
30998
|
/**
|
|
30815
30999
|
* @generated MessageType for protobuf message injective_derivative_exchange_rpc.OrdersHistoryResponse
|
|
30816
31000
|
*/
|
|
30817
|
-
declare const OrdersHistoryResponse = new OrdersHistoryResponse$Type();
|
|
31001
|
+
declare const OrdersHistoryResponse$1 = new OrdersHistoryResponse$Type();
|
|
30818
31002
|
/**
|
|
30819
31003
|
* @generated MessageType for protobuf message injective_derivative_exchange_rpc.DerivativeOrderHistory
|
|
30820
31004
|
*/
|
|
@@ -30822,7 +31006,7 @@ declare const DerivativeOrderHistory$1 = new DerivativeOrderHistory$Type();
|
|
|
30822
31006
|
/**
|
|
30823
31007
|
* @generated MessageType for protobuf message injective_derivative_exchange_rpc.StreamOrdersHistoryResponse
|
|
30824
31008
|
*/
|
|
30825
|
-
declare const StreamOrdersHistoryResponse = new StreamOrdersHistoryResponse$Type();
|
|
31009
|
+
declare const StreamOrdersHistoryResponse$1 = new StreamOrdersHistoryResponse$Type();
|
|
30826
31010
|
//#endregion
|
|
30827
31011
|
//#region src/client/indexer/types/derivatives.d.ts
|
|
30828
31012
|
interface PositionDelta {
|
|
@@ -31004,14 +31188,14 @@ interface FundingRate {
|
|
|
31004
31188
|
timestamp: number;
|
|
31005
31189
|
}
|
|
31006
31190
|
type GrpcFundingRate = FundingRate$1;
|
|
31007
|
-
type GrpcPositionDelta = PositionDelta$
|
|
31191
|
+
type GrpcPositionDelta = PositionDelta$2;
|
|
31008
31192
|
type GrpcFundingPayment = FundingPayment$1;
|
|
31009
|
-
type GrpcDerivativeTrade = DerivativeTrade$
|
|
31193
|
+
type GrpcDerivativeTrade = DerivativeTrade$2;
|
|
31010
31194
|
type GrpcDerivativePosition = DerivativePosition$1;
|
|
31011
|
-
type GrpcDerivativePositionV2 = DerivativePositionV2;
|
|
31195
|
+
type GrpcDerivativePositionV2 = DerivativePositionV2$1;
|
|
31012
31196
|
type GrpcPerpetualMarketInfo = PerpetualMarketInfo$1;
|
|
31013
31197
|
type GrpcDerivativeMarketInfo = DerivativeMarketInfo;
|
|
31014
|
-
type GrpcDerivativeLimitOrder = DerivativeLimitOrder$
|
|
31198
|
+
type GrpcDerivativeLimitOrder = DerivativeLimitOrder$2;
|
|
31015
31199
|
type GrpcPerpetualMarketFunding = PerpetualMarketFunding$1;
|
|
31016
31200
|
type GrpcExpiryFuturesMarketInfo = ExpiryFuturesMarketInfo$1;
|
|
31017
31201
|
type GrpcBinaryOptionsMarketInfo = BinaryOptionsMarketInfo;
|
|
@@ -31173,285 +31357,1095 @@ interface BankTransferFromExplorerApiResponse {
|
|
|
31173
31357
|
block_timestamp: string;
|
|
31174
31358
|
}
|
|
31175
31359
|
//#endregion
|
|
31176
|
-
//#region
|
|
31177
|
-
type ChronosDerivativeMarketSummary = {
|
|
31178
|
-
change: number;
|
|
31179
|
-
high: number;
|
|
31180
|
-
low: number;
|
|
31181
|
-
open: number;
|
|
31182
|
-
price: number;
|
|
31183
|
-
volume: number;
|
|
31184
|
-
};
|
|
31185
|
-
type AllChronosDerivativeMarketSummary = {
|
|
31186
|
-
change: number;
|
|
31187
|
-
high: number;
|
|
31188
|
-
low: number;
|
|
31189
|
-
open: number;
|
|
31190
|
-
price: number;
|
|
31191
|
-
volume: number;
|
|
31192
|
-
marketId: string;
|
|
31193
|
-
};
|
|
31194
|
-
interface ChronosDerivativeMarketSummaryResponse {
|
|
31195
|
-
data: ChronosDerivativeMarketSummary;
|
|
31196
|
-
}
|
|
31197
|
-
interface AllDerivativeMarketSummaryResponse {
|
|
31198
|
-
data: AllChronosDerivativeMarketSummary[];
|
|
31199
|
-
}
|
|
31200
|
-
//#endregion
|
|
31201
|
-
//#region src/client/indexer/types/leaderboard-rest.d.ts
|
|
31202
|
-
type ChronosLeaderboardEntry = {
|
|
31203
|
-
accountID: string;
|
|
31204
|
-
perc: string;
|
|
31205
|
-
volume: string;
|
|
31206
|
-
};
|
|
31207
|
-
type ChronosLeaderboard = {
|
|
31208
|
-
entries: Array<ChronosLeaderboardEntry>;
|
|
31209
|
-
resolution: string;
|
|
31210
|
-
updatedAt: number;
|
|
31211
|
-
};
|
|
31212
|
-
interface ChronosLeaderboardResponse {
|
|
31213
|
-
data: ChronosLeaderboard;
|
|
31214
|
-
}
|
|
31215
|
-
//#endregion
|
|
31216
|
-
//#region ../../node_modules/.pnpm/@injectivelabs+indexer-proto-ts-v2@1.18.6/node_modules/@injectivelabs/indexer-proto-ts-v2/generated/injective_portfolio_rpc_pb.d.ts
|
|
31360
|
+
//#region ../../node_modules/.pnpm/@injectivelabs+indexer-proto-ts-v2@1.18.9/node_modules/@injectivelabs/indexer-proto-ts-v2/generated/injective_tc_derivatives_rpc_pb.d.ts
|
|
31217
31361
|
/**
|
|
31218
|
-
* @generated from protobuf message
|
|
31362
|
+
* @generated from protobuf message injective_tc_derivatives_rpc.OrdersHistoryResponse
|
|
31219
31363
|
*/
|
|
31220
|
-
interface
|
|
31364
|
+
interface OrdersHistoryResponse {
|
|
31221
31365
|
/**
|
|
31222
|
-
*
|
|
31366
|
+
* List of TC order history entries
|
|
31223
31367
|
*
|
|
31224
|
-
* @generated from protobuf field:
|
|
31368
|
+
* @generated from protobuf field: repeated injective_tc_derivatives_rpc.TCDerivativeOrderHistoryType orders = 1
|
|
31225
31369
|
*/
|
|
31226
|
-
|
|
31370
|
+
orders: TCDerivativeOrderHistoryType[];
|
|
31371
|
+
/**
|
|
31372
|
+
* Next tokens for pagination
|
|
31373
|
+
*
|
|
31374
|
+
* @generated from protobuf field: repeated string next = 2
|
|
31375
|
+
*/
|
|
31376
|
+
next: string[];
|
|
31227
31377
|
}
|
|
31228
31378
|
/**
|
|
31229
|
-
*
|
|
31379
|
+
* TC order history combining settlement request with on-chain order data
|
|
31380
|
+
*
|
|
31381
|
+
* @generated from protobuf message injective_tc_derivatives_rpc.TCDerivativeOrderHistoryType
|
|
31230
31382
|
*/
|
|
31231
|
-
interface
|
|
31383
|
+
interface TCDerivativeOrderHistoryType {
|
|
31232
31384
|
/**
|
|
31233
|
-
*
|
|
31385
|
+
* Hash of the order
|
|
31234
31386
|
*
|
|
31235
|
-
* @generated from protobuf field: string
|
|
31387
|
+
* @generated from protobuf field: string order_hash = 1
|
|
31236
31388
|
*/
|
|
31237
|
-
|
|
31389
|
+
orderHash: string;
|
|
31238
31390
|
/**
|
|
31239
|
-
*
|
|
31391
|
+
* Derivative Market ID is keccak265(baseDenom + quoteDenom)
|
|
31240
31392
|
*
|
|
31241
|
-
* @generated from protobuf field:
|
|
31393
|
+
* @generated from protobuf field: string market_id = 2
|
|
31242
31394
|
*/
|
|
31243
|
-
|
|
31395
|
+
marketId: string;
|
|
31244
31396
|
/**
|
|
31245
|
-
*
|
|
31397
|
+
* active state of the order
|
|
31246
31398
|
*
|
|
31247
|
-
* @generated from protobuf field:
|
|
31399
|
+
* @generated from protobuf field: bool is_active = 3
|
|
31248
31400
|
*/
|
|
31249
|
-
|
|
31401
|
+
isActive: boolean;
|
|
31250
31402
|
/**
|
|
31251
|
-
*
|
|
31403
|
+
* The subaccountId that this order belongs to
|
|
31252
31404
|
*
|
|
31253
|
-
* @generated from protobuf field:
|
|
31405
|
+
* @generated from protobuf field: string subaccount_id = 4
|
|
31254
31406
|
*/
|
|
31255
|
-
|
|
31256
|
-
}
|
|
31257
|
-
/**
|
|
31258
|
-
* @generated from protobuf message injective_portfolio_rpc.Coin
|
|
31259
|
-
*/
|
|
31260
|
-
interface Coin$2 {
|
|
31407
|
+
subaccountId: string;
|
|
31261
31408
|
/**
|
|
31262
|
-
*
|
|
31409
|
+
* The execution type
|
|
31263
31410
|
*
|
|
31264
|
-
* @generated from protobuf field: string
|
|
31411
|
+
* @generated from protobuf field: string execution_type = 5
|
|
31265
31412
|
*/
|
|
31266
|
-
|
|
31413
|
+
executionType: string;
|
|
31267
31414
|
/**
|
|
31268
|
-
*
|
|
31415
|
+
* The side of the order
|
|
31416
|
+
*
|
|
31417
|
+
* @generated from protobuf field: string order_type = 6
|
|
31269
31418
|
*/
|
|
31270
|
-
|
|
31419
|
+
orderType: string;
|
|
31271
31420
|
/**
|
|
31272
|
-
*
|
|
31421
|
+
* Price of the order
|
|
31422
|
+
*
|
|
31423
|
+
* @generated from protobuf field: string price = 7
|
|
31273
31424
|
*/
|
|
31274
|
-
|
|
31275
|
-
}
|
|
31276
|
-
/**
|
|
31277
|
-
* @generated from protobuf message injective_portfolio_rpc.SubaccountBalanceV2
|
|
31278
|
-
*/
|
|
31279
|
-
interface SubaccountBalanceV2 {
|
|
31425
|
+
price: string;
|
|
31280
31426
|
/**
|
|
31281
|
-
*
|
|
31427
|
+
* Trigger price
|
|
31282
31428
|
*
|
|
31283
|
-
* @generated from protobuf field: string
|
|
31429
|
+
* @generated from protobuf field: string trigger_price = 8
|
|
31284
31430
|
*/
|
|
31285
|
-
|
|
31431
|
+
triggerPrice: string;
|
|
31286
31432
|
/**
|
|
31287
|
-
*
|
|
31433
|
+
* Quantity of the order
|
|
31288
31434
|
*
|
|
31289
|
-
* @generated from protobuf field: string
|
|
31435
|
+
* @generated from protobuf field: string quantity = 9
|
|
31290
31436
|
*/
|
|
31291
|
-
|
|
31437
|
+
quantity: string;
|
|
31292
31438
|
/**
|
|
31293
|
-
*
|
|
31439
|
+
* Filled amount
|
|
31440
|
+
*
|
|
31441
|
+
* @generated from protobuf field: string filled_quantity = 10
|
|
31294
31442
|
*/
|
|
31295
|
-
|
|
31296
|
-
}
|
|
31297
|
-
/**
|
|
31298
|
-
* @generated from protobuf message injective_portfolio_rpc.SubaccountDeposit
|
|
31299
|
-
*/
|
|
31300
|
-
interface SubaccountDeposit$1 {
|
|
31443
|
+
filledQuantity: string;
|
|
31301
31444
|
/**
|
|
31302
|
-
*
|
|
31445
|
+
* Order state
|
|
31446
|
+
*
|
|
31447
|
+
* @generated from protobuf field: string state = 11
|
|
31303
31448
|
*/
|
|
31304
|
-
|
|
31449
|
+
state: string;
|
|
31305
31450
|
/**
|
|
31306
|
-
*
|
|
31451
|
+
* Order committed timestamp in UNIX millis.
|
|
31452
|
+
*
|
|
31453
|
+
* @generated from protobuf field: sint64 created_at = 12
|
|
31307
31454
|
*/
|
|
31308
|
-
|
|
31455
|
+
createdAt: bigint;
|
|
31309
31456
|
/**
|
|
31310
|
-
*
|
|
31457
|
+
* Order updated timestamp in UNIX millis.
|
|
31458
|
+
*
|
|
31459
|
+
* @generated from protobuf field: sint64 updated_at = 13
|
|
31311
31460
|
*/
|
|
31312
|
-
|
|
31461
|
+
updatedAt: bigint;
|
|
31313
31462
|
/**
|
|
31314
|
-
*
|
|
31463
|
+
* True if an order is reduce only
|
|
31464
|
+
*
|
|
31465
|
+
* @generated from protobuf field: bool is_reduce_only = 14
|
|
31315
31466
|
*/
|
|
31316
|
-
|
|
31317
|
-
}
|
|
31318
|
-
/**
|
|
31319
|
-
* @generated from protobuf message injective_portfolio_rpc.PositionsWithUPNL
|
|
31320
|
-
*/
|
|
31321
|
-
interface PositionsWithUPNL$1 {
|
|
31467
|
+
isReduceOnly: boolean;
|
|
31322
31468
|
/**
|
|
31323
|
-
*
|
|
31469
|
+
* Order direction (order side)
|
|
31470
|
+
*
|
|
31471
|
+
* @generated from protobuf field: string direction = 15
|
|
31324
31472
|
*/
|
|
31325
|
-
|
|
31473
|
+
direction: string;
|
|
31326
31474
|
/**
|
|
31327
|
-
*
|
|
31475
|
+
* True if this is conditional order, otherwise false
|
|
31328
31476
|
*
|
|
31329
|
-
* @generated from protobuf field:
|
|
31477
|
+
* @generated from protobuf field: bool is_conditional = 16
|
|
31330
31478
|
*/
|
|
31331
|
-
|
|
31332
|
-
}
|
|
31333
|
-
/**
|
|
31334
|
-
* @generated from protobuf message injective_portfolio_rpc.DerivativePosition
|
|
31335
|
-
*/
|
|
31336
|
-
interface DerivativePosition {
|
|
31479
|
+
isConditional: boolean;
|
|
31337
31480
|
/**
|
|
31338
|
-
*
|
|
31481
|
+
* Trigger timestamp in unix milli
|
|
31339
31482
|
*
|
|
31340
|
-
* @generated from protobuf field:
|
|
31483
|
+
* @generated from protobuf field: uint64 trigger_at = 17
|
|
31341
31484
|
*/
|
|
31342
|
-
|
|
31485
|
+
triggerAt: bigint;
|
|
31343
31486
|
/**
|
|
31344
|
-
*
|
|
31487
|
+
* Order hash placed when this triggers
|
|
31345
31488
|
*
|
|
31346
|
-
* @generated from protobuf field: string
|
|
31489
|
+
* @generated from protobuf field: string placed_order_hash = 18
|
|
31347
31490
|
*/
|
|
31348
|
-
|
|
31491
|
+
placedOrderHash: string;
|
|
31349
31492
|
/**
|
|
31350
|
-
*
|
|
31493
|
+
* Order's margin
|
|
31351
31494
|
*
|
|
31352
|
-
* @generated from protobuf field: string
|
|
31495
|
+
* @generated from protobuf field: string margin = 19
|
|
31353
31496
|
*/
|
|
31354
|
-
|
|
31497
|
+
margin: string;
|
|
31355
31498
|
/**
|
|
31356
|
-
*
|
|
31499
|
+
* Transaction Hash where order is created. Not all orders have this field
|
|
31357
31500
|
*
|
|
31358
|
-
* @generated from protobuf field: string
|
|
31501
|
+
* @generated from protobuf field: string tx_hash = 20
|
|
31359
31502
|
*/
|
|
31360
|
-
|
|
31503
|
+
txHash: string;
|
|
31361
31504
|
/**
|
|
31362
|
-
*
|
|
31505
|
+
* Custom client order ID
|
|
31363
31506
|
*
|
|
31364
|
-
* @generated from protobuf field: string
|
|
31507
|
+
* @generated from protobuf field: string cid = 21
|
|
31365
31508
|
*/
|
|
31366
|
-
|
|
31509
|
+
cid: string;
|
|
31510
|
+
}
|
|
31511
|
+
/**
|
|
31512
|
+
* @generated from protobuf message injective_tc_derivatives_rpc.StreamOrdersHistoryResponse
|
|
31513
|
+
*/
|
|
31514
|
+
interface StreamOrdersHistoryResponse {
|
|
31367
31515
|
/**
|
|
31368
|
-
*
|
|
31516
|
+
* Updated TC order history entry
|
|
31369
31517
|
*
|
|
31370
|
-
* @generated from protobuf field:
|
|
31518
|
+
* @generated from protobuf field: injective_tc_derivatives_rpc.TCDerivativeOrderHistoryType order = 1
|
|
31371
31519
|
*/
|
|
31372
|
-
|
|
31520
|
+
order?: TCDerivativeOrderHistoryType;
|
|
31373
31521
|
/**
|
|
31374
|
-
*
|
|
31522
|
+
* Order update type
|
|
31375
31523
|
*
|
|
31376
|
-
* @generated from protobuf field: string
|
|
31524
|
+
* @generated from protobuf field: string operation_type = 2
|
|
31377
31525
|
*/
|
|
31378
|
-
|
|
31526
|
+
operationType: string;
|
|
31379
31527
|
/**
|
|
31380
|
-
*
|
|
31528
|
+
* Operation timestamp in UNIX millis
|
|
31381
31529
|
*
|
|
31382
|
-
* @generated from protobuf field:
|
|
31530
|
+
* @generated from protobuf field: sint64 timestamp = 3
|
|
31383
31531
|
*/
|
|
31384
|
-
|
|
31532
|
+
timestamp: bigint;
|
|
31533
|
+
}
|
|
31534
|
+
/**
|
|
31535
|
+
* @generated from protobuf message injective_tc_derivatives_rpc.OrdersResponse
|
|
31536
|
+
*/
|
|
31537
|
+
interface OrdersResponse {
|
|
31385
31538
|
/**
|
|
31386
|
-
*
|
|
31539
|
+
* List of derivative limit orders
|
|
31387
31540
|
*
|
|
31388
|
-
* @generated from protobuf field:
|
|
31541
|
+
* @generated from protobuf field: repeated injective_tc_derivatives_rpc.DerivativeLimitOrder orders = 1
|
|
31389
31542
|
*/
|
|
31390
|
-
|
|
31543
|
+
orders: DerivativeLimitOrder$1[];
|
|
31391
31544
|
/**
|
|
31392
|
-
*
|
|
31545
|
+
* Next tokens for pagination
|
|
31393
31546
|
*
|
|
31394
|
-
* @generated from protobuf field: string
|
|
31547
|
+
* @generated from protobuf field: repeated string next = 2
|
|
31395
31548
|
*/
|
|
31396
|
-
|
|
31549
|
+
next: string[];
|
|
31550
|
+
}
|
|
31551
|
+
/**
|
|
31552
|
+
* @generated from protobuf message injective_tc_derivatives_rpc.DerivativeLimitOrder
|
|
31553
|
+
*/
|
|
31554
|
+
interface DerivativeLimitOrder$1 {
|
|
31397
31555
|
/**
|
|
31398
|
-
*
|
|
31556
|
+
* Hash of the order
|
|
31399
31557
|
*
|
|
31400
|
-
* @generated from protobuf field:
|
|
31558
|
+
* @generated from protobuf field: string order_hash = 1
|
|
31401
31559
|
*/
|
|
31402
|
-
|
|
31560
|
+
orderHash: string;
|
|
31403
31561
|
/**
|
|
31404
|
-
*
|
|
31562
|
+
* The side of the order
|
|
31405
31563
|
*
|
|
31406
|
-
* @generated from protobuf field:
|
|
31564
|
+
* @generated from protobuf field: string order_side = 2
|
|
31407
31565
|
*/
|
|
31408
|
-
|
|
31566
|
+
orderSide: string;
|
|
31409
31567
|
/**
|
|
31410
|
-
*
|
|
31568
|
+
* Derivative Market ID
|
|
31411
31569
|
*
|
|
31412
|
-
* @generated from protobuf field: string
|
|
31570
|
+
* @generated from protobuf field: string market_id = 3
|
|
31413
31571
|
*/
|
|
31414
|
-
|
|
31572
|
+
marketId: string;
|
|
31415
31573
|
/**
|
|
31416
|
-
*
|
|
31574
|
+
* The subaccountId that this order belongs to
|
|
31417
31575
|
*
|
|
31418
|
-
* @generated from protobuf field: string
|
|
31576
|
+
* @generated from protobuf field: string subaccount_id = 4
|
|
31419
31577
|
*/
|
|
31420
|
-
|
|
31578
|
+
subaccountId: string;
|
|
31421
31579
|
/**
|
|
31422
|
-
*
|
|
31580
|
+
* True if the order is a reduce-only order
|
|
31423
31581
|
*
|
|
31424
|
-
* @generated from protobuf field:
|
|
31582
|
+
* @generated from protobuf field: bool is_reduce_only = 5
|
|
31425
31583
|
*/
|
|
31426
|
-
|
|
31584
|
+
isReduceOnly: boolean;
|
|
31427
31585
|
/**
|
|
31428
|
-
*
|
|
31586
|
+
* Margin of the order
|
|
31429
31587
|
*
|
|
31430
|
-
* @generated from protobuf field: string
|
|
31588
|
+
* @generated from protobuf field: string margin = 6
|
|
31431
31589
|
*/
|
|
31432
|
-
|
|
31433
|
-
}
|
|
31434
|
-
/**
|
|
31435
|
-
* @generated from protobuf message injective_portfolio_rpc.AccountPortfolioBalancesResponse
|
|
31436
|
-
*/
|
|
31437
|
-
interface AccountPortfolioBalancesResponse {
|
|
31590
|
+
margin: string;
|
|
31438
31591
|
/**
|
|
31439
|
-
*
|
|
31592
|
+
* Price of the order
|
|
31440
31593
|
*
|
|
31441
|
-
* @generated from protobuf field:
|
|
31594
|
+
* @generated from protobuf field: string price = 7
|
|
31442
31595
|
*/
|
|
31443
|
-
|
|
31444
|
-
}
|
|
31445
|
-
/**
|
|
31446
|
-
* @generated from protobuf message injective_portfolio_rpc.PortfolioBalances
|
|
31447
|
-
*/
|
|
31448
|
-
interface PortfolioBalances {
|
|
31596
|
+
price: string;
|
|
31449
31597
|
/**
|
|
31450
|
-
*
|
|
31598
|
+
* Quantity of the order
|
|
31451
31599
|
*
|
|
31452
|
-
* @generated from protobuf field: string
|
|
31600
|
+
* @generated from protobuf field: string quantity = 8
|
|
31453
31601
|
*/
|
|
31454
|
-
|
|
31602
|
+
quantity: string;
|
|
31603
|
+
/**
|
|
31604
|
+
* The amount of the quantity remaining unfilled
|
|
31605
|
+
*
|
|
31606
|
+
* @generated from protobuf field: string unfilled_quantity = 9
|
|
31607
|
+
*/
|
|
31608
|
+
unfilledQuantity: string;
|
|
31609
|
+
/**
|
|
31610
|
+
* Trigger price is the trigger price used by stop/take orders
|
|
31611
|
+
*
|
|
31612
|
+
* @generated from protobuf field: string trigger_price = 10
|
|
31613
|
+
*/
|
|
31614
|
+
triggerPrice: string;
|
|
31615
|
+
/**
|
|
31616
|
+
* Fee recipient address
|
|
31617
|
+
*
|
|
31618
|
+
* @generated from protobuf field: string fee_recipient = 11
|
|
31619
|
+
*/
|
|
31620
|
+
feeRecipient: string;
|
|
31621
|
+
/**
|
|
31622
|
+
* Order state
|
|
31623
|
+
*
|
|
31624
|
+
* @generated from protobuf field: string state = 12
|
|
31625
|
+
*/
|
|
31626
|
+
state: string;
|
|
31627
|
+
/**
|
|
31628
|
+
* Order committed timestamp in UNIX millis.
|
|
31629
|
+
*
|
|
31630
|
+
* @generated from protobuf field: sint64 created_at = 13
|
|
31631
|
+
*/
|
|
31632
|
+
createdAt: bigint;
|
|
31633
|
+
/**
|
|
31634
|
+
* Order updated timestamp in UNIX millis.
|
|
31635
|
+
*
|
|
31636
|
+
* @generated from protobuf field: sint64 updated_at = 14
|
|
31637
|
+
*/
|
|
31638
|
+
updatedAt: bigint;
|
|
31639
|
+
/**
|
|
31640
|
+
* Order number of subaccount
|
|
31641
|
+
*
|
|
31642
|
+
* @generated from protobuf field: sint64 order_number = 15
|
|
31643
|
+
*/
|
|
31644
|
+
orderNumber: bigint;
|
|
31645
|
+
/**
|
|
31646
|
+
* Order type
|
|
31647
|
+
*
|
|
31648
|
+
* @generated from protobuf field: string order_type = 16
|
|
31649
|
+
*/
|
|
31650
|
+
orderType: string;
|
|
31651
|
+
/**
|
|
31652
|
+
* Order type
|
|
31653
|
+
*
|
|
31654
|
+
* @generated from protobuf field: bool is_conditional = 17
|
|
31655
|
+
*/
|
|
31656
|
+
isConditional: boolean;
|
|
31657
|
+
/**
|
|
31658
|
+
* Trigger timestamp, only exists for conditional orders
|
|
31659
|
+
*
|
|
31660
|
+
* @generated from protobuf field: uint64 trigger_at = 18
|
|
31661
|
+
*/
|
|
31662
|
+
triggerAt: bigint;
|
|
31663
|
+
/**
|
|
31664
|
+
* OrderHash of order that is triggered by this conditional order
|
|
31665
|
+
*
|
|
31666
|
+
* @generated from protobuf field: string placed_order_hash = 19
|
|
31667
|
+
*/
|
|
31668
|
+
placedOrderHash: string;
|
|
31669
|
+
/**
|
|
31670
|
+
* Execution type of conditional order
|
|
31671
|
+
*
|
|
31672
|
+
* @generated from protobuf field: string execution_type = 20
|
|
31673
|
+
*/
|
|
31674
|
+
executionType: string;
|
|
31675
|
+
/**
|
|
31676
|
+
* Transaction Hash where order is created. Not all orders have this field
|
|
31677
|
+
*
|
|
31678
|
+
* @generated from protobuf field: string tx_hash = 21
|
|
31679
|
+
*/
|
|
31680
|
+
txHash: string;
|
|
31681
|
+
/**
|
|
31682
|
+
* Custom client order ID
|
|
31683
|
+
*
|
|
31684
|
+
* @generated from protobuf field: string cid = 22
|
|
31685
|
+
*/
|
|
31686
|
+
cid: string;
|
|
31687
|
+
}
|
|
31688
|
+
/**
|
|
31689
|
+
* @generated from protobuf message injective_tc_derivatives_rpc.StreamOrdersResponse
|
|
31690
|
+
*/
|
|
31691
|
+
interface StreamOrdersResponse {
|
|
31692
|
+
/**
|
|
31693
|
+
* Updated derivative limit order
|
|
31694
|
+
*
|
|
31695
|
+
* @generated from protobuf field: injective_tc_derivatives_rpc.DerivativeLimitOrder order = 1
|
|
31696
|
+
*/
|
|
31697
|
+
order?: DerivativeLimitOrder$1;
|
|
31698
|
+
/**
|
|
31699
|
+
* Order update type
|
|
31700
|
+
*
|
|
31701
|
+
* @generated from protobuf field: string operation_type = 2
|
|
31702
|
+
*/
|
|
31703
|
+
operationType: string;
|
|
31704
|
+
/**
|
|
31705
|
+
* Operation timestamp in UNIX millis
|
|
31706
|
+
*
|
|
31707
|
+
* @generated from protobuf field: sint64 timestamp = 3
|
|
31708
|
+
*/
|
|
31709
|
+
timestamp: bigint;
|
|
31710
|
+
}
|
|
31711
|
+
/**
|
|
31712
|
+
* @generated from protobuf message injective_tc_derivatives_rpc.TradesResponse
|
|
31713
|
+
*/
|
|
31714
|
+
interface TradesResponse {
|
|
31715
|
+
/**
|
|
31716
|
+
* Trades of TC Derivative Markets
|
|
31717
|
+
*
|
|
31718
|
+
* @generated from protobuf field: repeated injective_tc_derivatives_rpc.DerivativeTrade trades = 1
|
|
31719
|
+
*/
|
|
31720
|
+
trades: DerivativeTrade$1[];
|
|
31721
|
+
/**
|
|
31722
|
+
* Next tokens for pagination
|
|
31723
|
+
*
|
|
31724
|
+
* @generated from protobuf field: repeated string next = 2
|
|
31725
|
+
*/
|
|
31726
|
+
next: string[];
|
|
31727
|
+
}
|
|
31728
|
+
/**
|
|
31729
|
+
* @generated from protobuf message injective_tc_derivatives_rpc.DerivativeTrade
|
|
31730
|
+
*/
|
|
31731
|
+
interface DerivativeTrade$1 {
|
|
31732
|
+
/**
|
|
31733
|
+
* Order hash.
|
|
31734
|
+
*
|
|
31735
|
+
* @generated from protobuf field: string order_hash = 1
|
|
31736
|
+
*/
|
|
31737
|
+
orderHash: string;
|
|
31738
|
+
/**
|
|
31739
|
+
* The subaccountId that executed the trade
|
|
31740
|
+
*
|
|
31741
|
+
* @generated from protobuf field: string subaccount_id = 2
|
|
31742
|
+
*/
|
|
31743
|
+
subaccountId: string;
|
|
31744
|
+
/**
|
|
31745
|
+
* The ID of the market that this trade is in
|
|
31746
|
+
*
|
|
31747
|
+
* @generated from protobuf field: string market_id = 3
|
|
31748
|
+
*/
|
|
31749
|
+
marketId: string;
|
|
31750
|
+
/**
|
|
31751
|
+
* The execution type of the trade
|
|
31752
|
+
*
|
|
31753
|
+
* @generated from protobuf field: string trade_execution_type = 4
|
|
31754
|
+
*/
|
|
31755
|
+
tradeExecutionType: string;
|
|
31756
|
+
/**
|
|
31757
|
+
* True if the trade is a liquidation
|
|
31758
|
+
*
|
|
31759
|
+
* @generated from protobuf field: bool is_liquidation = 5
|
|
31760
|
+
*/
|
|
31761
|
+
isLiquidation: boolean;
|
|
31762
|
+
/**
|
|
31763
|
+
* Position Delta from the trade
|
|
31764
|
+
*
|
|
31765
|
+
* @generated from protobuf field: injective_tc_derivatives_rpc.PositionDelta position_delta = 6
|
|
31766
|
+
*/
|
|
31767
|
+
positionDelta?: PositionDelta$1;
|
|
31768
|
+
/**
|
|
31769
|
+
* The payout associated with the trade
|
|
31770
|
+
*
|
|
31771
|
+
* @generated from protobuf field: string payout = 7
|
|
31772
|
+
*/
|
|
31773
|
+
payout: string;
|
|
31774
|
+
/**
|
|
31775
|
+
* The fee associated with the trade
|
|
31776
|
+
*
|
|
31777
|
+
* @generated from protobuf field: string fee = 8
|
|
31778
|
+
*/
|
|
31779
|
+
fee: string;
|
|
31780
|
+
/**
|
|
31781
|
+
* Timestamp of trade execution in UNIX millis
|
|
31782
|
+
*
|
|
31783
|
+
* @generated from protobuf field: sint64 executed_at = 9
|
|
31784
|
+
*/
|
|
31785
|
+
executedAt: bigint;
|
|
31786
|
+
/**
|
|
31787
|
+
* Fee recipient address
|
|
31788
|
+
*
|
|
31789
|
+
* @generated from protobuf field: string fee_recipient = 10
|
|
31790
|
+
*/
|
|
31791
|
+
feeRecipient: string;
|
|
31792
|
+
/**
|
|
31793
|
+
* A unique string that helps differentiate between trades
|
|
31794
|
+
*
|
|
31795
|
+
* @generated from protobuf field: string trade_id = 11
|
|
31796
|
+
*/
|
|
31797
|
+
tradeId: string;
|
|
31798
|
+
/**
|
|
31799
|
+
* Trade's execution side, maker,taker,n/a (n/a = not applicable)
|
|
31800
|
+
*
|
|
31801
|
+
* @generated from protobuf field: string execution_side = 12
|
|
31802
|
+
*/
|
|
31803
|
+
executionSide: string;
|
|
31804
|
+
/**
|
|
31805
|
+
* Custom client order ID
|
|
31806
|
+
*
|
|
31807
|
+
* @generated from protobuf field: string cid = 13
|
|
31808
|
+
*/
|
|
31809
|
+
cid: string;
|
|
31810
|
+
/**
|
|
31811
|
+
* Profit and loss of the trade
|
|
31812
|
+
*
|
|
31813
|
+
* @generated from protobuf field: string pnl = 14
|
|
31814
|
+
*/
|
|
31815
|
+
pnl: string;
|
|
31816
|
+
}
|
|
31817
|
+
/**
|
|
31818
|
+
* @generated from protobuf message injective_tc_derivatives_rpc.PositionDelta
|
|
31819
|
+
*/
|
|
31820
|
+
interface PositionDelta$1 {
|
|
31821
|
+
/**
|
|
31822
|
+
* The direction the trade
|
|
31823
|
+
*
|
|
31824
|
+
* @generated from protobuf field: string trade_direction = 1
|
|
31825
|
+
*/
|
|
31826
|
+
tradeDirection: string;
|
|
31827
|
+
/**
|
|
31828
|
+
* Execution Price of the trade.
|
|
31829
|
+
*
|
|
31830
|
+
* @generated from protobuf field: string execution_price = 2
|
|
31831
|
+
*/
|
|
31832
|
+
executionPrice: string;
|
|
31833
|
+
/**
|
|
31834
|
+
* Execution Quantity of the trade.
|
|
31835
|
+
*
|
|
31836
|
+
* @generated from protobuf field: string execution_quantity = 3
|
|
31837
|
+
*/
|
|
31838
|
+
executionQuantity: string;
|
|
31839
|
+
/**
|
|
31840
|
+
* Execution Margin of the trade.
|
|
31841
|
+
*
|
|
31842
|
+
* @generated from protobuf field: string execution_margin = 4
|
|
31843
|
+
*/
|
|
31844
|
+
executionMargin: string;
|
|
31845
|
+
}
|
|
31846
|
+
/**
|
|
31847
|
+
* @generated from protobuf message injective_tc_derivatives_rpc.StreamTradesResponse
|
|
31848
|
+
*/
|
|
31849
|
+
interface StreamTradesResponse {
|
|
31850
|
+
/**
|
|
31851
|
+
* New TC derivative market trade
|
|
31852
|
+
*
|
|
31853
|
+
* @generated from protobuf field: injective_tc_derivatives_rpc.DerivativeTrade trade = 1
|
|
31854
|
+
*/
|
|
31855
|
+
trade?: DerivativeTrade$1;
|
|
31856
|
+
/**
|
|
31857
|
+
* Executed trades update type
|
|
31858
|
+
*
|
|
31859
|
+
* @generated from protobuf field: string operation_type = 2
|
|
31860
|
+
*/
|
|
31861
|
+
operationType: string;
|
|
31862
|
+
/**
|
|
31863
|
+
* Operation timestamp in UNIX millis
|
|
31864
|
+
*
|
|
31865
|
+
* @generated from protobuf field: sint64 timestamp = 3
|
|
31866
|
+
*/
|
|
31867
|
+
timestamp: bigint;
|
|
31868
|
+
}
|
|
31869
|
+
/**
|
|
31870
|
+
* @generated from protobuf message injective_tc_derivatives_rpc.PositionsResponse
|
|
31871
|
+
*/
|
|
31872
|
+
interface PositionsResponse {
|
|
31873
|
+
/**
|
|
31874
|
+
* List of derivative positions
|
|
31875
|
+
*
|
|
31876
|
+
* @generated from protobuf field: repeated injective_tc_derivatives_rpc.DerivativePositionV2 positions = 1
|
|
31877
|
+
*/
|
|
31878
|
+
positions: DerivativePositionV2[];
|
|
31879
|
+
/**
|
|
31880
|
+
* Next tokens for pagination
|
|
31881
|
+
*
|
|
31882
|
+
* @generated from protobuf field: repeated string next = 2
|
|
31883
|
+
*/
|
|
31884
|
+
next: string[];
|
|
31885
|
+
/**
|
|
31886
|
+
* @generated from protobuf field: uint64 total = 3
|
|
31887
|
+
*/
|
|
31888
|
+
total: bigint;
|
|
31889
|
+
}
|
|
31890
|
+
/**
|
|
31891
|
+
* @generated from protobuf message injective_tc_derivatives_rpc.DerivativePositionV2
|
|
31892
|
+
*/
|
|
31893
|
+
interface DerivativePositionV2 {
|
|
31894
|
+
/**
|
|
31895
|
+
* Ticker of the derivative market
|
|
31896
|
+
*
|
|
31897
|
+
* @generated from protobuf field: string ticker = 1
|
|
31898
|
+
*/
|
|
31899
|
+
ticker: string;
|
|
31900
|
+
/**
|
|
31901
|
+
* Derivative Market ID
|
|
31902
|
+
*
|
|
31903
|
+
* @generated from protobuf field: string market_id = 2
|
|
31904
|
+
*/
|
|
31905
|
+
marketId: string;
|
|
31906
|
+
/**
|
|
31907
|
+
* The subaccountId that the position belongs to
|
|
31908
|
+
*
|
|
31909
|
+
* @generated from protobuf field: string subaccount_id = 3
|
|
31910
|
+
*/
|
|
31911
|
+
subaccountId: string;
|
|
31912
|
+
/**
|
|
31913
|
+
* Direction of the position
|
|
31914
|
+
*
|
|
31915
|
+
* @generated from protobuf field: string direction = 4
|
|
31916
|
+
*/
|
|
31917
|
+
direction: string;
|
|
31918
|
+
/**
|
|
31919
|
+
* Quantity of the position
|
|
31920
|
+
*
|
|
31921
|
+
* @generated from protobuf field: string quantity = 5
|
|
31922
|
+
*/
|
|
31923
|
+
quantity: string;
|
|
31924
|
+
/**
|
|
31925
|
+
* Price of the position
|
|
31926
|
+
*
|
|
31927
|
+
* @generated from protobuf field: string entry_price = 6
|
|
31928
|
+
*/
|
|
31929
|
+
entryPrice: string;
|
|
31930
|
+
/**
|
|
31931
|
+
* Margin of the position
|
|
31932
|
+
*
|
|
31933
|
+
* @generated from protobuf field: string margin = 7
|
|
31934
|
+
*/
|
|
31935
|
+
margin: string;
|
|
31936
|
+
/**
|
|
31937
|
+
* LiquidationPrice of the position
|
|
31938
|
+
*
|
|
31939
|
+
* @generated from protobuf field: string liquidation_price = 8
|
|
31940
|
+
*/
|
|
31941
|
+
liquidationPrice: string;
|
|
31942
|
+
/**
|
|
31943
|
+
* MarkPrice of the position
|
|
31944
|
+
*
|
|
31945
|
+
* @generated from protobuf field: string mark_price = 9
|
|
31946
|
+
*/
|
|
31947
|
+
markPrice: string;
|
|
31948
|
+
/**
|
|
31949
|
+
* Position updated timestamp in UNIX millis.
|
|
31950
|
+
*
|
|
31951
|
+
* @generated from protobuf field: sint64 updated_at = 11
|
|
31952
|
+
*/
|
|
31953
|
+
updatedAt: bigint;
|
|
31954
|
+
/**
|
|
31955
|
+
* Market quote denom
|
|
31956
|
+
*
|
|
31957
|
+
* @generated from protobuf field: string denom = 12
|
|
31958
|
+
*/
|
|
31959
|
+
denom: string;
|
|
31960
|
+
/**
|
|
31961
|
+
* Last funding fees since position opened
|
|
31962
|
+
*
|
|
31963
|
+
* @generated from protobuf field: string funding_last = 13
|
|
31964
|
+
*/
|
|
31965
|
+
fundingLast: string;
|
|
31966
|
+
/**
|
|
31967
|
+
* Net funding fees since position opened
|
|
31968
|
+
*
|
|
31969
|
+
* @generated from protobuf field: string funding_sum = 14
|
|
31970
|
+
*/
|
|
31971
|
+
fundingSum: string;
|
|
31972
|
+
/**
|
|
31973
|
+
* Cumulative funding entry of the position
|
|
31974
|
+
*
|
|
31975
|
+
* @generated from protobuf field: string cumulative_funding_entry = 15
|
|
31976
|
+
*/
|
|
31977
|
+
cumulativeFundingEntry: string;
|
|
31978
|
+
/**
|
|
31979
|
+
* Effective cumulative funding entry of the position
|
|
31980
|
+
*
|
|
31981
|
+
* @generated from protobuf field: string effective_cumulative_funding_entry = 16
|
|
31982
|
+
*/
|
|
31983
|
+
effectiveCumulativeFundingEntry: string;
|
|
31984
|
+
}
|
|
31985
|
+
/**
|
|
31986
|
+
* @generated from protobuf message injective_tc_derivatives_rpc.StreamPositionsResponse
|
|
31987
|
+
*/
|
|
31988
|
+
interface StreamPositionsResponse {
|
|
31989
|
+
/**
|
|
31990
|
+
* Updated derivative Position
|
|
31991
|
+
*
|
|
31992
|
+
* @generated from protobuf field: injective_tc_derivatives_rpc.DerivativePositionV2 position = 1
|
|
31993
|
+
*/
|
|
31994
|
+
position?: DerivativePositionV2;
|
|
31995
|
+
/**
|
|
31996
|
+
* Operation timestamp in UNIX millis.
|
|
31997
|
+
*
|
|
31998
|
+
* @generated from protobuf field: sint64 timestamp = 2
|
|
31999
|
+
*/
|
|
32000
|
+
timestamp: bigint;
|
|
32001
|
+
}
|
|
32002
|
+
/**
|
|
32003
|
+
* @generated MessageType for protobuf message injective_tc_derivatives_rpc.OrdersHistoryResponse
|
|
32004
|
+
*/
|
|
32005
|
+
declare const OrdersHistoryResponse = new OrdersHistoryResponse$Type();
|
|
32006
|
+
/**
|
|
32007
|
+
* @generated MessageType for protobuf message injective_tc_derivatives_rpc.TCDerivativeOrderHistoryType
|
|
32008
|
+
*/
|
|
32009
|
+
declare const TCDerivativeOrderHistoryType = new TCDerivativeOrderHistoryType$Type();
|
|
32010
|
+
/**
|
|
32011
|
+
* @generated MessageType for protobuf message injective_tc_derivatives_rpc.StreamOrdersHistoryResponse
|
|
32012
|
+
*/
|
|
32013
|
+
declare const StreamOrdersHistoryResponse = new StreamOrdersHistoryResponse$Type();
|
|
32014
|
+
/**
|
|
32015
|
+
* @generated MessageType for protobuf message injective_tc_derivatives_rpc.OrdersResponse
|
|
32016
|
+
*/
|
|
32017
|
+
declare const OrdersResponse = new OrdersResponse$Type();
|
|
32018
|
+
/**
|
|
32019
|
+
* @generated MessageType for protobuf message injective_tc_derivatives_rpc.DerivativeLimitOrder
|
|
32020
|
+
*/
|
|
32021
|
+
declare const DerivativeLimitOrder$1 = new DerivativeLimitOrder$Type();
|
|
32022
|
+
/**
|
|
32023
|
+
* @generated MessageType for protobuf message injective_tc_derivatives_rpc.StreamOrdersResponse
|
|
32024
|
+
*/
|
|
32025
|
+
declare const StreamOrdersResponse = new StreamOrdersResponse$Type();
|
|
32026
|
+
/**
|
|
32027
|
+
* @generated MessageType for protobuf message injective_tc_derivatives_rpc.TradesResponse
|
|
32028
|
+
*/
|
|
32029
|
+
declare const TradesResponse = new TradesResponse$Type();
|
|
32030
|
+
/**
|
|
32031
|
+
* @generated MessageType for protobuf message injective_tc_derivatives_rpc.DerivativeTrade
|
|
32032
|
+
*/
|
|
32033
|
+
declare const DerivativeTrade$1 = new DerivativeTrade$Type();
|
|
32034
|
+
/**
|
|
32035
|
+
* @generated MessageType for protobuf message injective_tc_derivatives_rpc.PositionDelta
|
|
32036
|
+
*/
|
|
32037
|
+
declare const PositionDelta$1 = new PositionDelta$Type();
|
|
32038
|
+
/**
|
|
32039
|
+
* @generated MessageType for protobuf message injective_tc_derivatives_rpc.StreamTradesResponse
|
|
32040
|
+
*/
|
|
32041
|
+
declare const StreamTradesResponse = new StreamTradesResponse$Type();
|
|
32042
|
+
/**
|
|
32043
|
+
* @generated MessageType for protobuf message injective_tc_derivatives_rpc.PositionsResponse
|
|
32044
|
+
*/
|
|
32045
|
+
declare const PositionsResponse = new PositionsResponse$Type();
|
|
32046
|
+
/**
|
|
32047
|
+
* @generated MessageType for protobuf message injective_tc_derivatives_rpc.DerivativePositionV2
|
|
32048
|
+
*/
|
|
32049
|
+
declare const DerivativePositionV2 = new DerivativePositionV2$Type();
|
|
32050
|
+
/**
|
|
32051
|
+
* @generated MessageType for protobuf message injective_tc_derivatives_rpc.StreamPositionsResponse
|
|
32052
|
+
*/
|
|
32053
|
+
declare const StreamPositionsResponse = new StreamPositionsResponse$Type();
|
|
32054
|
+
//#endregion
|
|
32055
|
+
//#region src/client/indexer/types/tc-derivatives.d.ts
|
|
32056
|
+
interface TcPositionDelta {
|
|
32057
|
+
tradeDirection: string;
|
|
32058
|
+
executionPrice: string;
|
|
32059
|
+
executionQuantity: string;
|
|
32060
|
+
executionMargin: string;
|
|
32061
|
+
}
|
|
32062
|
+
interface TcDerivativeOrderHistory {
|
|
32063
|
+
cid: string;
|
|
32064
|
+
price: string;
|
|
32065
|
+
state: string;
|
|
32066
|
+
margin: string;
|
|
32067
|
+
txHash: string;
|
|
32068
|
+
marketId: string;
|
|
32069
|
+
quantity: string;
|
|
32070
|
+
orderHash: string;
|
|
32071
|
+
isActive: boolean;
|
|
32072
|
+
orderType: string;
|
|
32073
|
+
createdAt: number;
|
|
32074
|
+
updatedAt: number;
|
|
32075
|
+
direction: string;
|
|
32076
|
+
triggerAt: number;
|
|
32077
|
+
subaccountId: string;
|
|
32078
|
+
triggerPrice: string;
|
|
32079
|
+
executionType: string;
|
|
32080
|
+
isReduceOnly: boolean;
|
|
32081
|
+
filledQuantity: string;
|
|
32082
|
+
isConditional: boolean;
|
|
32083
|
+
placedOrderHash: string;
|
|
32084
|
+
}
|
|
32085
|
+
interface TcDerivativeTradeHistory {
|
|
32086
|
+
fee: string;
|
|
32087
|
+
cid: string;
|
|
32088
|
+
pnl: string;
|
|
32089
|
+
payout: string;
|
|
32090
|
+
tradeId: string;
|
|
32091
|
+
marketId: string;
|
|
32092
|
+
orderHash: string;
|
|
32093
|
+
executedAt: number;
|
|
32094
|
+
subaccountId: string;
|
|
32095
|
+
feeRecipient: string;
|
|
32096
|
+
executionSide: string;
|
|
32097
|
+
isLiquidation: boolean;
|
|
32098
|
+
tradeDirection: string;
|
|
32099
|
+
executionPrice: string;
|
|
32100
|
+
executionMargin: string;
|
|
32101
|
+
executionQuantity: string;
|
|
32102
|
+
tradeExecutionType: string;
|
|
32103
|
+
}
|
|
32104
|
+
interface TcDerivativePosition {
|
|
32105
|
+
denom: string;
|
|
32106
|
+
ticker: string;
|
|
32107
|
+
margin: string;
|
|
32108
|
+
marketId: string;
|
|
32109
|
+
quantity: string;
|
|
32110
|
+
direction: string;
|
|
32111
|
+
markPrice: string;
|
|
32112
|
+
updatedAt: number;
|
|
32113
|
+
entryPrice: string;
|
|
32114
|
+
fundingSum: string;
|
|
32115
|
+
fundingLast: string;
|
|
32116
|
+
subaccountId: string;
|
|
32117
|
+
liquidationPrice: string;
|
|
32118
|
+
cumulativeFundingEntry: string;
|
|
32119
|
+
effectiveCumulativeFundingEntry: string;
|
|
32120
|
+
}
|
|
32121
|
+
interface TcDerivativeLimitOrder {
|
|
32122
|
+
orderHash: string;
|
|
32123
|
+
orderSide: string;
|
|
32124
|
+
marketId: string;
|
|
32125
|
+
subaccountId: string;
|
|
32126
|
+
isReduceOnly: boolean;
|
|
32127
|
+
margin: string;
|
|
32128
|
+
price: string;
|
|
32129
|
+
quantity: string;
|
|
32130
|
+
unfilledQuantity: string;
|
|
32131
|
+
triggerPrice: string;
|
|
32132
|
+
feeRecipient: string;
|
|
32133
|
+
state: string;
|
|
32134
|
+
createdAt: number;
|
|
32135
|
+
updatedAt: number;
|
|
32136
|
+
orderNumber: number;
|
|
32137
|
+
orderType: string;
|
|
32138
|
+
isConditional: boolean;
|
|
32139
|
+
triggerAt: number;
|
|
32140
|
+
placedOrderHash: string;
|
|
32141
|
+
executionType: string;
|
|
32142
|
+
}
|
|
32143
|
+
interface TcDerivativesOrdersHistoryResponse {
|
|
32144
|
+
next: string[];
|
|
32145
|
+
orders: TcDerivativeOrderHistory[];
|
|
32146
|
+
}
|
|
32147
|
+
interface TcDerivativeOrdersResponse {
|
|
32148
|
+
next: string[];
|
|
32149
|
+
orders: TcDerivativeLimitOrder[];
|
|
32150
|
+
}
|
|
32151
|
+
interface TcDerivativeTradesResponse {
|
|
32152
|
+
next: string[];
|
|
32153
|
+
trades: TcDerivativeTradeHistory[];
|
|
32154
|
+
}
|
|
32155
|
+
interface TcDerivativesPositionsResponse {
|
|
32156
|
+
next: string[];
|
|
32157
|
+
total?: number;
|
|
32158
|
+
positions: TcDerivativePosition[];
|
|
32159
|
+
}
|
|
32160
|
+
type GrpcTcPositionDelta = PositionDelta$1;
|
|
32161
|
+
type GrpcTcDerivativeLimitOrder = DerivativeLimitOrder$1;
|
|
32162
|
+
type GrpcTcDerivativeTradeHistory = DerivativeTrade$1;
|
|
32163
|
+
type GrpcTcDerivativePosition = DerivativePositionV2;
|
|
32164
|
+
type GrpcTcDerivativeOrderHistory = TCDerivativeOrderHistoryType;
|
|
32165
|
+
type GrpcTcDerivativeOrdersResponse = OrdersResponse;
|
|
32166
|
+
type GrpcTcDerivativeTradesResponse = TradesResponse;
|
|
32167
|
+
type GrpcTcDerivativesPositionsResponse = PositionsResponse;
|
|
32168
|
+
type GrpcTcDerivativesOrdersHistoryResponse = OrdersHistoryResponse;
|
|
32169
|
+
//#endregion
|
|
32170
|
+
//#region src/client/indexer/types/derivatives-rest.d.ts
|
|
32171
|
+
type ChronosDerivativeMarketSummary = {
|
|
32172
|
+
change: number;
|
|
32173
|
+
high: number;
|
|
32174
|
+
low: number;
|
|
32175
|
+
open: number;
|
|
32176
|
+
price: number;
|
|
32177
|
+
volume: number;
|
|
32178
|
+
};
|
|
32179
|
+
type AllChronosDerivativeMarketSummary = {
|
|
32180
|
+
change: number;
|
|
32181
|
+
high: number;
|
|
32182
|
+
low: number;
|
|
32183
|
+
open: number;
|
|
32184
|
+
price: number;
|
|
32185
|
+
volume: number;
|
|
32186
|
+
marketId: string;
|
|
32187
|
+
};
|
|
32188
|
+
interface ChronosDerivativeMarketSummaryResponse {
|
|
32189
|
+
data: ChronosDerivativeMarketSummary;
|
|
32190
|
+
}
|
|
32191
|
+
interface AllDerivativeMarketSummaryResponse {
|
|
32192
|
+
data: AllChronosDerivativeMarketSummary[];
|
|
32193
|
+
}
|
|
32194
|
+
//#endregion
|
|
32195
|
+
//#region src/client/indexer/types/leaderboard-rest.d.ts
|
|
32196
|
+
type ChronosLeaderboardEntry = {
|
|
32197
|
+
accountID: string;
|
|
32198
|
+
perc: string;
|
|
32199
|
+
volume: string;
|
|
32200
|
+
};
|
|
32201
|
+
type ChronosLeaderboard = {
|
|
32202
|
+
entries: Array<ChronosLeaderboardEntry>;
|
|
32203
|
+
resolution: string;
|
|
32204
|
+
updatedAt: number;
|
|
32205
|
+
};
|
|
32206
|
+
interface ChronosLeaderboardResponse {
|
|
32207
|
+
data: ChronosLeaderboard;
|
|
32208
|
+
}
|
|
32209
|
+
//#endregion
|
|
32210
|
+
//#region ../../node_modules/.pnpm/@injectivelabs+indexer-proto-ts-v2@1.18.9/node_modules/@injectivelabs/indexer-proto-ts-v2/generated/injective_portfolio_rpc_pb.d.ts
|
|
32211
|
+
/**
|
|
32212
|
+
* @generated from protobuf message injective_portfolio_rpc.AccountPortfolioResponse
|
|
32213
|
+
*/
|
|
32214
|
+
interface AccountPortfolioResponse {
|
|
32215
|
+
/**
|
|
32216
|
+
* The portfolio of this account
|
|
32217
|
+
*
|
|
32218
|
+
* @generated from protobuf field: injective_portfolio_rpc.Portfolio portfolio = 1
|
|
32219
|
+
*/
|
|
32220
|
+
portfolio?: Portfolio;
|
|
32221
|
+
}
|
|
32222
|
+
/**
|
|
32223
|
+
* @generated from protobuf message injective_portfolio_rpc.Portfolio
|
|
32224
|
+
*/
|
|
32225
|
+
interface Portfolio {
|
|
32226
|
+
/**
|
|
32227
|
+
* The account's portfolio address
|
|
32228
|
+
*
|
|
32229
|
+
* @generated from protobuf field: string account_address = 1
|
|
32230
|
+
*/
|
|
32231
|
+
accountAddress: string;
|
|
32232
|
+
/**
|
|
32233
|
+
* Account available bank balances
|
|
32234
|
+
*
|
|
32235
|
+
* @generated from protobuf field: repeated injective_portfolio_rpc.Coin bank_balances = 2
|
|
32236
|
+
*/
|
|
32237
|
+
bankBalances: Coin$2[];
|
|
32238
|
+
/**
|
|
32239
|
+
* Subaccounts list
|
|
32240
|
+
*
|
|
32241
|
+
* @generated from protobuf field: repeated injective_portfolio_rpc.SubaccountBalanceV2 subaccounts = 3
|
|
32242
|
+
*/
|
|
32243
|
+
subaccounts: SubaccountBalanceV2[];
|
|
32244
|
+
/**
|
|
32245
|
+
* All positions for all subaccounts, with unrealized PNL
|
|
32246
|
+
*
|
|
32247
|
+
* @generated from protobuf field: repeated injective_portfolio_rpc.PositionsWithUPNL positions_with_upnl = 4
|
|
32248
|
+
*/
|
|
32249
|
+
positionsWithUpnl: PositionsWithUPNL$1[];
|
|
32250
|
+
}
|
|
32251
|
+
/**
|
|
32252
|
+
* @generated from protobuf message injective_portfolio_rpc.Coin
|
|
32253
|
+
*/
|
|
32254
|
+
interface Coin$2 {
|
|
32255
|
+
/**
|
|
32256
|
+
* Denom of the coin
|
|
32257
|
+
*
|
|
32258
|
+
* @generated from protobuf field: string denom = 1
|
|
32259
|
+
*/
|
|
32260
|
+
denom: string;
|
|
32261
|
+
/**
|
|
32262
|
+
* @generated from protobuf field: string amount = 2
|
|
32263
|
+
*/
|
|
32264
|
+
amount: string;
|
|
32265
|
+
/**
|
|
32266
|
+
* @generated from protobuf field: string usd_value = 3
|
|
32267
|
+
*/
|
|
32268
|
+
usdValue: string;
|
|
32269
|
+
}
|
|
32270
|
+
/**
|
|
32271
|
+
* @generated from protobuf message injective_portfolio_rpc.SubaccountBalanceV2
|
|
32272
|
+
*/
|
|
32273
|
+
interface SubaccountBalanceV2 {
|
|
32274
|
+
/**
|
|
32275
|
+
* Related subaccount ID
|
|
32276
|
+
*
|
|
32277
|
+
* @generated from protobuf field: string subaccount_id = 1
|
|
32278
|
+
*/
|
|
32279
|
+
subaccountId: string;
|
|
32280
|
+
/**
|
|
32281
|
+
* Coin denom on the chain.
|
|
32282
|
+
*
|
|
32283
|
+
* @generated from protobuf field: string denom = 2
|
|
32284
|
+
*/
|
|
32285
|
+
denom: string;
|
|
32286
|
+
/**
|
|
32287
|
+
* @generated from protobuf field: injective_portfolio_rpc.SubaccountDeposit deposit = 3
|
|
32288
|
+
*/
|
|
32289
|
+
deposit?: SubaccountDeposit$1;
|
|
32290
|
+
}
|
|
32291
|
+
/**
|
|
32292
|
+
* @generated from protobuf message injective_portfolio_rpc.SubaccountDeposit
|
|
32293
|
+
*/
|
|
32294
|
+
interface SubaccountDeposit$1 {
|
|
32295
|
+
/**
|
|
32296
|
+
* @generated from protobuf field: string total_balance = 1
|
|
32297
|
+
*/
|
|
32298
|
+
totalBalance: string;
|
|
32299
|
+
/**
|
|
32300
|
+
* @generated from protobuf field: string available_balance = 2
|
|
32301
|
+
*/
|
|
32302
|
+
availableBalance: string;
|
|
32303
|
+
/**
|
|
32304
|
+
* @generated from protobuf field: string total_balance_usd = 3
|
|
32305
|
+
*/
|
|
32306
|
+
totalBalanceUsd: string;
|
|
32307
|
+
/**
|
|
32308
|
+
* @generated from protobuf field: string available_balance_usd = 4
|
|
32309
|
+
*/
|
|
32310
|
+
availableBalanceUsd: string;
|
|
32311
|
+
}
|
|
32312
|
+
/**
|
|
32313
|
+
* @generated from protobuf message injective_portfolio_rpc.PositionsWithUPNL
|
|
32314
|
+
*/
|
|
32315
|
+
interface PositionsWithUPNL$1 {
|
|
32316
|
+
/**
|
|
32317
|
+
* @generated from protobuf field: injective_portfolio_rpc.DerivativePosition position = 1
|
|
32318
|
+
*/
|
|
32319
|
+
position?: DerivativePosition;
|
|
32320
|
+
/**
|
|
32321
|
+
* Unrealized PNL
|
|
32322
|
+
*
|
|
32323
|
+
* @generated from protobuf field: string unrealized_pnl = 2
|
|
32324
|
+
*/
|
|
32325
|
+
unrealizedPnl: string;
|
|
32326
|
+
}
|
|
32327
|
+
/**
|
|
32328
|
+
* @generated from protobuf message injective_portfolio_rpc.DerivativePosition
|
|
32329
|
+
*/
|
|
32330
|
+
interface DerivativePosition {
|
|
32331
|
+
/**
|
|
32332
|
+
* Ticker of the derivative market
|
|
32333
|
+
*
|
|
32334
|
+
* @generated from protobuf field: string ticker = 1
|
|
32335
|
+
*/
|
|
32336
|
+
ticker: string;
|
|
32337
|
+
/**
|
|
32338
|
+
* Derivative Market ID
|
|
32339
|
+
*
|
|
32340
|
+
* @generated from protobuf field: string market_id = 2
|
|
32341
|
+
*/
|
|
32342
|
+
marketId: string;
|
|
32343
|
+
/**
|
|
32344
|
+
* The subaccountId that the position belongs to
|
|
32345
|
+
*
|
|
32346
|
+
* @generated from protobuf field: string subaccount_id = 3
|
|
32347
|
+
*/
|
|
32348
|
+
subaccountId: string;
|
|
32349
|
+
/**
|
|
32350
|
+
* Direction of the position
|
|
32351
|
+
*
|
|
32352
|
+
* @generated from protobuf field: string direction = 4
|
|
32353
|
+
*/
|
|
32354
|
+
direction: string;
|
|
32355
|
+
/**
|
|
32356
|
+
* Quantity of the position
|
|
32357
|
+
*
|
|
32358
|
+
* @generated from protobuf field: string quantity = 5
|
|
32359
|
+
*/
|
|
32360
|
+
quantity: string;
|
|
32361
|
+
/**
|
|
32362
|
+
* Price of the position
|
|
32363
|
+
*
|
|
32364
|
+
* @generated from protobuf field: string entry_price = 6
|
|
32365
|
+
*/
|
|
32366
|
+
entryPrice: string;
|
|
32367
|
+
/**
|
|
32368
|
+
* Margin of the position
|
|
32369
|
+
*
|
|
32370
|
+
* @generated from protobuf field: string margin = 7
|
|
32371
|
+
*/
|
|
32372
|
+
margin: string;
|
|
32373
|
+
/**
|
|
32374
|
+
* LiquidationPrice of the position
|
|
32375
|
+
*
|
|
32376
|
+
* @generated from protobuf field: string liquidation_price = 8
|
|
32377
|
+
*/
|
|
32378
|
+
liquidationPrice: string;
|
|
32379
|
+
/**
|
|
32380
|
+
* MarkPrice of the position
|
|
32381
|
+
*
|
|
32382
|
+
* @generated from protobuf field: string mark_price = 9
|
|
32383
|
+
*/
|
|
32384
|
+
markPrice: string;
|
|
32385
|
+
/**
|
|
32386
|
+
* Aggregate Quantity of the Reduce Only orders associated with the position
|
|
32387
|
+
*
|
|
32388
|
+
* @generated from protobuf field: string aggregate_reduce_only_quantity = 11
|
|
32389
|
+
*/
|
|
32390
|
+
aggregateReduceOnlyQuantity: string;
|
|
32391
|
+
/**
|
|
32392
|
+
* Position updated timestamp in UNIX millis.
|
|
32393
|
+
*
|
|
32394
|
+
* @generated from protobuf field: sint64 updated_at = 12
|
|
32395
|
+
*/
|
|
32396
|
+
updatedAt: bigint;
|
|
32397
|
+
/**
|
|
32398
|
+
* Position created timestamp in UNIX millis.
|
|
32399
|
+
*
|
|
32400
|
+
* @generated from protobuf field: sint64 created_at = 13
|
|
32401
|
+
*/
|
|
32402
|
+
createdAt: bigint;
|
|
32403
|
+
/**
|
|
32404
|
+
* Last funding fees since position opened
|
|
32405
|
+
*
|
|
32406
|
+
* @generated from protobuf field: string funding_last = 14
|
|
32407
|
+
*/
|
|
32408
|
+
fundingLast: string;
|
|
32409
|
+
/**
|
|
32410
|
+
* Net funding fees since position opened
|
|
32411
|
+
*
|
|
32412
|
+
* @generated from protobuf field: string funding_sum = 15
|
|
32413
|
+
*/
|
|
32414
|
+
fundingSum: string;
|
|
32415
|
+
/**
|
|
32416
|
+
* Cumulative funding entry of the position
|
|
32417
|
+
*
|
|
32418
|
+
* @generated from protobuf field: string cumulative_funding_entry = 16
|
|
32419
|
+
*/
|
|
32420
|
+
cumulativeFundingEntry: string;
|
|
32421
|
+
/**
|
|
32422
|
+
* Effective cumulative funding entry of the position
|
|
32423
|
+
*
|
|
32424
|
+
* @generated from protobuf field: string effective_cumulative_funding_entry = 17
|
|
32425
|
+
*/
|
|
32426
|
+
effectiveCumulativeFundingEntry: string;
|
|
32427
|
+
}
|
|
32428
|
+
/**
|
|
32429
|
+
* @generated from protobuf message injective_portfolio_rpc.AccountPortfolioBalancesResponse
|
|
32430
|
+
*/
|
|
32431
|
+
interface AccountPortfolioBalancesResponse {
|
|
32432
|
+
/**
|
|
32433
|
+
* The portfolio balances of this account
|
|
32434
|
+
*
|
|
32435
|
+
* @generated from protobuf field: injective_portfolio_rpc.PortfolioBalances portfolio = 1
|
|
32436
|
+
*/
|
|
32437
|
+
portfolio?: PortfolioBalances;
|
|
32438
|
+
}
|
|
32439
|
+
/**
|
|
32440
|
+
* @generated from protobuf message injective_portfolio_rpc.PortfolioBalances
|
|
32441
|
+
*/
|
|
32442
|
+
interface PortfolioBalances {
|
|
32443
|
+
/**
|
|
32444
|
+
* The account's portfolio address
|
|
32445
|
+
*
|
|
32446
|
+
* @generated from protobuf field: string account_address = 1
|
|
32447
|
+
*/
|
|
32448
|
+
accountAddress: string;
|
|
31455
32449
|
/**
|
|
31456
32450
|
* Account available bank balances
|
|
31457
32451
|
*
|
|
@@ -31621,6 +32615,7 @@ declare const IndexerModule: {
|
|
|
31621
32615
|
Derivatives: "indexer-derivatives";
|
|
31622
32616
|
Transaction: "indexer-transaction";
|
|
31623
32617
|
ChronosSpot: "indexer-chronos-spot";
|
|
32618
|
+
TcDerivatives: "indexer-tc-derivatives";
|
|
31624
32619
|
InsuranceFund: "indexer-insurance-fund";
|
|
31625
32620
|
ChronosMarkets: "indexer-chronos-markets";
|
|
31626
32621
|
ChronosDerivative: "indexer-chronos-derivative";
|
|
@@ -32089,7 +33084,7 @@ declare class IndexerGrpcMitoApi extends BaseIndexerGrpcConsumer {
|
|
|
32089
33084
|
}>;
|
|
32090
33085
|
}
|
|
32091
33086
|
//#endregion
|
|
32092
|
-
//#region ../../node_modules/.pnpm/@injectivelabs+indexer-proto-ts-v2@1.18.
|
|
33087
|
+
//#region ../../node_modules/.pnpm/@injectivelabs+indexer-proto-ts-v2@1.18.9/node_modules/@injectivelabs/indexer-proto-ts-v2/generated/injective_meta_rpc_pb.d.ts
|
|
32093
33088
|
/**
|
|
32094
33089
|
* @generated from protobuf message injective_meta_rpc.PingResponse
|
|
32095
33090
|
*/
|
|
@@ -32301,7 +33296,7 @@ declare class IndexerGrpcOracleApi extends BaseIndexerGrpcConsumer {
|
|
|
32301
33296
|
}): Promise<PriceResponse>;
|
|
32302
33297
|
}
|
|
32303
33298
|
//#endregion
|
|
32304
|
-
//#region ../../node_modules/.pnpm/@injectivelabs+indexer-proto-ts-v2@1.18.
|
|
33299
|
+
//#region ../../node_modules/.pnpm/@injectivelabs+indexer-proto-ts-v2@1.18.9/node_modules/@injectivelabs/indexer-proto-ts-v2/generated/injective_exchange_rpc_pb.d.ts
|
|
32305
33300
|
/**
|
|
32306
33301
|
* @generated from protobuf message injective_exchange_rpc.PrepareTxResponse
|
|
32307
33302
|
*/
|
|
@@ -33414,6 +34409,41 @@ declare class IndexerGrpcAccountPortfolioApi extends BaseIndexerGrpcConsumer {
|
|
|
33414
34409
|
fetchAccountPortfolioBalances(address: string): Promise<AccountPortfolioBalances>;
|
|
33415
34410
|
}
|
|
33416
34411
|
//#endregion
|
|
34412
|
+
//#region src/client/indexer/grpc/IndexerGrpcTcDerivativesApi.d.ts
|
|
34413
|
+
/**
|
|
34414
|
+
* @category Indexer Grpc API
|
|
34415
|
+
*/
|
|
34416
|
+
declare class IndexerGrpcTcDerivativesApi extends BaseIndexerGrpcConsumer {
|
|
34417
|
+
protected module: string;
|
|
34418
|
+
private get client();
|
|
34419
|
+
fetchOrdersHistory(params?: {
|
|
34420
|
+
token?: string;
|
|
34421
|
+
perPage?: number;
|
|
34422
|
+
marketId?: string;
|
|
34423
|
+
direction?: string;
|
|
34424
|
+
}): Promise<TcDerivativesOrdersHistoryResponse>;
|
|
34425
|
+
fetchTradesHistory(params?: {
|
|
34426
|
+
token?: string;
|
|
34427
|
+
perPage?: number;
|
|
34428
|
+
marketId?: string;
|
|
34429
|
+
direction?: string;
|
|
34430
|
+
}): Promise<TcDerivativeTradesResponse>;
|
|
34431
|
+
fetchPositions(params?: {
|
|
34432
|
+
token?: string;
|
|
34433
|
+
perPage?: number;
|
|
34434
|
+
marketId?: string;
|
|
34435
|
+
direction?: string;
|
|
34436
|
+
withCount?: boolean;
|
|
34437
|
+
accountAddress?: string;
|
|
34438
|
+
}): Promise<TcDerivativesPositionsResponse>;
|
|
34439
|
+
fetchOrders(params?: {
|
|
34440
|
+
token?: string;
|
|
34441
|
+
perPage?: number;
|
|
34442
|
+
marketId?: string;
|
|
34443
|
+
direction?: string;
|
|
34444
|
+
}): Promise<TcDerivativeOrdersResponse>;
|
|
34445
|
+
}
|
|
34446
|
+
//#endregion
|
|
33417
34447
|
//#region src/client/indexer/grpc/IndexerGrpcInsuranceFundApi.d.ts
|
|
33418
34448
|
/**
|
|
33419
34449
|
* @category Indexer Grpc API
|
|
@@ -33770,15 +34800,15 @@ declare class IndexerGrpcSpotTransformer {
|
|
|
33770
34800
|
static grpcTokenMetaToTokenMeta(tokenMeta: GrpcTokenMeta | undefined): IndexerTokenMeta | undefined;
|
|
33771
34801
|
static marketResponseToMarket(response: MarketResponse$1): SpotMarket;
|
|
33772
34802
|
static marketsResponseToMarkets(response: MarketsResponse$1): SpotMarket[];
|
|
33773
|
-
static ordersResponseToOrders(response: OrdersResponse$
|
|
34803
|
+
static ordersResponseToOrders(response: OrdersResponse$2): {
|
|
33774
34804
|
orders: SpotLimitOrder[];
|
|
33775
34805
|
pagination: ExchangePagination;
|
|
33776
34806
|
};
|
|
33777
|
-
static orderHistoryResponseToOrderHistory(response: OrdersHistoryResponse$
|
|
34807
|
+
static orderHistoryResponseToOrderHistory(response: OrdersHistoryResponse$2): {
|
|
33778
34808
|
orderHistory: SpotOrderHistory[];
|
|
33779
34809
|
pagination: ExchangePagination;
|
|
33780
34810
|
};
|
|
33781
|
-
static tradesResponseToTrades(response: TradesResponse$
|
|
34811
|
+
static tradesResponseToTrades(response: TradesResponse$2): {
|
|
33782
34812
|
trades: SpotTrade[];
|
|
33783
34813
|
pagination: ExchangePagination;
|
|
33784
34814
|
};
|
|
@@ -33886,17 +34916,17 @@ declare class IndexerGrpcOracleTransformer {
|
|
|
33886
34916
|
* @category Indexer Stream Transformer
|
|
33887
34917
|
*/
|
|
33888
34918
|
declare class IndexerSpotStreamTransformer {
|
|
33889
|
-
static tradesStreamCallback: (response: StreamTradesResponse$
|
|
34919
|
+
static tradesStreamCallback: (response: StreamTradesResponse$2) => {
|
|
33890
34920
|
trade: SpotTrade | undefined;
|
|
33891
34921
|
operation: StreamOperation;
|
|
33892
34922
|
timestamp: bigint;
|
|
33893
34923
|
};
|
|
33894
|
-
static ordersStreamCallback: (response: StreamOrdersResponse$
|
|
34924
|
+
static ordersStreamCallback: (response: StreamOrdersResponse$2) => {
|
|
33895
34925
|
order: SpotLimitOrder | undefined;
|
|
33896
34926
|
operation: StreamOperation;
|
|
33897
34927
|
timestamp: bigint;
|
|
33898
34928
|
};
|
|
33899
|
-
static orderHistoryStreamCallback: (response: StreamOrdersHistoryResponse$
|
|
34929
|
+
static orderHistoryStreamCallback: (response: StreamOrdersHistoryResponse$2) => {
|
|
33900
34930
|
order: SpotOrderHistory | undefined;
|
|
33901
34931
|
operation: StreamOperation;
|
|
33902
34932
|
timestamp: bigint;
|
|
@@ -34193,15 +35223,15 @@ declare class IndexerGrpcDerivativeTransformer {
|
|
|
34193
35223
|
static grpcExpiryFuturesMarketInfoToExpiryFuturesMarketInfo(expiryFuturesMarketInfo: GrpcExpiryFuturesMarketInfo | undefined): ExpiryFuturesMarketInfo | undefined;
|
|
34194
35224
|
static marketResponseToMarket(response: MarketResponse): DerivativeMarket;
|
|
34195
35225
|
static marketsResponseToMarkets(response: MarketsResponse): DerivativeMarket[];
|
|
34196
|
-
static ordersResponseToOrders(response: OrdersResponse): {
|
|
35226
|
+
static ordersResponseToOrders(response: OrdersResponse$1): {
|
|
34197
35227
|
orders: DerivativeLimitOrder[];
|
|
34198
35228
|
pagination: ExchangePagination;
|
|
34199
35229
|
};
|
|
34200
|
-
static orderHistoryResponseToOrderHistory(response: OrdersHistoryResponse, isConditional?: boolean): {
|
|
35230
|
+
static orderHistoryResponseToOrderHistory(response: OrdersHistoryResponse$1, isConditional?: boolean): {
|
|
34201
35231
|
orderHistory: DerivativeOrderHistory[];
|
|
34202
35232
|
pagination: ExchangePagination;
|
|
34203
35233
|
};
|
|
34204
|
-
static positionsResponseToPositions(response: PositionsResponse): {
|
|
35234
|
+
static positionsResponseToPositions(response: PositionsResponse$1): {
|
|
34205
35235
|
positions: Position[];
|
|
34206
35236
|
pagination: ExchangePagination;
|
|
34207
35237
|
};
|
|
@@ -34209,7 +35239,7 @@ declare class IndexerGrpcDerivativeTransformer {
|
|
|
34209
35239
|
positions: PositionV2[];
|
|
34210
35240
|
pagination: ExchangePagination;
|
|
34211
35241
|
};
|
|
34212
|
-
static tradesResponseToTrades(response: TradesResponse): {
|
|
35242
|
+
static tradesResponseToTrades(response: TradesResponse$1): {
|
|
34213
35243
|
trades: DerivativeTrade[];
|
|
34214
35244
|
pagination: ExchangePagination;
|
|
34215
35245
|
};
|
|
@@ -34331,21 +35361,21 @@ declare class IndexerGrpcAccountPortfolioTransformer {
|
|
|
34331
35361
|
* @category Indexer Stream Transformer
|
|
34332
35362
|
*/
|
|
34333
35363
|
declare class IndexerDerivativeStreamTransformer {
|
|
34334
|
-
static tradesStreamCallback: (response: StreamTradesResponse) => {
|
|
35364
|
+
static tradesStreamCallback: (response: StreamTradesResponse$1) => {
|
|
34335
35365
|
trade: DerivativeTrade | undefined;
|
|
34336
35366
|
operation: StreamOperation;
|
|
34337
35367
|
timestamp: bigint;
|
|
34338
35368
|
};
|
|
34339
|
-
static positionStreamCallback: (response: StreamPositionsResponse) => {
|
|
35369
|
+
static positionStreamCallback: (response: StreamPositionsResponse$1) => {
|
|
34340
35370
|
position: Position | undefined;
|
|
34341
35371
|
timestamp: bigint;
|
|
34342
35372
|
};
|
|
34343
|
-
static ordersStreamCallback: (response: StreamOrdersResponse) => {
|
|
35373
|
+
static ordersStreamCallback: (response: StreamOrdersResponse$1) => {
|
|
34344
35374
|
order: DerivativeLimitOrder | undefined;
|
|
34345
35375
|
operation: StreamOperation;
|
|
34346
35376
|
timestamp: bigint;
|
|
34347
35377
|
};
|
|
34348
|
-
static orderHistoryStreamCallback: (response: StreamOrdersHistoryResponse) => {
|
|
35378
|
+
static orderHistoryStreamCallback: (response: StreamOrdersHistoryResponse$1) => {
|
|
34349
35379
|
order: DerivativeOrderHistory | undefined;
|
|
34350
35380
|
operation: StreamOperation;
|
|
34351
35381
|
timestamp: bigint;
|
|
@@ -34381,6 +35411,48 @@ declare class IndexerGrpcInsuranceFundTransformer {
|
|
|
34381
35411
|
static grpcRedemptionsToRedemptions(redemptions: GrpcIndexerRedemptionSchedule[]): Redemption[];
|
|
34382
35412
|
}
|
|
34383
35413
|
//#endregion
|
|
35414
|
+
//#region src/client/indexer/transformers/IndexerGrpcTcDerivativesTransformer.d.ts
|
|
35415
|
+
/**
|
|
35416
|
+
* @category Indexer Grpc Transformer
|
|
35417
|
+
*/
|
|
35418
|
+
declare class IndexerGrpcTcDerivativesTransformer {
|
|
35419
|
+
static grpcPositionDeltaToPositionDelta(positionDelta: GrpcTcPositionDelta): TcPositionDelta;
|
|
35420
|
+
static grpcOrderHistoryToOrderHistory(order: GrpcTcDerivativeOrderHistory): TcDerivativeOrderHistory;
|
|
35421
|
+
static grpcTradeToTrade(trade: GrpcTcDerivativeTradeHistory): TcDerivativeTradeHistory;
|
|
35422
|
+
static grpcPositionToPosition(position: GrpcTcDerivativePosition): TcDerivativePosition;
|
|
35423
|
+
static grpcDerivativeLimitOrderToDerivativeLimitOrder(order: GrpcTcDerivativeLimitOrder): TcDerivativeLimitOrder;
|
|
35424
|
+
static ordersHistoryResponseToOrdersHistory(response: OrdersHistoryResponse): TcDerivativesOrdersHistoryResponse;
|
|
35425
|
+
static ordersResponseToOrders(response: OrdersResponse): TcDerivativeOrdersResponse;
|
|
35426
|
+
static tradesResponseToTrades(response: TradesResponse): TcDerivativeTradesResponse;
|
|
35427
|
+
static positionsResponseToPositions(response: PositionsResponse): TcDerivativesPositionsResponse;
|
|
35428
|
+
}
|
|
35429
|
+
//#endregion
|
|
35430
|
+
//#region src/client/indexer/transformers/IndexerTcDerivativesStreamTransformer.d.ts
|
|
35431
|
+
/**
|
|
35432
|
+
* @category Indexer Stream Transformer
|
|
35433
|
+
*/
|
|
35434
|
+
declare class IndexerTcDerivativesStreamTransformer {
|
|
35435
|
+
static orderHistoryStreamCallback: (response: StreamOrdersHistoryResponse) => {
|
|
35436
|
+
operationType: string;
|
|
35437
|
+
timestamp: number;
|
|
35438
|
+
order: TcDerivativeOrderHistory | undefined;
|
|
35439
|
+
};
|
|
35440
|
+
static tradesStreamCallback: (response: StreamTradesResponse) => {
|
|
35441
|
+
operationType: string;
|
|
35442
|
+
timestamp: number;
|
|
35443
|
+
trade: TcDerivativeTradeHistory | undefined;
|
|
35444
|
+
};
|
|
35445
|
+
static positionsStreamCallback: (response: StreamPositionsResponse) => {
|
|
35446
|
+
timestamp: number;
|
|
35447
|
+
position: TcDerivativePosition | undefined;
|
|
35448
|
+
};
|
|
35449
|
+
static ordersStreamCallback: (response: StreamOrdersResponse) => {
|
|
35450
|
+
operationType: string;
|
|
35451
|
+
timestamp: number;
|
|
35452
|
+
order: TcDerivativeLimitOrder | undefined;
|
|
35453
|
+
};
|
|
35454
|
+
}
|
|
35455
|
+
//#endregion
|
|
34384
35456
|
//#region src/client/indexer/transformers/IndexerAccountPortfolioStreamTransformer.d.ts
|
|
34385
35457
|
/**
|
|
34386
35458
|
* @category Indexer Stream Transformer
|
|
@@ -35820,6 +36892,47 @@ declare class IndexerGrpcDerivativesStreamV2 {
|
|
|
35820
36892
|
}): StreamSubscription;
|
|
35821
36893
|
}
|
|
35822
36894
|
//#endregion
|
|
36895
|
+
//#region src/client/indexer/grpc_stream/streamV2/IndexerGrpcTcDerivativesStreamV2.d.ts
|
|
36896
|
+
type TcDerivativeOrderHistoryStreamCallbackV2 = (response: ReturnType<typeof IndexerTcDerivativesStreamTransformer.orderHistoryStreamCallback>) => void;
|
|
36897
|
+
type TcDerivativeTradesStreamCallbackV2 = (response: ReturnType<typeof IndexerTcDerivativesStreamTransformer.tradesStreamCallback>) => void;
|
|
36898
|
+
type TcDerivativePositionsStreamCallbackV2 = (response: ReturnType<typeof IndexerTcDerivativesStreamTransformer.positionsStreamCallback>) => void;
|
|
36899
|
+
type TcDerivativeOrdersStreamCallbackV2 = (response: ReturnType<typeof IndexerTcDerivativesStreamTransformer.ordersStreamCallback>) => void;
|
|
36900
|
+
declare class IndexerGrpcTcDerivativesStreamV2 {
|
|
36901
|
+
private client;
|
|
36902
|
+
private transport;
|
|
36903
|
+
constructor(endpoint: string, metadata?: Record<string, string>);
|
|
36904
|
+
streamOrdersHistory({
|
|
36905
|
+
marketId,
|
|
36906
|
+
callback
|
|
36907
|
+
}: {
|
|
36908
|
+
marketId?: string;
|
|
36909
|
+
callback: TcDerivativeOrderHistoryStreamCallbackV2;
|
|
36910
|
+
}): StreamSubscription;
|
|
36911
|
+
streamTrades({
|
|
36912
|
+
marketId,
|
|
36913
|
+
callback
|
|
36914
|
+
}: {
|
|
36915
|
+
marketId?: string;
|
|
36916
|
+
callback: TcDerivativeTradesStreamCallbackV2;
|
|
36917
|
+
}): StreamSubscription;
|
|
36918
|
+
streamPositions({
|
|
36919
|
+
marketId,
|
|
36920
|
+
accountAddress,
|
|
36921
|
+
callback
|
|
36922
|
+
}: {
|
|
36923
|
+
marketId?: string;
|
|
36924
|
+
accountAddress?: string;
|
|
36925
|
+
callback: TcDerivativePositionsStreamCallbackV2;
|
|
36926
|
+
}): StreamSubscription;
|
|
36927
|
+
streamOrders({
|
|
36928
|
+
marketId,
|
|
36929
|
+
callback
|
|
36930
|
+
}: {
|
|
36931
|
+
marketId?: string;
|
|
36932
|
+
callback: TcDerivativeOrdersStreamCallbackV2;
|
|
36933
|
+
}): StreamSubscription;
|
|
36934
|
+
}
|
|
36935
|
+
//#endregion
|
|
35823
36936
|
//#region src/client/indexer/grpc_stream/streamV2/IndexerGrpcAccountPortfolioStreamV2.d.ts
|
|
35824
36937
|
type AccountPortfolioStreamCallbackV2 = (response: ReturnType<typeof IndexerAccountPortfolioStreamTransformer.accountPortfolioStreamCallback>) => void;
|
|
35825
36938
|
declare class IndexerGrpcAccountPortfolioStreamV2 {
|
|
@@ -38690,4 +39803,4 @@ declare class ChainGrpcInsuranceFundTransformer {
|
|
|
38690
39803
|
}[];
|
|
38691
39804
|
}
|
|
38692
39805
|
//#endregion
|
|
38693
|
-
export { DerivativeOrdersStreamCallbackV2 as $, grpcContractInfo as $_, HistoricalRPNL as $a, MitoHolders as $c, protobufTimestampToUnixMs as $d, createSignDoc as $f, GrpcOrderType as $g, InsuranceModuleParams as $h, GrpcMegaVaultUserStats as $i, DEFAULT_DERIVATION_PATH as $l, GrpcPermissionPolicyStatus as $m, IndexerGrpcMegaVaultApi as $n, RFQExpiryType as $o, FeegrantMsgs as $p, BinaryOptionsMarket as $r, Transaction as $s, IndexerGrpcTradingStream as $t, formatPriceToAllowableDecimals as $u, MsgUpdateRateLimit as $v, ChainGrpcAuctionApi as A, Pool as A_, Campaign as Aa, GrpcMitoIDOSubscriber as Ac, SignTypedDataVersionV4 as Ad, getEipTxContext as Af, ExchangeModuleParams as Ag, Params$6 as Ah, GrpcIndexerInsuranceFund as Ai, IsomorphicWebSocket as Al, AccountsResponse as Am, IndexerAccountStreamTransformer as An, GrpcSpotOrderHistory as Ao, TxResult as Ap, PositionsWithUPNL as Ar, ExplorerTransaction as As, IndexerGrpcRfqStreamV2 as At, cosmosSdkDecToBigNumber as Au, MsgBatchCancelSpotOrders as Av, MsgSubmitGenericProposal as Ay, ChainGrpcAuthApi as B, ContractAccountsBalanceWithPagination as B_, GuildMember as Ba, GrpcMitoStakingPool as Bc, privateKeyToPublicKey as Bd, SIGN_DIRECT as Bf, GrpcChainFullSpotMarket as Bg, CreateDerivativeLimitOrderAuthz as Bh, GrpcMegaVaultHistoricalPnL as Bi, fetchAllWithPagination as Bl, AuctionModuleState as Bm, IndexerRfqStreamTransformer as Bn, IndexerTokenMeta as Bo, TxClientBroadcastResponse as Bp, BlockFromExplorerApiResponse as Br, GrpcIBCTransferTx as Bs, DerivativeOrderbookUpdateStreamCallback as Bt, derivativeMarginToChainMarginToFixed as Bu, MsgRelayProviderPrices as Bv, ChainGrpcInsuranceFundApi as C, GrpcStakingParams as C_, MegaVaultVolatility as Ca, GrpcMitoChanges as Cc, isReactNative as Cd, getEip712TypedDataV2 as Cf, GrpcEvmParams as Cg, OracleModuleParams as Ch, GrpcPositionDelta as Ci, MitoTransfer as Cl, GrpcDelegationDelegatorReward as Cm, IndexerGrpcAccountPortfolioTransformer as Cn, GrpcOracle as Co, RestSignerInfo as Cp, AccountPortfolioV2 as Cr, CosmWasmChecksum as Cs, VaultHolderSubscriptionStreamCallbackV2 as Ct, isCw20ContractAddress as Cu, MsgCancelUnbondingDelegation as Cv, ProposalDecomposer as Cy, ChainGrpcTendermintApi as D, GrpcValidatorCommission as D_, AllSpotMarketSummaryResponse as Da, GrpcMitoIDO as Dc, safeBigIntStringify as Dd, getEip712DomainV2 as Df, ChainDerivativePosition as Dg, TxFeesModuleStateParams as Dh, Position as Di, MitoWhitelistAccount as Dl, DenomBalance as Dm, IndexerArchiverStreamTransformer as Dn, GrpcAtomicSwap as Do, SimulationResponse as Dp, GrpcPositionsWithUPNL as Dr, ExplorerBlockWithTxs as Ds, SpotOrderbookUpdateStreamCallbackV2 as Dt, getSpotMarketDecimals as Du, MsgIncreasePositionMargin as Dv, MsgSubmitProposalPerpetualMarketLaunch as Dy, ChainGrpcPermissionsApi as E, GrpcValidator as E_, AllChronosSpotMarketSummary as Ea, GrpcMitoHolders as Ec, protoObjectToJson as Ed, getEip712Domain as Ef, ChainDenomMinNotional as Eg, TxFeesEipBaseFee as Eh, PerpetualMarketInfo as Ei, MitoVestingConfigMap as El, BalancesResponse as Em, ExplorerStreamTransformer as En, BatchSpotOrderCancelParams as Eo, RestTxLog as Ep, GrpcPositionV2 as Er, EventLogEvent as Es, SpotOrderHistoryStreamCallbackV2 as Et, getDerivativeMarketTensMultiplier as Eu, MsgInstantSpotMarketLaunch as Ev, MsgSubmitProposalSpotMarketParamUpdate as Ey, ChainGrpcPeggyApi as F, ValidatorCommission as F_, GrpcCampaignV2 as Fa, GrpcMitoMission as Fc, domainHash as Fd, objectKeysToEip712Types as Ff, FeeDiscountTierTTL as Fg, BatchCancelSpotOrdersAuthz as Fh, RedemptionStatus as Fi, WsDisconnectReason as Fl, AuctionEventAuctionResult as Fm, IndexerGrpcArchiverTransformer as Fn, SpotOrderCancelParams as Fo, CreateTransactionResult as Fp, AllChronosDerivativeMarketSummary as Fr, ExplorerValidatorUptime as Fs, createStreamSubscription as Ft, denomAmountToChainDenomAmountToFixed as Fu, MsgCreateInsuranceFund as Fv, MsgBid as Fy, createStreamSubscriptionV2 as G, ContractStateWithPagination as G_, GrpcHistoricalBalance as Ga, GrpcMitoTokenInfo as Gc, sha256 as Gd, getEthereumSignerAddress as Gf, GrpcExchangeParams as Gg, Grant$1 as Gh, GrpcMegaVaultOperator as Gi, paginationRequestFromPagination as Gl, GrpcAuctionEventAuctionResult as Gm, IndexerRestLeaderboardChronosApi as Gn, Route as Go, AuctionMsgs as Gp, ExplorerApiResponseWithPagination as Gr, GrpcValidatorUptime as Gs, DerivativeTradesStreamCallback as Gt, derivativeQuantityFromChainQuantity as Gu, MsgBatchUpdateOrders as Gv, ChainGrpcIbcApi as H, ContractCodeHistoryOperationType as H_, AccountStats as Ha, GrpcMitoStakingStakingReward as Hc, publicKeyToAddress as Hd, SIGN_EIP712_V2 as Hf, GrpcChainSpotMarket as Hg, CreateSpotLimitOrderAuthz as Hh, GrpcMegaVaultIncentives as Hi, grpcPagingToPaging as Hl, AuctionModuleStateResponse as Hm, IndexerGrpcSpotTransformer as Hn, OrderbookWithSequence as Ho, TxClientSimulateResponse as Hp, ContractExplorerApiResponse as Hr, GrpcPeggyDepositTx as Hs, DerivativeOrdersStreamCallback as Ht, derivativePriceFromChainPriceToFixed as Hu, MsgRequestRedemption as Hv, ChainGrpcAuthZApi as I, ValidatorDescription as I_, GrpcGuild as Ia, GrpcMitoMissionLeaderboardEntry as Ic, hashToHex as Id, protoTypeToAminoType as If, GrpcCampaignRewardPool as Ig, BatchCreateDerivativeLimitOrdersAuthz as Ih, IncentivesCampaign as Ii, WsReconnectConfig as Il, AuctionEventAuctionStart as Im, IndexerGrpcAuctionTransformer as In, SpotOrderHistory as Io, CreateTransactionWithSignersArgs as Ip, AllDerivativeMarketSummaryResponse as Ir, GasFee as Is, AccountPortfolioStreamCallback as It, denomAmountToGrpcChainDenomAmount as Iu, MsgFundCommunityPool as Iv, MsgSend as Iy, IndexerGrpcAccountPortfolioStreamV2 as J, GrpcCodeInfoResponse as J_, GrpcLeaderboardRow as Ja, MitoChanges as Jc, getGrpcWebTransport as Jd, isTxNotFoundError as Jf, GrpcFeeDiscountTierInfo as Jg, GrantWithDecodedAuthorization as Jh, GrpcMegaVaultPnlStats as Ji, BECH32_ADDR_CONS_PREFIX as Jl, GrpcAuctionLastAuctionResult as Jm, IndexerRestSpotChronosApi as Jn, GrpcRFQQuote as Jo, DistributionMsgs as Jp, TransactionFromExplorerApiResponse as Jr, Message as Js, BlocksWithTxsStreamCallback as Jt, derivativeQuantityToChainQuantityToFixed as Ju, MsgCancelSpotOrder as Jv, StreamManagerV2 as K, GoogleProtoBufAny as K_, GrpcHistoricalRPNL as Ka, GrpcMitoVault as Kc, parseCoins as Kd, getInjectiveSignerAddress as Kf, GrpcFeeDiscountAccountInfo as Kg, GrantAuthorization$1 as Kh, GrpcMegaVaultOperatorRedemptionBucket as Ki, paginationUint8ArrayToString as Kl, GrpcAuctionEventAuctionStart as Km, IndexerRestDerivativesChronosApi as Kn, GrpcRFQExpiry as Ko, AuthzMsgs as Kp, ExplorerBlockApiResponse as Kr, IBCTransferTx as Ks, IndexerGrpcDerivativesStream as Kt, derivativeQuantityFromChainQuantityToFixed as Ku, MsgExternalTransfer as Kv, ChainGrpcWasmApi as L, AbsoluteTxPosition as L_, GrpcGuildMember as La, GrpcMitoPagination as Lc, messageHash as Ld, stringTypeToReflectionStringType as Lf, GrpcChainDerivativeMarket as Lg, BatchCreateSpotLimitOrdersAuthz as Lh, IncentivesRound as Li, WsState as Ll, AuctionEventBid as Lm, IndexerGrpcAccountTransformer as Ln, SpotTrade as Lo, MsgArg as Lp, ChronosDerivativeMarketSummary as Lr, GrpcBankMsgSendMessage as Ls, IndexerGrpcAccountPortfolioStream as Lt, derivativeMarginFromChainMargin as Lu, MsgSetDenomMetadata as Lv, MsgVote as Ly, ChainGrpcOracleApi as M, StakingModuleParams as M_, CampaignV2 as Ma, GrpcMitoIDOSubscriptionActivity as Mc, TypedDataUtilsSanitizeData as Md, getTypesIncludingFeePayer as Mf, FeeDiscountAccountInfo as Mg, GrpcPeggyParams as Mh, IndexerInsuranceFund as Mi, TransportEventListener as Ml, CosmosAccountRestResponse as Mm, IndexerOracleStreamTransformer as Mn, SpotLimitOrder as Mo, TxSearchResult as Mp, ChronosLeaderboard as Mr, ExplorerTxsV2Response as Ms, RequestStreamCallbackV2 as Mt, denomAmountFromChainDenomAmountToFixed as Mu, MsgCancelPostOnlyModeV2 as Mv, MsgDeposit$1 as My, ChainGrpcErc20Api as N, UnBondingDelegation as N_, GrpcCampaign as Na, GrpcMitoLeaderboardEntry as Nc, TypedMessageV4 as Nd, getObjectEip712PropertyType as Nf, FeeDiscountSchedule as Ng, PeggyModuleParams as Nh, InsuranceFundCreateParams as Ni, TransportEventType as Nl, AuctionBid as Nm, IndexerGrpcReferralTransformer as Nn, SpotLimitOrderParams as No, TxSearchResultParams as Np, ChronosLeaderboardEntry as Nr, ExplorerValidator as Ns, SettlementStreamCallbackV2 as Nt, denomAmountFromGrpcChainDenomAmount as Nu, MsgCreateSpotLimitOrder as Nv, MsgRevoke as Ny, ChainGrpcExchangeApi as O, GrpcValidatorCommissionRates as O_, ChronosSpotMarketSummary as Oa, GrpcMitoIDOClaimedCoins as Oc, sortObjectByKeys as Od, getEip712Fee as Of, ChainPosition as Og, GrpcParams as Oh, PositionDelta as Oi, GrpcDecodeError as Ol, DenomOwnersResponse as Om, IndexerGrpcMegaVaultTransformer as On, GrpcSpotLimitOrder as Oo, TxInfo as Op, GrpcSubaccountDepositV2 as Or, ExplorerCW20BalanceWithToken as Os, SpotOrdersStreamCallbackV2 as Ot, getSpotMarketTensMultiplier as Ou, MsgCreateSpotMarketOrder as Ov, MsgGrantProviderPrivilegeProposal as Oy, ChainGrpcWasmXApi as P, Validator as P_, GrpcCampaignUser as Pa, GrpcMitoLeaderboardEpoch as Pc, decompressPubKey as Pd, numberTypeToReflectionNumberType as Pf, FeeDiscountTierInfo as Pg, BatchCancelDerivativeOrdersAuthz as Ph, Redemption as Pi, TransportEvents as Pl, AuctionCurrentBasket as Pm, IndexerGrpcExplorerTransformer as Pn, SpotMarket as Po, CreateTransactionArgs as Pp, ChronosLeaderboardResponse as Pr, ExplorerValidatorDescription as Ps, StreamManager as Pt, denomAmountToChainDenomAmount as Pu, MsgAuthorizeStakeGrants as Pv, MsgGrant as Py, DerivativeOrderbookV2StreamCallbackV2 as Q, TokenInfo$1 as Q_, HistoricalBalance as Qa, MitoGaugeStatus as Qc, protobufTimestampToDate as Qd, createNonCriticalExtensionFromObject as Qf, GrpcOrderInfo as Qg, InsuranceFund as Qh, GrpcMegaVaultUnrealizedPnl as Qi, BECH32_PUBKEY_VAL_PREFIX as Ql, GrpcPermissionNamespace as Qm, IndexerGrpcDerivativesApi as Qn, MakerStreamEvents as Qo, ExchangeV2Msgs as Qp, BatchDerivativeOrderCancelParams as Qr, Signature as Qs, SpotAverageEntriesStreamCallback as Qt, formatNumberToAllowableTensMultiplier as Qu, MsgRemoveRateLimit as Qv, ChainGrpcMintApi as R, CodeInfoResponse as R_, Guild as Ra, GrpcMitoPriceSnapshot as Rc, privateKeyHashToPublicKey as Rd, TxClient as Rf, GrpcChainDerivativePosition as Rg, CancelDerivativeOrderAuthz as Rh, GrpcMegaVaultApr as Ri, WsTransportConfig as Rl, AuctionLastAuctionResult as Rm, IndexerSpotStreamTransformer as Rn, GrpcPriceLevel as Ro, SignerDetails as Rp, ChronosDerivativeMarketSummaryResponse as Rr, GrpcExplorerStats as Rs, DerivativeMarketStreamCallback as Rt, derivativeMarginFromChainMarginToFixed as Ru, MsgUpdateSpotMarketV2 as Rv, GrpcWebFetchTransport as Ry, ChainRestBankApi as S, GrpcReDelegationResponse as S_, MegaVaultUserStats as Sa, TransferType as Sc, isNode as Sd, getEip712TypedData as Sf, GrpcEvmLog as Sg, GrpcOracleParams as Sh, GrpcPerpetualMarketInfo as Si, MitoTokenInfo as Sl, GrpcDecCoin as Sm, IndexerDerivativeStreamTransformer as Sn, StreamBidsResponse as So, RestAuthInfo as Sp, AccountPortfolioBalances as Sr, ContractTransactionWithMessages as Ss, TransfersStreamCallbackV2 as St, getSubaccountId as Su, MsgWithdrawDelegatorReward as Sv, MsgSubmitProposal as Sy, ChainGrpcDistributionApi as T, GrpcUnbondingDelegationEntry as T_, OperationStatusLogEntry as Ta, GrpcMitoDenomBalance as Tc, objectToJson as Td, getDefaultEip712TypesV2 as Tf, ChainDenomDecimal as Tg, GrpcTxFeesParams as Th, PerpetualMarketFunding as Ti, MitoVestingConfig as Tl, ValidatorRewards as Tm, IndexerGrpcDerivativeTransformer as Tn, AtomicSwap as To, RestTxBody as Tp, GrpcPortfolioSubaccountBalanceV2 as Tr, EventLog as Ts, IndexerGrpcSpotStreamV2 as Tt, getDerivativeMarketDecimals as Tu, MsgCancelBinaryOptionsOrder as Tv, MsgSubmitProposalPerpetualMarketLaunchV2 as Ty, ChainGrpcGovApi as U, ContractCodeHistoryOperationTypeMap as U_, DenomHolders as Ua, GrpcMitoSubaccountBalance as Uc, ripemd160 as Ud, createAny as Uf, GrpcDenomDecimals as Ug, CreateSpotMarketOrderAuthz as Uh, GrpcMegaVaultMaxDrawdown as Ui, grpcPagingToPagingV2 as Ul, AuctionParams as Um, IndexerGrpcMitoTransformer as Un, PriceLevel as Uo, TxConcreteApi as Up, ContractTransactionExplorerApiResponse as Ur, GrpcPeggyWithdrawalTx as Us, DerivativePositionsStreamCallback as Ut, derivativePriceToChainPrice as Uu, MsgInstantiateContract as Uv, ChainGrpcEvmApi as V, ContractCodeHistoryEntry as V_, ReferralDetails as Va, GrpcMitoStakingStakingActivity as Vc, privateKeyToPublicKeyBase64 as Vd, SIGN_EIP712 as Vf, GrpcChainPosition as Vg, CreateDerivativeMarketOrderAuthz as Vh, GrpcMegaVaultHistoricalTVL as Vi, grpcPaginationToPagination as Vl, AuctionModuleStateParams as Vm, IndexerCampaignTransformer as Vn, Orderbook as Vo, TxClientMode as Vp, CW20BalanceExplorerApiResponse as Vr, GrpcIndexerValidatorDescription as Vs, DerivativeOrderbookV2StreamCallback as Vt, derivativePriceFromChainPrice as Vu, MsgTransferDelegation as Vv, accountEthParser as W, ContractInfo as W_, GrpcDenomHolders as Wa, GrpcMitoSubscription as Wc, sanitizeTypedData as Wd, createAnyMessage as Wf, GrpcDenomMinNotional as Wg, GenericAuthorization$1 as Wh, GrpcMegaVaultOperationStatusLogEntry as Wi, pageRequestToGrpcPageRequestV2 as Wl, GrpcAuctionBid as Wm, IndexerGrpcRfqTransformer as Wn, QuantityAndFees as Wo, TxResponse as Wp, ExplorerApiResponse as Wr, GrpcValidatorSlashingEvent as Ws, DerivativePositionsV2StreamCallback as Wt, derivativePriceToChainPriceToFixed as Wu, MsgLiquidatePosition as Wv, DerivativeOrderHistoryStreamCallbackV2 as X, GrpcContractInfo as X_, GrpcSpotAverageEntry as Xa, MitoDenomBalance as Xc, makeTimeoutTimestamp as Xd, createBody as Xf, GrpcMarketStatus as Xg, GrpcInsuranceParams as Xh, GrpcMegaVaultSubscription as Xi, BECH32_PUBKEY_ACC_PREFIX as Xl, GrpcPermissionActorRoles as Xm, IndexerGrpcInsuranceFundApi as Xn, GrpcRFQSettlement as Xo, ExchangeMsgs as Xp, WasmCodeExplorerApiResponse as Xr, PeggyDepositTx as Xs, TransactionsStreamCallback as Xt, formatAmountToAllowableDecimals as Xu, MsgBeginRedelegate as Xv, DerivativeMarketStreamCallbackV2 as Y, GrpcContractCodeHistoryEntry as Y_, GrpcPnlLeaderboard as Ya, MitoClaimReference as Yc, getGasPriceBasedOnMessage as Yd, createAuthInfo as Yf, GrpcFeeDiscountTierTTL as Yg, GrpcInsuranceFund as Yh, GrpcMegaVaultRedemption as Yi, BECH32_ADDR_VAL_PREFIX as Yl, GrpcAuctionParams as Ym, IndexerRestExplorerApi as Yn, GrpcRFQRequest as Yo, Erc20Msgs as Yp, ValidatorUptimeFromExplorerApiResponse as Yr, Paging as Ys, IndexerGrpcExplorerStream as Yt, formatAmountToAllowableAmount as Yu, MsgCreateValidator as Yv, DerivativeOrderbookUpdateStreamCallbackV2 as Z, MarketingInfo as Z_, GrpcVolLeaderboard as Za, MitoGauge as Zc, makeTimeoutTimestampInNs as Zd, createFee as Zf, GrpcMarketStatusMap as Zg, GrpcRedemptionSchedule as Zh, GrpcMegaVaultTargetApr as Zi, BECH32_PUBKEY_CONS_PREFIX as Zl, GrpcPermissionAddressVoucher as Zm, IndexerGrpcAccountPortfolioApi as Zn, MakerStreamConfig as Zo, ExchangeV1Msgs as Zp, BaseDerivativeMarket as Zr, PeggyWithdrawalTx as Zs, IndexerGrpcArchiverStream as Zt, formatNumberToAllowableDecimals as Zu, MsgGrantAllowance as Zv, ChainGrpcEvmTransformer as _, GrpcDelegation as __, MegaVaultSubscription as _a, SubaccountBalance as _c, getErrorMessage as _d, BaseAccount as _f, EvmLog as _g, PermissionRoleActors as _h, GrpcDerivativeTrade as _i, MitoStakingActivity as _l, AuthorityMetadata as _m, SpotOrderbookV2StreamCallback as _n, GrpcAuctionCoinPrices as _o, createTransactionWithSigners as _p, GrpcWebSocketCodec as _r, Block$1 as _s, OraclePriceStreamCallbackV2 as _t, getChecksumAddress as _u, MsgCreateBinaryOptionsLimitOrder as _v, MsgMultiSend as _y, ChainGrpcExchangeTransformer as a, GrpcTradeRewardCampaign as a_, MegaVaultAprStats as aa, GridStrategyStreamResponse as ac, numberToCosmosSdkDecString as ad, MsgClaimVoucher as af, GrpcSupply as ag, GrpcPermissionsNamespace as ah, DerivativeOrderHistory as ai, MitoIDOSubscription as al, PeggyMsgs as am, OraclePriceStreamCallback as an, VolLeaderboard as ao, getAminoStdSignDoc as ap, IndexerGrpcAuctionApi as ar, RFQSettlementLimitActionType as as, BlocksWithTxsStreamCallbackV2 as at, fromUtf8 as au, GrpcProposalDeposit as av, MsgRewardsOptOut as ay, ChainRestWasmApi as b, GrpcReDelegation as b_, MegaVaultUnrealizedPnl as ba, SubaccountTransfer as bc, isBrowser as bd, Address as bf, GrpcEvmBlobScheduleConfig as bg, PermissionVoucher as bh, GrpcFundingRate as bi, MitoSubaccountBalance as bl, TokenFactoryModuleState as bm, IndexerAccountPortfolioStreamTransformer as bn, GrpcIndexerAuctionBid as bo, BroadcastMode as bp, AllChronosMarketHistory as br, Contract as bs, IndexerGrpcMitoStreamV2 as bt, getInjectiveAddress as bu, MsgBatchCancelDerivativeOrders as bv, MsgTransfer as by, ChainGrpcCommonTransformer as c, IsOptedOutOfRewards as c_, MegaVaultIncentives as ca, MarketType as cc, spotPriceToChainPrice as cd, ContractExecutionCompatAuthorization as cf, TotalSupply as cg, PermissionActorRoles as ch, ExpiryFuturesMarketInfo as ci, MitoLeaderboardEntry as cl, WasmMsgs as cm, IndexerGrpcMitoStream as cn, Auction as co, generateArbitrarySignDoc as cp, IndexerGrpcTransactionApi as cr, RFQStreamErrorData as cs, IndexerGrpcArchiverStreamV2 as ct, hexToUint8Array as cu, Proposal as cv, MsgUnderwrite as cy, ChainGrpcPeggyTransformer as d, PointsMultiplier as d_, MegaVaultOperatorRedemptionBucket as da, GrpcAccountPortfolio as dc, spotQuantityFromChainQuantityToFixed as dd, GrantAuthorizationType as df, AuthModuleParams as dg, PermissionGenesisState as dh, GrpcBinaryOptionsMarketInfo as di, MitoMissionLeaderboard as dl, MsgBatchCancelBinaryOptionsOrders as dm, VaultHolderSubscriptionStreamCallback as dn, AuctionContract as do, waitTxBroadcasted as dp, IndexerGrpcMetaApi as dr, TakerStreamConfig as ds, IndexerGrpcTradingStreamV2 as dt, toUtf8 as du, ProposalStatusMap as dv, MsgWithdraw as dy, GrpcOrderTypeMap as e_, GrpcMegaVaultVaultStats as ea, TxMessage as ec, formatPriceToAllowablePrice as ed, protobufTimestampToUnixSeconds as ef, OracleTypeMap as eg, GrpcPermissionPolicyStatusManagerCapability as eh, DerivativeLimitOrder as ei, MitoIDO as el, GovMsgs as em, BidsStreamCallback as en, HistoricalVolumes as eo, createSignDocFromTransaction as ep, IndexerGrpcReferralApi as er, RFQMakerStreamAckData as es, DerivativePositionsStreamCallbackV2 as et, base64ToUint8Array as eu, GovModuleStateParams as ev, MsgCreateRateLimit as ey, ChainGrpcAuthZTransformer as f, TradeRewardCampaign as f_, MegaVaultPnl as fa, GrpcSubaccountBalance as fc, spotQuantityToChainQuantity as fd, getGenericAuthorizationFromMessageType as ff, EthAccount as fg, PermissionNamespace as fh, GrpcDerivativeLimitOrder as fi, MitoMissionLeaderboardEntry as fl, MsgAdminUpdateBinaryOptionsMarket as fm, VaultStreamCallback as fn, AuctionV2 as fo, createTransaction as fp, IndexerGrpcMitoApi as fr, TakerStreamEvents as fs, BidsStreamCallbackV2 as ft, uint8ArrayToBase64 as fu, TallyResult as fv, MsgSignData as fy, ChainGrpcAuthTransformer as g, Delegation as g_, MegaVaultStats as ga, GrpcTradingReward as gc, bigIntToString as gd, MsgBroadcasterWithPk as gf, EvmChainConfig as gg, PermissionRole as gh, GrpcDerivativePositionV2 as gi, MitoStakeToSubscription as gl, NodeInfoRestResponse as gm, SpotOrderbookUpdateStreamCallback as gn, GrpcAuctionCoin as go, createTransactionFromMsg as gp, GrpcWebSocketTransport as gr, BankTransfer as gs, IndexerGrpcOracleStreamV2 as gt, getAddressFromInjectiveAddress as gu, WeightedVoteOption as gv, MsgDeposit as gy, ChainGrpcBankTransformer as h, BondStatus as h_, MegaVaultRedemptionStatus as ha, GrpcSubaccountPortfolio as hc, bigIntToNumber as hd, ExecArgNeptuneDeposit as hf, EvmBlobScheduleConfig as hg, PermissionPolicyStatus as hh, GrpcDerivativePosition as hi, MitoPriceSnapshot as hl, BlockLatestRestResponse as hm, SpotOrderHistoryStreamCallback as hn, GrpcAuction as ho, createTransactionForAddressAndMsg as hp, IndexerWsTakerStream as hr, BankMsgSendTransaction as hs, IndexerGrpcAccountStreamV2 as ht, addHexPrefix as hu, VoteOptionMap as hv, MsgStoreCode as hy, ChainGrpcPermissionsTransformer as i, GrpcSpotOrder as i_, MegaVaultApr as ia, WasmCode as ic, isNumber as id, MsgUpdateParams as if, GrpcBankParams as ig, GrpcPermissionRoleManager as ih, DerivativeOrderCancelParams as ii, MitoIDOSubscriber as il, OracleMsgs as im, IndexerGrpcOracleStream as in, SpotAverageEntry as io, createWeb3Extension as ip, IndexerGrpcTradingApi as ir, RFQRequestType as is, BlocksStreamCallbackV2 as it, fromBase64 as iu, GrpcProposal as iv, MsgChangeAdmin as iy, ChainGrpcTxFeesApi as j, ReDelegation as j_, CampaignUser as ja, GrpcMitoIDOSubscription as jc, TypedDataUtilsHashStruct as jd, getEipTxDetails as jf, ExchangeParams as jg, TokenPair as jh, GrpcIndexerRedemptionSchedule as ji, ResolvedWsTransportConfig as jl, BaseAccountRestResponse as jm, IndexerRestExplorerTransformer as jn, GrpcSpotTrade as jo, TxResultResponse as jp, SubaccountDepositV2 as jr, ExplorerTransactionV2 as js, QuoteStreamCallbackV2 as jt, denomAmountFromChainDenomAmount as ju, MsgGrantWithAuthorization as jv, MsgSubmitTextProposal as jy, ChainGrpcStakingApi as k, GrpcValidatorDescription as k_, ChronosSpotMarketSummaryResponse as ka, GrpcMitoIDOProgress as kc, sortObjectByKeysWithReduce as kd, getEip712FeeV2 as kf, DepositProposalParams as kg, GrpcTokenPair as kh, PositionV2 as ki, GrpcFrame as kl, AccountResponse as km, IndexerAuctionStreamTransformer as kn, GrpcSpotMarketInfo as ko, TxInfoResponse as kp, PortfolioSubaccountBalanceV2 as kr, ExplorerStats as ks, SpotTradesStreamCallbackV2 as kt, amountToCosmosSdkDecAmount as ku, MsgCancelDerivativeOrder as kv, MsgSubmitProposalSpotMarketLaunch as ky, ChainGrpcTxFeesTransformer as l, OrderType as l_, MegaVaultMaxDrawdown as la, TradingStrategy as lc, spotPriceToChainPriceToFixed as ld, ContractExecutionAuthorization as lf, Account as lg, PermissionAddressRoles as lh, FundingPayment as li, MitoLeaderboardEpoch as ll, MsgSetDelegationTransferReceivers as lm, StakingRewardByAccountStreamCallback as ln, AuctionCoin as lo, TxRestApi as lp, IndexerGrpcOracleApi as lr, RFQTakerStreamAckData as ls, SpotAverageEntriesStreamCallbackV2 as lt, stringToUint8Array as lu, ProposalDeposit as lv, MsgUndelegate as ly, ChainGrpcMintTransformer as m, TradingRewardCampaignInfo as m_, MegaVaultRedemption as ma, GrpcSubaccountDeposit as mc, bigIntReplacer as md, ExecArgNeptuneWithdraw as mf, EvmBlobConfig as mg, PermissionPolicyManagerCapability as mh, GrpcDerivativeOrderHistory as mi, MitoPortfolio as ml, RestApiResponse as mm, MarketsStreamCallback as mn, GrpcAccountAuctionV2 as mo, createTransactionAndCosmosSignDocForAddressAndMsg as mp, IndexerWsMakerStream as mr, AccessTypeCode as ms, BalanceStreamCallbackV2 as mt, uint8ArrayToString as mu, VoteOption as mv, MsgSendToEth as my, ChainGrpcTokenFactoryTransformer as n, GrpcSpotMarket as n_, GrpcMegaVaultVolatilityStats as na, ValidatorUptime as nc, getSignificantDecimalsFromNumber as nd, MsgUpdateNamespace as nf, MinModuleParams as ng, GrpcPermissionRoleActors as nh, DerivativeMarket as ni, MitoIDOInitParams as nl, InsuranceMsgs as nm, BalanceStreamCallback as nn, LeaderboardRow as no, createSigners as np, IndexerGrpcCampaignApi as nr, RFQQuoteType as ns, DerivativeTradesStreamCallbackV2 as nt, binaryToBase64 as nu, GrpcGovernanceTallyParams as nv, MsgExecuteContract as ny, ChainGrpcStakingTransformer as o, GrpcTradingRewardCampaignBoostInfo as o_, MegaVaultHistoricalPnL as oa, GridStrategyType as oc, spotPriceFromChainPrice as od, OrderHashManager as of, Metadata as og, GrpcPermissionsParams as oh, DerivativeTrade as oi, MitoIDOSubscriptionActivity as ol, StakingMsgs as om, OraclePricesByMarketsStreamCallback as on, AccountAuctionStatus as oo, getPublicKey as op, IndexerGrpcAccountApi as or, RFQSettlementType as os, IndexerGrpcExplorerStreamV2 as ot, hexToBase64 as ou, GrpcTallyResult as ov, MsgPrivilegedExecuteContract as oy, ChainGrpcWasmTransformer as p, TradingRewardCampaignBoostInfo as p_, MegaVaultPnlStats as pa, GrpcSubaccountBalanceTransfer as pc, spotQuantityToChainQuantityToFixed as pd, msgsOrMsgExecMsgs as pf, PubKey$1 as pg, PermissionParams as ph, GrpcDerivativeMarketInfo as pi, MitoPagination as pl, ChainModule as pm, IndexerGrpcSpotStream as pn, AuctionsStats as po, createTransactionAndCosmosSignDoc as pp, IndexerGrpcRFQApi as pr, AccessType as ps, IndexerGrpcAuctionStreamV2 as pt, uint8ArrayToHex as pu, Vote as pv, MsgDelegate as py, AccountPortfolioStreamCallbackV2 as q, GrpcAbsoluteTxPosition as q_, GrpcHistoricalVolumes as qa, GrpcMitoWhitelistAccount as qc, ofacList as qd, errorToErrorMessage as qf, GrpcFeeDiscountSchedule as qg, GrantAuthorizationWithDecodedAuthorization as qh, GrpcMegaVaultPnl as qi, BECH32_ADDR_ACC_PREFIX as ql, GrpcAuctionEventBid as qm, IndexerRestMarketChronosApi as qn, GrpcRFQProcessedQuote as qo, BankMsgs as qp, ExplorerTransactionApiResponse as qr, IndexerStreamTransaction as qs, BlocksStreamCallback as qt, derivativeQuantityToChainQuantity as qu, MsgRevokeAllowance as qv, ChainGrpcDistributionTransformer as r, GrpcSpotMarketOrder as r_, MegaVault as ra, ValidatorUptimeStatus as rc, getTensMultiplier as rd, MsgCreateNamespace as rf, BankModuleParams as rg, GrpcPermissionRoleIDs as rh, DerivativeMarketWithoutBinaryOptions as ri, MitoIDOProgress as rl, Msgs as rm, IndexerGrpcAccountStream as rn, PnlLeaderboard as ro, createTxRawEIP712 as rp, IndexerGrpcExplorerApi as rr, RFQRequestInputType as rs, IndexerGrpcDerivativesStreamV2 as rt, concatUint8Arrays as ru, GrpcGovernanceVotingParams as rv, MsgCreateDenom as ry, ChainGrpcAuctionTransformer as s, GrpcTradingRewardCampaignInfo as s_, MegaVaultHistoricalTVL as sa, ListTradingStrategiesResponse as sc, spotPriceFromChainPriceToFixed as sd, MsgInstantBinaryOptionsMarketLaunch as sf, SendEnabled as sg, PermissionActionMap as sh, ExpiryFuturesMarket as si, MitoLeaderboard as sl, TokenFactoryMsgs as sm, HistoricalStakingStreamCallback as sn, AccountAuctionV2 as so, getTransactionPartsFromTxRaw as sp, IndexerGrpcWeb3GwApi as sr, RFQSettlementUnfilledActionType as ss, TransactionsStreamCallbackV2 as st, hexToBuff as su, GrpcVote as sv, MsgEditValidator as sy, ChainGrpcInsuranceFundTransformer as t, GrpcPointsMultiplier as t_, GrpcMegaVaultVolatility as ta, ValidatorSlashingEvent as tc, getExactDecimalsFromNumber as td, MsgUpdateActorRoles as tf, GrpcMintParams as tg, GrpcPermissionRole as th, DerivativeLimitOrderParams as ti, MitoIDOClaimedCoins as tl, IbcMsgs as tm, IndexerGrpcAuctionStream as tn, Holder as to, createSignerInfo as tp, IndexerGrpcArchiverApi as tr, RFQProcessedQuoteType as ts, DerivativePositionsV2StreamCallbackV2 as tt, base64ToUtf8 as tu, GrpcGovernanceDepositParams as tv, MsgMigrateContract as ty, ChainGrpcErc20Transformer as u, OrderTypeMap as u_, MegaVaultOperator as ua, AccountPortfolio as uc, spotQuantityFromChainQuantity as ud, GenericAuthorization as uf, AuthBaseAccount as ug, PermissionAddressVoucher as uh, FundingRate as ui, MitoMission as ul, MsgCreateBinaryOptionsMarketOrder as um, TransfersStreamCallback as un, AuctionCoinPrices as uo, TxGrpcApi as up, IndexerGrpcSpotApi as ur, SettlementsResponse as us, GridStrategyStreamCallbackV2 as ut, toBase64 as uu, ProposalStatus as uv, MsgUpdateAdmin as uy, ChainGrpcGovTransformer as v, GrpcDelegationResponse as v_, MegaVaultSubscriptionStatus as va, SubaccountDeposit as vc, grpcCoinToUiCoin as vd, PrivateKey as vf, EvmParams as vg, PermissionRoleIDs as vh, GrpcExpiryFuturesMarketInfo as vi, MitoStakingPool as vl, FactoryDenomWithMetadata as vm, SpotOrdersStreamCallback as vn, GrpcAuctionContract as vo, createTxRawFromSigResponse as vp, IndexerModule as vr, BlockWithTxs as vs, OraclePricesByMarketsStreamCallbackV2 as vt, getDefaultSubaccountId as vu, MsgWithdrawValidatorCommission as vv, MsgMint as vy, ChainGrpcTokenFactoryApi as w, GrpcUnbondingDelegation as w_, MegaVaultVolatilityStats as wa, GrpcMitoClaimReference as wc, isServerSide as wd, getDefaultEip712Types as wf, CampaignRewardPool as wg, GrpcTxFeesEipBaseFee as wh, PerpetualMarket as wi, MitoVault as wl, GrpcDistributionParams as wm, IndexerGrpcMitoStreamTransformer as wn, Oracle as wo, RestTx as wp, GrpcAccountPortfolioV2 as wr, CosmWasmPermission as ws, VaultStreamCallbackV2 as wt, removeHexPrefix as wu, MsgUpdateDerivativeMarketV2 as wv, MsgSubmitProposalExpiryFuturesMarketLaunch as wy, ChainRestAuthApi as x, GrpcReDelegationEntryResponse as x_, MegaVaultUser as xa, TradingReward as xc, isJsonString as xd, MsgDecoder as xf, GrpcEvmChainConfig as xg, PermissionsModuleParams as xh, GrpcPerpetualMarketFunding as xi, MitoSubscription as xl, DistributionModuleParams as xm, IndexerGrpcInsuranceFundTransformer as xn, IndexerAuctionBid as xo, BroadcastModeKeplr as xp, ChronosMarketHistoryResponse as xr, ContractTransaction as xs, StakingRewardByAccountStreamCallbackV2 as xt, getInjectiveAddressFromSubaccountId as xu, MsgCreateDerivativeLimitOrder as xv, MsgExec as xy, ChainRestTendermintApi as y, GrpcPool as y_, MegaVaultTargetApr as ya, SubaccountPortfolio as yc, hexToNumber as yd, PublicKey as yf, GrpcEvmBlobConfig as yg, PermissionRoleManager as yh, GrpcFundingPayment as yi, MitoStakingReward as yl, TokenFactoryModuleParams as ym, SpotTradesStreamCallback as yn, GrpcAuctionV2 as yo, getTxRawFromTxRawOrDirectSignResponse as yp, StreamStatusResponse as yr, CW20Message as ys, HistoricalStakingStreamCallbackV2 as yt, getEthereumAddress as yu, MsgCreateDerivativeMarketOrder as yv, MsgBurn as yy, ChainGrpcBankApi as z, ContractAccountBalance as z_, GuildCampaignSummary as za, GrpcMitoStakingGauge as zc, privateKeyHashToPublicKeyBase64 as zd, SIGN_AMINO as zf, GrpcChainFullDerivativeMarket as zg, CancelSpotOrderAuthz as zh, GrpcMegaVaultAprStats as zi, recoverTypedSignaturePubKey as zl, AuctionModuleParams as zm, IndexerGrpcOracleTransformer as zn, GrpcTokenMeta as zo, TxClientBroadcastOptions as zp, BankTransferFromExplorerApiResponse as zr, GrpcGasFee as zs, DerivativeOrderHistoryStreamCallback as zt, derivativeMarginToChainMargin as zu, MsgReclaimLockedFunds as zv };
|
|
39806
|
+
export { TcDerivativeTradesStreamCallbackV2 as $, GrpcValidatorCommission as $_, AllSpotMarketSummaryResponse as $a, GrpcMitoIDO as $c, safeBigIntStringify as $d, getEip712DomainV2 as $f, ChainDerivativePosition as $g, TxFeesModuleStateParams as $h, Position as $i, MitoWhitelistAccount as $l, DenomBalance as $m, IndexerRestDerivativesChronosApi as $n, GrpcAtomicSwap as $o, SimulationResponse as $p, GrpcTcDerivativesOrdersHistoryResponse as $r, ExplorerBlockWithTxs as $s, BlocksWithTxsStreamCallback as $t, getSpotMarketDecimals as $u, MsgIncreasePositionMargin as $v, MsgSubmitProposalPerpetualMarketLaunch as $y, ChainGrpcAuctionApi as A, GrpcSpotOrder as A_, MegaVaultApr as Aa, WasmCode as Ac, isNumber as Ad, MsgUpdateParams as Af, GrpcBankParams as Ag, GrpcPermissionRoleManager as Ah, DerivativeOrderCancelParams as Ai, MitoIDOSubscriber as Al, OracleMsgs as Am, IndexerGrpcAccountPortfolioTransformer as An, SpotAverageEntry as Ao, createWeb3Extension as Ap, AccountPortfolioBalances as Ar, RFQRequestType as As, IndexerGrpcSpotStreamV2 as At, fromBase64 as Au, GrpcProposal as Av, MsgChangeAdmin as Ay, ChainGrpcAuthApi as B, TradingRewardCampaignInfo as B_, MegaVaultRedemption as Ba, GrpcSubaccountDeposit as Bc, bigIntReplacer as Bd, ExecArgNeptuneWithdraw as Bf, EvmBlobConfig as Bg, PermissionPolicyManagerCapability as Bh, GrpcDerivativeOrderHistory as Bi, MitoPortfolio as Bl, RestApiResponse as Bm, IndexerGrpcReferralTransformer as Bn, GrpcAccountAuctionV2 as Bo, createTransactionAndCosmosSignDocForAddressAndMsg as Bp, ChronosLeaderboard as Br, AccessTypeCode as Bs, createStreamSubscription as Bt, uint8ArrayToString as Bu, VoteOption as Bv, MsgSendToEth as By, ChainGrpcInsuranceFundApi as C, GrpcMarketStatusMap as C_, GrpcMegaVaultTargetApr as Ca, PeggyWithdrawalTx as Cc, formatNumberToAllowableDecimals as Cd, makeTimeoutTimestampInNs as Cf, GrpcRedemptionSchedule as Cg, GrpcPermissionAddressVoucher as Ch, BaseDerivativeMarket as Ci, MitoGauge as Cl, ExchangeV1Msgs as Cm, SpotOrdersStreamCallback as Cn, GrpcVolLeaderboard as Co, createFee as Cp, IndexerWsTakerStream as Cr, MakerStreamConfig as Cs, OraclePricesByMarketsStreamCallbackV2 as Ct, BECH32_PUBKEY_CONS_PREFIX as Cu, MarketingInfo as Cv, MsgGrantAllowance as Cy, ChainGrpcTendermintApi as D, GrpcPointsMultiplier as D_, GrpcMegaVaultVolatility as Da, ValidatorSlashingEvent as Dc, getExactDecimalsFromNumber as Dd, MsgUpdateActorRoles as Df, GrpcMintParams as Dg, GrpcPermissionRole as Dh, DerivativeLimitOrderParams as Di, MitoIDOClaimedCoins as Dl, IbcMsgs as Dm, IndexerGrpcTcDerivativesTransformer as Dn, Holder as Do, createSignerInfo as Dp, StreamStatusResponse as Dr, RFQProcessedQuoteType as Ds, TransfersStreamCallbackV2 as Dt, base64ToUtf8 as Du, GrpcGovernanceDepositParams as Dv, MsgMigrateContract as Dy, ChainGrpcPermissionsApi as E, GrpcOrderTypeMap as E_, GrpcMegaVaultVaultStats as Ea, TxMessage as Ec, formatPriceToAllowablePrice as Ed, protobufTimestampToUnixSeconds as Ef, OracleTypeMap as Eg, GrpcPermissionPolicyStatusManagerCapability as Eh, DerivativeLimitOrder as Ei, MitoIDO as El, GovMsgs as Em, IndexerTcDerivativesStreamTransformer as En, HistoricalVolumes as Eo, createSignDocFromTransaction as Ep, IndexerModule as Er, RFQMakerStreamAckData as Es, StakingRewardByAccountStreamCallbackV2 as Et, base64ToUint8Array as Eu, GovModuleStateParams as Ev, MsgCreateRateLimit as Ey, ChainGrpcPeggyApi as F, OrderType as F_, MegaVaultMaxDrawdown as Fa, TradingStrategy as Fc, spotPriceToChainPriceToFixed as Fd, ContractExecutionAuthorization as Ff, Account as Fg, PermissionAddressRoles as Fh, FundingPayment as Fi, MitoLeaderboardEpoch as Fl, MsgSetDelegationTransferReceivers as Fm, IndexerGrpcMegaVaultTransformer as Fn, AuctionCoin as Fo, TxRestApi as Fp, GrpcPositionsWithUPNL as Fr, RFQTakerStreamAckData as Fs, IndexerGrpcRfqStreamV2 as Ft, stringToUint8Array as Fu, ProposalDeposit as Fv, MsgUndelegate as Fy, createStreamSubscriptionV2 as G, GrpcPool as G_, MegaVaultTargetApr as Ga, SubaccountPortfolio as Gc, hexToNumber as Gd, PublicKey as Gf, GrpcEvmBlobConfig as Gg, PermissionRoleManager as Gh, GrpcFundingPayment as Gi, MitoStakingReward as Gl, TokenFactoryModuleParams as Gm, IndexerSpotStreamTransformer as Gn, GrpcAuctionV2 as Go, getTxRawFromTxRawOrDirectSignResponse as Gp, ChronosDerivativeMarketSummary as Gr, CW20Message as Gs, DerivativeOrderbookUpdateStreamCallback as Gt, getEthereumAddress as Gu, MsgCreateDerivativeMarketOrder as Gv, MsgBurn as Gy, ChainGrpcIbcApi as H, Delegation as H_, MegaVaultStats as Ha, GrpcTradingReward as Hc, bigIntToString as Hd, MsgBroadcasterWithPk as Hf, EvmChainConfig as Hg, PermissionRole as Hh, GrpcDerivativePositionV2 as Hi, MitoStakeToSubscription as Hl, NodeInfoRestResponse as Hm, IndexerGrpcArchiverTransformer as Hn, GrpcAuctionCoin as Ho, createTransactionFromMsg as Hp, ChronosLeaderboardResponse as Hr, BankTransfer as Hs, IndexerGrpcAccountPortfolioStream as Ht, getAddressFromInjectiveAddress as Hu, WeightedVoteOption as Hv, MsgDeposit as Hy, ChainGrpcAuthZApi as I, OrderTypeMap as I_, MegaVaultOperator as Ia, AccountPortfolio as Ic, spotQuantityFromChainQuantity as Id, GenericAuthorization as If, AuthBaseAccount as Ig, PermissionAddressVoucher as Ih, FundingRate as Ii, MitoMission as Il, MsgCreateBinaryOptionsMarketOrder as Im, IndexerAuctionStreamTransformer as In, AuctionCoinPrices as Io, TxGrpcApi as Ip, GrpcSubaccountDepositV2 as Ir, SettlementsResponse as Is, QuoteStreamCallbackV2 as It, toBase64 as Iu, ProposalStatus as Iv, MsgUpdateAdmin as Iy, IndexerGrpcAccountPortfolioStreamV2 as J, GrpcReDelegationResponse as J_, MegaVaultUserStats as Ja, TransferType as Jc, isNode as Jd, getEip712TypedData as Jf, GrpcEvmLog as Jg, GrpcOracleParams as Jh, GrpcPerpetualMarketInfo as Ji, MitoTokenInfo as Jl, GrpcDecCoin as Jm, IndexerCampaignTransformer as Jn, StreamBidsResponse as Jo, RestAuthInfo as Jp, GrpcTcDerivativeOrderHistory as Jr, ContractTransactionWithMessages as Js, DerivativePositionsStreamCallback as Jt, getSubaccountId as Ju, MsgWithdrawDelegatorReward as Jv, MsgSubmitProposal as Jy, StreamManagerV2 as K, GrpcReDelegation as K_, MegaVaultUnrealizedPnl as Ka, SubaccountTransfer as Kc, isBrowser as Kd, Address as Kf, GrpcEvmBlobScheduleConfig as Kg, PermissionVoucher as Kh, GrpcFundingRate as Ki, MitoSubaccountBalance as Kl, TokenFactoryModuleState as Km, IndexerGrpcOracleTransformer as Kn, GrpcIndexerAuctionBid as Ko, BroadcastMode as Kp, ChronosDerivativeMarketSummaryResponse as Kr, Contract as Ks, DerivativeOrderbookV2StreamCallback as Kt, getInjectiveAddress as Ku, MsgBatchCancelDerivativeOrders as Kv, MsgTransfer as Ky, ChainGrpcWasmApi as L, PointsMultiplier as L_, MegaVaultOperatorRedemptionBucket as La, GrpcAccountPortfolio as Lc, spotQuantityFromChainQuantityToFixed as Ld, GrantAuthorizationType as Lf, AuthModuleParams as Lg, PermissionGenesisState as Lh, GrpcBinaryOptionsMarketInfo as Li, MitoMissionLeaderboard as Ll, MsgBatchCancelBinaryOptionsOrders as Lm, IndexerAccountStreamTransformer as Ln, AuctionContract as Lo, waitTxBroadcasted as Lp, PortfolioSubaccountBalanceV2 as Lr, TakerStreamConfig as Ls, RequestStreamCallbackV2 as Lt, toUtf8 as Lu, ProposalStatusMap as Lv, MsgWithdraw as Ly, ChainGrpcOracleApi as M, GrpcTradingRewardCampaignBoostInfo as M_, MegaVaultHistoricalPnL as Ma, GridStrategyType as Mc, spotPriceFromChainPrice as Md, OrderHashManager as Mf, Metadata as Mg, GrpcPermissionsParams as Mh, DerivativeTrade as Mi, MitoIDOSubscriptionActivity as Ml, StakingMsgs as Mm, IndexerGrpcDerivativeTransformer as Mn, AccountAuctionStatus as Mo, getPublicKey as Mp, GrpcAccountPortfolioV2 as Mr, RFQSettlementType as Ms, SpotOrderbookUpdateStreamCallbackV2 as Mt, hexToBase64 as Mu, GrpcTallyResult as Mv, MsgPrivilegedExecuteContract as My, ChainGrpcErc20Api as N, GrpcTradingRewardCampaignInfo as N_, MegaVaultHistoricalTVL as Na, ListTradingStrategiesResponse as Nc, spotPriceFromChainPriceToFixed as Nd, MsgInstantBinaryOptionsMarketLaunch as Nf, SendEnabled as Ng, PermissionActionMap as Nh, ExpiryFuturesMarket as Ni, MitoLeaderboard as Nl, TokenFactoryMsgs as Nm, ExplorerStreamTransformer as Nn, AccountAuctionV2 as No, getTransactionPartsFromTxRaw as Np, GrpcPortfolioSubaccountBalanceV2 as Nr, RFQSettlementUnfilledActionType as Ns, SpotOrdersStreamCallbackV2 as Nt, hexToBuff as Nu, GrpcVote as Nv, MsgEditValidator as Ny, ChainGrpcExchangeApi as O, GrpcSpotMarket as O_, GrpcMegaVaultVolatilityStats as Oa, ValidatorUptime as Oc, getSignificantDecimalsFromNumber as Od, MsgUpdateNamespace as Of, MinModuleParams as Og, GrpcPermissionRoleActors as Oh, DerivativeMarket as Oi, MitoIDOInitParams as Ol, InsuranceMsgs as Om, IndexerGrpcInsuranceFundTransformer as On, LeaderboardRow as Oo, createSigners as Op, AllChronosMarketHistory as Or, RFQQuoteType as Os, VaultHolderSubscriptionStreamCallbackV2 as Ot, binaryToBase64 as Ou, GrpcGovernanceTallyParams as Ov, MsgExecuteContract as Oy, ChainGrpcWasmXApi as P, IsOptedOutOfRewards as P_, MegaVaultIncentives as Pa, MarketType as Pc, spotPriceToChainPrice as Pd, ContractExecutionCompatAuthorization as Pf, TotalSupply as Pg, PermissionActorRoles as Ph, ExpiryFuturesMarketInfo as Pi, MitoLeaderboardEntry as Pl, WasmMsgs as Pm, IndexerArchiverStreamTransformer as Pn, Auction as Po, generateArbitrarySignDoc as Pp, GrpcPositionV2 as Pr, RFQStreamErrorData as Ps, SpotTradesStreamCallbackV2 as Pt, hexToUint8Array as Pu, Proposal as Pv, MsgUnderwrite as Py, TcDerivativePositionsStreamCallbackV2 as Q, GrpcValidator as Q_, AllChronosSpotMarketSummary as Qa, GrpcMitoHolders as Qc, protoObjectToJson as Qd, getEip712Domain as Qf, ChainDenomMinNotional as Qg, TxFeesEipBaseFee as Qh, PerpetualMarketInfo as Qi, MitoVestingConfigMap as Ql, BalancesResponse as Qm, IndexerRestLeaderboardChronosApi as Qn, BatchSpotOrderCancelParams as Qo, RestTxLog as Qp, GrpcTcDerivativeTradesResponse as Qr, EventLogEvent as Qs, BlocksStreamCallback as Qt, getDerivativeMarketTensMultiplier as Qu, MsgInstantSpotMarketLaunch as Qv, MsgSubmitProposalSpotMarketParamUpdate as Qy, ChainGrpcMintApi as R, TradeRewardCampaign as R_, MegaVaultPnl as Ra, GrpcSubaccountBalance as Rc, spotQuantityToChainQuantity as Rd, getGenericAuthorizationFromMessageType as Rf, EthAccount as Rg, PermissionNamespace as Rh, GrpcDerivativeLimitOrder as Ri, MitoMissionLeaderboardEntry as Rl, MsgAdminUpdateBinaryOptionsMarket as Rm, IndexerRestExplorerTransformer as Rn, AuctionV2 as Ro, createTransaction as Rp, PositionsWithUPNL as Rr, TakerStreamEvents as Rs, SettlementStreamCallbackV2 as Rt, uint8ArrayToBase64 as Ru, TallyResult as Rv, MsgSignData as Ry, ChainRestBankApi as S, GrpcMarketStatus as S_, GrpcMegaVaultSubscription as Sa, PeggyDepositTx as Sc, formatAmountToAllowableDecimals as Sd, makeTimeoutTimestamp as Sf, GrpcInsuranceParams as Sg, GrpcPermissionActorRoles as Sh, WasmCodeExplorerApiResponse as Si, MitoDenomBalance as Sl, ExchangeMsgs as Sm, SpotOrderbookV2StreamCallback as Sn, GrpcSpotAverageEntry as So, createBody as Sp, IndexerWsMakerStream as Sr, GrpcRFQSettlement as Ss, OraclePriceStreamCallbackV2 as St, BECH32_PUBKEY_ACC_PREFIX as Su, GrpcContractInfo as Sv, MsgBeginRedelegate as Sy, ChainGrpcDistributionApi as T, GrpcOrderType as T_, GrpcMegaVaultUserStats as Ta, Transaction as Tc, formatPriceToAllowableDecimals as Td, protobufTimestampToUnixMs as Tf, InsuranceModuleParams as Tg, GrpcPermissionPolicyStatus as Th, BinaryOptionsMarket as Ti, MitoHolders as Tl, FeegrantMsgs as Tm, IndexerAccountPortfolioStreamTransformer as Tn, HistoricalRPNL as To, createSignDoc as Tp, GrpcWebSocketCodec as Tr, RFQExpiryType as Ts, IndexerGrpcMitoStreamV2 as Tt, DEFAULT_DERIVATION_PATH as Tu, grpcContractInfo as Tv, MsgUpdateRateLimit as Ty, ChainGrpcGovApi as U, GrpcDelegation as U_, MegaVaultSubscription as Ua, SubaccountBalance as Uc, getErrorMessage as Ud, BaseAccount as Uf, EvmLog as Ug, PermissionRoleActors as Uh, GrpcDerivativeTrade as Ui, MitoStakingActivity as Ul, AuthorityMetadata as Um, IndexerGrpcAuctionTransformer as Un, GrpcAuctionCoinPrices as Uo, createTransactionWithSigners as Up, AllChronosDerivativeMarketSummary as Ur, Block$1 as Us, DerivativeMarketStreamCallback as Ut, getChecksumAddress as Uu, MsgCreateBinaryOptionsLimitOrder as Uv, MsgMultiSend as Uy, ChainGrpcEvmApi as V, BondStatus as V_, MegaVaultRedemptionStatus as Va, GrpcSubaccountPortfolio as Vc, bigIntToNumber as Vd, ExecArgNeptuneDeposit as Vf, EvmBlobScheduleConfig as Vg, PermissionPolicyStatus as Vh, GrpcDerivativePosition as Vi, MitoPriceSnapshot as Vl, BlockLatestRestResponse as Vm, IndexerGrpcExplorerTransformer as Vn, GrpcAuction as Vo, createTransactionForAddressAndMsg as Vp, ChronosLeaderboardEntry as Vr, BankMsgSendTransaction as Vs, AccountPortfolioStreamCallback as Vt, addHexPrefix as Vu, VoteOptionMap as Vv, MsgStoreCode as Vy, accountEthParser as W, GrpcDelegationResponse as W_, MegaVaultSubscriptionStatus as Wa, SubaccountDeposit as Wc, grpcCoinToUiCoin as Wd, PrivateKey as Wf, EvmParams as Wg, PermissionRoleIDs as Wh, GrpcExpiryFuturesMarketInfo as Wi, MitoStakingPool as Wl, FactoryDenomWithMetadata as Wm, IndexerGrpcAccountTransformer as Wn, GrpcAuctionContract as Wo, createTxRawFromSigResponse as Wp, AllDerivativeMarketSummaryResponse as Wr, BlockWithTxs as Ws, DerivativeOrderHistoryStreamCallback as Wt, getDefaultSubaccountId as Wu, MsgWithdrawValidatorCommission as Wv, MsgMint as Wy, TcDerivativeOrderHistoryStreamCallbackV2 as X, GrpcUnbondingDelegation as X_, MegaVaultVolatilityStats as Xa, GrpcMitoClaimReference as Xc, isServerSide as Xd, getDefaultEip712Types as Xf, CampaignRewardPool as Xg, GrpcTxFeesEipBaseFee as Xh, PerpetualMarket as Xi, MitoVault as Xl, GrpcDistributionParams as Xm, IndexerGrpcMitoTransformer as Xn, Oracle as Xo, RestTx as Xp, GrpcTcDerivativePosition as Xr, CosmWasmPermission as Xs, DerivativeTradesStreamCallback as Xt, removeHexPrefix as Xu, MsgUpdateDerivativeMarketV2 as Xv, MsgSubmitProposalExpiryFuturesMarketLaunch as Xy, IndexerGrpcTcDerivativesStreamV2 as Y, GrpcStakingParams as Y_, MegaVaultVolatility as Ya, GrpcMitoChanges as Yc, isReactNative as Yd, getEip712TypedDataV2 as Yf, GrpcEvmParams as Yg, OracleModuleParams as Yh, GrpcPositionDelta as Yi, MitoTransfer as Yl, GrpcDelegationDelegatorReward as Ym, IndexerGrpcSpotTransformer as Yn, GrpcOracle as Yo, RestSignerInfo as Yp, GrpcTcDerivativeOrdersResponse as Yr, CosmWasmChecksum as Ys, DerivativePositionsV2StreamCallback as Yt, isCw20ContractAddress as Yu, MsgCancelUnbondingDelegation as Yv, ProposalDecomposer as Yy, TcDerivativeOrdersStreamCallbackV2 as Z, GrpcUnbondingDelegationEntry as Z_, OperationStatusLogEntry as Za, GrpcMitoDenomBalance as Zc, objectToJson as Zd, getDefaultEip712TypesV2 as Zf, ChainDenomDecimal as Zg, GrpcTxFeesParams as Zh, PerpetualMarketFunding as Zi, MitoVestingConfig as Zl, ValidatorRewards as Zm, IndexerGrpcRfqTransformer as Zn, AtomicSwap as Zo, RestTxBody as Zp, GrpcTcDerivativeTradeHistory as Zr, EventLog as Zs, IndexerGrpcDerivativesStream as Zt, getDerivativeMarketDecimals as Zu, MsgCancelBinaryOptionsOrder as Zv, MsgSubmitProposalPerpetualMarketLaunchV2 as Zy, ChainGrpcEvmTransformer as _, GrpcExchangeParams as __, GrpcMegaVaultOperator as _a, GrpcValidatorUptime as _c, derivativeQuantityFromChainQuantity as _d, sha256 as _f, Grant$1 as _g, GrpcAuctionEventAuctionResult as _h, ExplorerApiResponseWithPagination as _i, GrpcMitoTokenInfo as _l, AuctionMsgs as _m, VaultStreamCallback as _n, GrpcHistoricalBalance as _o, getEthereumSignerAddress as _p, IndexerGrpcOracleApi as _r, Route as _s, BidsStreamCallbackV2 as _t, paginationRequestFromPagination as _u, ContractStateWithPagination as _v, MsgBatchUpdateOrders as _y, ChainGrpcExchangeTransformer as a, FeeDiscountSchedule as a_, InsuranceFundCreateParams as aa, MsgRevoke as ab, ExplorerValidator as ac, denomAmountFromGrpcChainDenomAmount as ad, TypedMessageV4 as af, PeggyModuleParams as ag, AuctionBid as ah, TcDerivativePosition as ai, GrpcMitoLeaderboardEntry as al, TxSearchResultParams as am, BidsStreamCallback as an, GrpcCampaign as ao, getObjectEip712PropertyType as ap, IndexerGrpcAccountPortfolioApi as ar, SpotLimitOrderParams as as, DerivativePositionsStreamCallbackV2 as at, TransportEventType as au, UnBondingDelegation as av, MsgCreateSpotLimitOrder as ay, ChainRestWasmApi as b, GrpcFeeDiscountTierInfo as b_, GrpcMegaVaultPnlStats as ba, Message as bc, derivativeQuantityToChainQuantityToFixed as bd, getGrpcWebTransport as bf, GrantWithDecodedAuthorization as bg, GrpcAuctionLastAuctionResult as bh, TransactionFromExplorerApiResponse as bi, MitoChanges as bl, DistributionMsgs as bm, SpotOrderHistoryStreamCallback as bn, GrpcLeaderboardRow as bo, isTxNotFoundError as bp, IndexerGrpcMitoApi as br, GrpcRFQQuote as bs, IndexerGrpcAccountStreamV2 as bt, BECH32_ADDR_CONS_PREFIX as bu, GrpcCodeInfoResponse as bv, MsgCancelSpotOrder as by, ChainGrpcCommonTransformer as c, GrpcCampaignRewardPool as c_, IncentivesCampaign as ca, MsgSend as cb, GasFee as cc, denomAmountToGrpcChainDenomAmount as cd, hashToHex as cf, BatchCreateDerivativeLimitOrdersAuthz as cg, AuctionEventAuctionStart as ch, TcDerivativesOrdersHistoryResponse as ci, GrpcMitoMissionLeaderboardEntry as cl, CreateTransactionWithSignersArgs as cm, IndexerGrpcAccountStream as cn, GrpcGuild as co, protoTypeToAminoType as cp, IndexerGrpcReferralApi as cr, SpotOrderHistory as cs, IndexerGrpcDerivativesStreamV2 as ct, WsReconnectConfig as cu, ValidatorDescription as cv, MsgFundCommunityPool as cy, ChainGrpcPeggyTransformer as d, GrpcChainFullDerivativeMarket as d_, GrpcMegaVaultAprStats as da, GrpcGasFee as dc, derivativeMarginToChainMargin as dd, privateKeyHashToPublicKeyBase64 as df, CancelSpotOrderAuthz as dg, AuctionModuleParams as dh, BankTransferFromExplorerApiResponse as di, GrpcMitoStakingGauge as dl, TxClientBroadcastOptions as dm, OraclePricesByMarketsStreamCallback as dn, GuildCampaignSummary as do, SIGN_AMINO as dp, IndexerGrpcExplorerApi as dr, GrpcTokenMeta as ds, IndexerGrpcExplorerStreamV2 as dt, recoverTypedSignaturePubKey as du, ContractAccountBalance as dv, MsgReclaimLockedFunds as dy, ChainPosition as e_, PositionDelta as ea, MsgGrantProviderPrivilegeProposal as eb, ExplorerCW20BalanceWithToken as ec, getSpotMarketTensMultiplier as ed, sortObjectByKeys as ef, GrpcParams as eg, DenomOwnersResponse as eh, GrpcTcDerivativesPositionsResponse as ei, GrpcMitoIDOClaimedCoins as el, TxInfo as em, IndexerGrpcExplorerStream as en, ChronosSpotMarketSummary as eo, getEip712Fee as ep, IndexerRestMarketChronosApi as er, GrpcSpotLimitOrder as es, DerivativeMarketStreamCallbackV2 as et, GrpcDecodeError as eu, GrpcValidatorCommissionRates as ev, MsgCreateSpotMarketOrder as ey, ChainGrpcAuthZTransformer as f, GrpcChainFullSpotMarket as f_, GrpcMegaVaultHistoricalPnL as fa, GrpcIBCTransferTx as fc, derivativeMarginToChainMarginToFixed as fd, privateKeyToPublicKey as ff, CreateDerivativeLimitOrderAuthz as fg, AuctionModuleState as fh, BlockFromExplorerApiResponse as fi, GrpcMitoStakingPool as fl, TxClientBroadcastResponse as fm, HistoricalStakingStreamCallback as fn, GuildMember as fo, SIGN_DIRECT as fp, IndexerGrpcTradingApi as fr, IndexerTokenMeta as fs, TransactionsStreamCallbackV2 as ft, fetchAllWithPagination as fu, ContractAccountsBalanceWithPagination as fv, MsgRelayProviderPrices as fy, ChainGrpcAuthTransformer as g, GrpcDenomMinNotional as g_, GrpcMegaVaultOperationStatusLogEntry as ga, GrpcValidatorSlashingEvent as gc, derivativePriceToChainPriceToFixed as gd, sanitizeTypedData as gf, GenericAuthorization$1 as gg, GrpcAuctionBid as gh, ExplorerApiResponse as gi, GrpcMitoSubscription as gl, TxResponse as gm, VaultHolderSubscriptionStreamCallback as gn, GrpcDenomHolders as go, createAnyMessage as gp, IndexerGrpcTransactionApi as gr, QuantityAndFees as gs, IndexerGrpcTradingStreamV2 as gt, pageRequestToGrpcPageRequestV2 as gu, ContractInfo as gv, MsgLiquidatePosition as gy, ChainGrpcBankTransformer as h, GrpcDenomDecimals as h_, GrpcMegaVaultMaxDrawdown as ha, GrpcPeggyWithdrawalTx as hc, derivativePriceToChainPrice as hd, ripemd160 as hf, CreateSpotMarketOrderAuthz as hg, AuctionParams as hh, ContractTransactionExplorerApiResponse as hi, GrpcMitoSubaccountBalance as hl, TxConcreteApi as hm, TransfersStreamCallback as hn, DenomHolders as ho, createAny as hp, IndexerGrpcWeb3GwApi as hr, PriceLevel as hs, GridStrategyStreamCallbackV2 as ht, grpcPagingToPagingV2 as hu, ContractCodeHistoryOperationTypeMap as hv, MsgInstantiateContract as hy, ChainGrpcPermissionsTransformer as i, FeeDiscountAccountInfo as i_, IndexerInsuranceFund as ia, MsgDeposit$1 as ib, ExplorerTxsV2Response as ic, denomAmountFromChainDenomAmountToFixed as id, TypedDataUtilsSanitizeData as if, GrpcPeggyParams as ig, CosmosAccountRestResponse as ih, TcDerivativeOrdersResponse as ii, GrpcMitoIDOSubscriptionActivity as il, TxSearchResult as im, IndexerGrpcTradingStream as in, CampaignV2 as io, getTypesIncludingFeePayer as ip, IndexerGrpcTcDerivativesApi as ir, SpotLimitOrder as is, DerivativeOrdersStreamCallbackV2 as it, TransportEventListener as iu, StakingModuleParams as iv, MsgCancelPostOnlyModeV2 as iy, ChainGrpcTxFeesApi as j, GrpcTradeRewardCampaign as j_, MegaVaultAprStats as ja, GridStrategyStreamResponse as jc, numberToCosmosSdkDecString as jd, MsgClaimVoucher as jf, GrpcSupply as jg, GrpcPermissionsNamespace as jh, DerivativeOrderHistory as ji, MitoIDOSubscription as jl, PeggyMsgs as jm, IndexerGrpcMitoStreamTransformer as jn, VolLeaderboard as jo, getAminoStdSignDoc as jp, AccountPortfolioV2 as jr, RFQSettlementLimitActionType as js, SpotOrderHistoryStreamCallbackV2 as jt, fromUtf8 as ju, GrpcProposalDeposit as jv, MsgRewardsOptOut as jy, ChainGrpcStakingApi as k, GrpcSpotMarketOrder as k_, MegaVault as ka, ValidatorUptimeStatus as kc, getTensMultiplier as kd, MsgCreateNamespace as kf, BankModuleParams as kg, GrpcPermissionRoleIDs as kh, DerivativeMarketWithoutBinaryOptions as ki, MitoIDOProgress as kl, Msgs as km, IndexerDerivativeStreamTransformer as kn, PnlLeaderboard as ko, createTxRawEIP712 as kp, ChronosMarketHistoryResponse as kr, RFQRequestInputType as ks, VaultStreamCallbackV2 as kt, concatUint8Arrays as ku, GrpcGovernanceVotingParams as kv, MsgCreateDenom as ky, ChainGrpcTxFeesTransformer as l, GrpcChainDerivativeMarket as l_, IncentivesRound as la, MsgVote as lb, GrpcBankMsgSendMessage as lc, derivativeMarginFromChainMargin as ld, messageHash as lf, BatchCreateSpotLimitOrdersAuthz as lg, AuctionEventBid as lh, TcDerivativesPositionsResponse as li, GrpcMitoPagination as ll, MsgArg as lm, IndexerGrpcOracleStream as ln, GrpcGuildMember as lo, stringTypeToReflectionStringType as lp, IndexerGrpcArchiverApi as lr, SpotTrade as ls, BlocksStreamCallbackV2 as lt, WsState as lu, AbsoluteTxPosition as lv, MsgSetDenomMetadata as ly, ChainGrpcMintTransformer as m, GrpcChainSpotMarket as m_, GrpcMegaVaultIncentives as ma, GrpcPeggyDepositTx as mc, derivativePriceFromChainPriceToFixed as md, publicKeyToAddress as mf, CreateSpotLimitOrderAuthz as mg, AuctionModuleStateResponse as mh, ContractExplorerApiResponse as mi, GrpcMitoStakingStakingReward as ml, TxClientSimulateResponse as mm, StakingRewardByAccountStreamCallback as mn, AccountStats as mo, SIGN_EIP712_V2 as mp, IndexerGrpcAccountApi as mr, OrderbookWithSequence as ms, SpotAverageEntriesStreamCallbackV2 as mt, grpcPagingToPaging as mu, ContractCodeHistoryOperationType as mv, MsgRequestRedemption as my, ChainGrpcTokenFactoryTransformer as n, ExchangeModuleParams as n_, GrpcIndexerInsuranceFund as na, MsgSubmitGenericProposal as nb, ExplorerTransaction as nc, cosmosSdkDecToBigNumber as nd, SignTypedDataVersionV4 as nf, Params$6 as ng, AccountsResponse as nh, TcDerivativeLimitOrder as ni, GrpcMitoIDOSubscriber as nl, TxResult as nm, IndexerGrpcArchiverStream as nn, Campaign as no, getEipTxContext as np, IndexerRestExplorerApi as nr, GrpcSpotOrderHistory as ns, DerivativeOrderbookUpdateStreamCallbackV2 as nt, IsomorphicWebSocket as nu, Pool as nv, MsgBatchCancelSpotOrders as ny, ChainGrpcStakingTransformer as o, FeeDiscountTierInfo as o_, Redemption as oa, MsgGrant as ob, ExplorerValidatorDescription as oc, denomAmountToChainDenomAmount as od, decompressPubKey as of, BatchCancelDerivativeOrdersAuthz as og, AuctionCurrentBasket as oh, TcDerivativeTradeHistory as oi, GrpcMitoLeaderboardEpoch as ol, CreateTransactionArgs as om, IndexerGrpcAuctionStream as on, GrpcCampaignUser as oo, numberTypeToReflectionNumberType as op, IndexerGrpcDerivativesApi as or, SpotMarket as os, DerivativePositionsV2StreamCallbackV2 as ot, TransportEvents as ou, Validator as ov, MsgAuthorizeStakeGrants as oy, ChainGrpcWasmTransformer as p, GrpcChainPosition as p_, GrpcMegaVaultHistoricalTVL as pa, GrpcIndexerValidatorDescription as pc, derivativePriceFromChainPrice as pd, privateKeyToPublicKeyBase64 as pf, CreateDerivativeMarketOrderAuthz as pg, AuctionModuleStateParams as ph, CW20BalanceExplorerApiResponse as pi, GrpcMitoStakingStakingActivity as pl, TxClientMode as pm, IndexerGrpcMitoStream as pn, ReferralDetails as po, SIGN_EIP712 as pp, IndexerGrpcAuctionApi as pr, Orderbook as ps, IndexerGrpcArchiverStreamV2 as pt, grpcPaginationToPagination as pu, ContractCodeHistoryEntry as pv, MsgTransferDelegation as py, AccountPortfolioStreamCallbackV2 as q, GrpcReDelegationEntryResponse as q_, MegaVaultUser as qa, TradingReward as qc, isJsonString as qd, MsgDecoder as qf, GrpcEvmChainConfig as qg, PermissionsModuleParams as qh, GrpcPerpetualMarketFunding as qi, MitoSubscription as ql, DistributionModuleParams as qm, IndexerRfqStreamTransformer as qn, IndexerAuctionBid as qo, BroadcastModeKeplr as qp, GrpcTcDerivativeLimitOrder as qr, ContractTransaction as qs, DerivativeOrdersStreamCallback as qt, getInjectiveAddressFromSubaccountId as qu, MsgCreateDerivativeLimitOrder as qv, MsgExec as qy, ChainGrpcDistributionTransformer as r, ExchangeParams as r_, GrpcIndexerRedemptionSchedule as ra, MsgSubmitTextProposal as rb, ExplorerTransactionV2 as rc, denomAmountFromChainDenomAmount as rd, TypedDataUtilsHashStruct as rf, TokenPair as rg, BaseAccountRestResponse as rh, TcDerivativeOrderHistory as ri, GrpcMitoIDOSubscription as rl, TxResultResponse as rm, SpotAverageEntriesStreamCallback as rn, CampaignUser as ro, getEipTxDetails as rp, IndexerGrpcInsuranceFundApi as rr, GrpcSpotTrade as rs, DerivativeOrderbookV2StreamCallbackV2 as rt, ResolvedWsTransportConfig as ru, ReDelegation as rv, MsgGrantWithAuthorization as ry, ChainGrpcAuctionTransformer as s, FeeDiscountTierTTL as s_, RedemptionStatus as sa, MsgBid as sb, ExplorerValidatorUptime as sc, denomAmountToChainDenomAmountToFixed as sd, domainHash as sf, BatchCancelSpotOrdersAuthz as sg, AuctionEventAuctionResult as sh, TcDerivativeTradesResponse as si, GrpcMitoMission as sl, CreateTransactionResult as sm, BalanceStreamCallback as sn, GrpcCampaignV2 as so, objectKeysToEip712Types as sp, IndexerGrpcMegaVaultApi as sr, SpotOrderCancelParams as ss, DerivativeTradesStreamCallbackV2 as st, WsDisconnectReason as su, ValidatorCommission as sv, MsgCreateInsuranceFund as sy, ChainGrpcInsuranceFundTransformer as t, DepositProposalParams as t_, PositionV2 as ta, MsgSubmitProposalSpotMarketLaunch as tb, ExplorerStats as tc, amountToCosmosSdkDecAmount as td, sortObjectByKeysWithReduce as tf, GrpcTokenPair as tg, AccountResponse as th, GrpcTcPositionDelta as ti, GrpcMitoIDOProgress as tl, TxInfoResponse as tm, TransactionsStreamCallback as tn, ChronosSpotMarketSummaryResponse as to, getEip712FeeV2 as tp, IndexerRestSpotChronosApi as tr, GrpcSpotMarketInfo as ts, DerivativeOrderHistoryStreamCallbackV2 as tt, GrpcFrame as tu, GrpcValidatorDescription as tv, MsgCancelDerivativeOrder as ty, ChainGrpcErc20Transformer as u, GrpcChainDerivativePosition as u_, GrpcMegaVaultApr as ua, GrpcWebFetchTransport as ub, GrpcExplorerStats as uc, derivativeMarginFromChainMarginToFixed as ud, privateKeyHashToPublicKey as uf, CancelDerivativeOrderAuthz as ug, AuctionLastAuctionResult as uh, TcPositionDelta as ui, GrpcMitoPriceSnapshot as ul, SignerDetails as um, OraclePriceStreamCallback as un, Guild as uo, TxClient as up, IndexerGrpcCampaignApi as ur, GrpcPriceLevel as us, BlocksWithTxsStreamCallbackV2 as ut, WsTransportConfig as uu, CodeInfoResponse as uv, MsgUpdateSpotMarketV2 as uy, ChainGrpcGovTransformer as v, GrpcFeeDiscountAccountInfo as v_, GrpcMegaVaultOperatorRedemptionBucket as va, IBCTransferTx as vc, derivativeQuantityFromChainQuantityToFixed as vd, parseCoins as vf, GrantAuthorization$1 as vg, GrpcAuctionEventAuctionStart as vh, ExplorerBlockApiResponse as vi, GrpcMitoVault as vl, AuthzMsgs as vm, IndexerGrpcSpotStream as vn, GrpcHistoricalRPNL as vo, getInjectiveSignerAddress as vp, IndexerGrpcSpotApi as vr, GrpcRFQExpiry as vs, IndexerGrpcAuctionStreamV2 as vt, paginationUint8ArrayToString as vu, GoogleProtoBufAny as vv, MsgExternalTransfer as vy, ChainGrpcTokenFactoryApi as w, GrpcOrderInfo as w_, GrpcMegaVaultUnrealizedPnl as wa, Signature as wc, formatNumberToAllowableTensMultiplier as wd, protobufTimestampToDate as wf, InsuranceFund as wg, GrpcPermissionNamespace as wh, BatchDerivativeOrderCancelParams as wi, MitoGaugeStatus as wl, ExchangeV2Msgs as wm, SpotTradesStreamCallback as wn, HistoricalBalance as wo, createNonCriticalExtensionFromObject as wp, GrpcWebSocketTransport as wr, MakerStreamEvents as ws, HistoricalStakingStreamCallbackV2 as wt, BECH32_PUBKEY_VAL_PREFIX as wu, TokenInfo$1 as wv, MsgRemoveRateLimit as wy, ChainRestAuthApi as x, GrpcFeeDiscountTierTTL as x_, GrpcMegaVaultRedemption as xa, Paging as xc, formatAmountToAllowableAmount as xd, getGasPriceBasedOnMessage as xf, GrpcInsuranceFund as xg, GrpcAuctionParams as xh, ValidatorUptimeFromExplorerApiResponse as xi, MitoClaimReference as xl, Erc20Msgs as xm, SpotOrderbookUpdateStreamCallback as xn, GrpcPnlLeaderboard as xo, createAuthInfo as xp, IndexerGrpcRFQApi as xr, GrpcRFQRequest as xs, IndexerGrpcOracleStreamV2 as xt, BECH32_ADDR_VAL_PREFIX as xu, GrpcContractCodeHistoryEntry as xv, MsgCreateValidator as xy, ChainRestTendermintApi as y, GrpcFeeDiscountSchedule as y_, GrpcMegaVaultPnl as ya, IndexerStreamTransaction as yc, derivativeQuantityToChainQuantity as yd, ofacList as yf, GrantAuthorizationWithDecodedAuthorization as yg, GrpcAuctionEventBid as yh, ExplorerTransactionApiResponse as yi, GrpcMitoWhitelistAccount as yl, BankMsgs as ym, MarketsStreamCallback as yn, GrpcHistoricalVolumes as yo, errorToErrorMessage as yp, IndexerGrpcMetaApi as yr, GrpcRFQProcessedQuote as ys, BalanceStreamCallbackV2 as yt, BECH32_ADDR_ACC_PREFIX as yu, GrpcAbsoluteTxPosition as yv, MsgRevokeAllowance as yy, ChainGrpcBankApi as z, TradingRewardCampaignBoostInfo as z_, MegaVaultPnlStats as za, GrpcSubaccountBalanceTransfer as zc, spotQuantityToChainQuantityToFixed as zd, msgsOrMsgExecMsgs as zf, PubKey$1 as zg, PermissionParams as zh, GrpcDerivativeMarketInfo as zi, MitoPagination as zl, ChainModule as zm, IndexerOracleStreamTransformer as zn, AuctionsStats as zo, createTransactionAndCosmosSignDoc as zp, SubaccountDepositV2 as zr, AccessType as zs, StreamManager as zt, uint8ArrayToHex as zu, Vote as zv, MsgDelegate as zy };
|