@injectivelabs/sdk-ts 1.19.2 → 1.19.4
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/dist/cjs/{StreamManagerV2-Bf-5K1vI.cjs → StreamManagerV2-DKU1HxNh.cjs} +153 -3
- package/dist/cjs/client/chain.d.cts +1 -1
- package/dist/cjs/client/indexer.cjs +1 -1
- package/dist/cjs/client/indexer.d.cts +2 -2
- package/dist/cjs/core/accounts.d.cts +1 -1
- package/dist/cjs/core/modules.d.cts +1 -1
- package/dist/cjs/core/tx.d.cts +1 -1
- package/dist/cjs/{index-B7UsSUbZ.d.cts → index-VKrX1Enj.d.cts} +1005 -87
- package/dist/cjs/index.cjs +1 -1
- package/dist/cjs/index.d.cts +2 -2
- package/dist/cjs/utils.d.cts +1 -1
- package/dist/esm/{StreamManagerV2-DWcD15VX.js → StreamManagerV2-DrJDfnKY.js} +153 -3
- package/dist/esm/client/chain.d.ts +1 -1
- package/dist/esm/client/indexer.d.ts +2 -2
- package/dist/esm/client/indexer.js +1 -1
- package/dist/esm/core/accounts.d.ts +1 -1
- package/dist/esm/core/modules.d.ts +1 -1
- package/dist/esm/core/tx.d.ts +1 -1
- package/dist/esm/{index-RA5Nj5kd.d.ts → index-DFTOkhWv.d.ts} +1005 -87
- package/dist/esm/index.d.ts +2 -2
- package/dist/esm/index.js +1 -1
- package/dist/esm/utils.d.ts +1 -1
- package/package.json +6 -6
|
@@ -18742,7 +18742,7 @@ declare const BECH32_ADDR_VAL_PREFIX = "injvaloper";
|
|
|
18742
18742
|
declare const BECH32_ADDR_CONS_PREFIX = "injvalcons";
|
|
18743
18743
|
declare const DEFAULT_DERIVATION_PATH = "m/44'/60'/0'/0/0";
|
|
18744
18744
|
//#endregion
|
|
18745
|
-
//#region ../../node_modules/.pnpm/@injectivelabs+indexer-proto-ts-v2@1.18.
|
|
18745
|
+
//#region ../../node_modules/.pnpm/@injectivelabs+indexer-proto-ts-v2@1.18.18/node_modules/@injectivelabs/indexer-proto-ts-v2/generated/injective_accounts_rpc_pb.d.ts
|
|
18746
18746
|
/**
|
|
18747
18747
|
* @generated from protobuf message injective_accounts_rpc.PortfolioResponse
|
|
18748
18748
|
*/
|
|
@@ -19258,7 +19258,7 @@ declare const Reward = new Reward$Type();
|
|
|
19258
19258
|
*/
|
|
19259
19259
|
declare const Coin$7 = new Coin$Type();
|
|
19260
19260
|
//#endregion
|
|
19261
|
-
//#region ../../node_modules/.pnpm/@injectivelabs+indexer-proto-ts-v2@1.18.
|
|
19261
|
+
//#region ../../node_modules/.pnpm/@injectivelabs+indexer-proto-ts-v2@1.18.18/node_modules/@injectivelabs/indexer-proto-ts-v2/generated/injective_explorer_rpc_pb.d.ts
|
|
19262
19262
|
/**
|
|
19263
19263
|
* @generated from protobuf message injective_explorer_rpc.GetAccountTxsResponse
|
|
19264
19264
|
*/
|
|
@@ -20692,7 +20692,7 @@ declare const fetchAllWithPagination: <T extends {
|
|
|
20692
20692
|
//#region src/utils/transaction.d.ts
|
|
20693
20693
|
declare const recoverTypedSignaturePubKey: (data: TypedDataDefinition, signature: string) => Promise<string>;
|
|
20694
20694
|
//#endregion
|
|
20695
|
-
//#region ../../node_modules/.pnpm/@injectivelabs+indexer-proto-ts-v2@1.18.
|
|
20695
|
+
//#region ../../node_modules/.pnpm/@injectivelabs+indexer-proto-ts-v2@1.18.18/node_modules/@injectivelabs/indexer-proto-ts-v2/generated/injective_rfq_rpc_pb.d.ts
|
|
20696
20696
|
/**
|
|
20697
20697
|
* @generated from protobuf message injective_rfq_rpc.StreamRequestResponse
|
|
20698
20698
|
*/
|
|
@@ -20941,11 +20941,20 @@ interface RFQQuoteType$1 {
|
|
|
20941
20941
|
clientId: string;
|
|
20942
20942
|
/**
|
|
20943
20943
|
* Signature scheme used for the quote: "v1" (raw JSON keccak256) or "v2"
|
|
20944
|
-
* (EIP-712).
|
|
20944
|
+
* (EIP-712). Defaults to "v1" when omitted, for backward compatibility with
|
|
20945
|
+
* pre-EIP-712 clients.
|
|
20945
20946
|
*
|
|
20946
20947
|
* @generated from protobuf field: string sign_mode = 23
|
|
20947
20948
|
*/
|
|
20948
20949
|
signMode: string;
|
|
20950
|
+
/**
|
|
20951
|
+
* EVM chain ID embedded in the EIP-712 domain. Required when sign_mode is
|
|
20952
|
+
* "v2"; ignored otherwise. Must match one of the indexer's configured chain
|
|
20953
|
+
* IDs.
|
|
20954
|
+
*
|
|
20955
|
+
* @generated from protobuf field: uint64 evm_chain_id = 24
|
|
20956
|
+
*/
|
|
20957
|
+
evmChainId: bigint;
|
|
20949
20958
|
}
|
|
20950
20959
|
/**
|
|
20951
20960
|
* Expiry with timestamp and block height
|
|
@@ -21141,11 +21150,20 @@ interface RFQProcessedQuoteType$1 {
|
|
|
21141
21150
|
clientId: string;
|
|
21142
21151
|
/**
|
|
21143
21152
|
* Signature scheme used for the quote: "v1" (raw JSON keccak256) or "v2"
|
|
21144
|
-
* (EIP-712).
|
|
21153
|
+
* (EIP-712). Defaults to "v1" when omitted, for backward compatibility with
|
|
21154
|
+
* pre-EIP-712 clients.
|
|
21145
21155
|
*
|
|
21146
21156
|
* @generated from protobuf field: string sign_mode = 23
|
|
21147
21157
|
*/
|
|
21148
21158
|
signMode: string;
|
|
21159
|
+
/**
|
|
21160
|
+
* EVM chain ID embedded in the EIP-712 domain. Required when sign_mode is
|
|
21161
|
+
* "v2"; ignored otherwise. Must match one of the indexer's configured chain
|
|
21162
|
+
* IDs.
|
|
21163
|
+
*
|
|
21164
|
+
* @generated from protobuf field: uint64 evm_chain_id = 24
|
|
21165
|
+
*/
|
|
21166
|
+
evmChainId: bigint;
|
|
21149
21167
|
}
|
|
21150
21168
|
/**
|
|
21151
21169
|
* @generated from protobuf message injective_rfq_rpc.ListSettlementResponse
|
|
@@ -21266,6 +21284,12 @@ interface RFQSettlementType$1 {
|
|
|
21266
21284
|
* @generated from protobuf field: string cid = 16
|
|
21267
21285
|
*/
|
|
21268
21286
|
cid: string;
|
|
21287
|
+
/**
|
|
21288
|
+
* Settlement transaction hash
|
|
21289
|
+
*
|
|
21290
|
+
* @generated from protobuf field: string tx_hash = 17
|
|
21291
|
+
*/
|
|
21292
|
+
txHash: string;
|
|
21269
21293
|
}
|
|
21270
21294
|
/**
|
|
21271
21295
|
* Action to take for unfilled quantity - only one field should be set
|
|
@@ -21430,6 +21454,20 @@ interface ConditionalOrderResponseType {
|
|
|
21430
21454
|
* @generated from protobuf field: string tx_hash = 17
|
|
21431
21455
|
*/
|
|
21432
21456
|
txHash: string;
|
|
21457
|
+
/**
|
|
21458
|
+
* Terminal timestamp in milliseconds (set when the order reaches a terminal
|
|
21459
|
+
* status: completed, failed, or cancelled)
|
|
21460
|
+
*
|
|
21461
|
+
* @generated from protobuf field: sint64 terminal_at = 18
|
|
21462
|
+
*/
|
|
21463
|
+
terminalAt: bigint;
|
|
21464
|
+
/**
|
|
21465
|
+
* EVM chain ID embedded in the EIP-712 domain at signing time. Zero for v1
|
|
21466
|
+
* (raw JSON) orders.
|
|
21467
|
+
*
|
|
21468
|
+
* @generated from protobuf field: uint64 evm_chain_id = 19
|
|
21469
|
+
*/
|
|
21470
|
+
evmChainId: bigint;
|
|
21433
21471
|
}
|
|
21434
21472
|
/**
|
|
21435
21473
|
* @generated from protobuf message injective_rfq_rpc.ListConditionalOrdersResponse
|
|
@@ -21716,6 +21754,12 @@ interface RFQSettlementMakerUpdate {
|
|
|
21716
21754
|
* @generated from protobuf field: string cid = 16
|
|
21717
21755
|
*/
|
|
21718
21756
|
cid: string;
|
|
21757
|
+
/**
|
|
21758
|
+
* Settlement transaction hash
|
|
21759
|
+
*
|
|
21760
|
+
* @generated from protobuf field: string tx_hash = 17
|
|
21761
|
+
*/
|
|
21762
|
+
txHash: string;
|
|
21719
21763
|
}
|
|
21720
21764
|
/**
|
|
21721
21765
|
* Quote data embedded in settlement
|
|
@@ -23848,7 +23892,7 @@ type GrpcSubaccountBalance = SubaccountBalance$2;
|
|
|
23848
23892
|
type GrpcSubaccountPortfolio = SubaccountPortfolio$1;
|
|
23849
23893
|
type GrpcSubaccountBalanceTransfer = SubaccountBalanceTransfer;
|
|
23850
23894
|
//#endregion
|
|
23851
|
-
//#region ../../node_modules/.pnpm/@injectivelabs+indexer-proto-ts-v2@1.18.
|
|
23895
|
+
//#region ../../node_modules/.pnpm/@injectivelabs+indexer-proto-ts-v2@1.18.18/node_modules/@injectivelabs/indexer-proto-ts-v2/generated/injective_trading_rpc_pb.d.ts
|
|
23852
23896
|
/**
|
|
23853
23897
|
* @generated from protobuf message injective_trading_rpc.ListTradingStrategiesResponse
|
|
23854
23898
|
*/
|
|
@@ -24809,6 +24853,12 @@ type GrpcValidatorSlashingEvent = SlashingEvent;
|
|
|
24809
24853
|
type GrpcExplorerStats = GetStatsResponse;
|
|
24810
24854
|
//#endregion
|
|
24811
24855
|
//#region src/client/indexer/types/rfq.d.ts
|
|
24856
|
+
/**
|
|
24857
|
+
* Signature scheme for RFQ quotes and conditional orders.
|
|
24858
|
+
* - `v1`: raw JSON keccak256
|
|
24859
|
+
* - `v2`: EIP-712
|
|
24860
|
+
*/
|
|
24861
|
+
type RFQSignMode = 'v1' | 'v2';
|
|
24812
24862
|
interface RFQRequestType {
|
|
24813
24863
|
rfqId: number;
|
|
24814
24864
|
margin: string;
|
|
@@ -24853,12 +24903,13 @@ interface RFQQuoteType {
|
|
|
24853
24903
|
marketId: string;
|
|
24854
24904
|
quantity: string;
|
|
24855
24905
|
clientId: string;
|
|
24856
|
-
signMode: string;
|
|
24857
24906
|
signature: string;
|
|
24858
24907
|
createdAt: number;
|
|
24859
24908
|
updatedAt: number;
|
|
24860
24909
|
eventTime: number;
|
|
24910
|
+
evmChainId: number;
|
|
24861
24911
|
priceCheck: boolean;
|
|
24912
|
+
signMode: RFQSignMode;
|
|
24862
24913
|
expiry: RFQExpiryType;
|
|
24863
24914
|
takerDirection: string;
|
|
24864
24915
|
contractAddress: string;
|
|
@@ -24878,13 +24929,14 @@ interface RFQProcessedQuoteType {
|
|
|
24878
24929
|
chainId: string;
|
|
24879
24930
|
marketId: string;
|
|
24880
24931
|
quantity: string;
|
|
24881
|
-
signMode: string;
|
|
24882
24932
|
signature: string;
|
|
24883
24933
|
createdAt: number;
|
|
24884
24934
|
updatedAt: number;
|
|
24885
24935
|
clientId: string;
|
|
24886
24936
|
eventTime: number;
|
|
24937
|
+
evmChainId: number;
|
|
24887
24938
|
priceCheck: boolean;
|
|
24939
|
+
signMode: RFQSignMode;
|
|
24888
24940
|
executedMargin: string;
|
|
24889
24941
|
takerDirection: string;
|
|
24890
24942
|
expiry?: RFQExpiryType;
|
|
@@ -24907,6 +24959,7 @@ interface RFQSettlementType {
|
|
|
24907
24959
|
taker: string;
|
|
24908
24960
|
margin: string;
|
|
24909
24961
|
height: number;
|
|
24962
|
+
txHash: string;
|
|
24910
24963
|
marketId: string;
|
|
24911
24964
|
quantity: string;
|
|
24912
24965
|
direction: string;
|
|
@@ -24958,6 +25011,8 @@ interface RFQConditionalOrder {
|
|
|
24958
25011
|
updatedAt: number;
|
|
24959
25012
|
expiresAt: number;
|
|
24960
25013
|
eventTime: number;
|
|
25014
|
+
terminalAt: number;
|
|
25015
|
+
evmChainId: number;
|
|
24961
25016
|
worstPrice: string;
|
|
24962
25017
|
triggerType: string;
|
|
24963
25018
|
triggerPrice: string;
|
|
@@ -25075,7 +25130,7 @@ interface QuantityAndFees {
|
|
|
25075
25130
|
resultQuantity: string;
|
|
25076
25131
|
}
|
|
25077
25132
|
//#endregion
|
|
25078
|
-
//#region ../../node_modules/.pnpm/@injectivelabs+indexer-proto-ts-v2@1.18.
|
|
25133
|
+
//#region ../../node_modules/.pnpm/@injectivelabs+indexer-proto-ts-v2@1.18.18/node_modules/@injectivelabs/indexer-proto-ts-v2/generated/injective_spot_exchange_rpc_pb.d.ts
|
|
25079
25134
|
/**
|
|
25080
25135
|
* @generated from protobuf message injective_spot_exchange_rpc.MarketsResponse
|
|
25081
25136
|
*/
|
|
@@ -26231,11 +26286,11 @@ type GrpcSpotLimitOrder = SpotLimitOrder$1;
|
|
|
26231
26286
|
type GrpcSpotOrderHistory = SpotOrderHistory$1;
|
|
26232
26287
|
type GrpcAtomicSwap = AtomicSwap$1;
|
|
26233
26288
|
//#endregion
|
|
26234
|
-
//#region ../../node_modules/.pnpm/@injectivelabs+indexer-proto-ts-v2@1.18.
|
|
26289
|
+
//#region ../../node_modules/.pnpm/@injectivelabs+indexer-proto-ts-v2@1.18.18/node_modules/@injectivelabs/indexer-proto-ts-v2/generated/injective_rfq_gw_rpc_pb.d.ts
|
|
26235
26290
|
/**
|
|
26236
|
-
* @generated from protobuf message injective_rfq_gw_rpc.
|
|
26291
|
+
* @generated from protobuf message injective_rfq_gw_rpc.RFQGwPrepareEip712AutoSignRequestType
|
|
26237
26292
|
*/
|
|
26238
|
-
interface
|
|
26293
|
+
interface RFQGwPrepareEip712AutoSignRequestType$1 {
|
|
26239
26294
|
/**
|
|
26240
26295
|
* @generated from protobuf field: string client_id = 1
|
|
26241
26296
|
*/
|
|
@@ -26261,7 +26316,7 @@ interface RFQGwPrepareAutoSignRequestType$1 {
|
|
|
26261
26316
|
*/
|
|
26262
26317
|
worstPrice: string;
|
|
26263
26318
|
/**
|
|
26264
|
-
* Ephemeral autosign address (MsgExec grantee) that signs the
|
|
26319
|
+
* Ephemeral autosign address (MsgExec grantee) that signs the EIP712 typed data
|
|
26265
26320
|
*
|
|
26266
26321
|
* @generated from protobuf field: string autosign_address = 7
|
|
26267
26322
|
*/
|
|
@@ -26338,6 +26393,26 @@ interface RFQGwPrepareAutoSignRequestType$1 {
|
|
|
26338
26393
|
* @generated from protobuf field: string taker_address = 30
|
|
26339
26394
|
*/
|
|
26340
26395
|
takerAddress: string;
|
|
26396
|
+
/**
|
|
26397
|
+
* EVM chain ID used in the EIP712 domain separator (e.g. 1 for Injective
|
|
26398
|
+
* mainnet)
|
|
26399
|
+
*
|
|
26400
|
+
* @generated from protobuf field: uint64 eth_chain_id = 31
|
|
26401
|
+
*/
|
|
26402
|
+
ethChainId: bigint;
|
|
26403
|
+
/**
|
|
26404
|
+
* EIP712 wrapper version: 'v2' uses WrapTxToEIP712V2, 'v1' uses legacy amino
|
|
26405
|
+
* JSON
|
|
26406
|
+
*
|
|
26407
|
+
* @generated from protobuf field: string eip712_wrapper = 32
|
|
26408
|
+
*/
|
|
26409
|
+
eip712Wrapper: string;
|
|
26410
|
+
/**
|
|
26411
|
+
* Optional gas limit override
|
|
26412
|
+
*
|
|
26413
|
+
* @generated from protobuf field: uint64 gas = 33
|
|
26414
|
+
*/
|
|
26415
|
+
gas: bigint;
|
|
26341
26416
|
}
|
|
26342
26417
|
/**
|
|
26343
26418
|
* Action to take for unfilled quantity - only one field should be set
|
|
@@ -26378,9 +26453,630 @@ interface RFQSettlementLimitActionType {
|
|
|
26378
26453
|
*/
|
|
26379
26454
|
interface RFQSettlementMarketActionType {}
|
|
26380
26455
|
/**
|
|
26381
|
-
* @generated from protobuf message injective_rfq_gw_rpc.
|
|
26456
|
+
* @generated from protobuf message injective_rfq_gw_rpc.PrepareEip712AutoSignResponse
|
|
26457
|
+
*/
|
|
26458
|
+
interface PrepareEip712AutoSignResponse {
|
|
26459
|
+
/**
|
|
26460
|
+
* Generated RFQ ID
|
|
26461
|
+
*
|
|
26462
|
+
* @generated from protobuf field: uint64 rfq_id = 1
|
|
26463
|
+
*/
|
|
26464
|
+
rfqId: bigint;
|
|
26465
|
+
/**
|
|
26466
|
+
* EIP712-compatible JSON containing MsgExec wrapper, signable with
|
|
26467
|
+
* eth_signTypedData_v4
|
|
26468
|
+
*
|
|
26469
|
+
* @generated from protobuf field: string data = 2
|
|
26470
|
+
*/
|
|
26471
|
+
data: string;
|
|
26472
|
+
/**
|
|
26473
|
+
* Hex-encoded fee payer signature over the EIP712 hash
|
|
26474
|
+
*
|
|
26475
|
+
* @generated from protobuf field: string fee_payer_sig = 3
|
|
26476
|
+
*/
|
|
26477
|
+
feePayerSig: string;
|
|
26478
|
+
/**
|
|
26479
|
+
* Fee payer address
|
|
26480
|
+
*
|
|
26481
|
+
* @generated from protobuf field: string fee_payer = 4
|
|
26482
|
+
*/
|
|
26483
|
+
feePayer: string;
|
|
26484
|
+
/**
|
|
26485
|
+
* SIGN_MODE_EIP712_V2 or SIGN_MODE_LEGACY_AMINO_JSON
|
|
26486
|
+
*
|
|
26487
|
+
* @generated from protobuf field: string sign_mode = 5
|
|
26488
|
+
*/
|
|
26489
|
+
signMode: string;
|
|
26490
|
+
/**
|
|
26491
|
+
* Fee payer public key type
|
|
26492
|
+
*
|
|
26493
|
+
* @generated from protobuf field: string pub_key_type = 6
|
|
26494
|
+
*/
|
|
26495
|
+
pubKeyType: string;
|
|
26496
|
+
/**
|
|
26497
|
+
* Fee payer public key
|
|
26498
|
+
*
|
|
26499
|
+
* @generated from protobuf field: injective_rfq_gw_rpc.CosmosPubKey fee_payer_pub_key = 7
|
|
26500
|
+
*/
|
|
26501
|
+
feePayerPubKey?: CosmosPubKey$1;
|
|
26502
|
+
/**
|
|
26503
|
+
* Selected quotes in execution order
|
|
26504
|
+
*
|
|
26505
|
+
* @generated from protobuf field: repeated injective_rfq_gw_rpc.RFQGwPrepareQuoteResult quotes = 8
|
|
26506
|
+
*/
|
|
26507
|
+
quotes: RFQGwPrepareQuoteResult[];
|
|
26508
|
+
/**
|
|
26509
|
+
* Autosign (ephemeral) account number
|
|
26510
|
+
*
|
|
26511
|
+
* @generated from protobuf field: uint64 autosign_account_number = 9
|
|
26512
|
+
*/
|
|
26513
|
+
autosignAccountNumber: bigint;
|
|
26514
|
+
/**
|
|
26515
|
+
* Autosign (ephemeral) account sequence
|
|
26516
|
+
*
|
|
26517
|
+
* @generated from protobuf field: uint64 autosign_account_sequence = 10
|
|
26518
|
+
*/
|
|
26519
|
+
autosignAccountSequence: bigint;
|
|
26520
|
+
/**
|
|
26521
|
+
* Actual milliseconds elapsed waiting for quotes; use as quotes_wait_time_ms
|
|
26522
|
+
* hint in next request
|
|
26523
|
+
*
|
|
26524
|
+
* @generated from protobuf field: uint64 quotes_wait_ms = 11
|
|
26525
|
+
*/
|
|
26526
|
+
quotesWaitMs: bigint;
|
|
26527
|
+
/**
|
|
26528
|
+
* Number of quotes that expired after being received and were excluded from
|
|
26529
|
+
* selection
|
|
26530
|
+
*
|
|
26531
|
+
* @generated from protobuf field: uint64 expired_quotes_count = 12
|
|
26532
|
+
*/
|
|
26533
|
+
expiredQuotesCount: bigint;
|
|
26534
|
+
}
|
|
26535
|
+
/**
|
|
26536
|
+
* @generated from protobuf message injective_rfq_gw_rpc.CosmosPubKey
|
|
26537
|
+
*/
|
|
26538
|
+
interface CosmosPubKey$1 {
|
|
26539
|
+
/**
|
|
26540
|
+
* Pubkey type URL
|
|
26541
|
+
*
|
|
26542
|
+
* @generated from protobuf field: string type = 1
|
|
26543
|
+
*/
|
|
26544
|
+
type: string;
|
|
26545
|
+
/**
|
|
26546
|
+
* Hex-encoded string of the public key
|
|
26547
|
+
*
|
|
26548
|
+
* @generated from protobuf field: string key = 2
|
|
26549
|
+
*/
|
|
26550
|
+
key: string;
|
|
26551
|
+
}
|
|
26552
|
+
/**
|
|
26553
|
+
* @generated from protobuf message injective_rfq_gw_rpc.RFQGwPrepareQuoteResult
|
|
26554
|
+
*/
|
|
26555
|
+
interface RFQGwPrepareQuoteResult {
|
|
26556
|
+
/**
|
|
26557
|
+
* Maker address
|
|
26558
|
+
*
|
|
26559
|
+
* @generated from protobuf field: string maker = 1
|
|
26560
|
+
*/
|
|
26561
|
+
maker: string;
|
|
26562
|
+
/**
|
|
26563
|
+
* Quote price
|
|
26564
|
+
*
|
|
26565
|
+
* @generated from protobuf field: string price = 2
|
|
26566
|
+
*/
|
|
26567
|
+
price: string;
|
|
26568
|
+
/**
|
|
26569
|
+
* Quote quantity
|
|
26570
|
+
*
|
|
26571
|
+
* @generated from protobuf field: string quantity = 3
|
|
26572
|
+
*/
|
|
26573
|
+
quantity: string;
|
|
26574
|
+
/**
|
|
26575
|
+
* Quote margin
|
|
26576
|
+
*
|
|
26577
|
+
* @generated from protobuf field: string margin = 4
|
|
26578
|
+
*/
|
|
26579
|
+
margin: string;
|
|
26580
|
+
}
|
|
26581
|
+
/**
|
|
26582
|
+
* @generated from protobuf message injective_rfq_gw_rpc.RFQGwPrepareAutoSignRequestType
|
|
26583
|
+
*/
|
|
26584
|
+
interface RFQGwPrepareAutoSignRequestType$1 {
|
|
26585
|
+
/**
|
|
26586
|
+
* @generated from protobuf field: string client_id = 1
|
|
26587
|
+
*/
|
|
26588
|
+
clientId: string;
|
|
26589
|
+
/**
|
|
26590
|
+
* @generated from protobuf field: string market_id = 2
|
|
26591
|
+
*/
|
|
26592
|
+
marketId: string;
|
|
26593
|
+
/**
|
|
26594
|
+
* @generated from protobuf field: string direction = 3
|
|
26595
|
+
*/
|
|
26596
|
+
direction: string;
|
|
26597
|
+
/**
|
|
26598
|
+
* @generated from protobuf field: string margin = 4
|
|
26599
|
+
*/
|
|
26600
|
+
margin: string;
|
|
26601
|
+
/**
|
|
26602
|
+
* @generated from protobuf field: string quantity = 5
|
|
26603
|
+
*/
|
|
26604
|
+
quantity: string;
|
|
26605
|
+
/**
|
|
26606
|
+
* @generated from protobuf field: string worst_price = 6
|
|
26607
|
+
*/
|
|
26608
|
+
worstPrice: string;
|
|
26609
|
+
/**
|
|
26610
|
+
* Ephemeral autosign address (MsgExec grantee) that signs the prepared tx
|
|
26611
|
+
*
|
|
26612
|
+
* @generated from protobuf field: string autosign_address = 7
|
|
26613
|
+
*/
|
|
26614
|
+
autosignAddress: string;
|
|
26615
|
+
/**
|
|
26616
|
+
* RFQ request expiry in milliseconds. 0 = no expiry
|
|
26617
|
+
*
|
|
26618
|
+
* @generated from protobuf field: uint64 expiry = 8
|
|
26619
|
+
*/
|
|
26620
|
+
expiry: bigint;
|
|
26621
|
+
/**
|
|
26622
|
+
* Hex-encoded autosign ephemeral public key
|
|
26623
|
+
*
|
|
26624
|
+
* @generated from protobuf field: string autosign_pub_key = 9
|
|
26625
|
+
*/
|
|
26626
|
+
autosignPubKey: string;
|
|
26627
|
+
/**
|
|
26628
|
+
* Autosign (ephemeral) Cosmos account number
|
|
26629
|
+
*
|
|
26630
|
+
* @generated from protobuf field: uint64 autosign_account_number = 10
|
|
26631
|
+
*/
|
|
26632
|
+
autosignAccountNumber: bigint;
|
|
26633
|
+
/**
|
|
26634
|
+
* Autosign (ephemeral) Cosmos account sequence (nonce)
|
|
26635
|
+
*
|
|
26636
|
+
* @generated from protobuf field: uint64 autosign_account_sequence = 11
|
|
26637
|
+
*/
|
|
26638
|
+
autosignAccountSequence: bigint;
|
|
26639
|
+
/**
|
|
26640
|
+
* Fee payer Cosmos account number
|
|
26641
|
+
*
|
|
26642
|
+
* @generated from protobuf field: uint64 fee_payer_account_number = 12
|
|
26643
|
+
*/
|
|
26644
|
+
feePayerAccountNumber: bigint;
|
|
26645
|
+
/**
|
|
26646
|
+
* Fee payer Cosmos account sequence (nonce)
|
|
26647
|
+
*
|
|
26648
|
+
* @generated from protobuf field: uint64 fee_payer_account_sequence = 13
|
|
26649
|
+
*/
|
|
26650
|
+
feePayerAccountSequence: bigint;
|
|
26651
|
+
/**
|
|
26652
|
+
* How long to wait for quotes (max 5000ms)
|
|
26653
|
+
*
|
|
26654
|
+
* @generated from protobuf field: uint64 quotes_wait_time_ms = 20
|
|
26655
|
+
*/
|
|
26656
|
+
quotesWaitTimeMs: bigint;
|
|
26657
|
+
/**
|
|
26658
|
+
* Action for quantity not filled by the selected quotes. Set `limit` to place
|
|
26659
|
+
* a limit order at the given price, `market` to sweep the remainder as a
|
|
26660
|
+
* market order. Omit to settle only the quoted amount.
|
|
26661
|
+
*
|
|
26662
|
+
* @generated from protobuf field: injective_rfq_gw_rpc.RFQSettlementUnfilledActionType unfilled_action = 21
|
|
26663
|
+
*/
|
|
26664
|
+
unfilledAction?: RFQSettlementUnfilledActionType$1;
|
|
26665
|
+
/**
|
|
26666
|
+
* Taker subaccount nonce at settlement time. Prevents replay when submitting
|
|
26667
|
+
* multiple RFQs in the same block. Defaults to 0 (contract reads the on-chain
|
|
26668
|
+
* nonce).
|
|
26669
|
+
*
|
|
26670
|
+
* @generated from protobuf field: uint32 subaccount_nonce = 22
|
|
26671
|
+
*/
|
|
26672
|
+
subaccountNonce: number;
|
|
26673
|
+
/**
|
|
26674
|
+
* Client order ID echoed through to the on-chain trade event. Used to
|
|
26675
|
+
* correlate a trade event back to the originating UI order. Not used
|
|
26676
|
+
* server-side.
|
|
26677
|
+
*
|
|
26678
|
+
* @generated from protobuf field: string cid = 23
|
|
26679
|
+
*/
|
|
26680
|
+
cid: string;
|
|
26681
|
+
/**
|
|
26682
|
+
* Real taker address (authz granter); used as MsgExecuteContractCompat sender
|
|
26683
|
+
*
|
|
26684
|
+
* @generated from protobuf field: string taker_address = 30
|
|
26685
|
+
*/
|
|
26686
|
+
takerAddress: string;
|
|
26687
|
+
}
|
|
26688
|
+
/**
|
|
26689
|
+
* @generated from protobuf message injective_rfq_gw_rpc.PrepareAutoSignResponse
|
|
26690
|
+
*/
|
|
26691
|
+
interface PrepareAutoSignResponse {
|
|
26692
|
+
/**
|
|
26693
|
+
* Generated RFQ ID
|
|
26694
|
+
*
|
|
26695
|
+
* @generated from protobuf field: uint64 rfq_id = 1
|
|
26696
|
+
*/
|
|
26697
|
+
rfqId: bigint;
|
|
26698
|
+
/**
|
|
26699
|
+
* Fee-delegated prepared transaction bytes containing MsgExec wrapper
|
|
26700
|
+
*
|
|
26701
|
+
* @generated from protobuf field: bytes tx = 2
|
|
26702
|
+
*/
|
|
26703
|
+
tx: Uint8Array;
|
|
26704
|
+
/**
|
|
26705
|
+
* Hex-encoded fee payer signature
|
|
26706
|
+
*
|
|
26707
|
+
* @generated from protobuf field: string fee_payer_sig = 3
|
|
26708
|
+
*/
|
|
26709
|
+
feePayerSig: string;
|
|
26710
|
+
/**
|
|
26711
|
+
* Fee payer address
|
|
26712
|
+
*
|
|
26713
|
+
* @generated from protobuf field: string fee_payer = 4
|
|
26714
|
+
*/
|
|
26715
|
+
feePayer: string;
|
|
26716
|
+
/**
|
|
26717
|
+
* Sign mode (SIGN_MODE_DIRECT)
|
|
26718
|
+
*
|
|
26719
|
+
* @generated from protobuf field: string sign_mode = 5
|
|
26720
|
+
*/
|
|
26721
|
+
signMode: string;
|
|
26722
|
+
/**
|
|
26723
|
+
* Fee payer public key type
|
|
26724
|
+
*
|
|
26725
|
+
* @generated from protobuf field: string pub_key_type = 6
|
|
26726
|
+
*/
|
|
26727
|
+
pubKeyType: string;
|
|
26728
|
+
/**
|
|
26729
|
+
* Fee payer public key
|
|
26730
|
+
*
|
|
26731
|
+
* @generated from protobuf field: injective_rfq_gw_rpc.CosmosPubKey fee_payer_pub_key = 7
|
|
26732
|
+
*/
|
|
26733
|
+
feePayerPubKey?: CosmosPubKey$1;
|
|
26734
|
+
/**
|
|
26735
|
+
* Selected quotes in execution order
|
|
26736
|
+
*
|
|
26737
|
+
* @generated from protobuf field: repeated injective_rfq_gw_rpc.RFQGwPrepareQuoteResult quotes = 8
|
|
26738
|
+
*/
|
|
26739
|
+
quotes: RFQGwPrepareQuoteResult[];
|
|
26740
|
+
/**
|
|
26741
|
+
* Autosign (ephemeral) account number
|
|
26742
|
+
*
|
|
26743
|
+
* @generated from protobuf field: uint64 autosign_account_number = 9
|
|
26744
|
+
*/
|
|
26745
|
+
autosignAccountNumber: bigint;
|
|
26746
|
+
/**
|
|
26747
|
+
* Autosign (ephemeral) account sequence
|
|
26748
|
+
*
|
|
26749
|
+
* @generated from protobuf field: uint64 autosign_account_sequence = 10
|
|
26750
|
+
*/
|
|
26751
|
+
autosignAccountSequence: bigint;
|
|
26752
|
+
/**
|
|
26753
|
+
* Fee payer Cosmos account number
|
|
26754
|
+
*
|
|
26755
|
+
* @generated from protobuf field: uint64 fee_payer_account_number = 11
|
|
26756
|
+
*/
|
|
26757
|
+
feePayerAccountNumber: bigint;
|
|
26758
|
+
/**
|
|
26759
|
+
* Fee payer Cosmos account sequence
|
|
26760
|
+
*
|
|
26761
|
+
* @generated from protobuf field: uint64 fee_payer_account_sequence = 12
|
|
26762
|
+
*/
|
|
26763
|
+
feePayerAccountSequence: bigint;
|
|
26764
|
+
/**
|
|
26765
|
+
* Actual milliseconds elapsed waiting for quotes; use as quotes_wait_time_ms
|
|
26766
|
+
* hint in next request
|
|
26767
|
+
*
|
|
26768
|
+
* @generated from protobuf field: uint64 quotes_wait_ms = 13
|
|
26769
|
+
*/
|
|
26770
|
+
quotesWaitMs: bigint;
|
|
26771
|
+
/**
|
|
26772
|
+
* Number of quotes that expired after being received and were excluded from
|
|
26773
|
+
* selection
|
|
26774
|
+
*
|
|
26775
|
+
* @generated from protobuf field: uint64 expired_quotes_count = 14
|
|
26776
|
+
*/
|
|
26777
|
+
expiredQuotesCount: bigint;
|
|
26778
|
+
}
|
|
26779
|
+
/**
|
|
26780
|
+
* @generated from protobuf message injective_rfq_gw_rpc.RFQGwPrepareEip712RequestType
|
|
26781
|
+
*/
|
|
26782
|
+
interface RFQGwPrepareEip712RequestType$1 {
|
|
26783
|
+
/**
|
|
26784
|
+
* @generated from protobuf field: string client_id = 1
|
|
26785
|
+
*/
|
|
26786
|
+
clientId: string;
|
|
26787
|
+
/**
|
|
26788
|
+
* @generated from protobuf field: string market_id = 2
|
|
26789
|
+
*/
|
|
26790
|
+
marketId: string;
|
|
26791
|
+
/**
|
|
26792
|
+
* @generated from protobuf field: string direction = 3
|
|
26793
|
+
*/
|
|
26794
|
+
direction: string;
|
|
26795
|
+
/**
|
|
26796
|
+
* @generated from protobuf field: string margin = 4
|
|
26797
|
+
*/
|
|
26798
|
+
margin: string;
|
|
26799
|
+
/**
|
|
26800
|
+
* @generated from protobuf field: string quantity = 5
|
|
26801
|
+
*/
|
|
26802
|
+
quantity: string;
|
|
26803
|
+
/**
|
|
26804
|
+
* @generated from protobuf field: string worst_price = 6
|
|
26805
|
+
*/
|
|
26806
|
+
worstPrice: string;
|
|
26807
|
+
/**
|
|
26808
|
+
* @generated from protobuf field: string taker_address = 7
|
|
26809
|
+
*/
|
|
26810
|
+
takerAddress: string;
|
|
26811
|
+
/**
|
|
26812
|
+
* RFQ request expiry in milliseconds. 0 = no expiry
|
|
26813
|
+
*
|
|
26814
|
+
* @generated from protobuf field: uint64 expiry = 8
|
|
26815
|
+
*/
|
|
26816
|
+
expiry: bigint;
|
|
26817
|
+
/**
|
|
26818
|
+
* Hex-encoded taker public key
|
|
26819
|
+
*
|
|
26820
|
+
* @generated from protobuf field: string taker_pub_key = 9
|
|
26821
|
+
*/
|
|
26822
|
+
takerPubKey: string;
|
|
26823
|
+
/**
|
|
26824
|
+
* Taker Cosmos account number
|
|
26825
|
+
*
|
|
26826
|
+
* @generated from protobuf field: uint64 taker_account_number = 10
|
|
26827
|
+
*/
|
|
26828
|
+
takerAccountNumber: bigint;
|
|
26829
|
+
/**
|
|
26830
|
+
* Taker Cosmos account sequence (nonce)
|
|
26831
|
+
*
|
|
26832
|
+
* @generated from protobuf field: uint64 taker_account_sequence = 11
|
|
26833
|
+
*/
|
|
26834
|
+
takerAccountSequence: bigint;
|
|
26835
|
+
/**
|
|
26836
|
+
* Fee payer Cosmos account number
|
|
26837
|
+
*
|
|
26838
|
+
* @generated from protobuf field: uint64 fee_payer_account_number = 12
|
|
26839
|
+
*/
|
|
26840
|
+
feePayerAccountNumber: bigint;
|
|
26841
|
+
/**
|
|
26842
|
+
* Fee payer Cosmos account sequence (nonce)
|
|
26843
|
+
*
|
|
26844
|
+
* @generated from protobuf field: uint64 fee_payer_account_sequence = 13
|
|
26845
|
+
*/
|
|
26846
|
+
feePayerAccountSequence: bigint;
|
|
26847
|
+
/**
|
|
26848
|
+
* How long to wait for quotes (max 5000ms)
|
|
26849
|
+
*
|
|
26850
|
+
* @generated from protobuf field: uint64 quotes_wait_time_ms = 20
|
|
26851
|
+
*/
|
|
26852
|
+
quotesWaitTimeMs: bigint;
|
|
26853
|
+
/**
|
|
26854
|
+
* Action for quantity not filled by the selected quotes. Set `limit` to place
|
|
26855
|
+
* a limit order at the given price, `market` to sweep the remainder as a
|
|
26856
|
+
* market order. Omit to settle only the quoted amount.
|
|
26857
|
+
*
|
|
26858
|
+
* @generated from protobuf field: injective_rfq_gw_rpc.RFQSettlementUnfilledActionType unfilled_action = 21
|
|
26859
|
+
*/
|
|
26860
|
+
unfilledAction?: RFQSettlementUnfilledActionType$1;
|
|
26861
|
+
/**
|
|
26862
|
+
* Taker subaccount nonce at settlement time. Prevents replay when submitting
|
|
26863
|
+
* multiple RFQs in the same block. Defaults to 0 (contract reads the on-chain
|
|
26864
|
+
* nonce).
|
|
26865
|
+
*
|
|
26866
|
+
* @generated from protobuf field: uint32 subaccount_nonce = 22
|
|
26867
|
+
*/
|
|
26868
|
+
subaccountNonce: number;
|
|
26869
|
+
/**
|
|
26870
|
+
* Client order ID echoed through to the on-chain trade event. Used to
|
|
26871
|
+
* correlate a trade event back to the originating UI order. Not used
|
|
26872
|
+
* server-side.
|
|
26873
|
+
*
|
|
26874
|
+
* @generated from protobuf field: string cid = 23
|
|
26875
|
+
*/
|
|
26876
|
+
cid: string;
|
|
26877
|
+
/**
|
|
26878
|
+
* EVM chain ID used in the EIP712 domain separator (e.g. 1 for Injective
|
|
26879
|
+
* mainnet)
|
|
26880
|
+
*
|
|
26881
|
+
* @generated from protobuf field: uint64 eth_chain_id = 30
|
|
26882
|
+
*/
|
|
26883
|
+
ethChainId: bigint;
|
|
26884
|
+
/**
|
|
26885
|
+
* EIP712 wrapper version: 'v2' uses WrapTxToEIP712V2, 'v1' uses legacy amino
|
|
26886
|
+
* JSON
|
|
26887
|
+
*
|
|
26888
|
+
* @generated from protobuf field: string eip712_wrapper = 31
|
|
26889
|
+
*/
|
|
26890
|
+
eip712Wrapper: string;
|
|
26891
|
+
/**
|
|
26892
|
+
* Optional gas limit override
|
|
26893
|
+
*
|
|
26894
|
+
* @generated from protobuf field: uint64 gas = 32
|
|
26895
|
+
*/
|
|
26896
|
+
gas: bigint;
|
|
26897
|
+
}
|
|
26898
|
+
/**
|
|
26899
|
+
* @generated from protobuf message injective_rfq_gw_rpc.PrepareEip712Response
|
|
26900
|
+
*/
|
|
26901
|
+
interface PrepareEip712Response$1 {
|
|
26902
|
+
/**
|
|
26903
|
+
* Generated RFQ ID
|
|
26904
|
+
*
|
|
26905
|
+
* @generated from protobuf field: uint64 rfq_id = 1
|
|
26906
|
+
*/
|
|
26907
|
+
rfqId: bigint;
|
|
26908
|
+
/**
|
|
26909
|
+
* EIP712-compatible JSON, signable with eth_signTypedData_v4
|
|
26910
|
+
*
|
|
26911
|
+
* @generated from protobuf field: string data = 2
|
|
26912
|
+
*/
|
|
26913
|
+
data: string;
|
|
26914
|
+
/**
|
|
26915
|
+
* Hex-encoded fee payer signature over the EIP712 hash
|
|
26916
|
+
*
|
|
26917
|
+
* @generated from protobuf field: string fee_payer_sig = 3
|
|
26918
|
+
*/
|
|
26919
|
+
feePayerSig: string;
|
|
26920
|
+
/**
|
|
26921
|
+
* Fee payer address
|
|
26922
|
+
*
|
|
26923
|
+
* @generated from protobuf field: string fee_payer = 4
|
|
26924
|
+
*/
|
|
26925
|
+
feePayer: string;
|
|
26926
|
+
/**
|
|
26927
|
+
* SIGN_MODE_EIP712_V2 or SIGN_MODE_LEGACY_AMINO_JSON
|
|
26928
|
+
*
|
|
26929
|
+
* @generated from protobuf field: string sign_mode = 5
|
|
26930
|
+
*/
|
|
26931
|
+
signMode: string;
|
|
26932
|
+
/**
|
|
26933
|
+
* Fee payer public key type
|
|
26934
|
+
*
|
|
26935
|
+
* @generated from protobuf field: string pub_key_type = 6
|
|
26936
|
+
*/
|
|
26937
|
+
pubKeyType: string;
|
|
26938
|
+
/**
|
|
26939
|
+
* Fee payer public key
|
|
26940
|
+
*
|
|
26941
|
+
* @generated from protobuf field: injective_rfq_gw_rpc.CosmosPubKey fee_payer_pub_key = 7
|
|
26942
|
+
*/
|
|
26943
|
+
feePayerPubKey?: CosmosPubKey$1;
|
|
26944
|
+
/**
|
|
26945
|
+
* Selected quotes in execution order
|
|
26946
|
+
*
|
|
26947
|
+
* @generated from protobuf field: repeated injective_rfq_gw_rpc.RFQGwPrepareQuoteResult quotes = 8
|
|
26948
|
+
*/
|
|
26949
|
+
quotes: RFQGwPrepareQuoteResult[];
|
|
26950
|
+
/**
|
|
26951
|
+
* Taker Cosmos account number
|
|
26952
|
+
*
|
|
26953
|
+
* @generated from protobuf field: uint64 taker_account_number = 9
|
|
26954
|
+
*/
|
|
26955
|
+
takerAccountNumber: bigint;
|
|
26956
|
+
/**
|
|
26957
|
+
* Taker Cosmos account sequence
|
|
26958
|
+
*
|
|
26959
|
+
* @generated from protobuf field: uint64 taker_account_sequence = 10
|
|
26960
|
+
*/
|
|
26961
|
+
takerAccountSequence: bigint;
|
|
26962
|
+
/**
|
|
26963
|
+
* Actual milliseconds elapsed waiting for quotes; use as quotes_wait_time_ms
|
|
26964
|
+
* hint in next request
|
|
26965
|
+
*
|
|
26966
|
+
* @generated from protobuf field: uint64 quotes_wait_ms = 11
|
|
26967
|
+
*/
|
|
26968
|
+
quotesWaitMs: bigint;
|
|
26969
|
+
/**
|
|
26970
|
+
* Number of quotes that expired after being received and were excluded from
|
|
26971
|
+
* selection
|
|
26972
|
+
*
|
|
26973
|
+
* @generated from protobuf field: uint64 expired_quotes_count = 12
|
|
26974
|
+
*/
|
|
26975
|
+
expiredQuotesCount: bigint;
|
|
26976
|
+
}
|
|
26977
|
+
/**
|
|
26978
|
+
* @generated from protobuf message injective_rfq_gw_rpc.RFQGwPrepareRequestType
|
|
26979
|
+
*/
|
|
26980
|
+
interface RFQGwPrepareRequestType$1 {
|
|
26981
|
+
/**
|
|
26982
|
+
* @generated from protobuf field: string client_id = 1
|
|
26983
|
+
*/
|
|
26984
|
+
clientId: string;
|
|
26985
|
+
/**
|
|
26986
|
+
* @generated from protobuf field: string market_id = 2
|
|
26987
|
+
*/
|
|
26988
|
+
marketId: string;
|
|
26989
|
+
/**
|
|
26990
|
+
* @generated from protobuf field: string direction = 3
|
|
26991
|
+
*/
|
|
26992
|
+
direction: string;
|
|
26993
|
+
/**
|
|
26994
|
+
* @generated from protobuf field: string margin = 4
|
|
26995
|
+
*/
|
|
26996
|
+
margin: string;
|
|
26997
|
+
/**
|
|
26998
|
+
* @generated from protobuf field: string quantity = 5
|
|
26999
|
+
*/
|
|
27000
|
+
quantity: string;
|
|
27001
|
+
/**
|
|
27002
|
+
* @generated from protobuf field: string worst_price = 6
|
|
27003
|
+
*/
|
|
27004
|
+
worstPrice: string;
|
|
27005
|
+
/**
|
|
27006
|
+
* @generated from protobuf field: string taker_address = 7
|
|
27007
|
+
*/
|
|
27008
|
+
takerAddress: string;
|
|
27009
|
+
/**
|
|
27010
|
+
* RFQ request expiry in milliseconds. 0 = no expiry
|
|
27011
|
+
*
|
|
27012
|
+
* @generated from protobuf field: uint64 expiry = 8
|
|
27013
|
+
*/
|
|
27014
|
+
expiry: bigint;
|
|
27015
|
+
/**
|
|
27016
|
+
* Hex-encoded taker public key
|
|
27017
|
+
*
|
|
27018
|
+
* @generated from protobuf field: string taker_pub_key = 9
|
|
27019
|
+
*/
|
|
27020
|
+
takerPubKey: string;
|
|
27021
|
+
/**
|
|
27022
|
+
* Taker Cosmos account number
|
|
27023
|
+
*
|
|
27024
|
+
* @generated from protobuf field: uint64 taker_account_number = 10
|
|
27025
|
+
*/
|
|
27026
|
+
takerAccountNumber: bigint;
|
|
27027
|
+
/**
|
|
27028
|
+
* Taker Cosmos account sequence (nonce)
|
|
27029
|
+
*
|
|
27030
|
+
* @generated from protobuf field: uint64 taker_account_sequence = 11
|
|
27031
|
+
*/
|
|
27032
|
+
takerAccountSequence: bigint;
|
|
27033
|
+
/**
|
|
27034
|
+
* Fee payer Cosmos account number
|
|
27035
|
+
*
|
|
27036
|
+
* @generated from protobuf field: uint64 fee_payer_account_number = 12
|
|
27037
|
+
*/
|
|
27038
|
+
feePayerAccountNumber: bigint;
|
|
27039
|
+
/**
|
|
27040
|
+
* Fee payer Cosmos account sequence (nonce)
|
|
27041
|
+
*
|
|
27042
|
+
* @generated from protobuf field: uint64 fee_payer_account_sequence = 13
|
|
27043
|
+
*/
|
|
27044
|
+
feePayerAccountSequence: bigint;
|
|
27045
|
+
/**
|
|
27046
|
+
* How long to wait for quotes (max 5000ms)
|
|
27047
|
+
*
|
|
27048
|
+
* @generated from protobuf field: uint64 quotes_wait_time_ms = 20
|
|
27049
|
+
*/
|
|
27050
|
+
quotesWaitTimeMs: bigint;
|
|
27051
|
+
/**
|
|
27052
|
+
* Action for quantity not filled by the selected quotes. Set `limit` to place
|
|
27053
|
+
* a limit order at the given price, `market` to sweep the remainder as a
|
|
27054
|
+
* market order. Omit to settle only the quoted amount.
|
|
27055
|
+
*
|
|
27056
|
+
* @generated from protobuf field: injective_rfq_gw_rpc.RFQSettlementUnfilledActionType unfilled_action = 21
|
|
27057
|
+
*/
|
|
27058
|
+
unfilledAction?: RFQSettlementUnfilledActionType$1;
|
|
27059
|
+
/**
|
|
27060
|
+
* Taker subaccount nonce at settlement time. Prevents replay when submitting
|
|
27061
|
+
* multiple RFQs in the same block. Defaults to 0 (contract reads the on-chain
|
|
27062
|
+
* nonce).
|
|
27063
|
+
*
|
|
27064
|
+
* @generated from protobuf field: uint32 subaccount_nonce = 22
|
|
27065
|
+
*/
|
|
27066
|
+
subaccountNonce: number;
|
|
27067
|
+
/**
|
|
27068
|
+
* Client order ID echoed through to the on-chain trade event. Used to
|
|
27069
|
+
* correlate a trade event back to the originating UI order. Not used
|
|
27070
|
+
* server-side.
|
|
27071
|
+
*
|
|
27072
|
+
* @generated from protobuf field: string cid = 23
|
|
27073
|
+
*/
|
|
27074
|
+
cid: string;
|
|
27075
|
+
}
|
|
27076
|
+
/**
|
|
27077
|
+
* @generated from protobuf message injective_rfq_gw_rpc.PrepareResponse
|
|
26382
27078
|
*/
|
|
26383
|
-
interface
|
|
27079
|
+
interface PrepareResponse {
|
|
26384
27080
|
/**
|
|
26385
27081
|
* Generated RFQ ID
|
|
26386
27082
|
*
|
|
@@ -26388,7 +27084,7 @@ interface PrepareAutoSignResponse {
|
|
|
26388
27084
|
*/
|
|
26389
27085
|
rfqId: bigint;
|
|
26390
27086
|
/**
|
|
26391
|
-
* Fee-delegated prepared transaction bytes
|
|
27087
|
+
* Fee-delegated prepared transaction bytes
|
|
26392
27088
|
*
|
|
26393
27089
|
* @generated from protobuf field: bytes tx = 2
|
|
26394
27090
|
*/
|
|
@@ -26430,17 +27126,17 @@ interface PrepareAutoSignResponse {
|
|
|
26430
27126
|
*/
|
|
26431
27127
|
quotes: RFQGwPrepareQuoteResult[];
|
|
26432
27128
|
/**
|
|
26433
|
-
*
|
|
27129
|
+
* Taker Cosmos account number
|
|
26434
27130
|
*
|
|
26435
|
-
* @generated from protobuf field: uint64
|
|
27131
|
+
* @generated from protobuf field: uint64 taker_account_number = 9
|
|
26436
27132
|
*/
|
|
26437
|
-
|
|
27133
|
+
takerAccountNumber: bigint;
|
|
26438
27134
|
/**
|
|
26439
|
-
*
|
|
27135
|
+
* Taker Cosmos account sequence
|
|
26440
27136
|
*
|
|
26441
|
-
* @generated from protobuf field: uint64
|
|
27137
|
+
* @generated from protobuf field: uint64 taker_account_sequence = 10
|
|
26442
27138
|
*/
|
|
26443
|
-
|
|
27139
|
+
takerAccountSequence: bigint;
|
|
26444
27140
|
/**
|
|
26445
27141
|
* Fee payer Cosmos account number
|
|
26446
27142
|
*
|
|
@@ -26469,55 +27165,9 @@ interface PrepareAutoSignResponse {
|
|
|
26469
27165
|
expiredQuotesCount: bigint;
|
|
26470
27166
|
}
|
|
26471
27167
|
/**
|
|
26472
|
-
* @generated
|
|
26473
|
-
*/
|
|
26474
|
-
interface CosmosPubKey$1 {
|
|
26475
|
-
/**
|
|
26476
|
-
* Pubkey type URL
|
|
26477
|
-
*
|
|
26478
|
-
* @generated from protobuf field: string type = 1
|
|
26479
|
-
*/
|
|
26480
|
-
type: string;
|
|
26481
|
-
/**
|
|
26482
|
-
* Hex-encoded string of the public key
|
|
26483
|
-
*
|
|
26484
|
-
* @generated from protobuf field: string key = 2
|
|
26485
|
-
*/
|
|
26486
|
-
key: string;
|
|
26487
|
-
}
|
|
26488
|
-
/**
|
|
26489
|
-
* @generated from protobuf message injective_rfq_gw_rpc.RFQGwPrepareQuoteResult
|
|
26490
|
-
*/
|
|
26491
|
-
interface RFQGwPrepareQuoteResult {
|
|
26492
|
-
/**
|
|
26493
|
-
* Maker address
|
|
26494
|
-
*
|
|
26495
|
-
* @generated from protobuf field: string maker = 1
|
|
26496
|
-
*/
|
|
26497
|
-
maker: string;
|
|
26498
|
-
/**
|
|
26499
|
-
* Quote price
|
|
26500
|
-
*
|
|
26501
|
-
* @generated from protobuf field: string price = 2
|
|
26502
|
-
*/
|
|
26503
|
-
price: string;
|
|
26504
|
-
/**
|
|
26505
|
-
* Quote quantity
|
|
26506
|
-
*
|
|
26507
|
-
* @generated from protobuf field: string quantity = 3
|
|
26508
|
-
*/
|
|
26509
|
-
quantity: string;
|
|
26510
|
-
/**
|
|
26511
|
-
* Quote margin
|
|
26512
|
-
*
|
|
26513
|
-
* @generated from protobuf field: string margin = 4
|
|
26514
|
-
*/
|
|
26515
|
-
margin: string;
|
|
26516
|
-
}
|
|
26517
|
-
/**
|
|
26518
|
-
* @generated MessageType for protobuf message injective_rfq_gw_rpc.RFQGwPrepareAutoSignRequestType
|
|
27168
|
+
* @generated MessageType for protobuf message injective_rfq_gw_rpc.RFQGwPrepareEip712AutoSignRequestType
|
|
26519
27169
|
*/
|
|
26520
|
-
declare const
|
|
27170
|
+
declare const RFQGwPrepareEip712AutoSignRequestType$1 = new RFQGwPrepareEip712AutoSignRequestType$Type();
|
|
26521
27171
|
/**
|
|
26522
27172
|
* @generated MessageType for protobuf message injective_rfq_gw_rpc.RFQSettlementUnfilledActionType
|
|
26523
27173
|
*/
|
|
@@ -26531,9 +27181,9 @@ declare const RFQSettlementLimitActionType = new RFQSettlementLimitActionType$Ty
|
|
|
26531
27181
|
*/
|
|
26532
27182
|
declare const RFQSettlementMarketActionType = new RFQSettlementMarketActionType$Type();
|
|
26533
27183
|
/**
|
|
26534
|
-
* @generated MessageType for protobuf message injective_rfq_gw_rpc.
|
|
27184
|
+
* @generated MessageType for protobuf message injective_rfq_gw_rpc.PrepareEip712AutoSignResponse
|
|
26535
27185
|
*/
|
|
26536
|
-
declare const
|
|
27186
|
+
declare const PrepareEip712AutoSignResponse = new PrepareEip712AutoSignResponse$Type();
|
|
26537
27187
|
/**
|
|
26538
27188
|
* @generated MessageType for protobuf message injective_rfq_gw_rpc.CosmosPubKey
|
|
26539
27189
|
*/
|
|
@@ -26542,6 +27192,30 @@ declare const CosmosPubKey$1 = new CosmosPubKey$Type();
|
|
|
26542
27192
|
* @generated MessageType for protobuf message injective_rfq_gw_rpc.RFQGwPrepareQuoteResult
|
|
26543
27193
|
*/
|
|
26544
27194
|
declare const RFQGwPrepareQuoteResult = new RFQGwPrepareQuoteResult$Type();
|
|
27195
|
+
/**
|
|
27196
|
+
* @generated MessageType for protobuf message injective_rfq_gw_rpc.RFQGwPrepareAutoSignRequestType
|
|
27197
|
+
*/
|
|
27198
|
+
declare const RFQGwPrepareAutoSignRequestType$1 = new RFQGwPrepareAutoSignRequestType$Type();
|
|
27199
|
+
/**
|
|
27200
|
+
* @generated MessageType for protobuf message injective_rfq_gw_rpc.PrepareAutoSignResponse
|
|
27201
|
+
*/
|
|
27202
|
+
declare const PrepareAutoSignResponse = new PrepareAutoSignResponse$Type();
|
|
27203
|
+
/**
|
|
27204
|
+
* @generated MessageType for protobuf message injective_rfq_gw_rpc.RFQGwPrepareEip712RequestType
|
|
27205
|
+
*/
|
|
27206
|
+
declare const RFQGwPrepareEip712RequestType$1 = new RFQGwPrepareEip712RequestType$Type();
|
|
27207
|
+
/**
|
|
27208
|
+
* @generated MessageType for protobuf message injective_rfq_gw_rpc.PrepareEip712Response
|
|
27209
|
+
*/
|
|
27210
|
+
declare const PrepareEip712Response$1 = new PrepareEip712Response$Type();
|
|
27211
|
+
/**
|
|
27212
|
+
* @generated MessageType for protobuf message injective_rfq_gw_rpc.RFQGwPrepareRequestType
|
|
27213
|
+
*/
|
|
27214
|
+
declare const RFQGwPrepareRequestType$1 = new RFQGwPrepareRequestType$Type();
|
|
27215
|
+
/**
|
|
27216
|
+
* @generated MessageType for protobuf message injective_rfq_gw_rpc.PrepareResponse
|
|
27217
|
+
*/
|
|
27218
|
+
declare const PrepareResponse = new PrepareResponse$Type();
|
|
26545
27219
|
//#endregion
|
|
26546
27220
|
//#region src/client/indexer/types/rfq-gw.d.ts
|
|
26547
27221
|
interface RFQGwPrepareAutoSignRequestType {
|
|
@@ -26590,12 +27264,126 @@ interface RFQGwPrepareAutoSignResponseType {
|
|
|
26590
27264
|
feePayerPubKey?: CosmosPubKeyType;
|
|
26591
27265
|
quotes: RFQGwPrepareQuoteResultType[];
|
|
26592
27266
|
}
|
|
27267
|
+
interface RFQGwPrepareRequestType {
|
|
27268
|
+
cid?: string;
|
|
27269
|
+
margin: string;
|
|
27270
|
+
expiry?: number;
|
|
27271
|
+
clientId: string;
|
|
27272
|
+
marketId: string;
|
|
27273
|
+
quantity: string;
|
|
27274
|
+
direction: string;
|
|
27275
|
+
worstPrice: string;
|
|
27276
|
+
takerAddress: string;
|
|
27277
|
+
takerPubKey: string;
|
|
27278
|
+
subaccountNonce?: number;
|
|
27279
|
+
quotesWaitTimeMs?: number;
|
|
27280
|
+
takerAccountNumber?: number;
|
|
27281
|
+
takerAccountSequence?: number;
|
|
27282
|
+
feePayerAccountNumber?: number;
|
|
27283
|
+
feePayerAccountSequence?: number;
|
|
27284
|
+
unfilledAction?: RFQSettlementUnfilledActionType;
|
|
27285
|
+
}
|
|
27286
|
+
interface RFQGwPrepareResponseType {
|
|
27287
|
+
rfqId: number;
|
|
27288
|
+
tx: Uint8Array;
|
|
27289
|
+
feePayer: string;
|
|
27290
|
+
signMode: string;
|
|
27291
|
+
pubKeyType: string;
|
|
27292
|
+
feePayerSig: string;
|
|
27293
|
+
quotesWaitMs: number;
|
|
27294
|
+
expiredQuotesCount: number;
|
|
27295
|
+
takerAccountNumber: number;
|
|
27296
|
+
takerAccountSequence: number;
|
|
27297
|
+
feePayerAccountNumber: number;
|
|
27298
|
+
feePayerAccountSequence: number;
|
|
27299
|
+
feePayerPubKey?: CosmosPubKeyType;
|
|
27300
|
+
quotes: RFQGwPrepareQuoteResultType[];
|
|
27301
|
+
}
|
|
27302
|
+
interface RFQGwPrepareEip712RequestType {
|
|
27303
|
+
cid?: string;
|
|
27304
|
+
gas?: number;
|
|
27305
|
+
margin: string;
|
|
27306
|
+
expiry?: number;
|
|
27307
|
+
clientId: string;
|
|
27308
|
+
marketId: string;
|
|
27309
|
+
quantity: string;
|
|
27310
|
+
direction: string;
|
|
27311
|
+
worstPrice: string;
|
|
27312
|
+
takerAddress: string;
|
|
27313
|
+
takerPubKey: string;
|
|
27314
|
+
ethChainId?: number;
|
|
27315
|
+
eip712Wrapper?: string;
|
|
27316
|
+
subaccountNonce?: number;
|
|
27317
|
+
quotesWaitTimeMs?: number;
|
|
27318
|
+
takerAccountNumber?: number;
|
|
27319
|
+
takerAccountSequence?: number;
|
|
27320
|
+
feePayerAccountNumber?: number;
|
|
27321
|
+
feePayerAccountSequence?: number;
|
|
27322
|
+
unfilledAction?: RFQSettlementUnfilledActionType;
|
|
27323
|
+
}
|
|
27324
|
+
interface RFQGwPrepareEip712ResponseType {
|
|
27325
|
+
rfqId: number;
|
|
27326
|
+
data: string;
|
|
27327
|
+
feePayer: string;
|
|
27328
|
+
signMode: string;
|
|
27329
|
+
pubKeyType: string;
|
|
27330
|
+
feePayerSig: string;
|
|
27331
|
+
quotesWaitMs: number;
|
|
27332
|
+
expiredQuotesCount: number;
|
|
27333
|
+
takerAccountNumber: number;
|
|
27334
|
+
takerAccountSequence: number;
|
|
27335
|
+
feePayerPubKey?: CosmosPubKeyType;
|
|
27336
|
+
quotes: RFQGwPrepareQuoteResultType[];
|
|
27337
|
+
}
|
|
27338
|
+
interface RFQGwPrepareEip712AutoSignRequestType {
|
|
27339
|
+
cid?: string;
|
|
27340
|
+
gas?: number;
|
|
27341
|
+
margin: string;
|
|
27342
|
+
expiry?: number;
|
|
27343
|
+
clientId: string;
|
|
27344
|
+
marketId: string;
|
|
27345
|
+
quantity: string;
|
|
27346
|
+
direction: string;
|
|
27347
|
+
worstPrice: string;
|
|
27348
|
+
takerAddress?: string;
|
|
27349
|
+
ethChainId?: number;
|
|
27350
|
+
autosignPubKey: string;
|
|
27351
|
+
eip712Wrapper?: string;
|
|
27352
|
+
autosignAddress: string;
|
|
27353
|
+
subaccountNonce?: number;
|
|
27354
|
+
quotesWaitTimeMs?: number;
|
|
27355
|
+
autosignAccountNumber?: number;
|
|
27356
|
+
feePayerAccountNumber?: number;
|
|
27357
|
+
autosignAccountSequence?: number;
|
|
27358
|
+
feePayerAccountSequence?: number;
|
|
27359
|
+
unfilledAction?: RFQSettlementUnfilledActionType;
|
|
27360
|
+
}
|
|
27361
|
+
interface RFQGwPrepareEip712AutoSignResponseType {
|
|
27362
|
+
rfqId: number;
|
|
27363
|
+
data: string;
|
|
27364
|
+
feePayer: string;
|
|
27365
|
+
signMode: string;
|
|
27366
|
+
pubKeyType: string;
|
|
27367
|
+
feePayerSig: string;
|
|
27368
|
+
quotesWaitMs: number;
|
|
27369
|
+
expiredQuotesCount: number;
|
|
27370
|
+
autosignAccountNumber: number;
|
|
27371
|
+
autosignAccountSequence: number;
|
|
27372
|
+
feePayerPubKey?: CosmosPubKeyType;
|
|
27373
|
+
quotes: RFQGwPrepareQuoteResultType[];
|
|
27374
|
+
}
|
|
26593
27375
|
type GrpcCosmosPubKey = CosmosPubKey$1;
|
|
27376
|
+
type GrpcRFQGwPrepareRequest = RFQGwPrepareRequestType$1;
|
|
27377
|
+
type GrpcRFQGwPrepareResponse = PrepareResponse;
|
|
26594
27378
|
type GrpcRFQGwPrepareQuoteResult = RFQGwPrepareQuoteResult;
|
|
26595
27379
|
type GrpcRFQGwPrepareAutoSignResponse = PrepareAutoSignResponse;
|
|
26596
27380
|
type GrpcRFQGwPrepareAutoSignRequest = RFQGwPrepareAutoSignRequestType$1;
|
|
27381
|
+
type GrpcRFQGwPrepareEip712Request = RFQGwPrepareEip712RequestType$1;
|
|
27382
|
+
type GrpcRFQGwPrepareEip712Response = PrepareEip712Response$1;
|
|
27383
|
+
type GrpcRFQGwPrepareEip712AutoSignRequest = RFQGwPrepareEip712AutoSignRequestType$1;
|
|
27384
|
+
type GrpcRFQGwPrepareEip712AutoSignResponse = PrepareEip712AutoSignResponse;
|
|
26597
27385
|
//#endregion
|
|
26598
|
-
//#region ../../node_modules/.pnpm/@injectivelabs+indexer-proto-ts-v2@1.18.
|
|
27386
|
+
//#region ../../node_modules/.pnpm/@injectivelabs+indexer-proto-ts-v2@1.18.18/node_modules/@injectivelabs/indexer-proto-ts-v2/generated/injective_oracle_rpc_pb.d.ts
|
|
26599
27387
|
/**
|
|
26600
27388
|
* @generated from protobuf message injective_oracle_rpc.OracleListResponse
|
|
26601
27389
|
*/
|
|
@@ -26757,7 +27545,7 @@ declare const StreamPricesByMarketsResponse = new StreamPricesByMarketsResponse$
|
|
|
26757
27545
|
type GrpcOracle = Oracle$1;
|
|
26758
27546
|
interface Oracle extends GrpcOracle {}
|
|
26759
27547
|
//#endregion
|
|
26760
|
-
//#region ../../node_modules/.pnpm/@injectivelabs+indexer-proto-ts-v2@1.18.
|
|
27548
|
+
//#region ../../node_modules/.pnpm/@injectivelabs+indexer-proto-ts-v2@1.18.18/node_modules/@injectivelabs/indexer-proto-ts-v2/generated/injective_auction_rpc_pb.d.ts
|
|
26761
27549
|
/**
|
|
26762
27550
|
* @generated from protobuf message injective_auction_rpc.AuctionEndpointResponse
|
|
26763
27551
|
*/
|
|
@@ -27254,7 +28042,7 @@ type GrpcAccountAuctionV2 = AccountAuctionV2$1;
|
|
|
27254
28042
|
type GrpcAuctionContract = AuctionContract$1;
|
|
27255
28043
|
type StreamBidsResponse = StreamBidsResponse$1;
|
|
27256
28044
|
//#endregion
|
|
27257
|
-
//#region ../../node_modules/.pnpm/@injectivelabs+indexer-proto-ts-v2@1.18.
|
|
28045
|
+
//#region ../../node_modules/.pnpm/@injectivelabs+indexer-proto-ts-v2@1.18.18/node_modules/@injectivelabs/indexer-proto-ts-v2/generated/injective_archiver_rpc_pb.d.ts
|
|
27258
28046
|
/**
|
|
27259
28047
|
* @generated from protobuf message injective_archiver_rpc.BalanceResponse
|
|
27260
28048
|
*/
|
|
@@ -27776,7 +28564,7 @@ type GrpcHistoricalVolumes = HistoricalVolumes$1;
|
|
|
27776
28564
|
type GrpcPnlLeaderboard = PnlLeaderboardResponse | PnlLeaderboardFixedResolutionResponse;
|
|
27777
28565
|
type GrpcVolLeaderboard = VolLeaderboardResponse | VolLeaderboardFixedResolutionResponse;
|
|
27778
28566
|
//#endregion
|
|
27779
|
-
//#region ../../node_modules/.pnpm/@injectivelabs+indexer-proto-ts-v2@1.18.
|
|
28567
|
+
//#region ../../node_modules/.pnpm/@injectivelabs+indexer-proto-ts-v2@1.18.18/node_modules/@injectivelabs/indexer-proto-ts-v2/generated/injective_referral_rpc_pb.d.ts
|
|
27780
28568
|
/**
|
|
27781
28569
|
* @generated from protobuf message injective_referral_rpc.GetReferrerDetailsResponse
|
|
27782
28570
|
*/
|
|
@@ -27907,7 +28695,7 @@ interface ReferralDetails {
|
|
|
27907
28695
|
invitees: ReferralInvitee[];
|
|
27908
28696
|
}
|
|
27909
28697
|
//#endregion
|
|
27910
|
-
//#region ../../node_modules/.pnpm/@injectivelabs+indexer-proto-ts-v2@1.18.
|
|
28698
|
+
//#region ../../node_modules/.pnpm/@injectivelabs+indexer-proto-ts-v2@1.18.18/node_modules/@injectivelabs/indexer-proto-ts-v2/generated/injective_campaign_rpc_pb.d.ts
|
|
27911
28699
|
/**
|
|
27912
28700
|
* @generated from protobuf message injective_campaign_rpc.RankingResponse
|
|
27913
28701
|
*/
|
|
@@ -28744,7 +29532,7 @@ interface AllSpotMarketSummaryResponse {
|
|
|
28744
29532
|
data: AllChronosSpotMarketSummary[];
|
|
28745
29533
|
}
|
|
28746
29534
|
//#endregion
|
|
28747
|
-
//#region ../../node_modules/.pnpm/@injectivelabs+indexer-proto-ts-v2@1.18.
|
|
29535
|
+
//#region ../../node_modules/.pnpm/@injectivelabs+indexer-proto-ts-v2@1.18.18/node_modules/@injectivelabs/indexer-proto-ts-v2/generated/injective_megavault_rpc_pb.d.ts
|
|
28748
29536
|
/**
|
|
28749
29537
|
* @generated from protobuf message injective_megavault_rpc.GetVaultResponse
|
|
28750
29538
|
*/
|
|
@@ -29863,7 +30651,7 @@ interface IncentivesCampaign {
|
|
|
29863
30651
|
subaccountIdSuffix: string;
|
|
29864
30652
|
}
|
|
29865
30653
|
//#endregion
|
|
29866
|
-
//#region ../../node_modules/.pnpm/@injectivelabs+indexer-proto-ts-v2@1.18.
|
|
30654
|
+
//#region ../../node_modules/.pnpm/@injectivelabs+indexer-proto-ts-v2@1.18.18/node_modules/@injectivelabs/indexer-proto-ts-v2/generated/injective_insurance_rpc_pb.d.ts
|
|
29867
30655
|
/**
|
|
29868
30656
|
* @generated from protobuf message injective_insurance_rpc.FundsResponse
|
|
29869
30657
|
*/
|
|
@@ -30125,7 +30913,7 @@ interface InsuranceFundCreateParams {
|
|
|
30125
30913
|
type GrpcIndexerInsuranceFund = InsuranceFund$2;
|
|
30126
30914
|
type GrpcIndexerRedemptionSchedule = RedemptionSchedule;
|
|
30127
30915
|
//#endregion
|
|
30128
|
-
//#region ../../node_modules/.pnpm/@injectivelabs+indexer-proto-ts-v2@1.18.
|
|
30916
|
+
//#region ../../node_modules/.pnpm/@injectivelabs+indexer-proto-ts-v2@1.18.18/node_modules/@injectivelabs/indexer-proto-ts-v2/generated/injective_derivative_exchange_rpc_pb.d.ts
|
|
30129
30917
|
/**
|
|
30130
30918
|
* @generated from protobuf message injective_derivative_exchange_rpc.MarketsResponse
|
|
30131
30919
|
*/
|
|
@@ -32215,7 +33003,7 @@ interface BankTransferFromExplorerApiResponse {
|
|
|
32215
33003
|
block_timestamp: string;
|
|
32216
33004
|
}
|
|
32217
33005
|
//#endregion
|
|
32218
|
-
//#region ../../node_modules/.pnpm/@injectivelabs+indexer-proto-ts-v2@1.18.
|
|
33006
|
+
//#region ../../node_modules/.pnpm/@injectivelabs+indexer-proto-ts-v2@1.18.18/node_modules/@injectivelabs/indexer-proto-ts-v2/generated/injective_tc_derivatives_rpc_pb.d.ts
|
|
32219
33007
|
/**
|
|
32220
33008
|
* @generated from protobuf message injective_tc_derivatives_rpc.OrdersHistoryResponse
|
|
32221
33009
|
*/
|
|
@@ -33104,7 +33892,7 @@ interface ChronosLeaderboardResponse {
|
|
|
33104
33892
|
data: ChronosLeaderboard;
|
|
33105
33893
|
}
|
|
33106
33894
|
//#endregion
|
|
33107
|
-
//#region ../../node_modules/.pnpm/@injectivelabs+indexer-proto-ts-v2@1.18.
|
|
33895
|
+
//#region ../../node_modules/.pnpm/@injectivelabs+indexer-proto-ts-v2@1.18.18/node_modules/@injectivelabs/indexer-proto-ts-v2/generated/injective_portfolio_rpc_pb.d.ts
|
|
33108
33896
|
/**
|
|
33109
33897
|
* @generated from protobuf message injective_portfolio_rpc.AccountPortfolioResponse
|
|
33110
33898
|
*/
|
|
@@ -33724,10 +34512,12 @@ declare class IndexerGrpcRFQApi extends BaseIndexerGrpcConsumer {
|
|
|
33724
34512
|
createConditionalOrder({
|
|
33725
34513
|
order,
|
|
33726
34514
|
signMode,
|
|
33727
|
-
signature
|
|
34515
|
+
signature,
|
|
34516
|
+
evmChainId
|
|
33728
34517
|
}: {
|
|
33729
|
-
signMode: string;
|
|
33730
34518
|
signature: string;
|
|
34519
|
+
evmChainId: bigint;
|
|
34520
|
+
signMode: RFQSignMode;
|
|
33731
34521
|
order: {
|
|
33732
34522
|
cid?: string;
|
|
33733
34523
|
taker: string;
|
|
@@ -34021,7 +34811,7 @@ declare class IndexerGrpcMitoApi extends BaseIndexerGrpcConsumer {
|
|
|
34021
34811
|
}>;
|
|
34022
34812
|
}
|
|
34023
34813
|
//#endregion
|
|
34024
|
-
//#region ../../node_modules/.pnpm/@injectivelabs+indexer-proto-ts-v2@1.18.
|
|
34814
|
+
//#region ../../node_modules/.pnpm/@injectivelabs+indexer-proto-ts-v2@1.18.18/node_modules/@injectivelabs/indexer-proto-ts-v2/generated/injective_meta_rpc_pb.d.ts
|
|
34025
34815
|
/**
|
|
34026
34816
|
* @generated from protobuf message injective_meta_rpc.PingResponse
|
|
34027
34817
|
*/
|
|
@@ -34247,6 +35037,131 @@ declare class IndexerGrpcRfqGwApi extends BaseIndexerGrpcConsumer {
|
|
|
34247
35037
|
feePayerAccountSequence?: number;
|
|
34248
35038
|
unfilledAction?: RFQSettlementUnfilledActionType;
|
|
34249
35039
|
}): Promise<RFQGwPrepareAutoSignResponseType>;
|
|
35040
|
+
fetchPrepare({
|
|
35041
|
+
cid,
|
|
35042
|
+
margin,
|
|
35043
|
+
expiry,
|
|
35044
|
+
clientId,
|
|
35045
|
+
marketId,
|
|
35046
|
+
quantity,
|
|
35047
|
+
direction,
|
|
35048
|
+
worstPrice,
|
|
35049
|
+
takerPubKey,
|
|
35050
|
+
takerAddress,
|
|
35051
|
+
unfilledAction,
|
|
35052
|
+
subaccountNonce,
|
|
35053
|
+
quotesWaitTimeMs,
|
|
35054
|
+
takerAccountNumber,
|
|
35055
|
+
feePayerAccountNumber,
|
|
35056
|
+
takerAccountSequence,
|
|
35057
|
+
feePayerAccountSequence
|
|
35058
|
+
}: {
|
|
35059
|
+
cid?: string;
|
|
35060
|
+
margin: string;
|
|
35061
|
+
expiry?: number;
|
|
35062
|
+
clientId: string;
|
|
35063
|
+
marketId: string;
|
|
35064
|
+
quantity: string;
|
|
35065
|
+
direction: string;
|
|
35066
|
+
worstPrice: string;
|
|
35067
|
+
takerAddress: string;
|
|
35068
|
+
takerPubKey: string;
|
|
35069
|
+
subaccountNonce?: number;
|
|
35070
|
+
quotesWaitTimeMs?: number;
|
|
35071
|
+
takerAccountNumber?: number;
|
|
35072
|
+
feePayerAccountNumber?: number;
|
|
35073
|
+
takerAccountSequence?: number;
|
|
35074
|
+
feePayerAccountSequence?: number;
|
|
35075
|
+
unfilledAction?: RFQSettlementUnfilledActionType;
|
|
35076
|
+
}): Promise<RFQGwPrepareResponseType>;
|
|
35077
|
+
fetchPrepareEip712({
|
|
35078
|
+
cid,
|
|
35079
|
+
gas,
|
|
35080
|
+
margin,
|
|
35081
|
+
expiry,
|
|
35082
|
+
clientId,
|
|
35083
|
+
marketId,
|
|
35084
|
+
quantity,
|
|
35085
|
+
direction,
|
|
35086
|
+
worstPrice,
|
|
35087
|
+
ethChainId,
|
|
35088
|
+
takerPubKey,
|
|
35089
|
+
takerAddress,
|
|
35090
|
+
eip712Wrapper,
|
|
35091
|
+
unfilledAction,
|
|
35092
|
+
subaccountNonce,
|
|
35093
|
+
quotesWaitTimeMs,
|
|
35094
|
+
takerAccountNumber,
|
|
35095
|
+
feePayerAccountNumber,
|
|
35096
|
+
takerAccountSequence,
|
|
35097
|
+
feePayerAccountSequence
|
|
35098
|
+
}: {
|
|
35099
|
+
cid?: string;
|
|
35100
|
+
gas?: number;
|
|
35101
|
+
margin: string;
|
|
35102
|
+
expiry?: number;
|
|
35103
|
+
clientId: string;
|
|
35104
|
+
marketId: string;
|
|
35105
|
+
quantity: string;
|
|
35106
|
+
direction: string;
|
|
35107
|
+
worstPrice: string;
|
|
35108
|
+
ethChainId?: number;
|
|
35109
|
+
takerAddress: string;
|
|
35110
|
+
takerPubKey: string;
|
|
35111
|
+
eip712Wrapper?: string;
|
|
35112
|
+
subaccountNonce?: number;
|
|
35113
|
+
quotesWaitTimeMs?: number;
|
|
35114
|
+
takerAccountNumber?: number;
|
|
35115
|
+
feePayerAccountNumber?: number;
|
|
35116
|
+
takerAccountSequence?: number;
|
|
35117
|
+
feePayerAccountSequence?: number;
|
|
35118
|
+
unfilledAction?: RFQSettlementUnfilledActionType;
|
|
35119
|
+
}): Promise<RFQGwPrepareEip712ResponseType>;
|
|
35120
|
+
fetchPrepareEip712AutoSign({
|
|
35121
|
+
cid,
|
|
35122
|
+
gas,
|
|
35123
|
+
margin,
|
|
35124
|
+
expiry,
|
|
35125
|
+
clientId,
|
|
35126
|
+
marketId,
|
|
35127
|
+
quantity,
|
|
35128
|
+
direction,
|
|
35129
|
+
worstPrice,
|
|
35130
|
+
ethChainId,
|
|
35131
|
+
takerAddress,
|
|
35132
|
+
autosignPubKey,
|
|
35133
|
+
eip712Wrapper,
|
|
35134
|
+
unfilledAction,
|
|
35135
|
+
autosignAddress,
|
|
35136
|
+
subaccountNonce,
|
|
35137
|
+
quotesWaitTimeMs,
|
|
35138
|
+
autosignAccountNumber,
|
|
35139
|
+
feePayerAccountNumber,
|
|
35140
|
+
autosignAccountSequence,
|
|
35141
|
+
feePayerAccountSequence
|
|
35142
|
+
}: {
|
|
35143
|
+
cid?: string;
|
|
35144
|
+
gas?: number;
|
|
35145
|
+
margin: string;
|
|
35146
|
+
expiry?: number;
|
|
35147
|
+
clientId: string;
|
|
35148
|
+
marketId: string;
|
|
35149
|
+
quantity: string;
|
|
35150
|
+
direction: string;
|
|
35151
|
+
worstPrice: string;
|
|
35152
|
+
ethChainId?: number;
|
|
35153
|
+
takerAddress?: string;
|
|
35154
|
+
autosignPubKey: string;
|
|
35155
|
+
eip712Wrapper?: string;
|
|
35156
|
+
autosignAddress: string;
|
|
35157
|
+
subaccountNonce?: number;
|
|
35158
|
+
quotesWaitTimeMs?: number;
|
|
35159
|
+
autosignAccountNumber?: number;
|
|
35160
|
+
feePayerAccountNumber?: number;
|
|
35161
|
+
autosignAccountSequence?: number;
|
|
35162
|
+
feePayerAccountSequence?: number;
|
|
35163
|
+
unfilledAction?: RFQSettlementUnfilledActionType;
|
|
35164
|
+
}): Promise<RFQGwPrepareEip712AutoSignResponseType>;
|
|
34250
35165
|
}
|
|
34251
35166
|
//#endregion
|
|
34252
35167
|
//#region src/client/indexer/grpc/IndexerGrpcOracleApi.d.ts
|
|
@@ -34281,7 +35196,7 @@ declare class IndexerGrpcOracleApi extends BaseIndexerGrpcConsumer {
|
|
|
34281
35196
|
}): Promise<PriceResponse>;
|
|
34282
35197
|
}
|
|
34283
35198
|
//#endregion
|
|
34284
|
-
//#region ../../node_modules/.pnpm/@injectivelabs+indexer-proto-ts-v2@1.18.
|
|
35199
|
+
//#region ../../node_modules/.pnpm/@injectivelabs+indexer-proto-ts-v2@1.18.18/node_modules/@injectivelabs/indexer-proto-ts-v2/generated/injective_exchange_rpc_pb.d.ts
|
|
34285
35200
|
/**
|
|
34286
35201
|
* @generated from protobuf message injective_exchange_rpc.PrepareTxResponse
|
|
34287
35202
|
*/
|
|
@@ -35893,6 +36808,9 @@ declare class IndexerGrpcRfqGwTransformer {
|
|
|
35893
36808
|
static grpcCosmosPubKeyToCosmosPubKey(grpcPubKey: GrpcCosmosPubKey): CosmosPubKeyType;
|
|
35894
36809
|
static grpcPrepareQuoteResultToPrepareQuoteResult(grpcQuote: GrpcRFQGwPrepareQuoteResult): RFQGwPrepareQuoteResultType;
|
|
35895
36810
|
static prepareAutoSignResponseToResponse(response: PrepareAutoSignResponse): RFQGwPrepareAutoSignResponseType;
|
|
36811
|
+
static prepareResponseToResponse(response: PrepareResponse): RFQGwPrepareResponseType;
|
|
36812
|
+
static prepareEip712ResponseToResponse(response: PrepareEip712Response$1): RFQGwPrepareEip712ResponseType;
|
|
36813
|
+
static prepareEip712AutoSignResponseToResponse(response: PrepareEip712AutoSignResponse): RFQGwPrepareEip712AutoSignResponseType;
|
|
35896
36814
|
}
|
|
35897
36815
|
//#endregion
|
|
35898
36816
|
//#region src/client/indexer/transformers/IndexerRfqStreamTransformer.d.ts
|
|
@@ -40831,4 +41749,4 @@ declare class ChainGrpcInsuranceFundTransformer {
|
|
|
40831
41749
|
}[];
|
|
40832
41750
|
}
|
|
40833
41751
|
//#endregion
|
|
40834
|
-
export { TcDerivativeTradesStreamCallbackV2 as $, TradeRewardCampaign as $_, MegaVaultVolatilityStats as $a, GrpcSubaccountBalance as $c, spotQuantityToChainQuantity as $d, getGenericAuthorizationFromMessageType as $f, EthAccount as $g, PermissionNamespace as $h, PerpetualMarket as $i, MitoMissionLeaderboardEntry as $l, MsgAdminUpdateBinaryOptionsMarket as $m, IndexerGrpcRfqTransformer as $n, Oracle as $o, createTransaction as $p, GrpcTcDerivativePosition as $r, TakerStreamEvents as $s, BlocksStreamCallback as $t, uint8ArrayToBase64 as $u, TallyResult as $v, MsgWithdraw as $y, ChainGrpcAuctionApi as A, GrpcDenomDecimals as A_, GrpcMegaVaultVolatility as Aa, GrpcPeggyWithdrawalTx as Ac, derivativePriceToChainPrice as Ad, ripemd160 as Af, CreateSpotMarketOrderAuthz as Ag, AuctionParams as Ah, DerivativeLimitOrderParams as Ai, GrpcMitoSubaccountBalance as Al, TxConcreteApi as Am, IndexerDerivativeStreamTransformer as An, Holder as Ao, createAny as Ap, StreamStatusResponse as Ar, GrpcRFQExpiry as As, VaultStreamCallbackV2 as At, grpcPagingToPagingV2 as Au, ContractCodeHistoryOperationTypeMap as Av, MsgRequestRedemption as Ay, ChainGrpcAuthApi as B, GrpcOrderType as B_, MegaVaultOperatorRedemptionBucket as Ba, Transaction as Bc, formatPriceToAllowableDecimals as Bd, protobufTimestampToUnixMs as Bf, InsuranceModuleParams as Bg, GrpcPermissionPolicyStatus as Bh, GrpcBinaryOptionsMarketInfo as Bi, MitoHolders as Bl, FeegrantMsgs as Bm, IndexerOracleStreamTransformer as Bn, AuctionContract as Bo, createSignDoc as Bp, PortfolioSubaccountBalanceV2 as Br, RFQExpiryType as Bs, StreamManager as Bt, DEFAULT_DERIVATION_PATH as Bu, grpcContractInfo as Bv, MsgRemoveRateLimit as By, ChainGrpcInsuranceFundApi as C, GrpcCampaignRewardPool as C_, GrpcMegaVaultPnlStats as Ca, MsgBid as Cb, GasFee as Cc, denomAmountToGrpcChainDenomAmount as Cd, hashToHex as Cf, BatchCreateDerivativeLimitOrdersAuthz as Cg, AuctionEventAuctionStart as Ch, TransactionFromExplorerApiResponse as Ci, GrpcMitoMissionLeaderboardEntry as Cl, CreateTransactionWithSignersArgs as Cm, SpotOrderbookV2StreamCallback as Cn, GrpcLeaderboardRow as Co, protoTypeToAminoType as Cp, IndexerGrpcMitoApi as Cr, IndexerTokenMeta as Cs, OraclePriceStreamCallbackV2 as Ct, WsReconnectConfig as Cu, ValidatorDescription as Cv, MsgCreateInsuranceFund as Cy, ChainGrpcTendermintApi as D, GrpcChainFullSpotMarket as D_, GrpcMegaVaultUnrealizedPnl as Da, GrpcIBCTransferTx as Dc, derivativeMarginToChainMarginToFixed as Dd, privateKeyToPublicKey as Df, CreateDerivativeLimitOrderAuthz as Dg, AuctionModuleState as Dh, BatchDerivativeOrderCancelParams as Di, GrpcMitoStakingPool as Dl, TxClientBroadcastResponse as Dm, IndexerTcDerivativesStreamTransformer as Dn, HistoricalBalance as Do, SIGN_DIRECT as Dp, GrpcWebSocketTransport as Dr, QuantityAndFees as Ds, StakingRewardByAccountStreamCallbackV2 as Dt, fetchAllWithPagination as Du, ContractAccountsBalanceWithPagination as Dv, MsgReclaimLockedFunds as Dy, ChainGrpcPermissionsApi as E, GrpcChainFullDerivativeMarket as E_, GrpcMegaVaultTargetApr as Ea, GrpcWebFetchTransport as Eb, GrpcGasFee as Ec, derivativeMarginToChainMargin as Ed, privateKeyHashToPublicKeyBase64 as Ef, CancelSpotOrderAuthz as Eg, AuctionModuleParams as Eh, BaseDerivativeMarket as Ei, GrpcMitoStakingGauge as El, TxClientBroadcastOptions as Em, IndexerAccountPortfolioStreamTransformer as En, GrpcVolLeaderboard as Eo, SIGN_AMINO as Ep, IndexerWsTakerStream as Er, PriceLevel as Es, IndexerGrpcMitoStreamV2 as Et, recoverTypedSignaturePubKey as Eu, ContractAccountBalance as Ev, MsgUpdateSpotMarketV2 as Ey, ChainGrpcPeggyApi as F, GrpcFeeDiscountTierInfo as F_, MegaVaultHistoricalPnL as Fa, Message as Fc, derivativeQuantityToChainQuantityToFixed as Fd, getGrpcWebTransport as Ff, GrantWithDecodedAuthorization as Fg, GrpcAuctionLastAuctionResult as Fh, DerivativeTrade as Fi, MitoChanges as Fl, DistributionMsgs as Fm, IndexerArchiverStreamTransformer as Fn, AccountAuctionStatus as Fo, isTxNotFoundError as Fp, GrpcAccountPortfolioV2 as Fr, MakerStreamConfig as Fs, SpotTradesStreamCallbackV2 as Ft, BECH32_ADDR_CONS_PREFIX as Fu, GrpcCodeInfoResponse as Fv, MsgRevokeAllowance as Fy, createStreamSubscriptionV2 as G, GrpcSpotOrder as G_, MegaVaultStats as Ga, WasmCode as Gc, isNumber as Gd, MsgUpdateParams as Gf, GrpcBankParams as Gg, GrpcPermissionRoleManager as Gh, GrpcDerivativePositionV2 as Gi, MitoIDOSubscriber as Gl, OracleMsgs as Gm, IndexerGrpcAccountTransformer as Gn, GrpcAuctionCoin as Go, createWeb3Extension as Gp, ChronosLeaderboardResponse as Gr, RFQRequestType as Gs, DerivativeOrderHistoryStreamCallback as Gt, fromBase64 as Gu, GrpcProposal as Gv, MsgCreateDenom as Gy, ChainGrpcIbcApi as H, GrpcPointsMultiplier as H_, MegaVaultPnlStats as Ha, ValidatorSlashingEvent as Hc, getExactDecimalsFromNumber as Hd, MsgUpdateActorRoles as Hf, GrpcMintParams as Hg, GrpcPermissionRole as Hh, GrpcDerivativeMarketInfo as Hi, MitoIDOClaimedCoins as Hl, IbcMsgs as Hm, IndexerGrpcExplorerTransformer as Hn, AuctionsStats as Ho, createSignerInfo as Hp, SubaccountDepositV2 as Hr, RFQProcessedQuoteType as Hs, AccountPortfolioStreamCallback as Ht, base64ToUtf8 as Hu, GrpcGovernanceDepositParams as Hv, MsgCreateRateLimit as Hy, ChainGrpcAuthZApi as I, GrpcFeeDiscountTierTTL as I_, MegaVaultHistoricalTVL as Ia, Paging as Ic, formatAmountToAllowableAmount as Id, getGasPriceBasedOnMessage as If, GrpcInsuranceFund as Ig, GrpcAuctionParams as Ih, ExpiryFuturesMarket as Ii, MitoClaimReference as Il, Erc20Msgs as Im, IndexerGrpcMegaVaultTransformer as In, AccountAuctionV2 as Io, createAuthInfo as Ip, GrpcPortfolioSubaccountBalanceV2 as Ir, MakerStreamEvents as Is, IndexerGrpcRfqStreamV2 as It, BECH32_ADDR_VAL_PREFIX as Iu, GrpcContractCodeHistoryEntry as Iv, MsgCancelSpotOrder as Iy, IndexerGrpcAccountPortfolioStreamV2 as J, GrpcTradingRewardCampaignInfo as J_, MegaVaultTargetApr as Ja, ListTradingStrategiesResponse as Jc, spotPriceFromChainPriceToFixed as Jd, MsgInstantBinaryOptionsMarketLaunch as Jf, SendEnabled as Jg, PermissionActionMap as Jh, GrpcFundingPayment as Ji, MitoLeaderboard as Jl, TokenFactoryMsgs as Jm, IndexerRfqStreamTransformer as Jn, GrpcAuctionV2 as Jo, getTransactionPartsFromTxRaw as Jp, ChronosDerivativeMarketSummary as Jr, RFQSettlementUnfilledActionType as Js, DerivativeOrdersStreamCallback as Jt, hexToBuff as Ju, GrpcVote as Jv, MsgPrivilegedExecuteContract as Jy, StreamManagerV2 as K, GrpcTradeRewardCampaign as K_, MegaVaultSubscription as Ka, GridStrategyStreamResponse as Kc, numberToCosmosSdkDecString as Kd, MsgClaimVoucher as Kf, GrpcSupply as Kg, GrpcPermissionsNamespace as Kh, GrpcDerivativeTrade as Ki, MitoIDOSubscription as Kl, PeggyMsgs as Km, IndexerSpotStreamTransformer as Kn, GrpcAuctionCoinPrices as Ko, getAminoStdSignDoc as Kp, AllChronosDerivativeMarketSummary as Kr, RFQSettlementLimitActionType$1 as Ks, DerivativeOrderbookUpdateStreamCallback as Kt, fromUtf8 as Ku, GrpcProposalDeposit as Kv, MsgChangeAdmin as Ky, ChainGrpcWasmApi as L, GrpcMarketStatus as L_, MegaVaultIncentives as La, PeggyDepositTx as Lc, formatAmountToAllowableDecimals as Ld, makeTimeoutTimestamp as Lf, GrpcInsuranceParams as Lg, GrpcPermissionActorRoles as Lh, ExpiryFuturesMarketInfo as Li, MitoDenomBalance as Ll, ExchangeMsgs as Lm, IndexerAuctionStreamTransformer as Ln, Auction as Lo, createBody as Lp, GrpcPositionV2 as Lr, RFQConditionalOrder as Ls, QuoteStreamCallbackV2 as Lt, BECH32_PUBKEY_ACC_PREFIX as Lu, GrpcContractInfo as Lv, MsgCreateValidator as Ly, ChainGrpcOracleApi as M, GrpcExchangeParams as M_, MegaVault as Ma, GrpcValidatorUptime as Mc, derivativeQuantityFromChainQuantity as Md, sha256 as Mf, Grant$1 as Mg, GrpcAuctionEventAuctionResult as Mh, DerivativeMarketWithoutBinaryOptions as Mi, GrpcMitoTokenInfo as Ml, AuctionMsgs as Mm, IndexerGrpcMitoStreamTransformer as Mn, PnlLeaderboard as Mo, getEthereumSignerAddress as Mp, ChronosMarketHistoryResponse as Mr, GrpcRFQQuote as Ms, SpotOrderHistoryStreamCallbackV2 as Mt, paginationRequestFromPagination as Mu, ContractStateWithPagination as Mv, MsgLiquidatePosition as My, ChainGrpcErc20Api as N, GrpcFeeDiscountAccountInfo as N_, MegaVaultApr as Na, IBCTransferTx as Nc, derivativeQuantityFromChainQuantityToFixed as Nd, parseCoins as Nf, GrantAuthorization$1 as Ng, GrpcAuctionEventAuctionStart as Nh, DerivativeOrderCancelParams as Ni, GrpcMitoVault as Nl, AuthzMsgs as Nm, IndexerGrpcDerivativeTransformer as Nn, SpotAverageEntry as No, getInjectiveSignerAddress as Np, AccountPortfolioBalances as Nr, GrpcRFQRequest as Ns, SpotOrderbookUpdateStreamCallbackV2 as Nt, paginationUint8ArrayToString as Nu, GoogleProtoBufAny as Nv, MsgBatchUpdateOrders as Ny, ChainGrpcExchangeApi as O, GrpcChainPosition as O_, GrpcMegaVaultUserStats as Oa, GrpcIndexerValidatorDescription as Oc, derivativePriceFromChainPrice as Od, privateKeyToPublicKeyBase64 as Of, CreateDerivativeMarketOrderAuthz as Og, AuctionModuleStateParams as Oh, BinaryOptionsMarket as Oi, GrpcMitoStakingStakingActivity as Ol, TxClientMode as Om, IndexerGrpcTcDerivativesTransformer as On, HistoricalRPNL as Oo, SIGN_EIP712 as Op, GrpcWebSocketCodec as Or, Route as Os, TransfersStreamCallbackV2 as Ot, grpcPaginationToPagination as Ou, ContractCodeHistoryEntry as Ov, MsgRelayProviderPrices as Oy, ChainGrpcWasmXApi as P, GrpcFeeDiscountSchedule as P_, MegaVaultAprStats as Pa, IndexerStreamTransaction as Pc, derivativeQuantityToChainQuantity as Pd, ofacList as Pf, GrantAuthorizationWithDecodedAuthorization as Pg, GrpcAuctionEventBid as Ph, DerivativeOrderHistory as Pi, GrpcMitoWhitelistAccount as Pl, BankMsgs as Pm, ExplorerStreamTransformer as Pn, VolLeaderboard as Po, errorToErrorMessage as Pp, AccountPortfolioV2 as Pr, GrpcRFQSettlement as Ps, SpotOrdersStreamCallbackV2 as Pt, BECH32_ADDR_ACC_PREFIX as Pu, GrpcAbsoluteTxPosition as Pv, MsgExternalTransfer as Py, TcDerivativePositionsStreamCallbackV2 as Q, PointsMultiplier as Q_, MegaVaultVolatility as Qa, GrpcAccountPortfolio as Qc, spotQuantityFromChainQuantityToFixed as Qd, GrantAuthorizationType as Qf, AuthModuleParams as Qg, PermissionGenesisState as Qh, GrpcPositionDelta as Qi, MitoMissionLeaderboard as Ql, MsgBatchCancelBinaryOptionsOrders as Qm, IndexerGrpcMitoTransformer as Qn, GrpcOracle as Qo, waitTxBroadcasted as Qp, GrpcTcDerivativeOrdersResponse as Qr, TakerStreamConfig as Qs, IndexerGrpcDerivativesStream as Qt, toUtf8 as Qu, ProposalStatusMap as Qv, MsgUpdateAdmin as Qy, ChainGrpcMintApi as R, GrpcMarketStatusMap as R_, MegaVaultMaxDrawdown as Ra, PeggyWithdrawalTx as Rc, formatNumberToAllowableDecimals as Rd, makeTimeoutTimestampInNs as Rf, GrpcRedemptionSchedule as Rg, GrpcPermissionAddressVoucher as Rh, FundingPayment as Ri, MitoGauge as Rl, ExchangeV1Msgs as Rm, IndexerAccountStreamTransformer as Rn, AuctionCoin as Ro, createFee as Rp, GrpcPositionsWithUPNL as Rr, RFQConditionalOrderInput as Rs, RequestStreamCallbackV2 as Rt, BECH32_PUBKEY_CONS_PREFIX as Ru, MarketingInfo as Rv, MsgBeginRedelegate as Ry, ChainRestBankApi as S, FeeDiscountTierTTL as S_, GrpcMegaVaultPnl as Sa, MsgGrant as Sb, ExplorerValidatorUptime as Sc, denomAmountToChainDenomAmountToFixed as Sd, domainHash as Sf, BatchCancelSpotOrdersAuthz as Sg, AuctionEventAuctionResult as Sh, ExplorerTransactionApiResponse as Si, GrpcMitoMission as Sl, CreateTransactionResult as Sm, SpotOrderbookUpdateStreamCallback as Sn, GrpcHistoricalVolumes as So, objectKeysToEip712Types as Sp, IndexerGrpcMetaApi as Sr, GrpcTokenMeta as Ss, OracleListStreamCallbackV2 as St, WsDisconnectReason as Su, ValidatorCommission as Sv, MsgAuthorizeStakeGrants as Sy, ChainGrpcDistributionApi as T, GrpcChainDerivativePosition as T_, GrpcMegaVaultSubscription as Ta, MsgVote as Tb, GrpcExplorerStats as Tc, derivativeMarginFromChainMarginToFixed as Td, privateKeyHashToPublicKey as Tf, CancelDerivativeOrderAuthz as Tg, AuctionLastAuctionResult as Th, WasmCodeExplorerApiResponse as Ti, GrpcMitoPriceSnapshot as Tl, SignerDetails as Tm, SpotTradesStreamCallback as Tn, GrpcSpotAverageEntry as To, TxClient as Tp, IndexerWsMakerStream as Tr, OrderbookWithSequence as Ts, HistoricalStakingStreamCallbackV2 as Tt, WsTransportConfig as Tu, CodeInfoResponse as Tv, MsgSetDenomMetadata as Ty, ChainGrpcGovApi as U, GrpcSpotMarket as U_, MegaVaultRedemption as Ua, ValidatorUptime as Uc, getSignificantDecimalsFromNumber as Ud, MsgUpdateNamespace as Uf, MinModuleParams as Ug, GrpcPermissionRoleActors as Uh, GrpcDerivativeOrderHistory as Ui, MitoIDOInitParams as Ul, InsuranceMsgs as Um, IndexerGrpcArchiverTransformer as Un, GrpcAccountAuctionV2 as Uo, createSigners as Up, ChronosLeaderboard as Ur, RFQQuoteType as Us, IndexerGrpcAccountPortfolioStream as Ut, binaryToBase64 as Uu, GrpcGovernanceTallyParams as Uv, MsgMigrateContract as Uy, ChainGrpcEvmApi as V, GrpcOrderTypeMap as V_, MegaVaultPnl as Va, TxMessage as Vc, formatPriceToAllowablePrice as Vd, protobufTimestampToUnixSeconds as Vf, OracleTypeMap as Vg, GrpcPermissionPolicyStatusManagerCapability as Vh, GrpcDerivativeLimitOrder as Vi, MitoIDO as Vl, GovMsgs as Vm, IndexerGrpcReferralTransformer as Vn, AuctionV2 as Vo, createSignDocFromTransaction as Vp, PositionsWithUPNL as Vr, RFQMakerStreamAckData as Vs, createStreamSubscription as Vt, base64ToUint8Array as Vu, GovModuleStateParams as Vv, MsgUpdateRateLimit as Vy, accountEthParser as W, GrpcSpotMarketOrder as W_, MegaVaultRedemptionStatus as Wa, ValidatorUptimeStatus as Wc, getTensMultiplier as Wd, MsgCreateNamespace as Wf, BankModuleParams as Wg, GrpcPermissionRoleIDs as Wh, GrpcDerivativePosition as Wi, MitoIDOProgress as Wl, Msgs as Wm, IndexerGrpcAuctionTransformer as Wn, GrpcAuction as Wo, createTxRawEIP712 as Wp, ChronosLeaderboardEntry as Wr, RFQRequestInputType as Ws, DerivativeMarketStreamCallback as Wt, concatUint8Arrays as Wu, GrpcGovernanceVotingParams as Wv, MsgExecuteContract as Wy, TcDerivativeOrderHistoryStreamCallbackV2 as X, OrderType as X_, MegaVaultUser as Xa, TradingStrategy as Xc, spotPriceToChainPriceToFixed as Xd, ContractExecutionAuthorization as Xf, Account as Xg, PermissionAddressRoles as Xh, GrpcPerpetualMarketFunding as Xi, MitoLeaderboardEpoch as Xl, MsgSetDelegationTransferReceivers as Xm, IndexerCampaignTransformer as Xn, IndexerAuctionBid as Xo, TxRestApi as Xp, GrpcTcDerivativeLimitOrder as Xr, RFQTakerStreamAckData as Xs, DerivativePositionsV2StreamCallback as Xt, stringToUint8Array as Xu, ProposalDeposit as Xv, MsgUnderwrite as Xy, IndexerGrpcTcDerivativesStreamV2 as Y, IsOptedOutOfRewards as Y_, MegaVaultUnrealizedPnl as Ya, MarketType as Yc, spotPriceToChainPrice as Yd, ContractExecutionCompatAuthorization as Yf, TotalSupply as Yg, PermissionActorRoles as Yh, GrpcFundingRate as Yi, MitoLeaderboardEntry as Yl, WasmMsgs as Ym, IndexerGrpcRfqGwTransformer as Yn, GrpcIndexerAuctionBid as Yo, generateArbitrarySignDoc as Yp, ChronosDerivativeMarketSummaryResponse as Yr, RFQStreamErrorData as Ys, DerivativePositionsStreamCallback as Yt, hexToUint8Array as Yu, Proposal as Yv, MsgEditValidator as Yy, TcDerivativeOrdersStreamCallbackV2 as Z, OrderTypeMap as Z_, MegaVaultUserStats as Za, AccountPortfolio as Zc, spotQuantityFromChainQuantity as Zd, GenericAuthorization as Zf, AuthBaseAccount as Zg, PermissionAddressVoucher as Zh, GrpcPerpetualMarketInfo as Zi, MitoMission as Zl, MsgCreateBinaryOptionsMarketOrder as Zm, IndexerGrpcSpotTransformer as Zn, StreamBidsResponse as Zo, TxGrpcApi as Zp, GrpcTcDerivativeOrderHistory as Zr, SettlementsResponse as Zs, DerivativeTradesStreamCallback as Zt, toBase64 as Zu, ProposalStatus as Zv, MsgUndelegate as Zy, ChainGrpcEvmTransformer as _, ExchangeModuleParams as __, GrpcMegaVaultIncentives as _a, MsgSubmitProposalSpotMarketLaunch as _b, ExplorerTransaction as _c, cosmosSdkDecToBigNumber as _d, SignTypedDataVersionV4 as _f, Params$6 as _g, AccountsResponse as _h, ContractExplorerApiResponse as _i, GrpcMitoIDOSubscriber as _l, TxResult as _m, VaultHolderSubscriptionStreamCallback as _n, AccountStats as _o, getEipTxContext as _p, IndexerGrpcWeb3GwApi as _r, SpotMarket as _s, BidsStreamCallbackV2 as _t, IsomorphicWebSocket as _u, Pool as _v, MsgCancelDerivativeOrder as _y, ChainGrpcExchangeTransformer as a, EvmParams as a_, GrpcIndexerInsuranceFund as aa, MsgMultiSend as ab, BlockWithTxs as ac, getDefaultSubaccountId as ad, grpcCoinToUiCoin as af, PermissionRoleIDs as ag, FactoryDenomWithMetadata as ah, TcDerivativeLimitOrder as ai, SubaccountDeposit as al, createTxRawFromSigResponse as am, IndexerGrpcTradingStream as an, Campaign as ao, PrivateKey as ap, IndexerGrpcInsuranceFundApi as ar, RFQGwPrepareAutoSignRequestType as as, DerivativePositionsStreamCallbackV2 as at, MitoStakingPool as au, GrpcDelegationResponse as av, MsgWithdrawValidatorCommission as ay, ChainRestWasmApi as b, FeeDiscountSchedule as b_, GrpcMegaVaultOperator as ba, MsgDeposit$1 as bb, ExplorerValidator as bc, denomAmountFromGrpcChainDenomAmount as bd, TypedMessageV4 as bf, PeggyModuleParams as bg, AuctionBid as bh, ExplorerApiResponseWithPagination as bi, GrpcMitoLeaderboardEntry as bl, TxSearchResultParams as bm, MarketsStreamCallback as bn, GrpcHistoricalBalance as bo, getObjectEip712PropertyType as bp, IndexerGrpcRfqGwApi as br, SpotTrade as bs, IndexerGrpcAccountStreamV2 as bt, TransportEventType as bu, UnBondingDelegation as bv, MsgCancelPostOnlyModeV2 as by, ChainGrpcCommonTransformer as c, GrpcEvmChainConfig as c_, InsuranceFundCreateParams as ca, MsgTransfer as cb, ContractTransaction as cc, getInjectiveAddressFromSubaccountId as cd, isJsonString as cf, PermissionsModuleParams as cg, DistributionModuleParams as ch, TcDerivativePosition as ci, TradingReward as cl, BroadcastModeKeplr as cm, BalanceStreamCallback as cn, GrpcCampaign as co, MsgDecoder as cp, IndexerGrpcDerivativesApi as cr, AtomicSwap as cs, IndexerGrpcDerivativesStreamV2 as ct, MitoSubscription as cu, GrpcReDelegationEntryResponse as cv, MsgCreateDerivativeLimitOrder as cy, ChainGrpcPeggyTransformer as d, CampaignRewardPool as d_, IncentivesCampaign as da, ProposalDecomposer as db, CosmWasmPermission as dc, removeHexPrefix as dd, isServerSide as df, GrpcTxFeesEipBaseFee as dg, GrpcDistributionParams as dh, TcDerivativesOrdersHistoryResponse as di, GrpcMitoClaimReference as dl, RestTx as dm, OraclePriceStreamCallback as dn, GrpcGuild as do, getDefaultEip712Types as dp, IndexerGrpcArchiverApi as dr, GrpcSpotLimitOrder as ds, IndexerGrpcExplorerStreamV2 as dt, MitoVault as du, GrpcUnbondingDelegation as dv, MsgUpdateDerivativeMarketV2 as dy, PubKey$1 as e_, PerpetualMarketFunding as ea, MsgSignData as eb, AccessType as ec, uint8ArrayToHex as ed, spotQuantityToChainQuantityToFixed as ef, PermissionParams as eg, ChainModule as eh, GrpcTcDerivativeTradeHistory as ei, GrpcSubaccountBalanceTransfer as el, createTransactionAndCosmosSignDoc as em, BlocksWithTxsStreamCallback as en, OperationStatusLogEntry as eo, msgsOrMsgExecMsgs as ep, IndexerRestLeaderboardChronosApi as er, CosmosPubKeyType as es, DerivativeMarketStreamCallbackV2 as et, MitoPagination as eu, TradingRewardCampaignBoostInfo as ev, Vote as ey, ChainGrpcAuthZTransformer as f, ChainDenomDecimal as f_, IncentivesRound as fa, MsgSubmitProposalExpiryFuturesMarketLaunch as fb, EventLog as fc, getDerivativeMarketDecimals as fd, objectToJson as ff, GrpcTxFeesParams as fg, ValidatorRewards as fh, TcDerivativesPositionsResponse as fi, GrpcMitoDenomBalance as fl, RestTxBody as fm, OraclePricesByMarketsStreamCallback as fn, GrpcGuildMember as fo, getDefaultEip712TypesV2 as fp, IndexerGrpcCampaignApi as fr, GrpcSpotMarketInfo as fs, TransactionsStreamCallbackV2 as ft, MitoVestingConfig as fu, GrpcUnbondingDelegationEntry as fv, MsgCancelBinaryOptionsOrder as fy, ChainGrpcAuthTransformer as g, DepositProposalParams as g_, GrpcMegaVaultHistoricalTVL as ga, MsgGrantProviderPrivilegeProposal as gb, ExplorerStats as gc, amountToCosmosSdkDecAmount as gd, sortObjectByKeysWithReduce as gf, GrpcTokenPair as gg, AccountResponse as gh, CW20BalanceExplorerApiResponse as gi, GrpcMitoIDOProgress as gl, TxInfoResponse as gm, TransfersStreamCallback as gn, ReferralDetails as go, getEip712FeeV2 as gp, IndexerGrpcAccountApi as gr, SpotLimitOrderParams as gs, IndexerGrpcTradingStreamV2 as gt, GrpcFrame as gu, GrpcValidatorDescription as gv, MsgCreateSpotMarketOrder as gy, ChainGrpcBankTransformer as h, ChainPosition as h_, GrpcMegaVaultHistoricalPnL as ha, MsgSubmitProposalPerpetualMarketLaunch as hb, ExplorerCW20BalanceWithToken as hc, getSpotMarketTensMultiplier as hd, sortObjectByKeys as hf, GrpcParams as hg, DenomOwnersResponse as hh, BlockFromExplorerApiResponse as hi, GrpcMitoIDOClaimedCoins as hl, TxInfo as hm, StakingRewardByAccountStreamCallback as hn, GuildMember as ho, getEip712Fee as hp, IndexerGrpcAuctionApi as hr, SpotLimitOrder as hs, GridStrategyStreamCallbackV2 as ht, GrpcDecodeError as hu, GrpcValidatorCommissionRates as hv, MsgIncreasePositionMargin as hy, ChainGrpcPermissionsTransformer as i, EvmLog as i_, PositionV2 as ia, MsgDeposit as ib, Block$1 as ic, getChecksumAddress as id, getErrorMessage as if, PermissionRoleActors as ig, AuthorityMetadata as ih, GrpcTcPositionDelta as ii, SubaccountBalance as il, createTransactionWithSigners as im, SpotAverageEntriesStreamCallback as in, ChronosSpotMarketSummaryResponse as io, BaseAccount as ip, IndexerRestExplorerApi as ir, GrpcRFQGwPrepareQuoteResult as is, DerivativeOrdersStreamCallbackV2 as it, MitoStakingActivity as iu, GrpcDelegation as iv, MsgCreateBinaryOptionsLimitOrder as iy, ChainGrpcTxFeesApi as j, GrpcDenomMinNotional as j_, GrpcMegaVaultVolatilityStats as ja, GrpcValidatorSlashingEvent as jc, derivativePriceToChainPriceToFixed as jd, sanitizeTypedData as jf, GenericAuthorization$1 as jg, GrpcAuctionBid as jh, DerivativeMarket as ji, GrpcMitoSubscription as jl, TxResponse as jm, IndexerGrpcAccountPortfolioTransformer as jn, LeaderboardRow as jo, createAnyMessage as jp, AllChronosMarketHistory as jr, GrpcRFQProcessedQuote as js, IndexerGrpcSpotStreamV2 as jt, pageRequestToGrpcPageRequestV2 as ju, ContractInfo as jv, MsgInstantiateContract as jy, ChainGrpcStakingApi as k, GrpcChainSpotMarket as k_, GrpcMegaVaultVaultStats as ka, GrpcPeggyDepositTx as kc, derivativePriceFromChainPriceToFixed as kd, publicKeyToAddress as kf, CreateSpotLimitOrderAuthz as kg, AuctionModuleStateResponse as kh, DerivativeLimitOrder as ki, GrpcMitoStakingStakingReward as kl, TxClientSimulateResponse as km, IndexerGrpcInsuranceFundTransformer as kn, HistoricalVolumes as ko, SIGN_EIP712_V2 as kp, IndexerModule as kr, GrpcRFQConditionalOrder as ks, VaultHolderSubscriptionStreamCallbackV2 as kt, grpcPagingToPaging as ku, ContractCodeHistoryOperationType as kv, MsgTransferDelegation as ky, ChainGrpcTxFeesTransformer as l, GrpcEvmLog as l_, Redemption as la, MsgExec as lb, ContractTransactionWithMessages as lc, getSubaccountId as ld, isNode as lf, GrpcOracleParams as lg, GrpcDecCoin as lh, TcDerivativeTradeHistory as li, TransferType as ll, RestAuthInfo as lm, IndexerGrpcAccountStream as ln, GrpcCampaignUser as lo, getEip712TypedData as lp, IndexerGrpcMegaVaultApi as lr, BatchSpotOrderCancelParams as ls, BlocksStreamCallbackV2 as lt, MitoTokenInfo as lu, GrpcReDelegationResponse as lv, MsgWithdrawDelegatorReward as ly, ChainGrpcMintTransformer as m, ChainDerivativePosition as m_, GrpcMegaVaultAprStats as ma, MsgSubmitProposalSpotMarketParamUpdate as mb, ExplorerBlockWithTxs as mc, getSpotMarketDecimals as md, safeBigIntStringify as mf, TxFeesModuleStateParams as mg, DenomBalance as mh, BankTransferFromExplorerApiResponse as mi, GrpcMitoIDO as ml, SimulationResponse as mm, IndexerGrpcMitoStream as mn, GuildCampaignSummary as mo, getEip712DomainV2 as mp, IndexerGrpcTradingApi as mr, GrpcSpotTrade as ms, SpotAverageEntriesStreamCallbackV2 as mt, MitoWhitelistAccount as mu, GrpcValidatorCommission as mv, MsgDecreasePositionMargin as my, ChainGrpcTokenFactoryTransformer as n, EvmBlobScheduleConfig as n_, Position as na, MsgSendToEth as nb, BankMsgSendTransaction as nc, addHexPrefix as nd, bigIntToNumber as nf, PermissionPolicyStatus as ng, BlockLatestRestResponse as nh, GrpcTcDerivativesOrdersHistoryResponse as ni, GrpcSubaccountPortfolio as nl, createTransactionForAddressAndMsg as nm, TransactionsStreamCallback as nn, AllSpotMarketSummaryResponse as no, ExecArgNeptuneDeposit as np, IndexerRestMarketChronosApi as nr, GrpcRFQGwPrepareAutoSignRequest as ns, DerivativeOrderbookUpdateStreamCallbackV2 as nt, MitoPriceSnapshot as nu, BondStatus as nv, VoteOptionMap as ny, ChainGrpcStakingTransformer as o, GrpcEvmBlobConfig as o_, GrpcIndexerRedemptionSchedule as oa, MsgMint as ob, CW20Message as oc, getEthereumAddress as od, hexToNumber as of, PermissionRoleManager as og, TokenFactoryModuleParams as oh, TcDerivativeOrderHistory as oi, SubaccountPortfolio as ol, getTxRawFromTxRawOrDirectSignResponse as om, BidsStreamCallback as on, CampaignUser as oo, PublicKey as op, IndexerGrpcTcDerivativesApi as or, RFQGwPrepareAutoSignResponseType as os, DerivativePositionsV2StreamCallbackV2 as ot, MitoStakingReward as ou, GrpcPool as ov, MsgCreateDerivativeMarketOrder as oy, ChainGrpcWasmTransformer as p, ChainDenomMinNotional as p_, GrpcMegaVaultApr as pa, MsgSubmitProposalPerpetualMarketLaunchV2 as pb, EventLogEvent as pc, getDerivativeMarketTensMultiplier as pd, protoObjectToJson as pf, TxFeesEipBaseFee as pg, BalancesResponse as ph, TcPositionDelta as pi, GrpcMitoHolders as pl, RestTxLog as pm, HistoricalStakingStreamCallback as pn, Guild as po, getEip712Domain as pp, IndexerGrpcExplorerApi as pr, GrpcSpotOrderHistory as ps, IndexerGrpcArchiverStreamV2 as pt, MitoVestingConfigMap as pu, GrpcValidator as pv, MsgInstantSpotMarketLaunch as py, AccountPortfolioStreamCallbackV2 as q, GrpcTradingRewardCampaignBoostInfo as q_, MegaVaultSubscriptionStatus as qa, GridStrategyType as qc, spotPriceFromChainPrice as qd, OrderHashManager as qf, Metadata as qg, GrpcPermissionsParams as qh, GrpcExpiryFuturesMarketInfo as qi, MitoIDOSubscriptionActivity as ql, StakingMsgs as qm, IndexerGrpcOracleTransformer as qn, GrpcAuctionContract as qo, getPublicKey as qp, AllDerivativeMarketSummaryResponse as qr, RFQSettlementType as qs, DerivativeOrderbookV2StreamCallback as qt, hexToBase64 as qu, GrpcTallyResult as qv, MsgRewardsOptOut as qy, ChainGrpcDistributionTransformer as r, EvmChainConfig as r_, PositionDelta as ra, MsgStoreCode as rb, BankTransfer as rc, getAddressFromInjectiveAddress as rd, bigIntToString as rf, PermissionRole as rg, NodeInfoRestResponse as rh, GrpcTcDerivativesPositionsResponse as ri, GrpcTradingReward as rl, createTransactionFromMsg as rm, IndexerGrpcArchiverStream as rn, ChronosSpotMarketSummary as ro, MsgBroadcasterWithPk as rp, IndexerRestSpotChronosApi as rr, GrpcRFQGwPrepareAutoSignResponse as rs, DerivativeOrderbookV2StreamCallbackV2 as rt, MitoStakeToSubscription as ru, Delegation as rv, WeightedVoteOption as ry, ChainGrpcAuctionTransformer as s, GrpcEvmBlobScheduleConfig as s_, IndexerInsuranceFund as sa, MsgBurn as sb, Contract as sc, getInjectiveAddress as sd, isBrowser as sf, PermissionVoucher as sg, TokenFactoryModuleState as sh, TcDerivativeOrdersResponse as si, SubaccountTransfer as sl, BroadcastMode as sm, IndexerGrpcAuctionStream as sn, CampaignV2 as so, Address as sp, IndexerGrpcAccountPortfolioApi as sr, RFQGwPrepareQuoteResultType as ss, DerivativeTradesStreamCallbackV2 as st, MitoSubaccountBalance as su, GrpcReDelegation as sv, MsgBatchCancelDerivativeOrders as sy, ChainGrpcInsuranceFundTransformer as t, EvmBlobConfig as t_, PerpetualMarketInfo as ta, MsgDelegate as tb, AccessTypeCode as tc, uint8ArrayToString as td, bigIntReplacer as tf, PermissionPolicyManagerCapability as tg, RestApiResponse as th, GrpcTcDerivativeTradesResponse as ti, GrpcSubaccountDeposit as tl, createTransactionAndCosmosSignDocForAddressAndMsg as tm, IndexerGrpcExplorerStream as tn, AllChronosSpotMarketSummary as to, ExecArgNeptuneWithdraw as tp, IndexerRestDerivativesChronosApi as tr, GrpcCosmosPubKey as ts, DerivativeOrderHistoryStreamCallbackV2 as tt, MitoPortfolio as tu, TradingRewardCampaignInfo as tv, VoteOption as ty, ChainGrpcErc20Transformer as u, GrpcEvmParams as u_, RedemptionStatus as ua, MsgSubmitProposal as ub, CosmWasmChecksum as uc, isCw20ContractAddress as ud, isReactNative as uf, OracleModuleParams as ug, GrpcDelegationDelegatorReward as uh, TcDerivativeTradesResponse as ui, GrpcMitoChanges as ul, RestSignerInfo as um, IndexerGrpcOracleStream as un, GrpcCampaignV2 as uo, getEip712TypedDataV2 as up, IndexerGrpcReferralApi as ur, GrpcAtomicSwap as us, BlocksWithTxsStreamCallbackV2 as ut, MitoTransfer as uu, GrpcStakingParams as uv, MsgCancelUnbondingDelegation as uy, ChainGrpcGovTransformer as v, ExchangeParams as v_, GrpcMegaVaultMaxDrawdown as va, MsgSubmitGenericProposal as vb, ExplorerTransactionV2 as vc, denomAmountFromChainDenomAmount as vd, TypedDataUtilsHashStruct as vf, TokenPair as vg, BaseAccountRestResponse as vh, ContractTransactionExplorerApiResponse as vi, GrpcMitoIDOSubscription as vl, TxResultResponse as vm, VaultStreamCallback as vn, DenomHolders as vo, getEipTxDetails as vp, IndexerGrpcTransactionApi as vr, SpotOrderCancelParams as vs, IndexerGrpcAuctionStreamV2 as vt, ResolvedWsTransportConfig as vu, ReDelegation as vv, MsgBatchCancelSpotOrders as vy, ChainGrpcTokenFactoryApi as w, GrpcChainDerivativeMarket as w_, GrpcMegaVaultRedemption as wa, MsgSend as wb, GrpcBankMsgSendMessage as wc, derivativeMarginFromChainMargin as wd, messageHash as wf, BatchCreateSpotLimitOrdersAuthz as wg, AuctionEventBid as wh, ValidatorUptimeFromExplorerApiResponse as wi, GrpcMitoPagination as wl, MsgArg as wm, SpotOrdersStreamCallback as wn, GrpcPnlLeaderboard as wo, stringTypeToReflectionStringType as wp, IndexerGrpcRFQApi as wr, Orderbook as ws, OraclePricesByMarketsStreamCallbackV2 as wt, WsState as wu, AbsoluteTxPosition as wv, MsgFundCommunityPool as wy, ChainRestAuthApi as x, FeeDiscountTierInfo as x_, GrpcMegaVaultOperatorRedemptionBucket as xa, MsgRevoke as xb, ExplorerValidatorDescription as xc, denomAmountToChainDenomAmount as xd, decompressPubKey as xf, BatchCancelDerivativeOrdersAuthz as xg, AuctionCurrentBasket as xh, ExplorerBlockApiResponse as xi, GrpcMitoLeaderboardEpoch as xl, CreateTransactionArgs as xm, SpotOrderHistoryStreamCallback as xn, GrpcHistoricalRPNL as xo, numberTypeToReflectionNumberType as xp, IndexerGrpcSpotApi as xr, GrpcPriceLevel as xs, IndexerGrpcOracleStreamV2 as xt, TransportEvents as xu, Validator as xv, MsgCreateSpotLimitOrder as xy, ChainRestTendermintApi as y, FeeDiscountAccountInfo as y_, GrpcMegaVaultOperationStatusLogEntry as ya, MsgSubmitTextProposal as yb, ExplorerTxsV2Response as yc, denomAmountFromChainDenomAmountToFixed as yd, TypedDataUtilsSanitizeData as yf, GrpcPeggyParams as yg, CosmosAccountRestResponse as yh, ExplorerApiResponse as yi, GrpcMitoIDOSubscriptionActivity as yl, TxSearchResult as ym, IndexerGrpcSpotStream as yn, GrpcDenomHolders as yo, getTypesIncludingFeePayer as yp, IndexerGrpcOracleApi as yr, SpotOrderHistory as ys, BalanceStreamCallbackV2 as yt, TransportEventListener as yu, StakingModuleParams as yv, MsgGrantWithAuthorization as yy, ChainGrpcBankApi as z, GrpcOrderInfo as z_, MegaVaultOperator as za, Signature as zc, formatNumberToAllowableTensMultiplier as zd, protobufTimestampToDate as zf, InsuranceFund as zg, GrpcPermissionNamespace as zh, FundingRate as zi, MitoGaugeStatus as zl, ExchangeV2Msgs as zm, IndexerRestExplorerTransformer as zn, AuctionCoinPrices as zo, createNonCriticalExtensionFromObject as zp, GrpcSubaccountDepositV2 as zr, RFQConditionalOrdersResponse as zs, SettlementStreamCallbackV2 as zt, BECH32_PUBKEY_VAL_PREFIX as zu, TokenInfo$1 as zv, MsgGrantAllowance as zy };
|
|
41752
|
+
export { TcDerivativeTradesStreamCallbackV2 as $, GrpcOrderType as $_, MegaVaultVolatilityStats as $a, Transaction as $c, formatPriceToAllowableDecimals as $d, protobufTimestampToUnixMs as $f, InsuranceModuleParams as $g, GrpcPermissionPolicyStatus as $h, PerpetualMarket as $i, MitoHolders as $l, FeegrantMsgs as $m, IndexerGrpcRfqTransformer as $n, Oracle as $o, createSignDoc as $p, GrpcTcDerivativePosition as $r, RFQMakerStreamAckData as $s, BlocksStreamCallback as $t, DEFAULT_DERIVATION_PATH as $u, grpcContractInfo as $v, MsgRemoveRateLimit as $y, ChainGrpcAuctionApi as A, ExchangeModuleParams as A_, GrpcMegaVaultVolatility as Aa, MsgSubmitProposalSpotMarketLaunch as Ab, ExplorerTransaction as Ac, cosmosSdkDecToBigNumber as Ad, SignTypedDataVersionV4 as Af, Params$6 as Ag, AccountsResponse as Ah, DerivativeLimitOrderParams as Ai, GrpcMitoIDOSubscriber as Al, TxResult as Am, IndexerDerivativeStreamTransformer as An, Holder as Ao, getEipTxContext as Ap, StreamStatusResponse as Ar, SpotOrderCancelParams as As, VaultStreamCallbackV2 as At, IsomorphicWebSocket as Au, Pool as Av, MsgCancelDerivativeOrder as Ay, ChainGrpcAuthApi as B, GrpcChainFullSpotMarket as B_, MegaVaultOperatorRedemptionBucket as Ba, GrpcIBCTransferTx as Bc, derivativeMarginToChainMarginToFixed as Bd, privateKeyToPublicKey as Bf, CreateDerivativeLimitOrderAuthz as Bg, AuctionModuleState as Bh, GrpcBinaryOptionsMarketInfo as Bi, GrpcMitoStakingPool as Bl, TxClientBroadcastResponse as Bm, IndexerOracleStreamTransformer as Bn, AuctionContract as Bo, SIGN_DIRECT as Bp, PortfolioSubaccountBalanceV2 as Br, Route as Bs, StreamManager as Bt, fetchAllWithPagination as Bu, ContractAccountsBalanceWithPagination as Bv, MsgReclaimLockedFunds as By, ChainGrpcInsuranceFundApi as C, GrpcEvmParams as C_, GrpcMegaVaultPnlStats as Ca, MsgSubmitProposal as Cb, CosmWasmChecksum as Cc, isCw20ContractAddress as Cd, isReactNative as Cf, OracleModuleParams as Cg, GrpcDelegationDelegatorReward as Ch, TransactionFromExplorerApiResponse as Ci, GrpcMitoChanges as Cl, RestSignerInfo as Cm, SpotOrderbookV2StreamCallback as Cn, GrpcLeaderboardRow as Co, getEip712TypedDataV2 as Cp, IndexerGrpcMitoApi as Cr, GrpcSpotLimitOrder as Cs, OraclePriceStreamCallbackV2 as Ct, MitoTransfer as Cu, GrpcStakingParams as Cv, MsgCancelUnbondingDelegation as Cy, ChainGrpcTendermintApi as D, ChainDerivativePosition as D_, GrpcMegaVaultUnrealizedPnl as Da, MsgSubmitProposalSpotMarketParamUpdate as Db, ExplorerBlockWithTxs as Dc, getSpotMarketDecimals as Dd, safeBigIntStringify as Df, TxFeesModuleStateParams as Dg, DenomBalance as Dh, BatchDerivativeOrderCancelParams as Di, GrpcMitoIDO as Dl, SimulationResponse as Dm, IndexerTcDerivativesStreamTransformer as Dn, HistoricalBalance as Do, getEip712DomainV2 as Dp, GrpcWebSocketTransport as Dr, SpotLimitOrder as Ds, StakingRewardByAccountStreamCallbackV2 as Dt, MitoWhitelistAccount as Du, GrpcValidatorCommission as Dv, MsgDecreasePositionMargin as Dy, ChainGrpcPermissionsApi as E, ChainDenomMinNotional as E_, GrpcMegaVaultTargetApr as Ea, MsgSubmitProposalPerpetualMarketLaunchV2 as Eb, EventLogEvent as Ec, getDerivativeMarketTensMultiplier as Ed, protoObjectToJson as Ef, TxFeesEipBaseFee as Eg, BalancesResponse as Eh, BaseDerivativeMarket as Ei, GrpcMitoHolders as El, RestTxLog as Em, IndexerAccountPortfolioStreamTransformer as En, GrpcVolLeaderboard as Eo, getEip712Domain as Ep, IndexerWsTakerStream as Er, GrpcSpotTrade as Es, IndexerGrpcMitoStreamV2 as Et, MitoVestingConfigMap as Eu, GrpcValidator as Ev, MsgInstantSpotMarketLaunch as Ey, ChainGrpcPeggyApi as F, FeeDiscountTierTTL as F_, MegaVaultHistoricalPnL as Fa, MsgGrant as Fb, ExplorerValidatorUptime as Fc, denomAmountToChainDenomAmountToFixed as Fd, domainHash as Ff, BatchCancelSpotOrdersAuthz as Fg, AuctionEventAuctionResult as Fh, DerivativeTrade as Fi, GrpcMitoMission as Fl, CreateTransactionResult as Fm, IndexerArchiverStreamTransformer as Fn, AccountAuctionStatus as Fo, objectKeysToEip712Types as Fp, GrpcAccountPortfolioV2 as Fr, IndexerTokenMeta as Fs, SpotTradesStreamCallbackV2 as Ft, WsDisconnectReason as Fu, ValidatorCommission as Fv, MsgAuthorizeStakeGrants as Fy, createStreamSubscriptionV2 as G, GrpcExchangeParams as G_, MegaVaultStats as Ga, GrpcValidatorUptime as Gc, derivativeQuantityFromChainQuantity as Gd, sha256 as Gf, Grant$1 as Gg, GrpcAuctionEventAuctionResult as Gh, GrpcDerivativePositionV2 as Gi, GrpcMitoTokenInfo as Gl, AuctionMsgs as Gm, IndexerGrpcAccountTransformer as Gn, GrpcAuctionCoin as Go, getEthereumSignerAddress as Gp, ChronosLeaderboardResponse as Gr, GrpcRFQRequest as Gs, DerivativeOrderHistoryStreamCallback as Gt, paginationRequestFromPagination as Gu, ContractStateWithPagination as Gv, MsgLiquidatePosition as Gy, ChainGrpcIbcApi as H, GrpcChainSpotMarket as H_, MegaVaultPnlStats as Ha, GrpcPeggyDepositTx as Hc, derivativePriceFromChainPriceToFixed as Hd, publicKeyToAddress as Hf, CreateSpotLimitOrderAuthz as Hg, AuctionModuleStateResponse as Hh, GrpcDerivativeMarketInfo as Hi, GrpcMitoStakingStakingReward as Hl, TxClientSimulateResponse as Hm, IndexerGrpcExplorerTransformer as Hn, AuctionsStats as Ho, SIGN_EIP712_V2 as Hp, SubaccountDepositV2 as Hr, GrpcRFQExpiry as Hs, AccountPortfolioStreamCallback as Ht, grpcPagingToPaging as Hu, ContractCodeHistoryOperationType as Hv, MsgTransferDelegation as Hy, ChainGrpcAuthZApi as I, GrpcCampaignRewardPool as I_, MegaVaultHistoricalTVL as Ia, MsgBid as Ib, GasFee as Ic, denomAmountToGrpcChainDenomAmount as Id, hashToHex as If, BatchCreateDerivativeLimitOrdersAuthz as Ig, AuctionEventAuctionStart as Ih, ExpiryFuturesMarket as Ii, GrpcMitoMissionLeaderboardEntry as Il, CreateTransactionWithSignersArgs as Im, IndexerGrpcMegaVaultTransformer as In, AccountAuctionV2 as Io, protoTypeToAminoType as Ip, GrpcPortfolioSubaccountBalanceV2 as Ir, Orderbook as Is, IndexerGrpcRfqStreamV2 as It, WsReconnectConfig as Iu, ValidatorDescription as Iv, MsgCreateInsuranceFund as Iy, IndexerGrpcAccountPortfolioStreamV2 as J, GrpcFeeDiscountTierInfo as J_, MegaVaultTargetApr as Ja, Message as Jc, derivativeQuantityToChainQuantityToFixed as Jd, getGrpcWebTransport as Jf, GrantWithDecodedAuthorization as Jg, GrpcAuctionLastAuctionResult as Jh, GrpcFundingPayment as Ji, MitoChanges as Jl, DistributionMsgs as Jm, IndexerRfqStreamTransformer as Jn, GrpcAuctionV2 as Jo, isTxNotFoundError as Jp, ChronosDerivativeMarketSummary as Jr, MakerStreamEvents as Js, DerivativeOrdersStreamCallback as Jt, BECH32_ADDR_CONS_PREFIX as Ju, GrpcCodeInfoResponse as Jv, MsgRevokeAllowance as Jy, StreamManagerV2 as K, GrpcFeeDiscountAccountInfo as K_, MegaVaultSubscription as Ka, IBCTransferTx as Kc, derivativeQuantityFromChainQuantityToFixed as Kd, parseCoins as Kf, GrantAuthorization$1 as Kg, GrpcAuctionEventAuctionStart as Kh, GrpcDerivativeTrade as Ki, GrpcMitoVault as Kl, AuthzMsgs as Km, IndexerSpotStreamTransformer as Kn, GrpcAuctionCoinPrices as Ko, getInjectiveSignerAddress as Kp, AllChronosDerivativeMarketSummary as Kr, GrpcRFQSettlement as Ks, DerivativeOrderbookUpdateStreamCallback as Kt, paginationUint8ArrayToString as Ku, GoogleProtoBufAny as Kv, MsgBatchUpdateOrders as Ky, ChainGrpcWasmApi as L, GrpcChainDerivativeMarket as L_, MegaVaultIncentives as La, MsgSend as Lb, GrpcBankMsgSendMessage as Lc, derivativeMarginFromChainMargin as Ld, messageHash as Lf, BatchCreateSpotLimitOrdersAuthz as Lg, AuctionEventBid as Lh, ExpiryFuturesMarketInfo as Li, GrpcMitoPagination as Ll, MsgArg as Lm, IndexerAuctionStreamTransformer as Ln, Auction as Lo, stringTypeToReflectionStringType as Lp, GrpcPositionV2 as Lr, OrderbookWithSequence as Ls, QuoteStreamCallbackV2 as Lt, WsState as Lu, AbsoluteTxPosition as Lv, MsgFundCommunityPool as Ly, ChainGrpcOracleApi as M, FeeDiscountAccountInfo as M_, MegaVault as Ma, MsgSubmitTextProposal as Mb, ExplorerTxsV2Response as Mc, denomAmountFromChainDenomAmountToFixed as Md, TypedDataUtilsSanitizeData as Mf, GrpcPeggyParams as Mg, CosmosAccountRestResponse as Mh, DerivativeMarketWithoutBinaryOptions as Mi, GrpcMitoIDOSubscriptionActivity as Ml, TxSearchResult as Mm, IndexerGrpcMitoStreamTransformer as Mn, PnlLeaderboard as Mo, getTypesIncludingFeePayer as Mp, ChronosMarketHistoryResponse as Mr, SpotTrade as Ms, SpotOrderHistoryStreamCallbackV2 as Mt, TransportEventListener as Mu, StakingModuleParams as Mv, MsgGrantWithAuthorization as My, ChainGrpcErc20Api as N, FeeDiscountSchedule as N_, MegaVaultApr as Na, MsgDeposit$1 as Nb, ExplorerValidator as Nc, denomAmountFromGrpcChainDenomAmount as Nd, TypedMessageV4 as Nf, PeggyModuleParams as Ng, AuctionBid as Nh, DerivativeOrderCancelParams as Ni, GrpcMitoLeaderboardEntry as Nl, TxSearchResultParams as Nm, IndexerGrpcDerivativeTransformer as Nn, SpotAverageEntry as No, getObjectEip712PropertyType as Np, AccountPortfolioBalances as Nr, GrpcPriceLevel as Ns, SpotOrderbookUpdateStreamCallbackV2 as Nt, TransportEventType as Nu, UnBondingDelegation as Nv, MsgCancelPostOnlyModeV2 as Ny, ChainGrpcExchangeApi as O, ChainPosition as O_, GrpcMegaVaultUserStats as Oa, MsgSubmitProposalPerpetualMarketLaunch as Ob, ExplorerCW20BalanceWithToken as Oc, getSpotMarketTensMultiplier as Od, sortObjectByKeys as Of, GrpcParams as Og, DenomOwnersResponse as Oh, BinaryOptionsMarket as Oi, GrpcMitoIDOClaimedCoins as Ol, TxInfo as Om, IndexerGrpcTcDerivativesTransformer as On, HistoricalRPNL as Oo, getEip712Fee as Op, GrpcWebSocketCodec as Or, SpotLimitOrderParams as Os, TransfersStreamCallbackV2 as Ot, GrpcDecodeError as Ou, GrpcValidatorCommissionRates as Ov, MsgIncreasePositionMargin as Oy, ChainGrpcWasmXApi as P, FeeDiscountTierInfo as P_, MegaVaultAprStats as Pa, MsgRevoke as Pb, ExplorerValidatorDescription as Pc, denomAmountToChainDenomAmount as Pd, decompressPubKey as Pf, BatchCancelDerivativeOrdersAuthz as Pg, AuctionCurrentBasket as Ph, DerivativeOrderHistory as Pi, GrpcMitoLeaderboardEpoch as Pl, CreateTransactionArgs as Pm, ExplorerStreamTransformer as Pn, VolLeaderboard as Po, numberTypeToReflectionNumberType as Pp, AccountPortfolioV2 as Pr, GrpcTokenMeta as Ps, SpotOrdersStreamCallbackV2 as Pt, TransportEvents as Pu, Validator as Pv, MsgCreateSpotLimitOrder as Py, TcDerivativePositionsStreamCallbackV2 as Q, GrpcOrderInfo as Q_, MegaVaultVolatility as Qa, Signature as Qc, formatNumberToAllowableTensMultiplier as Qd, protobufTimestampToDate as Qf, InsuranceFund as Qg, GrpcPermissionNamespace as Qh, GrpcPositionDelta as Qi, MitoGaugeStatus as Ql, ExchangeV2Msgs as Qm, IndexerGrpcMitoTransformer as Qn, GrpcOracle as Qo, createNonCriticalExtensionFromObject as Qp, GrpcTcDerivativeOrdersResponse as Qr, RFQExpiryType as Qs, IndexerGrpcDerivativesStream as Qt, BECH32_PUBKEY_VAL_PREFIX as Qu, TokenInfo$1 as Qv, MsgGrantAllowance as Qy, ChainGrpcMintApi as R, GrpcChainDerivativePosition as R_, MegaVaultMaxDrawdown as Ra, MsgVote as Rb, GrpcExplorerStats as Rc, derivativeMarginFromChainMarginToFixed as Rd, privateKeyHashToPublicKey as Rf, CancelDerivativeOrderAuthz as Rg, AuctionLastAuctionResult as Rh, FundingPayment as Ri, GrpcMitoPriceSnapshot as Rl, SignerDetails as Rm, IndexerAccountStreamTransformer as Rn, AuctionCoin as Ro, TxClient as Rp, GrpcPositionsWithUPNL as Rr, PriceLevel as Rs, RequestStreamCallbackV2 as Rt, WsTransportConfig as Ru, CodeInfoResponse as Rv, MsgSetDenomMetadata as Ry, ChainRestBankApi as S, GrpcEvmLog as S_, GrpcMegaVaultPnl as Sa, MsgExec as Sb, ContractTransactionWithMessages as Sc, getSubaccountId as Sd, isNode as Sf, GrpcOracleParams as Sg, GrpcDecCoin as Sh, ExplorerTransactionApiResponse as Si, TransferType as Sl, RestAuthInfo as Sm, SpotOrderbookUpdateStreamCallback as Sn, GrpcHistoricalVolumes as So, getEip712TypedData as Sp, IndexerGrpcMetaApi as Sr, GrpcAtomicSwap as Ss, OracleListStreamCallbackV2 as St, MitoTokenInfo as Su, GrpcReDelegationResponse as Sv, MsgWithdrawDelegatorReward as Sy, ChainGrpcDistributionApi as T, ChainDenomDecimal as T_, GrpcMegaVaultSubscription as Ta, MsgSubmitProposalExpiryFuturesMarketLaunch as Tb, EventLog as Tc, getDerivativeMarketDecimals as Td, objectToJson as Tf, GrpcTxFeesParams as Tg, ValidatorRewards as Th, WasmCodeExplorerApiResponse as Ti, GrpcMitoDenomBalance as Tl, RestTxBody as Tm, SpotTradesStreamCallback as Tn, GrpcSpotAverageEntry as To, getDefaultEip712TypesV2 as Tp, IndexerWsMakerStream as Tr, GrpcSpotOrderHistory as Ts, HistoricalStakingStreamCallbackV2 as Tt, MitoVestingConfig as Tu, GrpcUnbondingDelegationEntry as Tv, MsgCancelBinaryOptionsOrder as Ty, ChainGrpcGovApi as U, GrpcDenomDecimals as U_, MegaVaultRedemption as Ua, GrpcPeggyWithdrawalTx as Uc, derivativePriceToChainPrice as Ud, ripemd160 as Uf, CreateSpotMarketOrderAuthz as Ug, AuctionParams as Uh, GrpcDerivativeOrderHistory as Ui, GrpcMitoSubaccountBalance as Ul, TxConcreteApi as Um, IndexerGrpcArchiverTransformer as Un, GrpcAccountAuctionV2 as Uo, createAny as Up, ChronosLeaderboard as Ur, GrpcRFQProcessedQuote as Us, IndexerGrpcAccountPortfolioStream as Ut, grpcPagingToPagingV2 as Uu, ContractCodeHistoryOperationTypeMap as Uv, MsgRequestRedemption as Uy, ChainGrpcEvmApi as V, GrpcChainPosition as V_, MegaVaultPnl as Va, GrpcIndexerValidatorDescription as Vc, derivativePriceFromChainPrice as Vd, privateKeyToPublicKeyBase64 as Vf, CreateDerivativeMarketOrderAuthz as Vg, AuctionModuleStateParams as Vh, GrpcDerivativeLimitOrder as Vi, GrpcMitoStakingStakingActivity as Vl, TxClientMode as Vm, IndexerGrpcReferralTransformer as Vn, AuctionV2 as Vo, SIGN_EIP712 as Vp, PositionsWithUPNL as Vr, GrpcRFQConditionalOrder as Vs, createStreamSubscription as Vt, grpcPaginationToPagination as Vu, ContractCodeHistoryEntry as Vv, MsgRelayProviderPrices as Vy, accountEthParser as W, GrpcDenomMinNotional as W_, MegaVaultRedemptionStatus as Wa, GrpcValidatorSlashingEvent as Wc, derivativePriceToChainPriceToFixed as Wd, sanitizeTypedData as Wf, GenericAuthorization$1 as Wg, GrpcAuctionBid as Wh, GrpcDerivativePosition as Wi, GrpcMitoSubscription as Wl, TxResponse as Wm, IndexerGrpcAuctionTransformer as Wn, GrpcAuction as Wo, createAnyMessage as Wp, ChronosLeaderboardEntry as Wr, GrpcRFQQuote as Ws, DerivativeMarketStreamCallback as Wt, pageRequestToGrpcPageRequestV2 as Wu, ContractInfo as Wv, MsgInstantiateContract as Wy, TcDerivativeOrderHistoryStreamCallbackV2 as X, GrpcMarketStatus as X_, MegaVaultUser as Xa, PeggyDepositTx as Xc, formatAmountToAllowableDecimals as Xd, makeTimeoutTimestamp as Xf, GrpcInsuranceParams as Xg, GrpcPermissionActorRoles as Xh, GrpcPerpetualMarketFunding as Xi, MitoDenomBalance as Xl, ExchangeMsgs as Xm, IndexerCampaignTransformer as Xn, IndexerAuctionBid as Xo, createBody as Xp, GrpcTcDerivativeLimitOrder as Xr, RFQConditionalOrderInput as Xs, DerivativePositionsV2StreamCallback as Xt, BECH32_PUBKEY_ACC_PREFIX as Xu, GrpcContractInfo as Xv, MsgCreateValidator as Xy, IndexerGrpcTcDerivativesStreamV2 as Y, GrpcFeeDiscountTierTTL as Y_, MegaVaultUnrealizedPnl as Ya, Paging as Yc, formatAmountToAllowableAmount as Yd, getGasPriceBasedOnMessage as Yf, GrpcInsuranceFund as Yg, GrpcAuctionParams as Yh, GrpcFundingRate as Yi, MitoClaimReference as Yl, Erc20Msgs as Ym, IndexerGrpcRfqGwTransformer as Yn, GrpcIndexerAuctionBid as Yo, createAuthInfo as Yp, ChronosDerivativeMarketSummaryResponse as Yr, RFQConditionalOrder as Ys, DerivativePositionsStreamCallback as Yt, BECH32_ADDR_VAL_PREFIX as Yu, GrpcContractCodeHistoryEntry as Yv, MsgCancelSpotOrder as Yy, TcDerivativeOrdersStreamCallbackV2 as Z, GrpcMarketStatusMap as Z_, MegaVaultUserStats as Za, PeggyWithdrawalTx as Zc, formatNumberToAllowableDecimals as Zd, makeTimeoutTimestampInNs as Zf, GrpcRedemptionSchedule as Zg, GrpcPermissionAddressVoucher as Zh, GrpcPerpetualMarketInfo as Zi, MitoGauge as Zl, ExchangeV1Msgs as Zm, IndexerGrpcSpotTransformer as Zn, StreamBidsResponse as Zo, createFee as Zp, GrpcTcDerivativeOrderHistory as Zr, RFQConditionalOrdersResponse as Zs, DerivativeTradesStreamCallback as Zt, BECH32_PUBKEY_CONS_PREFIX as Zu, MarketingInfo as Zv, MsgBeginRedelegate as Zy, ChainGrpcEvmTransformer as _, EvmLog as __, GrpcMegaVaultIncentives as _a, MsgDeposit as _b, Block$1 as _c, getChecksumAddress as _d, getErrorMessage as _f, PermissionRoleActors as _g, AuthorityMetadata as _h, ContractExplorerApiResponse as _i, SubaccountBalance as _l, createTransactionWithSigners as _m, VaultHolderSubscriptionStreamCallback as _n, AccountStats as _o, BaseAccount as _p, IndexerGrpcWeb3GwApi as _r, RFQGwPrepareQuoteResultType as _s, BidsStreamCallbackV2 as _t, MitoStakingActivity as _u, GrpcDelegation as _v, MsgCreateBinaryOptionsLimitOrder as _y, ChainGrpcExchangeTransformer as a, GrpcSupply as a_, GrpcIndexerInsuranceFund as aa, MsgChangeAdmin as ab, RFQSettlementType as ac, fromUtf8 as ad, numberToCosmosSdkDecString as af, GrpcPermissionsNamespace as ag, PeggyMsgs as ah, TcDerivativeLimitOrder as ai, GridStrategyStreamResponse as al, getAminoStdSignDoc as am, IndexerGrpcTradingStream as an, Campaign as ao, MsgClaimVoucher as ap, IndexerGrpcInsuranceFundApi as ar, GrpcRFQGwPrepareEip712AutoSignResponse as as, DerivativePositionsStreamCallbackV2 as at, MitoIDOSubscription as au, GrpcTradeRewardCampaign as av, GrpcProposalDeposit as ay, ChainRestWasmApi as b, GrpcEvmBlobScheduleConfig as b_, GrpcMegaVaultOperator as ba, MsgBurn as bb, Contract as bc, getInjectiveAddress as bd, isBrowser as bf, PermissionVoucher as bg, TokenFactoryModuleState as bh, ExplorerApiResponseWithPagination as bi, SubaccountTransfer as bl, BroadcastMode as bm, MarketsStreamCallback as bn, GrpcHistoricalBalance as bo, Address as bp, IndexerGrpcRfqGwApi as br, AtomicSwap as bs, IndexerGrpcAccountStreamV2 as bt, MitoSubaccountBalance as bu, GrpcReDelegation as bv, MsgBatchCancelDerivativeOrders as by, ChainGrpcCommonTransformer as c, TotalSupply as c_, InsuranceFundCreateParams as ca, MsgEditValidator as cb, RFQStreamErrorData as cc, hexToUint8Array as cd, spotPriceToChainPrice as cf, PermissionActorRoles as cg, WasmMsgs as ch, TcDerivativePosition as ci, MarketType as cl, generateArbitrarySignDoc as cm, BalanceStreamCallback as cn, GrpcCampaign as co, ContractExecutionCompatAuthorization as cp, IndexerGrpcDerivativesApi as cr, GrpcRFQGwPrepareQuoteResult as cs, IndexerGrpcDerivativesStreamV2 as ct, MitoLeaderboardEntry as cu, IsOptedOutOfRewards as cv, Proposal as cy, ChainGrpcPeggyTransformer as d, AuthModuleParams as d_, IncentivesCampaign as da, MsgUpdateAdmin as db, TakerStreamConfig as dc, toUtf8 as dd, spotQuantityFromChainQuantityToFixed as df, PermissionGenesisState as dg, MsgBatchCancelBinaryOptionsOrders as dh, TcDerivativesOrdersHistoryResponse as di, GrpcAccountPortfolio as dl, waitTxBroadcasted as dm, OraclePriceStreamCallback as dn, GrpcGuild as do, GrantAuthorizationType as dp, IndexerGrpcArchiverApi as dr, RFQGwPrepareAutoSignRequestType as ds, IndexerGrpcExplorerStreamV2 as dt, MitoMissionLeaderboard as du, PointsMultiplier as dv, ProposalStatusMap as dy, OracleTypeMap as e_, PerpetualMarketFunding as ea, MsgUpdateRateLimit as eb, RFQProcessedQuoteType as ec, base64ToUint8Array as ed, formatPriceToAllowablePrice as ef, GrpcPermissionPolicyStatusManagerCapability as eg, GovMsgs as eh, GrpcTcDerivativeTradeHistory as ei, TxMessage as el, createSignDocFromTransaction as em, BlocksWithTxsStreamCallback as en, OperationStatusLogEntry as eo, protobufTimestampToUnixSeconds as ep, IndexerRestLeaderboardChronosApi as er, CosmosPubKeyType as es, DerivativeMarketStreamCallbackV2 as et, MitoIDO as eu, GrpcOrderTypeMap as ev, GovModuleStateParams as ey, ChainGrpcAuthZTransformer as f, EthAccount as f_, IncentivesRound as fa, MsgWithdraw as fb, TakerStreamEvents as fc, uint8ArrayToBase64 as fd, spotQuantityToChainQuantity as ff, PermissionNamespace as fg, MsgAdminUpdateBinaryOptionsMarket as fh, TcDerivativesPositionsResponse as fi, GrpcSubaccountBalance as fl, createTransaction as fm, OraclePricesByMarketsStreamCallback as fn, GrpcGuildMember as fo, getGenericAuthorizationFromMessageType as fp, IndexerGrpcCampaignApi as fr, RFQGwPrepareAutoSignResponseType as fs, TransactionsStreamCallbackV2 as ft, MitoMissionLeaderboardEntry as fu, TradeRewardCampaign as fv, TallyResult as fy, ChainGrpcAuthTransformer as g, EvmChainConfig as g_, GrpcMegaVaultHistoricalTVL as ga, MsgStoreCode as gb, BankTransfer as gc, getAddressFromInjectiveAddress as gd, bigIntToString as gf, PermissionRole as gg, NodeInfoRestResponse as gh, CW20BalanceExplorerApiResponse as gi, GrpcTradingReward as gl, createTransactionFromMsg as gm, TransfersStreamCallback as gn, ReferralDetails as go, MsgBroadcasterWithPk as gp, IndexerGrpcAccountApi as gr, RFQGwPrepareEip712ResponseType as gs, IndexerGrpcTradingStreamV2 as gt, MitoStakeToSubscription as gu, Delegation as gv, WeightedVoteOption as gy, ChainGrpcBankTransformer as h, EvmBlobScheduleConfig as h_, GrpcMegaVaultHistoricalPnL as ha, MsgSendToEth as hb, BankMsgSendTransaction as hc, addHexPrefix as hd, bigIntToNumber as hf, PermissionPolicyStatus as hg, BlockLatestRestResponse as hh, BlockFromExplorerApiResponse as hi, GrpcSubaccountPortfolio as hl, createTransactionForAddressAndMsg as hm, StakingRewardByAccountStreamCallback as hn, GuildMember as ho, ExecArgNeptuneDeposit as hp, IndexerGrpcAuctionApi as hr, RFQGwPrepareEip712RequestType as hs, GridStrategyStreamCallbackV2 as ht, MitoPriceSnapshot as hu, BondStatus as hv, VoteOptionMap as hy, ChainGrpcPermissionsTransformer as i, GrpcBankParams as i_, PositionV2 as ia, MsgCreateDenom as ib, RFQSettlementLimitActionType$1 as ic, fromBase64 as id, isNumber as if, GrpcPermissionRoleManager as ig, OracleMsgs as ih, GrpcTcPositionDelta as ii, WasmCode as il, createWeb3Extension as im, SpotAverageEntriesStreamCallback as in, ChronosSpotMarketSummaryResponse as io, MsgUpdateParams as ip, IndexerRestExplorerApi as ir, GrpcRFQGwPrepareEip712AutoSignRequest as is, DerivativeOrdersStreamCallbackV2 as it, MitoIDOSubscriber as iu, GrpcSpotOrder as iv, GrpcProposal as iy, ChainGrpcTxFeesApi as j, ExchangeParams as j_, GrpcMegaVaultVolatilityStats as ja, MsgSubmitGenericProposal as jb, ExplorerTransactionV2 as jc, denomAmountFromChainDenomAmount as jd, TypedDataUtilsHashStruct as jf, TokenPair as jg, BaseAccountRestResponse as jh, DerivativeMarket as ji, GrpcMitoIDOSubscription as jl, TxResultResponse as jm, IndexerGrpcAccountPortfolioTransformer as jn, LeaderboardRow as jo, getEipTxDetails as jp, AllChronosMarketHistory as jr, SpotOrderHistory as js, IndexerGrpcSpotStreamV2 as jt, ResolvedWsTransportConfig as ju, ReDelegation as jv, MsgBatchCancelSpotOrders as jy, ChainGrpcStakingApi as k, DepositProposalParams as k_, GrpcMegaVaultVaultStats as ka, MsgGrantProviderPrivilegeProposal as kb, ExplorerStats as kc, amountToCosmosSdkDecAmount as kd, sortObjectByKeysWithReduce as kf, GrpcTokenPair as kg, AccountResponse as kh, DerivativeLimitOrder as ki, GrpcMitoIDOProgress as kl, TxInfoResponse as km, IndexerGrpcInsuranceFundTransformer as kn, HistoricalVolumes as ko, getEip712FeeV2 as kp, IndexerModule as kr, SpotMarket as ks, VaultHolderSubscriptionStreamCallbackV2 as kt, GrpcFrame as ku, GrpcValidatorDescription as kv, MsgCreateSpotMarketOrder as ky, ChainGrpcTxFeesTransformer as l, Account as l_, Redemption as la, MsgUnderwrite as lb, RFQTakerStreamAckData as lc, stringToUint8Array as ld, spotPriceToChainPriceToFixed as lf, PermissionAddressRoles as lg, MsgSetDelegationTransferReceivers as lh, TcDerivativeTradeHistory as li, TradingStrategy as ll, TxRestApi as lm, IndexerGrpcAccountStream as ln, GrpcCampaignUser as lo, ContractExecutionAuthorization as lp, IndexerGrpcMegaVaultApi as lr, GrpcRFQGwPrepareRequest as ls, BlocksStreamCallbackV2 as lt, MitoLeaderboardEpoch as lu, OrderType as lv, ProposalDeposit as ly, ChainGrpcMintTransformer as m, EvmBlobConfig as m_, GrpcMegaVaultAprStats as ma, MsgDelegate as mb, AccessTypeCode as mc, uint8ArrayToString as md, bigIntReplacer as mf, PermissionPolicyManagerCapability as mg, RestApiResponse as mh, BankTransferFromExplorerApiResponse as mi, GrpcSubaccountDeposit as ml, createTransactionAndCosmosSignDocForAddressAndMsg as mm, IndexerGrpcMitoStream as mn, GuildCampaignSummary as mo, ExecArgNeptuneWithdraw as mp, IndexerGrpcTradingApi as mr, RFQGwPrepareEip712AutoSignResponseType as ms, SpotAverageEntriesStreamCallbackV2 as mt, MitoPortfolio as mu, TradingRewardCampaignInfo as mv, VoteOption as my, ChainGrpcTokenFactoryTransformer as n, MinModuleParams as n_, Position as na, MsgMigrateContract as nb, RFQRequestInputType as nc, binaryToBase64 as nd, getSignificantDecimalsFromNumber as nf, GrpcPermissionRoleActors as ng, InsuranceMsgs as nh, GrpcTcDerivativesOrdersHistoryResponse as ni, ValidatorUptime as nl, createSigners as nm, TransactionsStreamCallback as nn, AllSpotMarketSummaryResponse as no, MsgUpdateNamespace as np, IndexerRestMarketChronosApi as nr, GrpcRFQGwPrepareAutoSignRequest as ns, DerivativeOrderbookUpdateStreamCallbackV2 as nt, MitoIDOInitParams as nu, GrpcSpotMarket as nv, GrpcGovernanceTallyParams as ny, ChainGrpcStakingTransformer as o, Metadata as o_, GrpcIndexerRedemptionSchedule as oa, MsgRewardsOptOut as ob, RFQSettlementUnfilledActionType as oc, hexToBase64 as od, spotPriceFromChainPrice as of, GrpcPermissionsParams as og, StakingMsgs as oh, TcDerivativeOrderHistory as oi, GridStrategyType as ol, getPublicKey as om, BidsStreamCallback as on, CampaignUser as oo, OrderHashManager as op, IndexerGrpcTcDerivativesApi as or, GrpcRFQGwPrepareEip712Request as os, DerivativePositionsV2StreamCallbackV2 as ot, MitoIDOSubscriptionActivity as ou, GrpcTradingRewardCampaignBoostInfo as ov, GrpcTallyResult as oy, ChainGrpcWasmTransformer as p, PubKey$1 as p_, GrpcMegaVaultApr as pa, MsgSignData as pb, AccessType as pc, uint8ArrayToHex as pd, spotQuantityToChainQuantityToFixed as pf, PermissionParams as pg, ChainModule as ph, TcPositionDelta as pi, GrpcSubaccountBalanceTransfer as pl, createTransactionAndCosmosSignDoc as pm, HistoricalStakingStreamCallback as pn, Guild as po, msgsOrMsgExecMsgs as pp, IndexerGrpcExplorerApi as pr, RFQGwPrepareEip712AutoSignRequestType as ps, IndexerGrpcArchiverStreamV2 as pt, MitoPagination as pu, TradingRewardCampaignBoostInfo as pv, Vote as py, AccountPortfolioStreamCallbackV2 as q, GrpcFeeDiscountSchedule as q_, MegaVaultSubscriptionStatus as qa, IndexerStreamTransaction as qc, derivativeQuantityToChainQuantity as qd, ofacList as qf, GrantAuthorizationWithDecodedAuthorization as qg, GrpcAuctionEventBid as qh, GrpcExpiryFuturesMarketInfo as qi, GrpcMitoWhitelistAccount as ql, BankMsgs as qm, IndexerGrpcOracleTransformer as qn, GrpcAuctionContract as qo, errorToErrorMessage as qp, AllDerivativeMarketSummaryResponse as qr, MakerStreamConfig as qs, DerivativeOrderbookV2StreamCallback as qt, BECH32_ADDR_ACC_PREFIX as qu, GrpcAbsoluteTxPosition as qv, MsgExternalTransfer as qy, ChainGrpcDistributionTransformer as r, BankModuleParams as r_, PositionDelta as ra, MsgExecuteContract as rb, RFQRequestType as rc, concatUint8Arrays as rd, getTensMultiplier as rf, GrpcPermissionRoleIDs as rg, Msgs as rh, GrpcTcDerivativesPositionsResponse as ri, ValidatorUptimeStatus as rl, createTxRawEIP712 as rm, IndexerGrpcArchiverStream as rn, ChronosSpotMarketSummary as ro, MsgCreateNamespace as rp, IndexerRestSpotChronosApi as rr, GrpcRFQGwPrepareAutoSignResponse as rs, DerivativeOrderbookV2StreamCallbackV2 as rt, MitoIDOProgress as ru, GrpcSpotMarketOrder as rv, GrpcGovernanceVotingParams as ry, ChainGrpcAuctionTransformer as s, SendEnabled as s_, IndexerInsuranceFund as sa, MsgPrivilegedExecuteContract as sb, RFQSignMode as sc, hexToBuff as sd, spotPriceFromChainPriceToFixed as sf, PermissionActionMap as sg, TokenFactoryMsgs as sh, TcDerivativeOrdersResponse as si, ListTradingStrategiesResponse as sl, getTransactionPartsFromTxRaw as sm, IndexerGrpcAuctionStream as sn, CampaignV2 as so, MsgInstantBinaryOptionsMarketLaunch as sp, IndexerGrpcAccountPortfolioApi as sr, GrpcRFQGwPrepareEip712Response as ss, DerivativeTradesStreamCallbackV2 as st, MitoLeaderboard as su, GrpcTradingRewardCampaignInfo as sv, GrpcVote as sy, ChainGrpcInsuranceFundTransformer as t, GrpcMintParams as t_, PerpetualMarketInfo as ta, MsgCreateRateLimit as tb, RFQQuoteType as tc, base64ToUtf8 as td, getExactDecimalsFromNumber as tf, GrpcPermissionRole as tg, IbcMsgs as th, GrpcTcDerivativeTradesResponse as ti, ValidatorSlashingEvent as tl, createSignerInfo as tm, IndexerGrpcExplorerStream as tn, AllChronosSpotMarketSummary as to, MsgUpdateActorRoles as tp, IndexerRestDerivativesChronosApi as tr, GrpcCosmosPubKey as ts, DerivativeOrderHistoryStreamCallbackV2 as tt, MitoIDOClaimedCoins as tu, GrpcPointsMultiplier as tv, GrpcGovernanceDepositParams as ty, ChainGrpcErc20Transformer as u, AuthBaseAccount as u_, RedemptionStatus as ua, MsgUndelegate as ub, SettlementsResponse as uc, toBase64 as ud, spotQuantityFromChainQuantity as uf, PermissionAddressVoucher as ug, MsgCreateBinaryOptionsMarketOrder as uh, TcDerivativeTradesResponse as ui, AccountPortfolio as ul, TxGrpcApi as um, IndexerGrpcOracleStream as un, GrpcCampaignV2 as uo, GenericAuthorization as up, IndexerGrpcReferralApi as ur, GrpcRFQGwPrepareResponse as us, BlocksWithTxsStreamCallbackV2 as ut, MitoMission as uu, OrderTypeMap as uv, ProposalStatus as uy, ChainGrpcGovTransformer as v, EvmParams as v_, GrpcMegaVaultMaxDrawdown as va, MsgMultiSend as vb, BlockWithTxs as vc, getDefaultSubaccountId as vd, grpcCoinToUiCoin as vf, PermissionRoleIDs as vg, FactoryDenomWithMetadata as vh, ContractTransactionExplorerApiResponse as vi, SubaccountDeposit as vl, createTxRawFromSigResponse as vm, VaultStreamCallback as vn, DenomHolders as vo, PrivateKey as vp, IndexerGrpcTransactionApi as vr, RFQGwPrepareRequestType as vs, IndexerGrpcAuctionStreamV2 as vt, MitoStakingPool as vu, GrpcDelegationResponse as vv, MsgWithdrawValidatorCommission as vy, ChainGrpcTokenFactoryApi as w, CampaignRewardPool as w_, GrpcMegaVaultRedemption as wa, ProposalDecomposer as wb, CosmWasmPermission as wc, removeHexPrefix as wd, isServerSide as wf, GrpcTxFeesEipBaseFee as wg, GrpcDistributionParams as wh, ValidatorUptimeFromExplorerApiResponse as wi, GrpcMitoClaimReference as wl, RestTx as wm, SpotOrdersStreamCallback as wn, GrpcPnlLeaderboard as wo, getDefaultEip712Types as wp, IndexerGrpcRFQApi as wr, GrpcSpotMarketInfo as ws, OraclePricesByMarketsStreamCallbackV2 as wt, MitoVault as wu, GrpcUnbondingDelegation as wv, MsgUpdateDerivativeMarketV2 as wy, ChainRestAuthApi as x, GrpcEvmChainConfig as x_, GrpcMegaVaultOperatorRedemptionBucket as xa, MsgTransfer as xb, ContractTransaction as xc, getInjectiveAddressFromSubaccountId as xd, isJsonString as xf, PermissionsModuleParams as xg, DistributionModuleParams as xh, ExplorerBlockApiResponse as xi, TradingReward as xl, BroadcastModeKeplr as xm, SpotOrderHistoryStreamCallback as xn, GrpcHistoricalRPNL as xo, MsgDecoder as xp, IndexerGrpcSpotApi as xr, BatchSpotOrderCancelParams as xs, IndexerGrpcOracleStreamV2 as xt, MitoSubscription as xu, GrpcReDelegationEntryResponse as xv, MsgCreateDerivativeLimitOrder as xy, ChainRestTendermintApi as y, GrpcEvmBlobConfig as y_, GrpcMegaVaultOperationStatusLogEntry as ya, MsgMint as yb, CW20Message as yc, getEthereumAddress as yd, hexToNumber as yf, PermissionRoleManager as yg, TokenFactoryModuleParams as yh, ExplorerApiResponse as yi, SubaccountPortfolio as yl, getTxRawFromTxRawOrDirectSignResponse as ym, IndexerGrpcSpotStream as yn, GrpcDenomHolders as yo, PublicKey as yp, IndexerGrpcOracleApi as yr, RFQGwPrepareResponseType as ys, BalanceStreamCallbackV2 as yt, MitoStakingReward as yu, GrpcPool as yv, MsgCreateDerivativeMarketOrder as yy, ChainGrpcBankApi as z, GrpcChainFullDerivativeMarket as z_, MegaVaultOperator as za, GrpcWebFetchTransport as zb, GrpcGasFee as zc, derivativeMarginToChainMargin as zd, privateKeyHashToPublicKeyBase64 as zf, CancelSpotOrderAuthz as zg, AuctionModuleParams as zh, FundingRate as zi, GrpcMitoStakingGauge as zl, TxClientBroadcastOptions as zm, IndexerRestExplorerTransformer as zn, AuctionCoinPrices as zo, SIGN_AMINO as zp, GrpcSubaccountDepositV2 as zr, QuantityAndFees as zs, SettlementStreamCallbackV2 as zt, recoverTypedSignaturePubKey as zu, ContractAccountBalance as zv, MsgUpdateSpotMarketV2 as zy };
|