@injectivelabs/sdk-ts 1.19.10 → 1.19.12
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-XG-0fX_C.cjs → StreamManagerV2-BqWltXfX.cjs} +28 -44
- 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-NhwLKHgP.d.cts → index-DGHZJt7G.d.cts} +267 -268
- 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-DSRSyzg6.js → StreamManagerV2-CfNXgkTC.js} +28 -44
- 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-BV37472H.d.ts → index-B7rS5iIF.d.ts} +267 -268
- 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
|
@@ -21867,7 +21867,7 @@ declare const BECH32_ADDR_VAL_PREFIX = "injvaloper";
|
|
|
21867
21867
|
declare const BECH32_ADDR_CONS_PREFIX = "injvalcons";
|
|
21868
21868
|
declare const DEFAULT_DERIVATION_PATH = "m/44'/60'/0'/0/0";
|
|
21869
21869
|
//#endregion
|
|
21870
|
-
//#region ../../node_modules/.pnpm/@injectivelabs+indexer-proto-ts-v2@1.18.
|
|
21870
|
+
//#region ../../node_modules/.pnpm/@injectivelabs+indexer-proto-ts-v2@1.18.20/node_modules/@injectivelabs/indexer-proto-ts-v2/generated/injective_accounts_rpc_pb.d.ts
|
|
21871
21871
|
/**
|
|
21872
21872
|
* @generated from protobuf message injective_accounts_rpc.PortfolioResponse
|
|
21873
21873
|
*/
|
|
@@ -22383,7 +22383,7 @@ declare const Reward = new Reward$Type();
|
|
|
22383
22383
|
*/
|
|
22384
22384
|
declare const Coin$7 = new Coin$Type();
|
|
22385
22385
|
//#endregion
|
|
22386
|
-
//#region ../../node_modules/.pnpm/@injectivelabs+indexer-proto-ts-v2@1.18.
|
|
22386
|
+
//#region ../../node_modules/.pnpm/@injectivelabs+indexer-proto-ts-v2@1.18.20/node_modules/@injectivelabs/indexer-proto-ts-v2/generated/injective_explorer_rpc_pb.d.ts
|
|
22387
22387
|
/**
|
|
22388
22388
|
* @generated from protobuf message injective_explorer_rpc.GetAccountTxsResponse
|
|
22389
22389
|
*/
|
|
@@ -23817,7 +23817,7 @@ declare const fetchAllWithPagination: <T extends {
|
|
|
23817
23817
|
//#region src/utils/transaction.d.ts
|
|
23818
23818
|
declare const recoverTypedSignaturePubKey: (data: TypedDataDefinition, signature: string) => Promise<string>;
|
|
23819
23819
|
//#endregion
|
|
23820
|
-
//#region ../../node_modules/.pnpm/@injectivelabs+indexer-proto-ts-v2@1.18.
|
|
23820
|
+
//#region ../../node_modules/.pnpm/@injectivelabs+indexer-proto-ts-v2@1.18.20/node_modules/@injectivelabs/indexer-proto-ts-v2/generated/injective_rfq_rpc_pb.d.ts
|
|
23821
23821
|
/**
|
|
23822
23822
|
* @generated from protobuf message injective_rfq_rpc.StreamRequestResponse
|
|
23823
23823
|
*/
|
|
@@ -23926,180 +23926,6 @@ interface RFQRequestType$1 {
|
|
|
23926
23926
|
*/
|
|
23927
23927
|
height: bigint;
|
|
23928
23928
|
}
|
|
23929
|
-
/**
|
|
23930
|
-
* RFQ quote
|
|
23931
|
-
*
|
|
23932
|
-
* @generated from protobuf message injective_rfq_rpc.RFQQuoteType
|
|
23933
|
-
*/
|
|
23934
|
-
interface RFQQuoteType$1 {
|
|
23935
|
-
/**
|
|
23936
|
-
* Chain ID
|
|
23937
|
-
*
|
|
23938
|
-
* @generated from protobuf field: string chain_id = 1
|
|
23939
|
-
*/
|
|
23940
|
-
chainId: string;
|
|
23941
|
-
/**
|
|
23942
|
-
* Contract address
|
|
23943
|
-
*
|
|
23944
|
-
* @generated from protobuf field: string contract_address = 2
|
|
23945
|
-
*/
|
|
23946
|
-
contractAddress: string;
|
|
23947
|
-
/**
|
|
23948
|
-
* Market ID
|
|
23949
|
-
*
|
|
23950
|
-
* @generated from protobuf field: string market_id = 3
|
|
23951
|
-
*/
|
|
23952
|
-
marketId: string;
|
|
23953
|
-
/**
|
|
23954
|
-
* RFQ ID
|
|
23955
|
-
*
|
|
23956
|
-
* @generated from protobuf field: uint64 rfq_id = 4
|
|
23957
|
-
*/
|
|
23958
|
-
rfqId: bigint;
|
|
23959
|
-
/**
|
|
23960
|
-
* Taker direction (long/short)
|
|
23961
|
-
*
|
|
23962
|
-
* @generated from protobuf field: string taker_direction = 5
|
|
23963
|
-
*/
|
|
23964
|
-
takerDirection: string;
|
|
23965
|
-
/**
|
|
23966
|
-
* Margin amount
|
|
23967
|
-
*
|
|
23968
|
-
* @generated from protobuf field: string margin = 6
|
|
23969
|
-
*/
|
|
23970
|
-
margin: string;
|
|
23971
|
-
/**
|
|
23972
|
-
* Quantity
|
|
23973
|
-
*
|
|
23974
|
-
* @generated from protobuf field: string quantity = 7
|
|
23975
|
-
*/
|
|
23976
|
-
quantity: string;
|
|
23977
|
-
/**
|
|
23978
|
-
* Price
|
|
23979
|
-
*
|
|
23980
|
-
* @generated from protobuf field: string price = 8
|
|
23981
|
-
*/
|
|
23982
|
-
price: string;
|
|
23983
|
-
/**
|
|
23984
|
-
* Expiry timestamp and height
|
|
23985
|
-
*
|
|
23986
|
-
* @generated from protobuf field: injective_rfq_rpc.RFQExpiryType expiry = 9
|
|
23987
|
-
*/
|
|
23988
|
-
expiry?: RFQExpiryType$1;
|
|
23989
|
-
/**
|
|
23990
|
-
* Maker address
|
|
23991
|
-
*
|
|
23992
|
-
* @generated from protobuf field: string maker = 10
|
|
23993
|
-
*/
|
|
23994
|
-
maker: string;
|
|
23995
|
-
/**
|
|
23996
|
-
* Taker address
|
|
23997
|
-
*
|
|
23998
|
-
* @generated from protobuf field: string taker = 11
|
|
23999
|
-
*/
|
|
24000
|
-
taker: string;
|
|
24001
|
-
/**
|
|
24002
|
-
* Signature
|
|
24003
|
-
*
|
|
24004
|
-
* @generated from protobuf field: string signature = 12
|
|
24005
|
-
*/
|
|
24006
|
-
signature: string;
|
|
24007
|
-
/**
|
|
24008
|
-
* Status (pending, accepted, rejected, expired)
|
|
24009
|
-
*
|
|
24010
|
-
* @generated from protobuf field: string status = 13
|
|
24011
|
-
*/
|
|
24012
|
-
status: string;
|
|
24013
|
-
/**
|
|
24014
|
-
* Creation timestamp
|
|
24015
|
-
*
|
|
24016
|
-
* @generated from protobuf field: sint64 created_at = 14
|
|
24017
|
-
*/
|
|
24018
|
-
createdAt: bigint;
|
|
24019
|
-
/**
|
|
24020
|
-
* Last update timestamp
|
|
24021
|
-
*
|
|
24022
|
-
* @generated from protobuf field: sint64 updated_at = 15
|
|
24023
|
-
*/
|
|
24024
|
-
updatedAt: bigint;
|
|
24025
|
-
/**
|
|
24026
|
-
* Block height
|
|
24027
|
-
*
|
|
24028
|
-
* @generated from protobuf field: uint64 height = 16
|
|
24029
|
-
*/
|
|
24030
|
-
height: bigint;
|
|
24031
|
-
/**
|
|
24032
|
-
* Event time timestamp
|
|
24033
|
-
*
|
|
24034
|
-
* @generated from protobuf field: uint64 event_time = 17
|
|
24035
|
-
*/
|
|
24036
|
-
eventTime: bigint;
|
|
24037
|
-
/**
|
|
24038
|
-
* Transaction time timestamp
|
|
24039
|
-
*
|
|
24040
|
-
* @generated from protobuf field: uint64 transaction_time = 18
|
|
24041
|
-
*/
|
|
24042
|
-
transactionTime: bigint;
|
|
24043
|
-
/**
|
|
24044
|
-
* Maker subaccount nonce used in quote signature
|
|
24045
|
-
*
|
|
24046
|
-
* @generated from protobuf field: uint32 maker_subaccount_nonce = 19
|
|
24047
|
-
*/
|
|
24048
|
-
makerSubaccountNonce: number;
|
|
24049
|
-
/**
|
|
24050
|
-
* Optional minimum fill quantity used in quote signature
|
|
24051
|
-
*
|
|
24052
|
-
* @generated from protobuf field: string min_fill_quantity = 20
|
|
24053
|
-
*/
|
|
24054
|
-
minFillQuantity: string;
|
|
24055
|
-
/**
|
|
24056
|
-
* Whether the quote is for price check only
|
|
24057
|
-
*
|
|
24058
|
-
* @generated from protobuf field: bool price_check = 21
|
|
24059
|
-
*/
|
|
24060
|
-
priceCheck: boolean;
|
|
24061
|
-
/**
|
|
24062
|
-
* Client ID from the originating request
|
|
24063
|
-
*
|
|
24064
|
-
* @generated from protobuf field: string client_id = 22
|
|
24065
|
-
*/
|
|
24066
|
-
clientId: string;
|
|
24067
|
-
/**
|
|
24068
|
-
* Signature scheme used for the quote: "v1" (raw JSON keccak256) or "v2"
|
|
24069
|
-
* (EIP-712). Defaults to "v1" when omitted, for backward compatibility with
|
|
24070
|
-
* pre-EIP-712 clients.
|
|
24071
|
-
*
|
|
24072
|
-
* @generated from protobuf field: string sign_mode = 23
|
|
24073
|
-
*/
|
|
24074
|
-
signMode: string;
|
|
24075
|
-
/**
|
|
24076
|
-
* EVM chain ID embedded in the EIP-712 domain. Required when sign_mode is
|
|
24077
|
-
* "v2"; ignored otherwise. Must match one of the indexer's configured chain
|
|
24078
|
-
* IDs.
|
|
24079
|
-
*
|
|
24080
|
-
* @generated from protobuf field: uint64 evm_chain_id = 24
|
|
24081
|
-
*/
|
|
24082
|
-
evmChainId: bigint;
|
|
24083
|
-
}
|
|
24084
|
-
/**
|
|
24085
|
-
* Expiry with timestamp and block height
|
|
24086
|
-
*
|
|
24087
|
-
* @generated from protobuf message injective_rfq_rpc.RFQExpiryType
|
|
24088
|
-
*/
|
|
24089
|
-
interface RFQExpiryType$1 {
|
|
24090
|
-
/**
|
|
24091
|
-
* Expiry timestamp in milliseconds
|
|
24092
|
-
*
|
|
24093
|
-
* @generated from protobuf field: uint64 timestamp = 1
|
|
24094
|
-
*/
|
|
24095
|
-
timestamp: bigint;
|
|
24096
|
-
/**
|
|
24097
|
-
* Expiry block height
|
|
24098
|
-
*
|
|
24099
|
-
* @generated from protobuf field: uint64 height = 2
|
|
24100
|
-
*/
|
|
24101
|
-
height: bigint;
|
|
24102
|
-
}
|
|
24103
23929
|
/**
|
|
24104
23930
|
* @generated from protobuf message injective_rfq_rpc.StreamQuoteResponse
|
|
24105
23931
|
*/
|
|
@@ -24290,6 +24116,25 @@ interface RFQProcessedQuoteType$1 {
|
|
|
24290
24116
|
*/
|
|
24291
24117
|
evmChainId: bigint;
|
|
24292
24118
|
}
|
|
24119
|
+
/**
|
|
24120
|
+
* Expiry with timestamp and block height
|
|
24121
|
+
*
|
|
24122
|
+
* @generated from protobuf message injective_rfq_rpc.RFQExpiryType
|
|
24123
|
+
*/
|
|
24124
|
+
interface RFQExpiryType$1 {
|
|
24125
|
+
/**
|
|
24126
|
+
* Expiry timestamp in milliseconds
|
|
24127
|
+
*
|
|
24128
|
+
* @generated from protobuf field: uint64 timestamp = 1
|
|
24129
|
+
*/
|
|
24130
|
+
timestamp: bigint;
|
|
24131
|
+
/**
|
|
24132
|
+
* Expiry block height
|
|
24133
|
+
*
|
|
24134
|
+
* @generated from protobuf field: uint64 height = 2
|
|
24135
|
+
*/
|
|
24136
|
+
height: bigint;
|
|
24137
|
+
}
|
|
24293
24138
|
/**
|
|
24294
24139
|
* @generated from protobuf message injective_rfq_rpc.ListSettlementResponse
|
|
24295
24140
|
*/
|
|
@@ -24593,6 +24438,12 @@ interface ConditionalOrderResponseType {
|
|
|
24593
24438
|
* @generated from protobuf field: uint64 evm_chain_id = 19
|
|
24594
24439
|
*/
|
|
24595
24440
|
evmChainId: bigint;
|
|
24441
|
+
/**
|
|
24442
|
+
* Replay protection nonce time window in milliseconds
|
|
24443
|
+
*
|
|
24444
|
+
* @generated from protobuf field: uint64 taker_nonce_time_window_ms = 20
|
|
24445
|
+
*/
|
|
24446
|
+
takerNonceTimeWindowMs: bigint;
|
|
24596
24447
|
}
|
|
24597
24448
|
/**
|
|
24598
24449
|
* @generated from protobuf message injective_rfq_rpc.ListConditionalOrdersResponse
|
|
@@ -24653,6 +24504,161 @@ interface TakerStreamResponse {
|
|
|
24653
24504
|
*/
|
|
24654
24505
|
conditionalOrder?: ConditionalOrderResponseType;
|
|
24655
24506
|
}
|
|
24507
|
+
/**
|
|
24508
|
+
* RFQ quote
|
|
24509
|
+
*
|
|
24510
|
+
* @generated from protobuf message injective_rfq_rpc.RFQQuoteType
|
|
24511
|
+
*/
|
|
24512
|
+
interface RFQQuoteType$1 {
|
|
24513
|
+
/**
|
|
24514
|
+
* Chain ID
|
|
24515
|
+
*
|
|
24516
|
+
* @generated from protobuf field: string chain_id = 1
|
|
24517
|
+
*/
|
|
24518
|
+
chainId: string;
|
|
24519
|
+
/**
|
|
24520
|
+
* Contract address
|
|
24521
|
+
*
|
|
24522
|
+
* @generated from protobuf field: string contract_address = 2
|
|
24523
|
+
*/
|
|
24524
|
+
contractAddress: string;
|
|
24525
|
+
/**
|
|
24526
|
+
* Market ID
|
|
24527
|
+
*
|
|
24528
|
+
* @generated from protobuf field: string market_id = 3
|
|
24529
|
+
*/
|
|
24530
|
+
marketId: string;
|
|
24531
|
+
/**
|
|
24532
|
+
* RFQ ID
|
|
24533
|
+
*
|
|
24534
|
+
* @generated from protobuf field: uint64 rfq_id = 4
|
|
24535
|
+
*/
|
|
24536
|
+
rfqId: bigint;
|
|
24537
|
+
/**
|
|
24538
|
+
* Taker direction (long/short)
|
|
24539
|
+
*
|
|
24540
|
+
* @generated from protobuf field: string taker_direction = 5
|
|
24541
|
+
*/
|
|
24542
|
+
takerDirection: string;
|
|
24543
|
+
/**
|
|
24544
|
+
* Margin amount
|
|
24545
|
+
*
|
|
24546
|
+
* @generated from protobuf field: string margin = 6
|
|
24547
|
+
*/
|
|
24548
|
+
margin: string;
|
|
24549
|
+
/**
|
|
24550
|
+
* Quantity
|
|
24551
|
+
*
|
|
24552
|
+
* @generated from protobuf field: string quantity = 7
|
|
24553
|
+
*/
|
|
24554
|
+
quantity: string;
|
|
24555
|
+
/**
|
|
24556
|
+
* Price
|
|
24557
|
+
*
|
|
24558
|
+
* @generated from protobuf field: string price = 8
|
|
24559
|
+
*/
|
|
24560
|
+
price: string;
|
|
24561
|
+
/**
|
|
24562
|
+
* Expiry timestamp and height
|
|
24563
|
+
*
|
|
24564
|
+
* @generated from protobuf field: injective_rfq_rpc.RFQExpiryType expiry = 9
|
|
24565
|
+
*/
|
|
24566
|
+
expiry?: RFQExpiryType$1;
|
|
24567
|
+
/**
|
|
24568
|
+
* Maker address
|
|
24569
|
+
*
|
|
24570
|
+
* @generated from protobuf field: string maker = 10
|
|
24571
|
+
*/
|
|
24572
|
+
maker: string;
|
|
24573
|
+
/**
|
|
24574
|
+
* Taker address
|
|
24575
|
+
*
|
|
24576
|
+
* @generated from protobuf field: string taker = 11
|
|
24577
|
+
*/
|
|
24578
|
+
taker: string;
|
|
24579
|
+
/**
|
|
24580
|
+
* Signature
|
|
24581
|
+
*
|
|
24582
|
+
* @generated from protobuf field: string signature = 12
|
|
24583
|
+
*/
|
|
24584
|
+
signature: string;
|
|
24585
|
+
/**
|
|
24586
|
+
* Status (pending, accepted, rejected, expired)
|
|
24587
|
+
*
|
|
24588
|
+
* @generated from protobuf field: string status = 13
|
|
24589
|
+
*/
|
|
24590
|
+
status: string;
|
|
24591
|
+
/**
|
|
24592
|
+
* Creation timestamp
|
|
24593
|
+
*
|
|
24594
|
+
* @generated from protobuf field: sint64 created_at = 14
|
|
24595
|
+
*/
|
|
24596
|
+
createdAt: bigint;
|
|
24597
|
+
/**
|
|
24598
|
+
* Last update timestamp
|
|
24599
|
+
*
|
|
24600
|
+
* @generated from protobuf field: sint64 updated_at = 15
|
|
24601
|
+
*/
|
|
24602
|
+
updatedAt: bigint;
|
|
24603
|
+
/**
|
|
24604
|
+
* Block height
|
|
24605
|
+
*
|
|
24606
|
+
* @generated from protobuf field: uint64 height = 16
|
|
24607
|
+
*/
|
|
24608
|
+
height: bigint;
|
|
24609
|
+
/**
|
|
24610
|
+
* Event time timestamp
|
|
24611
|
+
*
|
|
24612
|
+
* @generated from protobuf field: uint64 event_time = 17
|
|
24613
|
+
*/
|
|
24614
|
+
eventTime: bigint;
|
|
24615
|
+
/**
|
|
24616
|
+
* Transaction time timestamp
|
|
24617
|
+
*
|
|
24618
|
+
* @generated from protobuf field: uint64 transaction_time = 18
|
|
24619
|
+
*/
|
|
24620
|
+
transactionTime: bigint;
|
|
24621
|
+
/**
|
|
24622
|
+
* Maker subaccount nonce used in quote signature
|
|
24623
|
+
*
|
|
24624
|
+
* @generated from protobuf field: uint32 maker_subaccount_nonce = 19
|
|
24625
|
+
*/
|
|
24626
|
+
makerSubaccountNonce: number;
|
|
24627
|
+
/**
|
|
24628
|
+
* Optional minimum fill quantity used in quote signature
|
|
24629
|
+
*
|
|
24630
|
+
* @generated from protobuf field: string min_fill_quantity = 20
|
|
24631
|
+
*/
|
|
24632
|
+
minFillQuantity: string;
|
|
24633
|
+
/**
|
|
24634
|
+
* Whether the quote is for price check only
|
|
24635
|
+
*
|
|
24636
|
+
* @generated from protobuf field: bool price_check = 21
|
|
24637
|
+
*/
|
|
24638
|
+
priceCheck: boolean;
|
|
24639
|
+
/**
|
|
24640
|
+
* Client ID from the originating request
|
|
24641
|
+
*
|
|
24642
|
+
* @generated from protobuf field: string client_id = 22
|
|
24643
|
+
*/
|
|
24644
|
+
clientId: string;
|
|
24645
|
+
/**
|
|
24646
|
+
* Signature scheme used for the quote: "v1" (raw JSON keccak256) or "v2"
|
|
24647
|
+
* (EIP-712). Defaults to "v1" when omitted, for backward compatibility with
|
|
24648
|
+
* pre-EIP-712 clients.
|
|
24649
|
+
*
|
|
24650
|
+
* @generated from protobuf field: string sign_mode = 23
|
|
24651
|
+
*/
|
|
24652
|
+
signMode: string;
|
|
24653
|
+
/**
|
|
24654
|
+
* EVM chain ID embedded in the EIP-712 domain. Required when sign_mode is
|
|
24655
|
+
* "v2"; ignored otherwise. Must match one of the indexer's configured chain
|
|
24656
|
+
* IDs.
|
|
24657
|
+
*
|
|
24658
|
+
* @generated from protobuf field: uint64 evm_chain_id = 24
|
|
24659
|
+
*/
|
|
24660
|
+
evmChainId: bigint;
|
|
24661
|
+
}
|
|
24656
24662
|
/**
|
|
24657
24663
|
* Acknowledgment for stream operations
|
|
24658
24664
|
*
|
|
@@ -24696,6 +24702,13 @@ interface StreamError {
|
|
|
24696
24702
|
* @generated from protobuf field: string message_ = 2
|
|
24697
24703
|
*/
|
|
24698
24704
|
message: string;
|
|
24705
|
+
/**
|
|
24706
|
+
* ID to identify the request or quote in the stream. RFQ_ID for quotes.
|
|
24707
|
+
* CLIENT_ID for requests.
|
|
24708
|
+
*
|
|
24709
|
+
* @generated from protobuf field: string id = 3
|
|
24710
|
+
*/
|
|
24711
|
+
id: string;
|
|
24699
24712
|
}
|
|
24700
24713
|
/**
|
|
24701
24714
|
* Acknowledgment for conditional order creation
|
|
@@ -24716,7 +24729,7 @@ interface ConditionalOrderAck {
|
|
|
24716
24729
|
interface MakerStreamResponse {
|
|
24717
24730
|
/**
|
|
24718
24731
|
* Type: 'request', 'quote_ack', 'quote_update', 'settlement_update', 'error',
|
|
24719
|
-
* 'pong'
|
|
24732
|
+
* 'pong', 'challenge'
|
|
24720
24733
|
*
|
|
24721
24734
|
* @generated from protobuf field: string message_type = 1
|
|
24722
24735
|
*/
|
|
@@ -24751,6 +24764,12 @@ interface MakerStreamResponse {
|
|
|
24751
24764
|
* @generated from protobuf field: injective_rfq_rpc.RFQSettlementMakerUpdate settlement = 6
|
|
24752
24765
|
*/
|
|
24753
24766
|
settlement?: RFQSettlementMakerUpdate;
|
|
24767
|
+
/**
|
|
24768
|
+
* Auth challenge issued before the stream loop begins
|
|
24769
|
+
*
|
|
24770
|
+
* @generated from protobuf field: injective_rfq_rpc.MakerChallenge challenge = 7
|
|
24771
|
+
*/
|
|
24772
|
+
challenge?: MakerChallenge;
|
|
24754
24773
|
}
|
|
24755
24774
|
/**
|
|
24756
24775
|
* Acknowledgment for stream operations
|
|
@@ -24953,6 +24972,31 @@ interface RFQSettlementQuote {
|
|
|
24953
24972
|
*/
|
|
24954
24973
|
status: string;
|
|
24955
24974
|
}
|
|
24975
|
+
/**
|
|
24976
|
+
* Auth challenge issued by the server before the maker stream loop begins
|
|
24977
|
+
*
|
|
24978
|
+
* @generated from protobuf message injective_rfq_rpc.MakerChallenge
|
|
24979
|
+
*/
|
|
24980
|
+
interface MakerChallenge {
|
|
24981
|
+
/**
|
|
24982
|
+
* Hex-encoded 32-byte nonce
|
|
24983
|
+
*
|
|
24984
|
+
* @generated from protobuf field: string nonce = 1
|
|
24985
|
+
*/
|
|
24986
|
+
nonce: string;
|
|
24987
|
+
/**
|
|
24988
|
+
* EVM chain ID to use when signing the challenge with EIP-712 v2
|
|
24989
|
+
*
|
|
24990
|
+
* @generated from protobuf field: uint64 evm_chain_id = 2
|
|
24991
|
+
*/
|
|
24992
|
+
evmChainId: bigint;
|
|
24993
|
+
/**
|
|
24994
|
+
* Unix milliseconds after which the challenge is no longer accepted
|
|
24995
|
+
*
|
|
24996
|
+
* @generated from protobuf field: sint64 expires_at = 3
|
|
24997
|
+
*/
|
|
24998
|
+
expiresAt: bigint;
|
|
24999
|
+
}
|
|
24956
25000
|
/**
|
|
24957
25001
|
* @generated MessageType for protobuf message injective_rfq_rpc.StreamRequestResponse
|
|
24958
25002
|
*/
|
|
@@ -24961,14 +25005,6 @@ declare const StreamRequestResponse = new StreamRequestResponse$Type();
|
|
|
24961
25005
|
* @generated MessageType for protobuf message injective_rfq_rpc.RFQRequestType
|
|
24962
25006
|
*/
|
|
24963
25007
|
declare const RFQRequestType$1 = new RFQRequestType$Type();
|
|
24964
|
-
/**
|
|
24965
|
-
* @generated MessageType for protobuf message injective_rfq_rpc.RFQQuoteType
|
|
24966
|
-
*/
|
|
24967
|
-
declare const RFQQuoteType$1 = new RFQQuoteType$Type();
|
|
24968
|
-
/**
|
|
24969
|
-
* @generated MessageType for protobuf message injective_rfq_rpc.RFQExpiryType
|
|
24970
|
-
*/
|
|
24971
|
-
declare const RFQExpiryType$1 = new RFQExpiryType$Type();
|
|
24972
25008
|
/**
|
|
24973
25009
|
* @generated MessageType for protobuf message injective_rfq_rpc.StreamQuoteResponse
|
|
24974
25010
|
*/
|
|
@@ -24977,6 +25013,10 @@ declare const StreamQuoteResponse = new StreamQuoteResponse$Type();
|
|
|
24977
25013
|
* @generated MessageType for protobuf message injective_rfq_rpc.RFQProcessedQuoteType
|
|
24978
25014
|
*/
|
|
24979
25015
|
declare const RFQProcessedQuoteType$1 = new RFQProcessedQuoteType$Type();
|
|
25016
|
+
/**
|
|
25017
|
+
* @generated MessageType for protobuf message injective_rfq_rpc.RFQExpiryType
|
|
25018
|
+
*/
|
|
25019
|
+
declare const RFQExpiryType$1 = new RFQExpiryType$Type();
|
|
24980
25020
|
/**
|
|
24981
25021
|
* @generated MessageType for protobuf message injective_rfq_rpc.ListSettlementResponse
|
|
24982
25022
|
*/
|
|
@@ -25013,6 +25053,10 @@ declare const ListConditionalOrdersResponse = new ListConditionalOrdersResponse$
|
|
|
25013
25053
|
* @generated MessageType for protobuf message injective_rfq_rpc.TakerStreamResponse
|
|
25014
25054
|
*/
|
|
25015
25055
|
declare const TakerStreamResponse = new TakerStreamResponse$Type();
|
|
25056
|
+
/**
|
|
25057
|
+
* @generated MessageType for protobuf message injective_rfq_rpc.RFQQuoteType
|
|
25058
|
+
*/
|
|
25059
|
+
declare const RFQQuoteType$1 = new RFQQuoteType$Type();
|
|
25016
25060
|
/**
|
|
25017
25061
|
* @generated MessageType for protobuf message injective_rfq_rpc.RequestStreamAck
|
|
25018
25062
|
*/
|
|
@@ -25041,6 +25085,10 @@ declare const RFQSettlementMakerUpdate = new RFQSettlementMakerUpdate$Type();
|
|
|
25041
25085
|
* @generated MessageType for protobuf message injective_rfq_rpc.RFQSettlementQuote
|
|
25042
25086
|
*/
|
|
25043
25087
|
declare const RFQSettlementQuote = new RFQSettlementQuote$Type();
|
|
25088
|
+
/**
|
|
25089
|
+
* @generated MessageType for protobuf message injective_rfq_rpc.MakerChallenge
|
|
25090
|
+
*/
|
|
25091
|
+
declare const MakerChallenge = new MakerChallenge$Type();
|
|
25044
25092
|
//#endregion
|
|
25045
25093
|
//#region src/client/indexer/types/ws.d.ts
|
|
25046
25094
|
/**
|
|
@@ -27017,7 +27065,7 @@ type GrpcSubaccountBalance = SubaccountBalance$2;
|
|
|
27017
27065
|
type GrpcSubaccountPortfolio = SubaccountPortfolio$1;
|
|
27018
27066
|
type GrpcSubaccountBalanceTransfer = SubaccountBalanceTransfer;
|
|
27019
27067
|
//#endregion
|
|
27020
|
-
//#region ../../node_modules/.pnpm/@injectivelabs+indexer-proto-ts-v2@1.18.
|
|
27068
|
+
//#region ../../node_modules/.pnpm/@injectivelabs+indexer-proto-ts-v2@1.18.20/node_modules/@injectivelabs/indexer-proto-ts-v2/generated/injective_trading_rpc_pb.d.ts
|
|
27021
27069
|
/**
|
|
27022
27070
|
* @generated from protobuf message injective_trading_rpc.ListTradingStrategiesResponse
|
|
27023
27071
|
*/
|
|
@@ -28143,6 +28191,7 @@ interface RFQConditionalOrder {
|
|
|
28143
28191
|
triggerPrice: string;
|
|
28144
28192
|
requestAddress: string;
|
|
28145
28193
|
minTotalFillQuantity: string;
|
|
28194
|
+
takerNonceTimeWindowMs: number;
|
|
28146
28195
|
}
|
|
28147
28196
|
interface RFQConditionalOrdersResponse {
|
|
28148
28197
|
next: string[];
|
|
@@ -28205,6 +28254,15 @@ interface TakerStreamConfig {
|
|
|
28205
28254
|
connectionTimeoutMs?: number;
|
|
28206
28255
|
reconnect?: WsTransportConfig['reconnect'];
|
|
28207
28256
|
}
|
|
28257
|
+
interface RFQMakerAuth {
|
|
28258
|
+
evmChainId: number;
|
|
28259
|
+
signature: string;
|
|
28260
|
+
}
|
|
28261
|
+
interface RFQMakerChallenge {
|
|
28262
|
+
nonce: string;
|
|
28263
|
+
evmChainId: number;
|
|
28264
|
+
expiresAt: number;
|
|
28265
|
+
}
|
|
28208
28266
|
interface MakerStreamEvents {
|
|
28209
28267
|
/** Received an RFQ request from a taker */
|
|
28210
28268
|
request: {
|
|
@@ -28222,6 +28280,10 @@ interface MakerStreamEvents {
|
|
|
28222
28280
|
};
|
|
28223
28281
|
/** Error received from server */
|
|
28224
28282
|
error: RFQStreamErrorData;
|
|
28283
|
+
/** Auth challenge issued by server before stream loop begins */
|
|
28284
|
+
challenge: {
|
|
28285
|
+
challenge: RFQMakerChallenge;
|
|
28286
|
+
};
|
|
28225
28287
|
/** Pong received (response to ping) */
|
|
28226
28288
|
pong: void;
|
|
28227
28289
|
connect: {
|
|
@@ -28255,7 +28317,7 @@ interface QuantityAndFees {
|
|
|
28255
28317
|
resultQuantity: string;
|
|
28256
28318
|
}
|
|
28257
28319
|
//#endregion
|
|
28258
|
-
//#region ../../node_modules/.pnpm/@injectivelabs+indexer-proto-ts-v2@1.18.
|
|
28320
|
+
//#region ../../node_modules/.pnpm/@injectivelabs+indexer-proto-ts-v2@1.18.20/node_modules/@injectivelabs/indexer-proto-ts-v2/generated/injective_spot_exchange_rpc_pb.d.ts
|
|
28259
28321
|
/**
|
|
28260
28322
|
* @generated from protobuf message injective_spot_exchange_rpc.MarketsResponse
|
|
28261
28323
|
*/
|
|
@@ -29411,7 +29473,7 @@ type GrpcSpotLimitOrder = SpotLimitOrder$1;
|
|
|
29411
29473
|
type GrpcSpotOrderHistory = SpotOrderHistory$1;
|
|
29412
29474
|
type GrpcAtomicSwap = AtomicSwap$1;
|
|
29413
29475
|
//#endregion
|
|
29414
|
-
//#region ../../node_modules/.pnpm/@injectivelabs+indexer-proto-ts-v2@1.18.
|
|
29476
|
+
//#region ../../node_modules/.pnpm/@injectivelabs+indexer-proto-ts-v2@1.18.20/node_modules/@injectivelabs/indexer-proto-ts-v2/generated/injective_rfq_gw_rpc_pb.d.ts
|
|
29415
29477
|
/**
|
|
29416
29478
|
* @generated from protobuf message injective_rfq_gw_rpc.RFQGwPrepareEip712AutoSignRequestType
|
|
29417
29479
|
*/
|
|
@@ -30508,7 +30570,7 @@ type GrpcRFQGwPrepareEip712Response = PrepareEip712Response$1;
|
|
|
30508
30570
|
type GrpcRFQGwPrepareEip712AutoSignRequest = RFQGwPrepareEip712AutoSignRequestType$1;
|
|
30509
30571
|
type GrpcRFQGwPrepareEip712AutoSignResponse = PrepareEip712AutoSignResponse;
|
|
30510
30572
|
//#endregion
|
|
30511
|
-
//#region ../../node_modules/.pnpm/@injectivelabs+indexer-proto-ts-v2@1.18.
|
|
30573
|
+
//#region ../../node_modules/.pnpm/@injectivelabs+indexer-proto-ts-v2@1.18.20/node_modules/@injectivelabs/indexer-proto-ts-v2/generated/injective_oracle_rpc_pb.d.ts
|
|
30512
30574
|
/**
|
|
30513
30575
|
* @generated from protobuf message injective_oracle_rpc.OracleListResponse
|
|
30514
30576
|
*/
|
|
@@ -30670,7 +30732,7 @@ declare const StreamPricesByMarketsResponse = new StreamPricesByMarketsResponse$
|
|
|
30670
30732
|
type GrpcOracle = Oracle$1;
|
|
30671
30733
|
interface Oracle extends GrpcOracle {}
|
|
30672
30734
|
//#endregion
|
|
30673
|
-
//#region ../../node_modules/.pnpm/@injectivelabs+indexer-proto-ts-v2@1.18.
|
|
30735
|
+
//#region ../../node_modules/.pnpm/@injectivelabs+indexer-proto-ts-v2@1.18.20/node_modules/@injectivelabs/indexer-proto-ts-v2/generated/injective_auction_rpc_pb.d.ts
|
|
30674
30736
|
/**
|
|
30675
30737
|
* @generated from protobuf message injective_auction_rpc.AuctionEndpointResponse
|
|
30676
30738
|
*/
|
|
@@ -31167,7 +31229,7 @@ type GrpcAccountAuctionV2 = AccountAuctionV2$1;
|
|
|
31167
31229
|
type GrpcAuctionContract = AuctionContract$1;
|
|
31168
31230
|
type StreamBidsResponse = StreamBidsResponse$1;
|
|
31169
31231
|
//#endregion
|
|
31170
|
-
//#region ../../node_modules/.pnpm/@injectivelabs+indexer-proto-ts-v2@1.18.
|
|
31232
|
+
//#region ../../node_modules/.pnpm/@injectivelabs+indexer-proto-ts-v2@1.18.20/node_modules/@injectivelabs/indexer-proto-ts-v2/generated/injective_archiver_rpc_pb.d.ts
|
|
31171
31233
|
/**
|
|
31172
31234
|
* @generated from protobuf message injective_archiver_rpc.BalanceResponse
|
|
31173
31235
|
*/
|
|
@@ -31689,7 +31751,7 @@ type GrpcHistoricalVolumes = HistoricalVolumes$1;
|
|
|
31689
31751
|
type GrpcPnlLeaderboard = PnlLeaderboardResponse | PnlLeaderboardFixedResolutionResponse;
|
|
31690
31752
|
type GrpcVolLeaderboard = VolLeaderboardResponse | VolLeaderboardFixedResolutionResponse;
|
|
31691
31753
|
//#endregion
|
|
31692
|
-
//#region ../../node_modules/.pnpm/@injectivelabs+indexer-proto-ts-v2@1.18.
|
|
31754
|
+
//#region ../../node_modules/.pnpm/@injectivelabs+indexer-proto-ts-v2@1.18.20/node_modules/@injectivelabs/indexer-proto-ts-v2/generated/injective_referral_rpc_pb.d.ts
|
|
31693
31755
|
/**
|
|
31694
31756
|
* @generated from protobuf message injective_referral_rpc.GetReferrerDetailsResponse
|
|
31695
31757
|
*/
|
|
@@ -31820,7 +31882,7 @@ interface ReferralDetails {
|
|
|
31820
31882
|
invitees: ReferralInvitee[];
|
|
31821
31883
|
}
|
|
31822
31884
|
//#endregion
|
|
31823
|
-
//#region ../../node_modules/.pnpm/@injectivelabs+indexer-proto-ts-v2@1.18.
|
|
31885
|
+
//#region ../../node_modules/.pnpm/@injectivelabs+indexer-proto-ts-v2@1.18.20/node_modules/@injectivelabs/indexer-proto-ts-v2/generated/injective_campaign_rpc_pb.d.ts
|
|
31824
31886
|
/**
|
|
31825
31887
|
* @generated from protobuf message injective_campaign_rpc.RankingResponse
|
|
31826
31888
|
*/
|
|
@@ -32657,7 +32719,7 @@ interface AllSpotMarketSummaryResponse {
|
|
|
32657
32719
|
data: AllChronosSpotMarketSummary[];
|
|
32658
32720
|
}
|
|
32659
32721
|
//#endregion
|
|
32660
|
-
//#region ../../node_modules/.pnpm/@injectivelabs+indexer-proto-ts-v2@1.18.
|
|
32722
|
+
//#region ../../node_modules/.pnpm/@injectivelabs+indexer-proto-ts-v2@1.18.20/node_modules/@injectivelabs/indexer-proto-ts-v2/generated/injective_megavault_rpc_pb.d.ts
|
|
32661
32723
|
/**
|
|
32662
32724
|
* @generated from protobuf message injective_megavault_rpc.GetVaultResponse
|
|
32663
32725
|
*/
|
|
@@ -33776,7 +33838,7 @@ interface IncentivesCampaign {
|
|
|
33776
33838
|
subaccountIdSuffix: string;
|
|
33777
33839
|
}
|
|
33778
33840
|
//#endregion
|
|
33779
|
-
//#region ../../node_modules/.pnpm/@injectivelabs+indexer-proto-ts-v2@1.18.
|
|
33841
|
+
//#region ../../node_modules/.pnpm/@injectivelabs+indexer-proto-ts-v2@1.18.20/node_modules/@injectivelabs/indexer-proto-ts-v2/generated/injective_insurance_rpc_pb.d.ts
|
|
33780
33842
|
/**
|
|
33781
33843
|
* @generated from protobuf message injective_insurance_rpc.FundsResponse
|
|
33782
33844
|
*/
|
|
@@ -34038,7 +34100,7 @@ interface InsuranceFundCreateParams {
|
|
|
34038
34100
|
type GrpcIndexerInsuranceFund = InsuranceFund$2;
|
|
34039
34101
|
type GrpcIndexerRedemptionSchedule = RedemptionSchedule;
|
|
34040
34102
|
//#endregion
|
|
34041
|
-
//#region ../../node_modules/.pnpm/@injectivelabs+indexer-proto-ts-v2@1.18.
|
|
34103
|
+
//#region ../../node_modules/.pnpm/@injectivelabs+indexer-proto-ts-v2@1.18.20/node_modules/@injectivelabs/indexer-proto-ts-v2/generated/injective_derivative_exchange_rpc_pb.d.ts
|
|
34042
34104
|
/**
|
|
34043
34105
|
* @generated from protobuf message injective_derivative_exchange_rpc.MarketsResponse
|
|
34044
34106
|
*/
|
|
@@ -36128,7 +36190,7 @@ interface BankTransferFromExplorerApiResponse {
|
|
|
36128
36190
|
block_timestamp: string;
|
|
36129
36191
|
}
|
|
36130
36192
|
//#endregion
|
|
36131
|
-
//#region ../../node_modules/.pnpm/@injectivelabs+indexer-proto-ts-v2@1.18.
|
|
36193
|
+
//#region ../../node_modules/.pnpm/@injectivelabs+indexer-proto-ts-v2@1.18.20/node_modules/@injectivelabs/indexer-proto-ts-v2/generated/injective_tc_derivatives_rpc_pb.d.ts
|
|
36132
36194
|
/**
|
|
36133
36195
|
* @generated from protobuf message injective_tc_derivatives_rpc.OrdersHistoryResponse
|
|
36134
36196
|
*/
|
|
@@ -37017,7 +37079,7 @@ interface ChronosLeaderboardResponse {
|
|
|
37017
37079
|
data: ChronosLeaderboard;
|
|
37018
37080
|
}
|
|
37019
37081
|
//#endregion
|
|
37020
|
-
//#region ../../node_modules/.pnpm/@injectivelabs+indexer-proto-ts-v2@1.18.
|
|
37082
|
+
//#region ../../node_modules/.pnpm/@injectivelabs+indexer-proto-ts-v2@1.18.20/node_modules/@injectivelabs/indexer-proto-ts-v2/generated/injective_portfolio_rpc_pb.d.ts
|
|
37021
37083
|
/**
|
|
37022
37084
|
* @generated from protobuf message injective_portfolio_rpc.AccountPortfolioResponse
|
|
37023
37085
|
*/
|
|
@@ -37442,6 +37504,7 @@ declare const GrpcWebSocketCodec: {
|
|
|
37442
37504
|
decodeTakerResponse(data: ArrayBuffer | Uint8Array): GrpcFrame<TakerStreamResponse>;
|
|
37443
37505
|
encodeMakerPing(): Uint8Array;
|
|
37444
37506
|
encodeMakerQuote(input: RFQQuoteType): Uint8Array;
|
|
37507
|
+
encodeMakerAuth(auth: RFQMakerAuth): Uint8Array;
|
|
37445
37508
|
decodeMakerResponse(data: ArrayBuffer | Uint8Array): GrpcFrame<MakerStreamResponse>;
|
|
37446
37509
|
isTrailerFrame(data: ArrayBuffer | Uint8Array): boolean;
|
|
37447
37510
|
getPayloadLength(data: ArrayBuffer | Uint8Array): number;
|
|
@@ -37546,6 +37609,7 @@ declare class IndexerWsMakerStream {
|
|
|
37546
37609
|
disconnect(): void;
|
|
37547
37610
|
destroy(): void;
|
|
37548
37611
|
sendQuote(quote: RFQQuoteType): void;
|
|
37612
|
+
sendAuth(auth: RFQMakerAuth): void;
|
|
37549
37613
|
on<T extends keyof MakerStreamEvents>(event: T, listener: MakerEventListener<T>): void;
|
|
37550
37614
|
off<T extends keyof MakerStreamEvents>(event: T, listener: MakerEventListener<T>): void;
|
|
37551
37615
|
private emit;
|
|
@@ -37563,72 +37627,6 @@ declare class IndexerWsMakerStream {
|
|
|
37563
37627
|
declare class IndexerGrpcRFQApi extends BaseIndexerGrpcConsumer {
|
|
37564
37628
|
protected module: string;
|
|
37565
37629
|
private get client();
|
|
37566
|
-
submitRequest({
|
|
37567
|
-
margin,
|
|
37568
|
-
expiry,
|
|
37569
|
-
clientId,
|
|
37570
|
-
marketId,
|
|
37571
|
-
quantity,
|
|
37572
|
-
direction,
|
|
37573
|
-
worstPrice,
|
|
37574
|
-
priceCheck,
|
|
37575
|
-
requestAddress,
|
|
37576
|
-
transactionTime
|
|
37577
|
-
}: {
|
|
37578
|
-
margin: string;
|
|
37579
|
-
expiry?: bigint;
|
|
37580
|
-
marketId: string;
|
|
37581
|
-
quantity: string;
|
|
37582
|
-
direction: string;
|
|
37583
|
-
clientId?: string;
|
|
37584
|
-
worstPrice: string;
|
|
37585
|
-
priceCheck?: boolean;
|
|
37586
|
-
requestAddress?: string;
|
|
37587
|
-
transactionTime?: bigint;
|
|
37588
|
-
}): Promise<{
|
|
37589
|
-
status: string;
|
|
37590
|
-
}>;
|
|
37591
|
-
submitQuote({
|
|
37592
|
-
rfqId,
|
|
37593
|
-
price,
|
|
37594
|
-
maker,
|
|
37595
|
-
taker,
|
|
37596
|
-
margin,
|
|
37597
|
-
expiry,
|
|
37598
|
-
status,
|
|
37599
|
-
height,
|
|
37600
|
-
chainId,
|
|
37601
|
-
marketId,
|
|
37602
|
-
quantity,
|
|
37603
|
-
signature,
|
|
37604
|
-
createdAt,
|
|
37605
|
-
updatedAt,
|
|
37606
|
-
eventTime,
|
|
37607
|
-
takerDirection,
|
|
37608
|
-
contractAddress,
|
|
37609
|
-
transactionTime
|
|
37610
|
-
}: {
|
|
37611
|
-
rfqId?: bigint;
|
|
37612
|
-
price: string;
|
|
37613
|
-
maker: string;
|
|
37614
|
-
taker: string;
|
|
37615
|
-
margin: string;
|
|
37616
|
-
status?: string;
|
|
37617
|
-
height?: bigint;
|
|
37618
|
-
chainId: string;
|
|
37619
|
-
marketId: string;
|
|
37620
|
-
quantity: string;
|
|
37621
|
-
signature: string;
|
|
37622
|
-
createdAt?: bigint;
|
|
37623
|
-
updatedAt?: bigint;
|
|
37624
|
-
eventTime?: bigint;
|
|
37625
|
-
takerDirection: string;
|
|
37626
|
-
contractAddress: string;
|
|
37627
|
-
transactionTime?: bigint;
|
|
37628
|
-
expiry?: Partial<GrpcRFQExpiry>;
|
|
37629
|
-
}): Promise<{
|
|
37630
|
-
status: string;
|
|
37631
|
-
}>;
|
|
37632
37630
|
fetchSettlements(params?: {
|
|
37633
37631
|
token?: string;
|
|
37634
37632
|
perPage?: number;
|
|
@@ -37664,6 +37662,7 @@ declare class IndexerGrpcRFQApi extends BaseIndexerGrpcConsumer {
|
|
|
37664
37662
|
allowedRelayer?: string;
|
|
37665
37663
|
unfilledAction?: string;
|
|
37666
37664
|
minTotalFillQuantity: string;
|
|
37665
|
+
takerNonceTimeWindowMs?: bigint;
|
|
37667
37666
|
};
|
|
37668
37667
|
}): Promise<{
|
|
37669
37668
|
order: RFQConditionalOrder | undefined;
|
|
@@ -37936,7 +37935,7 @@ declare class IndexerGrpcMitoApi extends BaseIndexerGrpcConsumer {
|
|
|
37936
37935
|
}>;
|
|
37937
37936
|
}
|
|
37938
37937
|
//#endregion
|
|
37939
|
-
//#region ../../node_modules/.pnpm/@injectivelabs+indexer-proto-ts-v2@1.18.
|
|
37938
|
+
//#region ../../node_modules/.pnpm/@injectivelabs+indexer-proto-ts-v2@1.18.20/node_modules/@injectivelabs/indexer-proto-ts-v2/generated/injective_meta_rpc_pb.d.ts
|
|
37940
37939
|
/**
|
|
37941
37940
|
* @generated from protobuf message injective_meta_rpc.PingResponse
|
|
37942
37941
|
*/
|
|
@@ -38321,7 +38320,7 @@ declare class IndexerGrpcOracleApi extends BaseIndexerGrpcConsumer {
|
|
|
38321
38320
|
}): Promise<PriceResponse>;
|
|
38322
38321
|
}
|
|
38323
38322
|
//#endregion
|
|
38324
|
-
//#region ../../node_modules/.pnpm/@injectivelabs+indexer-proto-ts-v2@1.18.
|
|
38323
|
+
//#region ../../node_modules/.pnpm/@injectivelabs+indexer-proto-ts-v2@1.18.20/node_modules/@injectivelabs/indexer-proto-ts-v2/generated/injective_exchange_rpc_pb.d.ts
|
|
38325
38324
|
/**
|
|
38326
38325
|
* @generated from protobuf message injective_exchange_rpc.PrepareTxResponse
|
|
38327
38326
|
*/
|
|
@@ -44874,4 +44873,4 @@ declare class ChainGrpcInsuranceFundTransformer {
|
|
|
44874
44873
|
}[];
|
|
44875
44874
|
}
|
|
44876
44875
|
//#endregion
|
|
44877
|
-
export { TcDerivativeTradesStreamCallbackV2 as $, ChainDenomMinNotional as $_, MegaVaultVolatilityStats as $a, MsgSubmitProposalPerpetualMarketLaunchV2 as $b, Transaction as $c, formatPriceToAllowableDecimals as $d, protobufTimestampToUnixMs as $f, TxFeesEipBaseFee as $g, BalancesResponse as $h, PerpetualMarket as $i, MitoHolders as $l, RestTxLog as $m, IndexerGrpcRfqTransformer as $n, Oracle as $o, getEip712DomainV2 as $p, GrpcTcDerivativePosition as $r, RFQMakerStreamAckData as $s, BlocksStreamCallback as $t, DEFAULT_DERIVATION_PATH as $u, GrpcValidator as $v, MsgInstantSpotMarketLaunch as $y, ChainGrpcAuctionApi as A, BankModuleParams as A_, GrpcMegaVaultVolatility as Aa, MsgExecuteContract as Ab, ExplorerTransaction as Ac, cosmosSdkDecToBigNumber as Ad, SignTypedDataVersionV4 as Af, GrpcPermissionRoleIDs as Ag, Msgs as Ah, DerivativeLimitOrderParams as Ai, GrpcMitoIDOSubscriber as Al, createTxRawEIP712 as Am, IndexerDerivativeStreamTransformer as An, Holder as Ao, MsgRewardsOptOutV2 as Ap, StreamStatusResponse as Ar, SpotOrderCancelParams as As, VaultStreamCallbackV2 as At, IsomorphicWebSocket as Au, GrpcSpotMarketOrder as Av, GrpcGovernanceVotingParams as Ay, ChainGrpcAuthApi as B, PubKey$1 as B_, MegaVaultOperatorRedemptionBucket as Ba, MsgSignData as Bb, GrpcIBCTransferTx as Bc, derivativeMarginToChainMarginToFixed as Bd, privateKeyToPublicKey as Bf, PermissionParams as Bg, ChainModule as Bh, GrpcBinaryOptionsMarketInfo as Bi, GrpcMitoStakingPool as Bl, createTransactionAndCosmosSignDoc as Bm, IndexerOracleStreamTransformer as Bn, AuctionContract as Bo, ExecArgNeptuneWithdraw as Bp, PortfolioSubaccountBalanceV2 as Br, Route as Bs, StreamManager as Bt, fetchAllWithPagination as Bu, TradingRewardCampaignBoostInfo as Bv, Vote as By, ChainGrpcInsuranceFundApi as C, GrpcInsuranceParams as C_, GrpcMegaVaultPnlStats as Ca, MsgCreateValidator as Cb, CosmWasmChecksum as Cc, isCw20ContractAddress as Cd, isReactNative as Cf, GrpcPermissionActorRoles as Cg, ExchangeMsgs as Ch, TransactionFromExplorerApiResponse as Ci, GrpcMitoChanges as Cl, createBody as Cm, SpotOrderbookV2StreamCallback as Cn, GrpcLeaderboardRow as Co, MsgCreateSpotLimitOrderV2 as Cp, IndexerGrpcMitoApi as Cr, GrpcSpotLimitOrder as Cs, OraclePriceStreamCallbackV2 as Ct, MitoTransfer as Cu, GrpcMarketStatus as Cv, GrpcContractInfo as Cy, ChainGrpcTendermintApi as D, OracleTypeMap as D_, GrpcMegaVaultUnrealizedPnl as Da, MsgUpdateRateLimit as Db, ExplorerBlockWithTxs as Dc, getSpotMarketDecimals as Dd, safeBigIntStringify as Df, GrpcPermissionPolicyStatusManagerCapability as Dg, GovMsgs as Dh, BatchDerivativeOrderCancelParams as Di, GrpcMitoIDO as Dl, createSignDocFromTransaction as Dm, IndexerTcDerivativesStreamTransformer as Dn, HistoricalBalance as Do, MsgBatchUpdateOrdersV2 as Dp, GrpcWebSocketTransport as Dr, SpotLimitOrder as Ds, StakingRewardByAccountStreamCallbackV2 as Dt, MitoWhitelistAccount as Du, GrpcOrderTypeMap as Dv, GovModuleStateParams as Dy, ChainGrpcPermissionsApi as E, InsuranceModuleParams as E_, GrpcMegaVaultTargetApr as Ea, MsgRemoveRateLimit as Eb, EventLogEvent as Ec, getDerivativeMarketTensMultiplier as Ed, protoObjectToJson as Ef, GrpcPermissionPolicyStatus as Eg, FeegrantMsgs as Eh, BaseDerivativeMarket as Ei, GrpcMitoHolders as El, createSignDoc as Em, IndexerAccountPortfolioStreamTransformer as En, GrpcVolLeaderboard as Eo, MsgLiquidatePositionV2 as Ep, IndexerWsTakerStream as Er, GrpcSpotTrade as Es, IndexerGrpcMitoStreamV2 as Et, MitoVestingConfigMap as Eu, GrpcOrderType as Ev, grpcContractInfo as Ey, ChainGrpcPeggyApi as F, TotalSupply as F_, MegaVaultHistoricalPnL as Fa, MsgEditValidator as Fb, ExplorerValidatorUptime as Fc, denomAmountToChainDenomAmountToFixed as Fd, domainHash as Ff, PermissionActorRoles as Fg, WasmMsgs as Fh, DerivativeTrade as Fi, GrpcMitoMission as Fl, generateArbitrarySignDoc as Fm, IndexerArchiverStreamTransformer as Fn, AccountAuctionStatus as Fo, ContractExecutionAuthorization as Fp, GrpcAccountPortfolioV2 as Fr, IndexerTokenMeta as Fs, SpotTradesStreamCallbackV2 as Ft, WsDisconnectReason as Fu, IsOptedOutOfRewards as Fv, Proposal as Fy, createStreamSubscriptionV2 as G, EvmParams as G_, MegaVaultStats as Ga, MsgMultiSend as Gb, GrpcValidatorUptime as Gc, derivativeQuantityFromChainQuantity as Gd, sha256 as Gf, PermissionRoleIDs as Gg, FactoryDenomWithMetadata as Gh, GrpcDerivativePositionV2 as Gi, GrpcMitoTokenInfo as Gl, createTxRawFromSigResponse as Gm, IndexerGrpcAccountTransformer as Gn, GrpcAuctionCoin as Go, PublicKey as Gp, ChronosLeaderboardResponse as Gr, GrpcRFQRequest as Gs, DerivativeOrderHistoryStreamCallback as Gt, paginationRequestFromPagination as Gu, GrpcDelegationResponse as Gv, MsgWithdrawValidatorCommission as Gy, ChainGrpcIbcApi as H, EvmBlobScheduleConfig as H_, MegaVaultPnlStats as Ha, MsgSendToEth as Hb, GrpcPeggyDepositTx as Hc, derivativePriceFromChainPriceToFixed as Hd, publicKeyToAddress as Hf, PermissionPolicyStatus as Hg, BlockLatestRestResponse as Hh, GrpcDerivativeMarketInfo as Hi, GrpcMitoStakingStakingReward as Hl, createTransactionForAddressAndMsg as Hm, IndexerGrpcExplorerTransformer as Hn, AuctionsStats as Ho, MsgBroadcasterWithPk as Hp, SubaccountDepositV2 as Hr, GrpcRFQExpiry as Hs, AccountPortfolioStreamCallback as Ht, grpcPagingToPaging as Hu, BondStatus as Hv, VoteOptionMap as Hy, ChainGrpcAuthZApi as I, Account as I_, MegaVaultHistoricalTVL as Ia, MsgUnderwrite as Ib, GasFee as Ic, denomAmountToGrpcChainDenomAmount as Id, hashToHex as If, PermissionAddressRoles as Ig, MsgSetDelegationTransferReceivers as Ih, ExpiryFuturesMarket as Ii, GrpcMitoMissionLeaderboardEntry as Il, TxRestApi as Im, IndexerGrpcMegaVaultTransformer as In, AccountAuctionV2 as Io, GenericAuthorization as Ip, GrpcPortfolioSubaccountBalanceV2 as Ir, Orderbook as Is, IndexerGrpcRfqStreamV2 as It, WsReconnectConfig as Iu, OrderType as Iv, ProposalDeposit as Iy, IndexerGrpcAccountPortfolioStreamV2 as J, GrpcEvmChainConfig as J_, MegaVaultTargetApr as Ja, MsgTransfer as Jb, Message as Jc, derivativeQuantityToChainQuantityToFixed as Jd, getGrpcWebTransport as Jf, PermissionsModuleParams as Jg, DistributionModuleParams as Jh, GrpcFundingPayment as Ji, MitoChanges as Jl, BroadcastModeKeplr as Jm, IndexerRfqStreamTransformer as Jn, GrpcAuctionV2 as Jo, getEip712TypedData as Jp, ChronosDerivativeMarketSummary as Jr, MakerStreamEvents as Js, DerivativeOrdersStreamCallback as Jt, BECH32_ADDR_CONS_PREFIX as Ju, GrpcReDelegationEntryResponse as Jv, MsgCreateDerivativeLimitOrder as Jy, StreamManagerV2 as K, GrpcEvmBlobConfig as K_, MegaVaultSubscription as Ka, MsgMint as Kb, IBCTransferTx as Kc, derivativeQuantityFromChainQuantityToFixed as Kd, parseCoins as Kf, PermissionRoleManager as Kg, TokenFactoryModuleParams as Kh, GrpcDerivativeTrade as Ki, GrpcMitoVault as Kl, getTxRawFromTxRawOrDirectSignResponse as Km, IndexerSpotStreamTransformer as Kn, GrpcAuctionCoinPrices as Ko, Address as Kp, AllChronosDerivativeMarketSummary as Kr, GrpcRFQSettlement as Ks, DerivativeOrderbookUpdateStreamCallback as Kt, paginationUint8ArrayToString as Ku, GrpcPool as Kv, MsgCreateDerivativeMarketOrder as Ky, ChainGrpcWasmApi as L, AuthBaseAccount as L_, MegaVaultIncentives as La, MsgUndelegate as Lb, GrpcBankMsgSendMessage as Lc, derivativeMarginFromChainMargin as Ld, messageHash as Lf, PermissionAddressVoucher as Lg, MsgCreateBinaryOptionsMarketOrder as Lh, ExpiryFuturesMarketInfo as Li, GrpcMitoPagination as Ll, TxGrpcApi as Lm, IndexerAuctionStreamTransformer as Ln, Auction as Lo, GrantAuthorizationType as Lp, GrpcPositionV2 as Lr, OrderbookWithSequence as Ls, QuoteStreamCallbackV2 as Lt, WsState as Lu, OrderTypeMap as Lv, ProposalStatus as Ly, ChainGrpcOracleApi as M, GrpcSupply as M_, MegaVault as Ma, MsgChangeAdmin as Mb, ExplorerTxsV2Response as Mc, denomAmountFromChainDenomAmountToFixed as Md, TypedDataUtilsSanitizeData as Mf, GrpcPermissionsNamespace as Mg, PeggyMsgs as Mh, DerivativeMarketWithoutBinaryOptions as Mi, GrpcMitoIDOSubscriptionActivity as Ml, getAminoStdSignDoc as Mm, IndexerGrpcMitoStreamTransformer as Mn, PnlLeaderboard as Mo, MsgSignDataV2 as Mp, ChronosMarketHistoryResponse as Mr, SpotTrade as Ms, SpotOrderHistoryStreamCallbackV2 as Mt, TransportEventListener as Mu, GrpcTradeRewardCampaign as Mv, GrpcProposalDeposit as My, ChainGrpcErc20Api as N, Metadata as N_, MegaVaultApr as Na, MsgRewardsOptOut as Nb, ExplorerValidator as Nc, denomAmountFromGrpcChainDenomAmount as Nd, TypedMessageV4 as Nf, GrpcPermissionsParams as Ng, StakingMsgs as Nh, DerivativeOrderCancelParams as Ni, GrpcMitoLeaderboardEntry as Nl, getPublicKey as Nm, IndexerGrpcDerivativeTransformer as Nn, SpotAverageEntry as No, MsgDepositV2 as Np, AccountPortfolioBalances as Nr, GrpcPriceLevel as Ns, SpotOrderbookUpdateStreamCallbackV2 as Nt, TransportEventType as Nu, GrpcTradingRewardCampaignBoostInfo as Nv, GrpcTallyResult as Ny, ChainGrpcExchangeApi as O, GrpcMintParams as O_, GrpcMegaVaultUserStats as Oa, MsgCreateRateLimit as Ob, ExplorerCW20BalanceWithToken as Oc, getSpotMarketTensMultiplier as Od, sortObjectByKeys as Of, GrpcPermissionRole as Og, IbcMsgs as Oh, BinaryOptionsMarket as Oi, GrpcMitoIDOClaimedCoins as Ol, createSignerInfo as Om, IndexerGrpcTcDerivativesTransformer as On, HistoricalRPNL as Oo, MsgExternalTransferV2 as Op, GrpcWebSocketCodec as Or, SpotLimitOrderParams as Os, TransfersStreamCallbackV2 as Ot, GrpcDecodeError as Ou, GrpcPointsMultiplier as Ov, GrpcGovernanceDepositParams as Oy, ChainGrpcWasmXApi as P, SendEnabled as P_, MegaVaultAprStats as Pa, MsgPrivilegedExecuteContract as Pb, ExplorerValidatorDescription as Pc, denomAmountToChainDenomAmount as Pd, decompressPubKey as Pf, PermissionActionMap as Pg, TokenFactoryMsgs as Ph, DerivativeOrderHistory as Pi, GrpcMitoLeaderboardEpoch as Pl, getTransactionPartsFromTxRaw as Pm, ExplorerStreamTransformer as Pn, VolLeaderboard as Po, ContractExecutionCompatAuthorization as Pp, AccountPortfolioV2 as Pr, GrpcTokenMeta as Ps, SpotOrdersStreamCallbackV2 as Pt, TransportEvents as Pu, GrpcTradingRewardCampaignInfo as Pv, GrpcVote as Py, TcDerivativePositionsStreamCallbackV2 as Q, ChainDenomDecimal as Q_, MegaVaultVolatility as Qa, MsgSubmitProposalExpiryFuturesMarketLaunch as Qb, Signature as Qc, formatNumberToAllowableTensMultiplier as Qd, protobufTimestampToDate as Qf, GrpcTxFeesParams as Qg, ValidatorRewards as Qh, GrpcPositionDelta as Qi, MitoGaugeStatus as Ql, RestTxBody as Qm, IndexerGrpcMitoTransformer as Qn, GrpcOracle as Qo, getEip712Domain as Qp, GrpcTcDerivativeOrdersResponse as Qr, RFQExpiryType as Qs, IndexerGrpcDerivativesStream as Qt, BECH32_PUBKEY_VAL_PREFIX as Qu, GrpcUnbondingDelegationEntry as Qv, MsgCancelBinaryOptionsOrder as Qy, ChainGrpcMintApi as R, AuthModuleParams as R_, MegaVaultMaxDrawdown as Ra, MsgUpdateAdmin as Rb, GrpcExplorerStats as Rc, derivativeMarginFromChainMarginToFixed as Rd, privateKeyHashToPublicKey as Rf, PermissionGenesisState as Rg, MsgBatchCancelBinaryOptionsOrders as Rh, FundingPayment as Ri, GrpcMitoPriceSnapshot as Rl, waitTxBroadcasted as Rm, IndexerAccountStreamTransformer as Rn, AuctionCoin as Ro, getGenericAuthorizationFromMessageType as Rp, GrpcPositionsWithUPNL as Rr, PriceLevel as Rs, RequestStreamCallbackV2 as Rt, WsTransportConfig as Ru, PointsMultiplier as Rv, ProposalStatusMap as Ry, ChainRestBankApi as S, GrpcInsuranceFund as S_, GrpcMegaVaultPnl as Sa, MsgCancelSpotOrder as Sb, ContractTransactionWithMessages as Sc, getSubaccountId as Sd, isNode as Sf, GrpcAuctionParams as Sg, Erc20Msgs as Sh, ExplorerTransactionApiResponse as Si, TransferType as Sl, createAuthInfo as Sm, SpotOrderbookUpdateStreamCallback as Sn, GrpcHistoricalVolumes as So, MsgCancelDerivativeOrderV2 as Sp, IndexerGrpcMetaApi as Sr, GrpcAtomicSwap as Ss, OracleListStreamCallbackV2 as St, MitoTokenInfo as Su, GrpcFeeDiscountTierTTL as Sv, GrpcContractCodeHistoryEntry as Sy, ChainGrpcDistributionApi as T, InsuranceFund as T_, GrpcMegaVaultSubscription as Ta, MsgGrantAllowance as Tb, EventLog as Tc, getDerivativeMarketDecimals as Td, objectToJson as Tf, GrpcPermissionNamespace as Tg, ExchangeV2Msgs as Th, WasmCodeExplorerApiResponse as Ti, GrpcMitoDenomBalance as Tl, createNonCriticalExtensionFromObject as Tm, SpotTradesStreamCallback as Tn, GrpcSpotAverageEntry as To, MsgReclaimLockedFundsV2 as Tp, IndexerWsMakerStream as Tr, GrpcSpotOrderHistory as Ts, HistoricalStakingStreamCallbackV2 as Tt, MitoVestingConfig as Tu, GrpcOrderInfo as Tv, TokenInfo$1 as Ty, ChainGrpcGovApi as U, EvmChainConfig as U_, MegaVaultRedemption as Ua, MsgStoreCode as Ub, GrpcPeggyWithdrawalTx as Uc, derivativePriceToChainPrice as Ud, ripemd160 as Uf, PermissionRole as Ug, NodeInfoRestResponse as Uh, GrpcDerivativeOrderHistory as Ui, GrpcMitoSubaccountBalance as Ul, createTransactionFromMsg as Um, IndexerGrpcArchiverTransformer as Un, GrpcAccountAuctionV2 as Uo, BaseAccount as Up, ChronosLeaderboard as Ur, GrpcRFQProcessedQuote as Us, IndexerGrpcAccountPortfolioStream as Ut, grpcPagingToPagingV2 as Uu, Delegation as Uv, WeightedVoteOption as Uy, ChainGrpcEvmApi as V, EvmBlobConfig as V_, MegaVaultPnl as Va, MsgDelegate as Vb, GrpcIndexerValidatorDescription as Vc, derivativePriceFromChainPrice as Vd, privateKeyToPublicKeyBase64 as Vf, PermissionPolicyManagerCapability as Vg, RestApiResponse as Vh, GrpcDerivativeLimitOrder as Vi, GrpcMitoStakingStakingActivity as Vl, createTransactionAndCosmosSignDocForAddressAndMsg as Vm, IndexerGrpcReferralTransformer as Vn, AuctionV2 as Vo, ExecArgNeptuneDeposit as Vp, PositionsWithUPNL as Vr, GrpcRFQConditionalOrder as Vs, createStreamSubscription as Vt, grpcPaginationToPagination as Vu, TradingRewardCampaignInfo as Vv, VoteOption as Vy, accountEthParser as W, EvmLog as W_, MegaVaultRedemptionStatus as Wa, MsgDeposit as Wb, GrpcValidatorSlashingEvent as Wc, derivativePriceToChainPriceToFixed as Wd, sanitizeTypedData as Wf, PermissionRoleActors as Wg, AuthorityMetadata as Wh, GrpcDerivativePosition as Wi, GrpcMitoSubscription as Wl, createTransactionWithSigners as Wm, IndexerGrpcAuctionTransformer as Wn, GrpcAuction as Wo, PrivateKey as Wp, ChronosLeaderboardEntry as Wr, GrpcRFQQuote as Ws, DerivativeMarketStreamCallback as Wt, pageRequestToGrpcPageRequestV2 as Wu, GrpcDelegation as Wv, MsgCreateBinaryOptionsLimitOrder as Wy, TcDerivativeOrderHistoryStreamCallbackV2 as X, GrpcEvmParams as X_, MegaVaultUser as Xa, MsgSubmitProposal as Xb, PeggyDepositTx as Xc, formatAmountToAllowableDecimals as Xd, makeTimeoutTimestamp as Xf, OracleModuleParams as Xg, GrpcDelegationDelegatorReward as Xh, GrpcPerpetualMarketFunding as Xi, MitoDenomBalance as Xl, RestSignerInfo as Xm, IndexerCampaignTransformer as Xn, IndexerAuctionBid as Xo, getDefaultEip712Types as Xp, GrpcTcDerivativeLimitOrder as Xr, RFQConditionalOrderInput as Xs, DerivativePositionsV2StreamCallback as Xt, BECH32_PUBKEY_ACC_PREFIX as Xu, GrpcStakingParams as Xv, MsgCancelUnbondingDelegation as Xy, IndexerGrpcTcDerivativesStreamV2 as Y, GrpcEvmLog as Y_, MegaVaultUnrealizedPnl as Ya, MsgExec as Yb, Paging as Yc, formatAmountToAllowableAmount as Yd, getGasPriceBasedOnMessage as Yf, GrpcOracleParams as Yg, GrpcDecCoin as Yh, GrpcFundingRate as Yi, MitoClaimReference as Yl, RestAuthInfo as Ym, IndexerGrpcRfqGwTransformer as Yn, GrpcIndexerAuctionBid as Yo, getEip712TypedDataV2 as Yp, ChronosDerivativeMarketSummaryResponse as Yr, RFQConditionalOrder as Ys, DerivativePositionsStreamCallback as Yt, BECH32_ADDR_VAL_PREFIX as Yu, GrpcReDelegationResponse as Yv, MsgWithdrawDelegatorReward as Yy, TcDerivativeOrdersStreamCallbackV2 as Z, CampaignRewardPool as Z_, MegaVaultUserStats as Za, ProposalDecomposer as Zb, PeggyWithdrawalTx as Zc, formatNumberToAllowableDecimals as Zd, makeTimeoutTimestampInNs as Zf, GrpcTxFeesEipBaseFee as Zg, GrpcDistributionParams as Zh, GrpcPerpetualMarketInfo as Zi, MitoGauge as Zl, RestTx as Zm, IndexerGrpcSpotTransformer as Zn, StreamBidsResponse as Zo, getDefaultEip712TypesV2 as Zp, GrpcTcDerivativeOrderHistory as Zr, RFQConditionalOrdersResponse as Zs, DerivativeTradesStreamCallback as Zt, BECH32_PUBKEY_CONS_PREFIX as Zu, GrpcUnbondingDelegation as Zv, MsgUpdateDerivativeMarketV2 as Zy, ChainGrpcEvmTransformer as _, GenericAuthorization$1 as __, GrpcMegaVaultIncentives as _a, MsgInstantiateContract as _b, Block$1 as _c, getChecksumAddress as _d, getErrorMessage as _f, GrpcAuctionBid as _g, TxResponse as _h, ContractExplorerApiResponse as _i, SubaccountBalance as _l, createAnyMessage as _m, VaultHolderSubscriptionStreamCallback as _n, AccountStats as _o, MsgInstantSpotMarketLaunchV2 as _p, IndexerGrpcWeb3GwApi as _r, RFQGwPrepareQuoteResultType as _s, BidsStreamCallbackV2 as _t, MitoStakingActivity as _u, GrpcDenomMinNotional as _v, ContractInfo as _y, ChainGrpcExchangeTransformer as a, GrpcPeggyParams as a_, GrpcIndexerInsuranceFund as aa, MsgGrantWithAuthorization as ab, RFQSettlementType as ac, fromUtf8 as ad, numberToCosmosSdkDecString as af, CosmosAccountRestResponse as ag, TxSearchResult as ah, TcDerivativeLimitOrder as ai, GridStrategyStreamResponse as al, getObjectEip712PropertyType as am, IndexerGrpcTradingStream as an, Campaign as ao, MsgClaimVoucher as ap, IndexerGrpcInsuranceFundApi as ar, GrpcRFQGwPrepareEip712AutoSignResponse as as, DerivativePositionsStreamCallbackV2 as at, MitoIDOSubscription as au, FeeDiscountAccountInfo as av, MsgSubmitTextProposal as ax, StakingModuleParams as ay, ChainRestWasmApi as b, GrantAuthorizationWithDecodedAuthorization as b_, GrpcMegaVaultOperator as ba, MsgExternalTransfer as bb, Contract as bc, getInjectiveAddress as bd, isBrowser as bf, GrpcAuctionEventBid as bg, BankMsgs as bh, ExplorerApiResponseWithPagination as bi, SubaccountTransfer as bl, errorToErrorMessage as bm, MarketsStreamCallback as bn, GrpcHistoricalBalance as bo, MsgCreateSpotMarketOrderV2 as bp, IndexerGrpcRfqGwApi as br, AtomicSwap as bs, IndexerGrpcAccountStreamV2 as bt, MitoSubaccountBalance as bu, GrpcFeeDiscountSchedule as bv, GrpcAbsoluteTxPosition as by, ChainGrpcCommonTransformer as c, BatchCancelSpotOrdersAuthz as c_, InsuranceFundCreateParams as ca, MsgAuthorizeStakeGrants as cb, RFQStreamErrorData as cc, hexToUint8Array as cd, spotPriceToChainPrice as cf, AuctionEventAuctionResult as cg, CreateTransactionResult as ch, TcDerivativePosition as ci, MarketType as cl, patchOrderTypesWithExpirationBlock as cm, BalanceStreamCallback as cn, GrpcCampaign as co, MsgCreateBinaryOptionsMarketOrderV2 as cp, IndexerGrpcDerivativesApi as cr, GrpcRFQGwPrepareQuoteResult as cs, IndexerGrpcDerivativesStreamV2 as ct, MitoLeaderboardEntry as cu, FeeDiscountTierTTL as cv, MsgGrant as cx, ValidatorCommission as cy, ChainGrpcPeggyTransformer as d, CancelDerivativeOrderAuthz as d_, IncentivesCampaign as da, MsgSetDenomMetadata as db, TakerStreamConfig as dc, toUtf8 as dd, spotQuantityFromChainQuantityToFixed as df, AuctionLastAuctionResult as dg, SignerDetails as dh, TcDerivativesOrdersHistoryResponse as di, GrpcAccountPortfolio as dl, TxClient as dm, OraclePriceStreamCallback as dn, GrpcGuild as do, MsgInstantBinaryOptionsMarketLaunch as dp, IndexerGrpcArchiverApi as dr, RFQGwPrepareAutoSignRequestType as ds, IndexerGrpcExplorerStreamV2 as dt, MitoMissionLeaderboard as du, GrpcChainDerivativePosition as dv, MsgVote as dx, CodeInfoResponse as dy, TxFeesModuleStateParams as e_, PerpetualMarketFunding as ea, MsgDecreasePositionMargin as eb, RFQProcessedQuoteType as ec, base64ToUint8Array as ed, formatPriceToAllowablePrice as ef, DenomBalance as eg, SimulationResponse as eh, GrpcTcDerivativeTradeHistory as ei, TxMessage as el, getEip712Fee as em, BlocksWithTxsStreamCallback as en, OperationStatusLogEntry as eo, protobufTimestampToUnixSeconds as ep, IndexerRestLeaderboardChronosApi as er, CosmosPubKeyType as es, DerivativeMarketStreamCallbackV2 as et, MitoIDO as eu, ChainDerivativePosition as ev, MsgSubmitProposalSpotMarketParamUpdate as ex, GrpcValidatorCommission as ey, ChainGrpcAuthZTransformer as f, CancelSpotOrderAuthz as f_, IncentivesRound as fa, MsgUpdateSpotMarketV2 as fb, TakerStreamEvents as fc, uint8ArrayToBase64 as fd, spotQuantityToChainQuantity as ff, AuctionModuleParams as fg, TxClientBroadcastOptions as fh, TcDerivativesPositionsResponse as fi, GrpcSubaccountBalance as fl, SIGN_AMINO as fm, OraclePricesByMarketsStreamCallback as fn, GrpcGuildMember as fo, MsgCreateBinaryOptionsLimitOrderV2 as fp, IndexerGrpcCampaignApi as fr, RFQGwPrepareAutoSignResponseType as fs, TransactionsStreamCallbackV2 as ft, MitoMissionLeaderboardEntry as fu, GrpcChainFullDerivativeMarket as fv, GrpcWebFetchTransport as fx, ContractAccountBalance as fy, ChainGrpcAuthTransformer as g, CreateSpotMarketOrderAuthz as g_, GrpcMegaVaultHistoricalTVL as ga, MsgRequestRedemption as gb, BankTransfer as gc, getAddressFromInjectiveAddress as gd, bigIntToString as gf, AuctionParams as gg, TxConcreteApi as gh, CW20BalanceExplorerApiResponse as gi, GrpcTradingReward as gl, createAny as gm, TransfersStreamCallback as gn, ReferralDetails as go, MsgCancelBinaryOptionsOrderV2 as gp, IndexerGrpcAccountApi as gr, RFQGwPrepareEip712ResponseType as gs, IndexerGrpcTradingStreamV2 as gt, MitoStakeToSubscription as gu, GrpcDenomDecimals as gv, ContractCodeHistoryOperationTypeMap as gy, ChainGrpcBankTransformer as h, CreateSpotLimitOrderAuthz as h_, GrpcMegaVaultHistoricalPnL as ha, MsgTransferDelegation as hb, BankMsgSendTransaction as hc, addHexPrefix as hd, bigIntToNumber as hf, AuctionModuleStateResponse as hg, TxClientSimulateResponse as hh, BlockFromExplorerApiResponse as hi, GrpcSubaccountPortfolio as hl, SIGN_EIP712_V2 as hm, StakingRewardByAccountStreamCallback as hn, GuildMember as ho, MsgCreateDerivativeLimitOrderV2 as hp, IndexerGrpcAuctionApi as hr, RFQGwPrepareEip712RequestType as hs, GridStrategyStreamCallbackV2 as ht, MitoPriceSnapshot as hu, GrpcChainSpotMarket as hv, ContractCodeHistoryOperationType as hy, ChainGrpcPermissionsTransformer as i, TokenPair as i_, PositionV2 as ia, MsgBatchCancelSpotOrders as ib, RFQSettlementLimitActionType$1 as ic, fromBase64 as id, isNumber as if, BaseAccountRestResponse as ig, TxResultResponse as ih, GrpcTcPositionDelta as ii, WasmCode as il, getTypesIncludingFeePayer as im, SpotAverageEntriesStreamCallback as in, ChronosSpotMarketSummaryResponse as io, MsgUpdateParams as ip, IndexerRestExplorerApi as ir, GrpcRFQGwPrepareEip712AutoSignRequest as is, DerivativeOrdersStreamCallbackV2 as it, MitoIDOSubscriber as iu, ExchangeParams as iv, MsgSubmitGenericProposal as ix, ReDelegation as iy, ChainGrpcTxFeesApi as j, GrpcBankParams as j_, GrpcMegaVaultVolatilityStats as ja, MsgCreateDenom as jb, ExplorerTransactionV2 as jc, denomAmountFromChainDenomAmount as jd, TypedDataUtilsHashStruct as jf, GrpcPermissionRoleManager as jg, OracleMsgs as jh, DerivativeMarket as ji, GrpcMitoIDOSubscription as jl, createWeb3Extension as jm, IndexerGrpcAccountPortfolioTransformer as jn, LeaderboardRow as jo, MsgWithdrawV2 as jp, AllChronosMarketHistory as jr, SpotOrderHistory as js, IndexerGrpcSpotStreamV2 as jt, ResolvedWsTransportConfig as ju, GrpcSpotOrder as jv, GrpcProposal as jy, ChainGrpcStakingApi as k, MinModuleParams as k_, GrpcMegaVaultVaultStats as ka, MsgMigrateContract as kb, ExplorerStats as kc, amountToCosmosSdkDecAmount as kd, sortObjectByKeysWithReduce as kf, GrpcPermissionRoleActors as kg, InsuranceMsgs as kh, DerivativeLimitOrder as ki, GrpcMitoIDOProgress as kl, createSigners as km, IndexerGrpcInsuranceFundTransformer as kn, HistoricalVolumes as ko, MsgCancelSpotOrderV2 as kp, IndexerModule as kr, SpotMarket as ks, VaultHolderSubscriptionStreamCallbackV2 as kt, GrpcFrame as ku, GrpcSpotMarket as kv, GrpcGovernanceTallyParams as ky, ChainGrpcTxFeesTransformer as l, BatchCreateDerivativeLimitOrdersAuthz as l_, Redemption as la, MsgCreateInsuranceFund as lb, RFQTakerStreamAckData as lc, stringToUint8Array as ld, spotPriceToChainPriceToFixed as lf, AuctionEventAuctionStart as lg, CreateTransactionWithSignersArgs as lh, TcDerivativeTradeHistory as li, TradingStrategy as ll, protoTypeToAminoType as lm, IndexerGrpcAccountStream as ln, GrpcCampaignUser as lo, MsgBatchCancelBinaryOptionsOrdersV2 as lp, IndexerGrpcMegaVaultApi as lr, GrpcRFQGwPrepareRequest as ls, BlocksStreamCallbackV2 as lt, MitoLeaderboardEpoch as lu, GrpcCampaignRewardPool as lv, MsgBid as lx, ValidatorDescription as ly, ChainGrpcMintTransformer as m, CreateDerivativeMarketOrderAuthz as m_, GrpcMegaVaultAprStats as ma, MsgRelayProviderPrices as mb, AccessTypeCode as mc, uint8ArrayToString as md, bigIntReplacer as mf, AuctionModuleStateParams as mg, TxClientMode as mh, BankTransferFromExplorerApiResponse as mi, GrpcSubaccountDeposit as ml, SIGN_EIP712 as mm, IndexerGrpcMitoStream as mn, GuildCampaignSummary as mo, MsgBatchCancelDerivativeOrdersV2 as mp, IndexerGrpcTradingApi as mr, RFQGwPrepareEip712AutoSignResponseType as ms, SpotAverageEntriesStreamCallbackV2 as mt, MitoPortfolio as mu, GrpcChainPosition as mv, ContractCodeHistoryEntry as my, ChainGrpcTokenFactoryTransformer as n, GrpcTokenPair as n_, Position as na, MsgCreateSpotMarketOrder as nb, RFQRequestInputType as nc, binaryToBase64 as nd, getSignificantDecimalsFromNumber as nf, AccountResponse as ng, TxInfoResponse as nh, GrpcTcDerivativesOrdersHistoryResponse as ni, ValidatorUptime as nl, getEipTxContext as nm, TransactionsStreamCallback as nn, AllSpotMarketSummaryResponse as no, MsgUpdateNamespace as np, IndexerRestMarketChronosApi as nr, GrpcRFQGwPrepareAutoSignRequest as ns, DerivativeOrderbookUpdateStreamCallbackV2 as nt, MitoIDOInitParams as nu, DepositProposalParams as nv, MsgGrantProviderPrivilegeProposal as nx, GrpcValidatorDescription as ny, ChainGrpcStakingTransformer as o, PeggyModuleParams as o_, GrpcIndexerRedemptionSchedule as oa, MsgCancelPostOnlyModeV2 as ob, RFQSettlementUnfilledActionType as oc, hexToBase64 as od, spotPriceFromChainPrice as of, AuctionBid as og, TxSearchResultParams as oh, TcDerivativeOrderHistory as oi, GridStrategyType as ol, numberTypeToReflectionNumberType as om, BidsStreamCallback as on, CampaignUser as oo, OrderHashManager as op, IndexerGrpcTcDerivativesApi as or, GrpcRFQGwPrepareEip712Request as os, DerivativePositionsV2StreamCallbackV2 as ot, MitoIDOSubscriptionActivity as ou, FeeDiscountSchedule as ov, MsgDeposit$1 as ox, UnBondingDelegation as oy, ChainGrpcWasmTransformer as p, CreateDerivativeLimitOrderAuthz as p_, GrpcMegaVaultApr as pa, MsgReclaimLockedFunds as pb, AccessType as pc, uint8ArrayToHex as pd, spotQuantityToChainQuantityToFixed as pf, AuctionModuleState as pg, TxClientBroadcastResponse as ph, TcPositionDelta as pi, GrpcSubaccountBalanceTransfer as pl, SIGN_DIRECT as pm, HistoricalStakingStreamCallback as pn, Guild as po, MsgCreateDerivativeMarketOrderV2 as pp, IndexerGrpcExplorerApi as pr, RFQGwPrepareEip712AutoSignRequestType as ps, IndexerGrpcArchiverStreamV2 as pt, MitoPagination as pu, GrpcChainFullSpotMarket as pv, ContractAccountsBalanceWithPagination as py, AccountPortfolioStreamCallbackV2 as q, GrpcEvmBlobScheduleConfig as q_, MegaVaultSubscriptionStatus as qa, MsgBurn as qb, IndexerStreamTransaction as qc, derivativeQuantityToChainQuantity as qd, ofacList as qf, PermissionVoucher as qg, TokenFactoryModuleState as qh, GrpcExpiryFuturesMarketInfo as qi, GrpcMitoWhitelistAccount as ql, BroadcastMode as qm, IndexerGrpcOracleTransformer as qn, GrpcAuctionContract as qo, MsgDecoder as qp, AllDerivativeMarketSummaryResponse as qr, MakerStreamConfig as qs, DerivativeOrderbookV2StreamCallback as qt, BECH32_ADDR_ACC_PREFIX as qu, GrpcReDelegation as qv, MsgBatchCancelDerivativeOrders as qy, ChainGrpcDistributionTransformer as r, Params$6 as r_, PositionDelta as ra, MsgCancelDerivativeOrder as rb, RFQRequestType as rc, concatUint8Arrays as rd, getTensMultiplier as rf, AccountsResponse as rg, TxResult as rh, GrpcTcDerivativesPositionsResponse as ri, ValidatorUptimeStatus as rl, getEipTxDetails as rm, IndexerGrpcArchiverStream as rn, ChronosSpotMarketSummary as ro, MsgCreateNamespace as rp, IndexerRestSpotChronosApi as rr, GrpcRFQGwPrepareAutoSignResponse as rs, DerivativeOrderbookV2StreamCallbackV2 as rt, MitoIDOProgress as ru, ExchangeModuleParams as rv, MsgSubmitProposalSpotMarketLaunch as rx, Pool as ry, ChainGrpcAuctionTransformer as s, BatchCancelDerivativeOrdersAuthz as s_, IndexerInsuranceFund as sa, MsgCreateSpotLimitOrder as sb, RFQSignMode as sc, hexToBuff as sd, spotPriceFromChainPriceToFixed as sf, AuctionCurrentBasket as sg, CreateTransactionArgs as sh, TcDerivativeOrdersResponse as si, ListTradingStrategiesResponse as sl, objectKeysToEip712Types as sm, IndexerGrpcAuctionStream as sn, CampaignV2 as so, MsgInstantBinaryOptionsMarketLaunchV2 as sp, IndexerGrpcAccountPortfolioApi as sr, GrpcRFQGwPrepareEip712Response as ss, DerivativeTradesStreamCallbackV2 as st, MitoLeaderboard as su, FeeDiscountTierInfo as sv, MsgRevoke as sx, Validator as sy, ChainGrpcInsuranceFundTransformer as t, GrpcParams as t_, PerpetualMarketInfo as ta, MsgIncreasePositionMargin as tb, RFQQuoteType as tc, base64ToUtf8 as td, getExactDecimalsFromNumber as tf, DenomOwnersResponse as tg, TxInfo as th, GrpcTcDerivativeTradesResponse as ti, ValidatorSlashingEvent as tl, getEip712FeeV2 as tm, IndexerGrpcExplorerStream as tn, AllChronosSpotMarketSummary as to, MsgUpdateActorRoles as tp, IndexerRestDerivativesChronosApi as tr, GrpcCosmosPubKey as ts, DerivativeOrderHistoryStreamCallbackV2 as tt, MitoIDOClaimedCoins as tu, ChainPosition as tv, MsgSubmitProposalPerpetualMarketLaunch as tx, GrpcValidatorCommissionRates as ty, ChainGrpcErc20Transformer as u, BatchCreateSpotLimitOrdersAuthz as u_, RedemptionStatus as ua, MsgFundCommunityPool as ub, SettlementsResponse as uc, toBase64 as ud, spotQuantityFromChainQuantity as uf, AuctionEventBid as ug, MsgArg as uh, TcDerivativeTradesResponse as ui, AccountPortfolio as ul, stringTypeToReflectionStringType as um, IndexerGrpcOracleStream as un, GrpcCampaignV2 as uo, MsgAdminUpdateBinaryOptionsMarketV2 as up, IndexerGrpcReferralApi as ur, GrpcRFQGwPrepareResponse as us, BlocksWithTxsStreamCallbackV2 as ut, MitoMission as uu, GrpcChainDerivativeMarket as uv, MsgSend as ux, AbsoluteTxPosition as uy, ChainGrpcGovTransformer as v, Grant$1 as v_, GrpcMegaVaultMaxDrawdown as va, MsgLiquidatePosition as vb, BlockWithTxs as vc, getDefaultSubaccountId as vd, grpcCoinToUiCoin as vf, GrpcAuctionEventAuctionResult as vg, AuctionMsgs as vh, ContractTransactionExplorerApiResponse as vi, SubaccountDeposit as vl, getEthereumSignerAddress as vm, VaultStreamCallback as vn, DenomHolders as vo, MsgDecreasePositionMarginV2 as vp, IndexerGrpcTransactionApi as vr, RFQGwPrepareRequestType as vs, IndexerGrpcAuctionStreamV2 as vt, MitoStakingPool as vu, GrpcExchangeParams as vv, ContractStateWithPagination as vy, ChainGrpcTokenFactoryApi as w, GrpcRedemptionSchedule as w_, GrpcMegaVaultRedemption as wa, MsgBeginRedelegate as wb, CosmWasmPermission as wc, removeHexPrefix as wd, isServerSide as wf, GrpcPermissionAddressVoucher as wg, ExchangeV1Msgs as wh, ValidatorUptimeFromExplorerApiResponse as wi, GrpcMitoClaimReference as wl, createFee as wm, SpotOrdersStreamCallback as wn, GrpcPnlLeaderboard as wo, MsgAuthorizeStakeGrantsV2 as wp, IndexerGrpcRFQApi as wr, GrpcSpotMarketInfo as ws, OraclePricesByMarketsStreamCallbackV2 as wt, MitoVault as wu, GrpcMarketStatusMap as wv, MarketingInfo as wy, ChainRestAuthApi as x, GrantWithDecodedAuthorization as x_, GrpcMegaVaultOperatorRedemptionBucket as xa, MsgRevokeAllowance as xb, ContractTransaction as xc, getInjectiveAddressFromSubaccountId as xd, isJsonString as xf, GrpcAuctionLastAuctionResult as xg, DistributionMsgs as xh, ExplorerBlockApiResponse as xi, TradingReward as xl, isTxNotFoundError as xm, SpotOrderHistoryStreamCallback as xn, GrpcHistoricalRPNL as xo, MsgBatchCancelSpotOrdersV2 as xp, IndexerGrpcSpotApi as xr, BatchSpotOrderCancelParams as xs, IndexerGrpcOracleStreamV2 as xt, MitoSubscription as xu, GrpcFeeDiscountTierInfo as xv, GrpcCodeInfoResponse as xy, ChainRestTendermintApi as y, GrantAuthorization$1 as y_, GrpcMegaVaultOperationStatusLogEntry as ya, MsgBatchUpdateOrders as yb, CW20Message as yc, getEthereumAddress as yd, hexToNumber as yf, GrpcAuctionEventAuctionStart as yg, AuthzMsgs as yh, ExplorerApiResponse as yi, SubaccountPortfolio as yl, getInjectiveSignerAddress as ym, IndexerGrpcSpotStream as yn, GrpcDenomHolders as yo, MsgIncreasePositionMarginV2 as yp, IndexerGrpcOracleApi as yr, RFQGwPrepareResponseType as ys, BalanceStreamCallbackV2 as yt, MitoStakingReward as yu, GrpcFeeDiscountAccountInfo as yv, GoogleProtoBufAny as yy, ChainGrpcBankApi as z, EthAccount as z_, MegaVaultOperator as za, MsgWithdraw as zb, GrpcGasFee as zc, derivativeMarginToChainMargin as zd, privateKeyHashToPublicKeyBase64 as zf, PermissionNamespace as zg, MsgAdminUpdateBinaryOptionsMarket as zh, FundingRate as zi, GrpcMitoStakingGauge as zl, createTransaction as zm, IndexerRestExplorerTransformer as zn, AuctionCoinPrices as zo, msgsOrMsgExecMsgs as zp, GrpcSubaccountDepositV2 as zr, QuantityAndFees as zs, SettlementStreamCallbackV2 as zt, recoverTypedSignaturePubKey as zu, TradeRewardCampaign as zv, TallyResult as zy };
|
|
44876
|
+
export { TcDerivativeTradesStreamCallbackV2 as $, CampaignRewardPool as $_, MegaVaultVolatilityStats as $a, ProposalDecomposer as $b, PeggyWithdrawalTx as $c, formatNumberToAllowableDecimals as $d, makeTimeoutTimestampInNs as $f, GrpcTxFeesEipBaseFee as $g, GrpcDistributionParams as $h, PerpetualMarket as $i, MitoGauge as $l, RestTx as $m, IndexerGrpcRfqTransformer as $n, Oracle as $o, getDefaultEip712TypesV2 as $p, GrpcTcDerivativePosition as $r, RFQMakerAuth as $s, BlocksStreamCallback as $t, BECH32_PUBKEY_CONS_PREFIX as $u, GrpcUnbondingDelegation as $v, MsgUpdateDerivativeMarketV2 as $y, ChainGrpcAuctionApi as A, GrpcMintParams as A_, GrpcMegaVaultVolatility as Aa, MsgCreateRateLimit as Ab, ExplorerCW20BalanceWithToken as Ac, getSpotMarketTensMultiplier as Ad, sortObjectByKeys as Af, GrpcPermissionRole as Ag, IbcMsgs as Ah, DerivativeLimitOrderParams as Ai, GrpcMitoIDOClaimedCoins as Al, createSignerInfo as Am, IndexerDerivativeStreamTransformer as An, Holder as Ao, MsgExternalTransferV2 as Ap, StreamStatusResponse as Ar, SpotOrderCancelParams as As, VaultStreamCallbackV2 as At, GrpcDecodeError as Au, GrpcPointsMultiplier as Av, GrpcGovernanceDepositParams as Ay, ChainGrpcAuthApi as B, AuthModuleParams as B_, MegaVaultOperatorRedemptionBucket as Ba, MsgUpdateAdmin as Bb, GrpcExplorerStats as Bc, derivativeMarginFromChainMarginToFixed as Bd, privateKeyHashToPublicKey as Bf, PermissionGenesisState as Bg, MsgBatchCancelBinaryOptionsOrders as Bh, GrpcBinaryOptionsMarketInfo as Bi, GrpcMitoPriceSnapshot as Bl, waitTxBroadcasted as Bm, IndexerOracleStreamTransformer as Bn, AuctionContract as Bo, getGenericAuthorizationFromMessageType as Bp, PortfolioSubaccountBalanceV2 as Br, Route as Bs, StreamManager as Bt, WsTransportConfig as Bu, PointsMultiplier as Bv, ProposalStatusMap as By, ChainGrpcInsuranceFundApi as C, GrantWithDecodedAuthorization as C_, GrpcMegaVaultPnlStats as Ca, MsgRevokeAllowance as Cb, ContractTransaction as Cc, getInjectiveAddressFromSubaccountId as Cd, isJsonString as Cf, GrpcAuctionLastAuctionResult as Cg, DistributionMsgs as Ch, TransactionFromExplorerApiResponse as Ci, TradingReward as Cl, isTxNotFoundError as Cm, SpotOrderbookV2StreamCallback as Cn, GrpcLeaderboardRow as Co, MsgBatchCancelSpotOrdersV2 as Cp, IndexerGrpcMitoApi as Cr, GrpcSpotLimitOrder as Cs, OraclePriceStreamCallbackV2 as Ct, MitoSubscription as Cu, GrpcFeeDiscountTierInfo as Cv, GrpcCodeInfoResponse as Cy, ChainGrpcTendermintApi as D, InsuranceFund as D_, GrpcMegaVaultUnrealizedPnl as Da, MsgGrantAllowance as Db, EventLog as Dc, getDerivativeMarketDecimals as Dd, objectToJson as Df, GrpcPermissionNamespace as Dg, ExchangeV2Msgs as Dh, BatchDerivativeOrderCancelParams as Di, GrpcMitoDenomBalance as Dl, createNonCriticalExtensionFromObject as Dm, IndexerTcDerivativesStreamTransformer as Dn, HistoricalBalance as Do, MsgReclaimLockedFundsV2 as Dp, GrpcWebSocketTransport as Dr, SpotLimitOrder as Ds, StakingRewardByAccountStreamCallbackV2 as Dt, MitoVestingConfig as Du, GrpcOrderInfo as Dv, TokenInfo$1 as Dy, ChainGrpcPermissionsApi as E, GrpcRedemptionSchedule as E_, GrpcMegaVaultTargetApr as Ea, MsgBeginRedelegate as Eb, CosmWasmPermission as Ec, removeHexPrefix as Ed, isServerSide as Ef, GrpcPermissionAddressVoucher as Eg, ExchangeV1Msgs as Eh, BaseDerivativeMarket as Ei, GrpcMitoClaimReference as El, createFee as Em, IndexerAccountPortfolioStreamTransformer as En, GrpcVolLeaderboard as Eo, MsgAuthorizeStakeGrantsV2 as Ep, IndexerWsTakerStream as Er, GrpcSpotTrade as Es, IndexerGrpcMitoStreamV2 as Et, MitoVault as Eu, GrpcMarketStatusMap as Ev, MarketingInfo as Ey, ChainGrpcPeggyApi as F, Metadata as F_, MegaVaultHistoricalPnL as Fa, MsgRewardsOptOut as Fb, ExplorerValidator as Fc, denomAmountFromGrpcChainDenomAmount as Fd, TypedMessageV4 as Ff, GrpcPermissionsParams as Fg, StakingMsgs as Fh, DerivativeTrade as Fi, GrpcMitoLeaderboardEntry as Fl, getPublicKey as Fm, IndexerArchiverStreamTransformer as Fn, AccountAuctionStatus as Fo, MsgDepositV2 as Fp, GrpcAccountPortfolioV2 as Fr, IndexerTokenMeta as Fs, SpotTradesStreamCallbackV2 as Ft, TransportEventType as Fu, GrpcTradingRewardCampaignBoostInfo as Fv, GrpcTallyResult as Fy, createStreamSubscriptionV2 as G, EvmChainConfig as G_, MegaVaultStats as Ga, MsgStoreCode as Gb, GrpcPeggyWithdrawalTx as Gc, derivativePriceToChainPrice as Gd, ripemd160 as Gf, PermissionRole as Gg, NodeInfoRestResponse as Gh, GrpcDerivativePositionV2 as Gi, GrpcMitoSubaccountBalance as Gl, createTransactionFromMsg as Gm, IndexerGrpcAccountTransformer as Gn, GrpcAuctionCoin as Go, BaseAccount as Gp, ChronosLeaderboardResponse as Gr, GrpcRFQRequest as Gs, DerivativeOrderHistoryStreamCallback as Gt, grpcPagingToPagingV2 as Gu, Delegation as Gv, WeightedVoteOption as Gy, ChainGrpcIbcApi as H, PubKey$1 as H_, MegaVaultPnlStats as Ha, MsgSignData as Hb, GrpcIBCTransferTx as Hc, derivativeMarginToChainMarginToFixed as Hd, privateKeyToPublicKey as Hf, PermissionParams as Hg, ChainModule as Hh, GrpcDerivativeMarketInfo as Hi, GrpcMitoStakingPool as Hl, createTransactionAndCosmosSignDoc as Hm, IndexerGrpcExplorerTransformer as Hn, AuctionsStats as Ho, ExecArgNeptuneWithdraw as Hp, SubaccountDepositV2 as Hr, GrpcRFQExpiry as Hs, AccountPortfolioStreamCallback as Ht, fetchAllWithPagination as Hu, TradingRewardCampaignBoostInfo as Hv, Vote as Hy, ChainGrpcAuthZApi as I, SendEnabled as I_, MegaVaultHistoricalTVL as Ia, MsgPrivilegedExecuteContract as Ib, ExplorerValidatorDescription as Ic, denomAmountToChainDenomAmount as Id, decompressPubKey as If, PermissionActionMap as Ig, TokenFactoryMsgs as Ih, ExpiryFuturesMarket as Ii, GrpcMitoLeaderboardEpoch as Il, getTransactionPartsFromTxRaw as Im, IndexerGrpcMegaVaultTransformer as In, AccountAuctionV2 as Io, ContractExecutionCompatAuthorization as Ip, GrpcPortfolioSubaccountBalanceV2 as Ir, Orderbook as Is, IndexerGrpcRfqStreamV2 as It, TransportEvents as Iu, GrpcTradingRewardCampaignInfo as Iv, GrpcVote as Iy, IndexerGrpcAccountPortfolioStreamV2 as J, GrpcEvmBlobConfig as J_, MegaVaultTargetApr as Ja, MsgMint as Jb, IBCTransferTx as Jc, derivativeQuantityFromChainQuantityToFixed as Jd, parseCoins as Jf, PermissionRoleManager as Jg, TokenFactoryModuleParams as Jh, GrpcFundingPayment as Ji, GrpcMitoVault as Jl, getTxRawFromTxRawOrDirectSignResponse as Jm, IndexerRfqStreamTransformer as Jn, GrpcAuctionV2 as Jo, Address as Jp, ChronosDerivativeMarketSummary as Jr, MakerStreamEvents as Js, DerivativeOrdersStreamCallback as Jt, paginationUint8ArrayToString as Ju, GrpcPool as Jv, MsgCreateDerivativeMarketOrder as Jy, StreamManagerV2 as K, EvmLog as K_, MegaVaultSubscription as Ka, MsgDeposit as Kb, GrpcValidatorSlashingEvent as Kc, derivativePriceToChainPriceToFixed as Kd, sanitizeTypedData as Kf, PermissionRoleActors as Kg, AuthorityMetadata as Kh, GrpcDerivativeTrade as Ki, GrpcMitoSubscription as Kl, createTransactionWithSigners as Km, IndexerSpotStreamTransformer as Kn, GrpcAuctionCoinPrices as Ko, PrivateKey as Kp, AllChronosDerivativeMarketSummary as Kr, GrpcRFQSettlement as Ks, DerivativeOrderbookUpdateStreamCallback as Kt, pageRequestToGrpcPageRequestV2 as Ku, GrpcDelegation as Kv, MsgCreateBinaryOptionsLimitOrder as Ky, ChainGrpcWasmApi as L, TotalSupply as L_, MegaVaultIncentives as La, MsgEditValidator as Lb, ExplorerValidatorUptime as Lc, denomAmountToChainDenomAmountToFixed as Ld, domainHash as Lf, PermissionActorRoles as Lg, WasmMsgs as Lh, ExpiryFuturesMarketInfo as Li, GrpcMitoMission as Ll, generateArbitrarySignDoc as Lm, IndexerAuctionStreamTransformer as Ln, Auction as Lo, ContractExecutionAuthorization as Lp, GrpcPositionV2 as Lr, OrderbookWithSequence as Ls, QuoteStreamCallbackV2 as Lt, WsDisconnectReason as Lu, IsOptedOutOfRewards as Lv, Proposal as Ly, ChainGrpcOracleApi as M, BankModuleParams as M_, MegaVault as Ma, MsgExecuteContract as Mb, ExplorerTransaction as Mc, cosmosSdkDecToBigNumber as Md, SignTypedDataVersionV4 as Mf, GrpcPermissionRoleIDs as Mg, Msgs as Mh, DerivativeMarketWithoutBinaryOptions as Mi, GrpcMitoIDOSubscriber as Ml, createTxRawEIP712 as Mm, IndexerGrpcMitoStreamTransformer as Mn, PnlLeaderboard as Mo, MsgRewardsOptOutV2 as Mp, ChronosMarketHistoryResponse as Mr, SpotTrade as Ms, SpotOrderHistoryStreamCallbackV2 as Mt, IsomorphicWebSocket as Mu, GrpcSpotMarketOrder as Mv, GrpcGovernanceVotingParams as My, ChainGrpcErc20Api as N, GrpcBankParams as N_, MegaVaultApr as Na, MsgCreateDenom as Nb, ExplorerTransactionV2 as Nc, denomAmountFromChainDenomAmount as Nd, TypedDataUtilsHashStruct as Nf, GrpcPermissionRoleManager as Ng, OracleMsgs as Nh, DerivativeOrderCancelParams as Ni, GrpcMitoIDOSubscription as Nl, createWeb3Extension as Nm, IndexerGrpcDerivativeTransformer as Nn, SpotAverageEntry as No, MsgWithdrawV2 as Np, AccountPortfolioBalances as Nr, GrpcPriceLevel as Ns, SpotOrderbookUpdateStreamCallbackV2 as Nt, ResolvedWsTransportConfig as Nu, GrpcSpotOrder as Nv, GrpcProposal as Ny, ChainGrpcExchangeApi as O, InsuranceModuleParams as O_, GrpcMegaVaultUserStats as Oa, MsgRemoveRateLimit as Ob, EventLogEvent as Oc, getDerivativeMarketTensMultiplier as Od, protoObjectToJson as Of, GrpcPermissionPolicyStatus as Og, FeegrantMsgs as Oh, BinaryOptionsMarket as Oi, GrpcMitoHolders as Ol, createSignDoc as Om, IndexerGrpcTcDerivativesTransformer as On, HistoricalRPNL as Oo, MsgLiquidatePositionV2 as Op, GrpcWebSocketCodec as Or, SpotLimitOrderParams as Os, TransfersStreamCallbackV2 as Ot, MitoVestingConfigMap as Ou, GrpcOrderType as Ov, grpcContractInfo as Oy, ChainGrpcWasmXApi as P, GrpcSupply as P_, MegaVaultAprStats as Pa, MsgChangeAdmin as Pb, ExplorerTxsV2Response as Pc, denomAmountFromChainDenomAmountToFixed as Pd, TypedDataUtilsSanitizeData as Pf, GrpcPermissionsNamespace as Pg, PeggyMsgs as Ph, DerivativeOrderHistory as Pi, GrpcMitoIDOSubscriptionActivity as Pl, getAminoStdSignDoc as Pm, ExplorerStreamTransformer as Pn, VolLeaderboard as Po, MsgSignDataV2 as Pp, AccountPortfolioV2 as Pr, GrpcTokenMeta as Ps, SpotOrdersStreamCallbackV2 as Pt, TransportEventListener as Pu, GrpcTradeRewardCampaign as Pv, GrpcProposalDeposit as Py, TcDerivativePositionsStreamCallbackV2 as Q, GrpcEvmParams as Q_, MegaVaultVolatility as Qa, MsgSubmitProposal as Qb, PeggyDepositTx as Qc, formatAmountToAllowableDecimals as Qd, makeTimeoutTimestamp as Qf, OracleModuleParams as Qg, GrpcDelegationDelegatorReward as Qh, GrpcPositionDelta as Qi, MitoDenomBalance as Ql, RestSignerInfo as Qm, IndexerGrpcMitoTransformer as Qn, GrpcOracle as Qo, getDefaultEip712Types as Qp, GrpcTcDerivativeOrdersResponse as Qr, RFQExpiryType as Qs, IndexerGrpcDerivativesStream as Qt, BECH32_PUBKEY_ACC_PREFIX as Qu, GrpcStakingParams as Qv, MsgCancelUnbondingDelegation as Qy, ChainGrpcMintApi as R, Account as R_, MegaVaultMaxDrawdown as Ra, MsgUnderwrite as Rb, GasFee as Rc, denomAmountToGrpcChainDenomAmount as Rd, hashToHex as Rf, PermissionAddressRoles as Rg, MsgSetDelegationTransferReceivers as Rh, FundingPayment as Ri, GrpcMitoMissionLeaderboardEntry as Rl, TxRestApi as Rm, IndexerAccountStreamTransformer as Rn, AuctionCoin as Ro, GenericAuthorization as Rp, GrpcPositionsWithUPNL as Rr, PriceLevel as Rs, RequestStreamCallbackV2 as Rt, WsReconnectConfig as Ru, OrderType as Rv, ProposalDeposit as Ry, ChainRestBankApi as S, GrantAuthorizationWithDecodedAuthorization as S_, GrpcMegaVaultPnl as Sa, MsgExternalTransfer as Sb, Contract as Sc, getInjectiveAddress as Sd, isBrowser as Sf, GrpcAuctionEventBid as Sg, BankMsgs as Sh, ExplorerTransactionApiResponse as Si, SubaccountTransfer as Sl, errorToErrorMessage as Sm, SpotOrderbookUpdateStreamCallback as Sn, GrpcHistoricalVolumes as So, MsgCreateSpotMarketOrderV2 as Sp, IndexerGrpcMetaApi as Sr, GrpcAtomicSwap as Ss, OracleListStreamCallbackV2 as St, MitoSubaccountBalance as Su, GrpcFeeDiscountSchedule as Sv, GrpcAbsoluteTxPosition as Sy, ChainGrpcDistributionApi as T, GrpcInsuranceParams as T_, GrpcMegaVaultSubscription as Ta, MsgCreateValidator as Tb, CosmWasmChecksum as Tc, isCw20ContractAddress as Td, isReactNative as Tf, GrpcPermissionActorRoles as Tg, ExchangeMsgs as Th, WasmCodeExplorerApiResponse as Ti, GrpcMitoChanges as Tl, createBody as Tm, SpotTradesStreamCallback as Tn, GrpcSpotAverageEntry as To, MsgCreateSpotLimitOrderV2 as Tp, IndexerWsMakerStream as Tr, GrpcSpotOrderHistory as Ts, HistoricalStakingStreamCallbackV2 as Tt, MitoTransfer as Tu, GrpcMarketStatus as Tv, GrpcContractInfo as Ty, ChainGrpcGovApi as U, EvmBlobConfig as U_, MegaVaultRedemption as Ua, MsgDelegate as Ub, GrpcIndexerValidatorDescription as Uc, derivativePriceFromChainPrice as Ud, privateKeyToPublicKeyBase64 as Uf, PermissionPolicyManagerCapability as Ug, RestApiResponse as Uh, GrpcDerivativeOrderHistory as Ui, GrpcMitoStakingStakingActivity as Ul, createTransactionAndCosmosSignDocForAddressAndMsg as Um, IndexerGrpcArchiverTransformer as Un, GrpcAccountAuctionV2 as Uo, ExecArgNeptuneDeposit as Up, ChronosLeaderboard as Ur, GrpcRFQProcessedQuote as Us, IndexerGrpcAccountPortfolioStream as Ut, grpcPaginationToPagination as Uu, TradingRewardCampaignInfo as Uv, VoteOption as Uy, ChainGrpcEvmApi as V, EthAccount as V_, MegaVaultPnl as Va, MsgWithdraw as Vb, GrpcGasFee as Vc, derivativeMarginToChainMargin as Vd, privateKeyHashToPublicKeyBase64 as Vf, PermissionNamespace as Vg, MsgAdminUpdateBinaryOptionsMarket as Vh, GrpcDerivativeLimitOrder as Vi, GrpcMitoStakingGauge as Vl, createTransaction as Vm, IndexerGrpcReferralTransformer as Vn, AuctionV2 as Vo, msgsOrMsgExecMsgs as Vp, PositionsWithUPNL as Vr, GrpcRFQConditionalOrder as Vs, createStreamSubscription as Vt, recoverTypedSignaturePubKey as Vu, TradeRewardCampaign as Vv, TallyResult as Vy, accountEthParser as W, EvmBlobScheduleConfig as W_, MegaVaultRedemptionStatus as Wa, MsgSendToEth as Wb, GrpcPeggyDepositTx as Wc, derivativePriceFromChainPriceToFixed as Wd, publicKeyToAddress as Wf, PermissionPolicyStatus as Wg, BlockLatestRestResponse as Wh, GrpcDerivativePosition as Wi, GrpcMitoStakingStakingReward as Wl, createTransactionForAddressAndMsg as Wm, IndexerGrpcAuctionTransformer as Wn, GrpcAuction as Wo, MsgBroadcasterWithPk as Wp, ChronosLeaderboardEntry as Wr, GrpcRFQQuote as Ws, DerivativeMarketStreamCallback as Wt, grpcPagingToPaging as Wu, BondStatus as Wv, VoteOptionMap as Wy, TcDerivativeOrderHistoryStreamCallbackV2 as X, GrpcEvmChainConfig as X_, MegaVaultUser as Xa, MsgTransfer as Xb, Message as Xc, derivativeQuantityToChainQuantityToFixed as Xd, getGrpcWebTransport as Xf, PermissionsModuleParams as Xg, DistributionModuleParams as Xh, GrpcPerpetualMarketFunding as Xi, MitoChanges as Xl, BroadcastModeKeplr as Xm, IndexerCampaignTransformer as Xn, IndexerAuctionBid as Xo, getEip712TypedData as Xp, GrpcTcDerivativeLimitOrder as Xr, RFQConditionalOrderInput as Xs, DerivativePositionsV2StreamCallback as Xt, BECH32_ADDR_CONS_PREFIX as Xu, GrpcReDelegationEntryResponse as Xv, MsgCreateDerivativeLimitOrder as Xy, IndexerGrpcTcDerivativesStreamV2 as Y, GrpcEvmBlobScheduleConfig as Y_, MegaVaultUnrealizedPnl as Ya, MsgBurn as Yb, IndexerStreamTransaction as Yc, derivativeQuantityToChainQuantity as Yd, ofacList as Yf, PermissionVoucher as Yg, TokenFactoryModuleState as Yh, GrpcFundingRate as Yi, GrpcMitoWhitelistAccount as Yl, BroadcastMode as Ym, IndexerGrpcRfqGwTransformer as Yn, GrpcIndexerAuctionBid as Yo, MsgDecoder as Yp, ChronosDerivativeMarketSummaryResponse as Yr, RFQConditionalOrder as Ys, DerivativePositionsStreamCallback as Yt, BECH32_ADDR_ACC_PREFIX as Yu, GrpcReDelegation as Yv, MsgBatchCancelDerivativeOrders as Yy, TcDerivativeOrdersStreamCallbackV2 as Z, GrpcEvmLog as Z_, MegaVaultUserStats as Za, MsgExec as Zb, Paging as Zc, formatAmountToAllowableAmount as Zd, getGasPriceBasedOnMessage as Zf, GrpcOracleParams as Zg, GrpcDecCoin as Zh, GrpcPerpetualMarketInfo as Zi, MitoClaimReference as Zl, RestAuthInfo as Zm, IndexerGrpcSpotTransformer as Zn, StreamBidsResponse as Zo, getEip712TypedDataV2 as Zp, GrpcTcDerivativeOrderHistory as Zr, RFQConditionalOrdersResponse as Zs, DerivativeTradesStreamCallback as Zt, BECH32_ADDR_VAL_PREFIX as Zu, GrpcReDelegationResponse as Zv, MsgWithdrawDelegatorReward as Zy, ChainGrpcEvmTransformer as _, CreateSpotLimitOrderAuthz as __, GrpcMegaVaultIncentives as _a, MsgTransferDelegation as _b, BankMsgSendTransaction as _c, addHexPrefix as _d, bigIntToNumber as _f, AuctionModuleStateResponse as _g, TxClientSimulateResponse as _h, ContractExplorerApiResponse as _i, GrpcSubaccountPortfolio as _l, SIGN_EIP712_V2 as _m, VaultHolderSubscriptionStreamCallback as _n, AccountStats as _o, MsgCreateDerivativeLimitOrderV2 as _p, IndexerGrpcWeb3GwApi as _r, RFQGwPrepareQuoteResultType as _s, BidsStreamCallbackV2 as _t, MitoPriceSnapshot as _u, GrpcChainSpotMarket as _v, ContractCodeHistoryOperationType as _y, ChainGrpcExchangeTransformer as a, Params$6 as a_, GrpcIndexerInsuranceFund as aa, MsgCancelDerivativeOrder as ab, RFQRequestType as ac, concatUint8Arrays as ad, getTensMultiplier as af, AccountsResponse as ag, TxResult as ah, TcDerivativeLimitOrder as ai, ValidatorUptimeStatus as al, getEipTxDetails as am, IndexerGrpcTradingStream as an, Campaign as ao, MsgCreateNamespace as ap, IndexerGrpcInsuranceFundApi as ar, GrpcRFQGwPrepareEip712AutoSignResponse as as, DerivativePositionsStreamCallbackV2 as at, MitoIDOProgress as au, ExchangeModuleParams as av, MsgSubmitProposalSpotMarketLaunch as ax, Pool as ay, ChainRestWasmApi as b, Grant$1 as b_, GrpcMegaVaultOperator as ba, MsgLiquidatePosition as bb, BlockWithTxs as bc, getDefaultSubaccountId as bd, grpcCoinToUiCoin as bf, GrpcAuctionEventAuctionResult as bg, AuctionMsgs as bh, ExplorerApiResponseWithPagination as bi, SubaccountDeposit as bl, getEthereumSignerAddress as bm, MarketsStreamCallback as bn, GrpcHistoricalBalance as bo, MsgDecreasePositionMarginV2 as bp, IndexerGrpcRfqGwApi as br, AtomicSwap as bs, IndexerGrpcAccountStreamV2 as bt, MitoStakingPool as bu, GrpcExchangeParams as bv, ContractStateWithPagination as by, ChainGrpcCommonTransformer as c, PeggyModuleParams as c_, InsuranceFundCreateParams as ca, MsgCancelPostOnlyModeV2 as cb, RFQSettlementUnfilledActionType as cc, hexToBase64 as cd, spotPriceFromChainPrice as cf, AuctionBid as cg, TxSearchResultParams as ch, TcDerivativePosition as ci, GridStrategyType as cl, numberTypeToReflectionNumberType as cm, BalanceStreamCallback as cn, GrpcCampaign as co, OrderHashManager as cp, IndexerGrpcDerivativesApi as cr, GrpcRFQGwPrepareQuoteResult as cs, IndexerGrpcDerivativesStreamV2 as ct, MitoIDOSubscriptionActivity as cu, FeeDiscountSchedule as cv, MsgDeposit$1 as cx, UnBondingDelegation as cy, ChainGrpcPeggyTransformer as d, BatchCreateDerivativeLimitOrdersAuthz as d_, IncentivesCampaign as da, MsgCreateInsuranceFund as db, RFQTakerStreamAckData as dc, stringToUint8Array as dd, spotPriceToChainPriceToFixed as df, AuctionEventAuctionStart as dg, CreateTransactionWithSignersArgs as dh, TcDerivativesOrdersHistoryResponse as di, TradingStrategy as dl, protoTypeToAminoType as dm, OraclePriceStreamCallback as dn, GrpcGuild as do, MsgBatchCancelBinaryOptionsOrdersV2 as dp, IndexerGrpcArchiverApi as dr, RFQGwPrepareAutoSignRequestType as ds, IndexerGrpcExplorerStreamV2 as dt, MitoLeaderboardEpoch as du, GrpcCampaignRewardPool as dv, MsgBid as dx, ValidatorDescription as dy, GrpcTxFeesParams as e_, PerpetualMarketFunding as ea, MsgCancelBinaryOptionsOrder as eb, RFQMakerChallenge as ec, BECH32_PUBKEY_VAL_PREFIX as ed, formatNumberToAllowableTensMultiplier as ef, ValidatorRewards as eg, RestTxBody as eh, GrpcTcDerivativeTradeHistory as ei, Signature as el, getEip712Domain as em, BlocksWithTxsStreamCallback as en, OperationStatusLogEntry as eo, protobufTimestampToDate as ep, IndexerRestLeaderboardChronosApi as er, CosmosPubKeyType as es, DerivativeMarketStreamCallbackV2 as et, MitoGaugeStatus as eu, ChainDenomDecimal as ev, MsgSubmitProposalExpiryFuturesMarketLaunch as ex, GrpcUnbondingDelegationEntry as ey, ChainGrpcAuthZTransformer as f, BatchCreateSpotLimitOrdersAuthz as f_, IncentivesRound as fa, MsgFundCommunityPool as fb, SettlementsResponse as fc, toBase64 as fd, spotQuantityFromChainQuantity as ff, AuctionEventBid as fg, MsgArg as fh, TcDerivativesPositionsResponse as fi, AccountPortfolio as fl, stringTypeToReflectionStringType as fm, OraclePricesByMarketsStreamCallback as fn, GrpcGuildMember as fo, MsgAdminUpdateBinaryOptionsMarketV2 as fp, IndexerGrpcCampaignApi as fr, RFQGwPrepareAutoSignResponseType as fs, TransactionsStreamCallbackV2 as ft, MitoMission as fu, GrpcChainDerivativeMarket as fv, MsgSend as fx, AbsoluteTxPosition as fy, ChainGrpcAuthTransformer as g, CreateDerivativeMarketOrderAuthz as g_, GrpcMegaVaultHistoricalTVL as ga, MsgRelayProviderPrices as gb, AccessTypeCode as gc, uint8ArrayToString as gd, bigIntReplacer as gf, AuctionModuleStateParams as gg, TxClientMode as gh, CW20BalanceExplorerApiResponse as gi, GrpcSubaccountDeposit as gl, SIGN_EIP712 as gm, TransfersStreamCallback as gn, ReferralDetails as go, MsgBatchCancelDerivativeOrdersV2 as gp, IndexerGrpcAccountApi as gr, RFQGwPrepareEip712ResponseType as gs, IndexerGrpcTradingStreamV2 as gt, MitoPortfolio as gu, GrpcChainPosition as gv, ContractCodeHistoryEntry as gy, ChainGrpcBankTransformer as h, CreateDerivativeLimitOrderAuthz as h_, GrpcMegaVaultHistoricalPnL as ha, MsgReclaimLockedFunds as hb, AccessType as hc, uint8ArrayToHex as hd, spotQuantityToChainQuantityToFixed as hf, AuctionModuleState as hg, TxClientBroadcastResponse as hh, BlockFromExplorerApiResponse as hi, GrpcSubaccountBalanceTransfer as hl, SIGN_DIRECT as hm, StakingRewardByAccountStreamCallback as hn, GuildMember as ho, MsgCreateDerivativeMarketOrderV2 as hp, IndexerGrpcAuctionApi as hr, RFQGwPrepareEip712RequestType as hs, GridStrategyStreamCallbackV2 as ht, MitoPagination as hu, GrpcChainFullSpotMarket as hv, ContractAccountsBalanceWithPagination as hy, ChainGrpcPermissionsTransformer as i, GrpcTokenPair as i_, PositionV2 as ia, MsgCreateSpotMarketOrder as ib, RFQRequestInputType as ic, binaryToBase64 as id, getSignificantDecimalsFromNumber as if, AccountResponse as ig, TxInfoResponse as ih, GrpcTcPositionDelta as ii, ValidatorUptime as il, getEipTxContext as im, SpotAverageEntriesStreamCallback as in, ChronosSpotMarketSummaryResponse as io, MsgUpdateNamespace as ip, IndexerRestExplorerApi as ir, GrpcRFQGwPrepareEip712AutoSignRequest as is, DerivativeOrdersStreamCallbackV2 as it, MitoIDOInitParams as iu, DepositProposalParams as iv, MsgGrantProviderPrivilegeProposal as ix, GrpcValidatorDescription as iy, ChainGrpcTxFeesApi as j, MinModuleParams as j_, GrpcMegaVaultVolatilityStats as ja, MsgMigrateContract as jb, ExplorerStats as jc, amountToCosmosSdkDecAmount as jd, sortObjectByKeysWithReduce as jf, GrpcPermissionRoleActors as jg, InsuranceMsgs as jh, DerivativeMarket as ji, GrpcMitoIDOProgress as jl, createSigners as jm, IndexerGrpcAccountPortfolioTransformer as jn, LeaderboardRow as jo, MsgCancelSpotOrderV2 as jp, AllChronosMarketHistory as jr, SpotOrderHistory as js, IndexerGrpcSpotStreamV2 as jt, GrpcFrame as ju, GrpcSpotMarket as jv, GrpcGovernanceTallyParams as jy, ChainGrpcStakingApi as k, OracleTypeMap as k_, GrpcMegaVaultVaultStats as ka, MsgUpdateRateLimit as kb, ExplorerBlockWithTxs as kc, getSpotMarketDecimals as kd, safeBigIntStringify as kf, GrpcPermissionPolicyStatusManagerCapability as kg, GovMsgs as kh, DerivativeLimitOrder as ki, GrpcMitoIDO as kl, createSignDocFromTransaction as km, IndexerGrpcInsuranceFundTransformer as kn, HistoricalVolumes as ko, MsgBatchUpdateOrdersV2 as kp, IndexerModule as kr, SpotMarket as ks, VaultHolderSubscriptionStreamCallbackV2 as kt, MitoWhitelistAccount as ku, GrpcOrderTypeMap as kv, GovModuleStateParams as ky, ChainGrpcTxFeesTransformer as l, BatchCancelDerivativeOrdersAuthz as l_, Redemption as la, MsgCreateSpotLimitOrder as lb, RFQSignMode as lc, hexToBuff as ld, spotPriceFromChainPriceToFixed as lf, AuctionCurrentBasket as lg, CreateTransactionArgs as lh, TcDerivativeTradeHistory as li, ListTradingStrategiesResponse as ll, objectKeysToEip712Types as lm, IndexerGrpcAccountStream as ln, GrpcCampaignUser as lo, MsgInstantBinaryOptionsMarketLaunchV2 as lp, IndexerGrpcMegaVaultApi as lr, GrpcRFQGwPrepareRequest as ls, BlocksStreamCallbackV2 as lt, MitoLeaderboard as lu, FeeDiscountTierInfo as lv, MsgRevoke as lx, Validator as ly, ChainGrpcMintTransformer as m, CancelSpotOrderAuthz as m_, GrpcMegaVaultAprStats as ma, MsgUpdateSpotMarketV2 as mb, TakerStreamEvents as mc, uint8ArrayToBase64 as md, spotQuantityToChainQuantity as mf, AuctionModuleParams as mg, TxClientBroadcastOptions as mh, BankTransferFromExplorerApiResponse as mi, GrpcSubaccountBalance as ml, SIGN_AMINO as mm, IndexerGrpcMitoStream as mn, GuildCampaignSummary as mo, MsgCreateBinaryOptionsLimitOrderV2 as mp, IndexerGrpcTradingApi as mr, RFQGwPrepareEip712AutoSignResponseType as ms, SpotAverageEntriesStreamCallbackV2 as mt, MitoMissionLeaderboardEntry as mu, GrpcChainFullDerivativeMarket as mv, GrpcWebFetchTransport as mx, ContractAccountBalance as my, ChainGrpcTokenFactoryTransformer as n, TxFeesModuleStateParams as n_, Position as na, MsgDecreasePositionMargin as nb, RFQProcessedQuoteType as nc, base64ToUint8Array as nd, formatPriceToAllowablePrice as nf, DenomBalance as ng, SimulationResponse as nh, GrpcTcDerivativesOrdersHistoryResponse as ni, TxMessage as nl, getEip712Fee as nm, TransactionsStreamCallback as nn, AllSpotMarketSummaryResponse as no, protobufTimestampToUnixSeconds as np, IndexerRestMarketChronosApi as nr, GrpcRFQGwPrepareAutoSignRequest as ns, DerivativeOrderbookUpdateStreamCallbackV2 as nt, MitoIDO as nu, ChainDerivativePosition as nv, MsgSubmitProposalSpotMarketParamUpdate as nx, GrpcValidatorCommission as ny, ChainGrpcStakingTransformer as o, TokenPair as o_, GrpcIndexerRedemptionSchedule as oa, MsgBatchCancelSpotOrders as ob, RFQSettlementLimitActionType$1 as oc, fromBase64 as od, isNumber as of, BaseAccountRestResponse as og, TxResultResponse as oh, TcDerivativeOrderHistory as oi, WasmCode as ol, getTypesIncludingFeePayer as om, BidsStreamCallback as on, CampaignUser as oo, MsgUpdateParams as op, IndexerGrpcTcDerivativesApi as or, GrpcRFQGwPrepareEip712Request as os, DerivativePositionsV2StreamCallbackV2 as ot, MitoIDOSubscriber as ou, ExchangeParams as ov, MsgSubmitGenericProposal as ox, ReDelegation as oy, ChainGrpcWasmTransformer as p, CancelDerivativeOrderAuthz as p_, GrpcMegaVaultApr as pa, MsgSetDenomMetadata as pb, TakerStreamConfig as pc, toUtf8 as pd, spotQuantityFromChainQuantityToFixed as pf, AuctionLastAuctionResult as pg, SignerDetails as ph, TcPositionDelta as pi, GrpcAccountPortfolio as pl, TxClient as pm, HistoricalStakingStreamCallback as pn, Guild as po, MsgInstantBinaryOptionsMarketLaunch as pp, IndexerGrpcExplorerApi as pr, RFQGwPrepareEip712AutoSignRequestType as ps, IndexerGrpcArchiverStreamV2 as pt, MitoMissionLeaderboard as pu, GrpcChainDerivativePosition as pv, MsgVote as px, CodeInfoResponse as py, AccountPortfolioStreamCallbackV2 as q, EvmParams as q_, MegaVaultSubscriptionStatus as qa, MsgMultiSend as qb, GrpcValidatorUptime as qc, derivativeQuantityFromChainQuantity as qd, sha256 as qf, PermissionRoleIDs as qg, FactoryDenomWithMetadata as qh, GrpcExpiryFuturesMarketInfo as qi, GrpcMitoTokenInfo as ql, createTxRawFromSigResponse as qm, IndexerGrpcOracleTransformer as qn, GrpcAuctionContract as qo, PublicKey as qp, AllDerivativeMarketSummaryResponse as qr, MakerStreamConfig as qs, DerivativeOrderbookV2StreamCallback as qt, paginationRequestFromPagination as qu, GrpcDelegationResponse as qv, MsgWithdrawValidatorCommission as qy, ChainGrpcDistributionTransformer as r, GrpcParams as r_, PositionDelta as ra, MsgIncreasePositionMargin as rb, RFQQuoteType as rc, base64ToUtf8 as rd, getExactDecimalsFromNumber as rf, DenomOwnersResponse as rg, TxInfo as rh, GrpcTcDerivativesPositionsResponse as ri, ValidatorSlashingEvent as rl, getEip712FeeV2 as rm, IndexerGrpcArchiverStream as rn, ChronosSpotMarketSummary as ro, MsgUpdateActorRoles as rp, IndexerRestSpotChronosApi as rr, GrpcRFQGwPrepareAutoSignResponse as rs, DerivativeOrderbookV2StreamCallbackV2 as rt, MitoIDOClaimedCoins as ru, ChainPosition as rv, MsgSubmitProposalPerpetualMarketLaunch as rx, GrpcValidatorCommissionRates as ry, ChainGrpcAuctionTransformer as s, GrpcPeggyParams as s_, IndexerInsuranceFund as sa, MsgGrantWithAuthorization as sb, RFQSettlementType as sc, fromUtf8 as sd, numberToCosmosSdkDecString as sf, CosmosAccountRestResponse as sg, TxSearchResult as sh, TcDerivativeOrdersResponse as si, GridStrategyStreamResponse as sl, getObjectEip712PropertyType as sm, IndexerGrpcAuctionStream as sn, CampaignV2 as so, MsgClaimVoucher as sp, IndexerGrpcAccountPortfolioApi as sr, GrpcRFQGwPrepareEip712Response as ss, DerivativeTradesStreamCallbackV2 as st, MitoIDOSubscription as su, FeeDiscountAccountInfo as sv, MsgSubmitTextProposal as sx, StakingModuleParams as sy, ChainGrpcInsuranceFundTransformer as t, TxFeesEipBaseFee as t_, PerpetualMarketInfo as ta, MsgInstantSpotMarketLaunch as tb, RFQMakerStreamAckData as tc, DEFAULT_DERIVATION_PATH as td, formatPriceToAllowableDecimals as tf, BalancesResponse as tg, RestTxLog as th, GrpcTcDerivativeTradesResponse as ti, Transaction as tl, getEip712DomainV2 as tm, IndexerGrpcExplorerStream as tn, AllChronosSpotMarketSummary as to, protobufTimestampToUnixMs as tp, IndexerRestDerivativesChronosApi as tr, GrpcCosmosPubKey as ts, DerivativeOrderHistoryStreamCallbackV2 as tt, MitoHolders as tu, ChainDenomMinNotional as tv, MsgSubmitProposalPerpetualMarketLaunchV2 as tx, GrpcValidator as ty, ChainGrpcErc20Transformer as u, BatchCancelSpotOrdersAuthz as u_, RedemptionStatus as ua, MsgAuthorizeStakeGrants as ub, RFQStreamErrorData as uc, hexToUint8Array as ud, spotPriceToChainPrice as uf, AuctionEventAuctionResult as ug, CreateTransactionResult as uh, TcDerivativeTradesResponse as ui, MarketType as ul, patchOrderTypesWithExpirationBlock as um, IndexerGrpcOracleStream as un, GrpcCampaignV2 as uo, MsgCreateBinaryOptionsMarketOrderV2 as up, IndexerGrpcReferralApi as ur, GrpcRFQGwPrepareResponse as us, BlocksWithTxsStreamCallbackV2 as ut, MitoLeaderboardEntry as uu, FeeDiscountTierTTL as uv, MsgGrant as ux, ValidatorCommission as uy, ChainGrpcGovTransformer as v, CreateSpotMarketOrderAuthz as v_, GrpcMegaVaultMaxDrawdown as va, MsgRequestRedemption as vb, BankTransfer as vc, getAddressFromInjectiveAddress as vd, bigIntToString as vf, AuctionParams as vg, TxConcreteApi as vh, ContractTransactionExplorerApiResponse as vi, GrpcTradingReward as vl, createAny as vm, VaultStreamCallback as vn, DenomHolders as vo, MsgCancelBinaryOptionsOrderV2 as vp, IndexerGrpcTransactionApi as vr, RFQGwPrepareRequestType as vs, IndexerGrpcAuctionStreamV2 as vt, MitoStakeToSubscription as vu, GrpcDenomDecimals as vv, ContractCodeHistoryOperationTypeMap as vy, ChainGrpcTokenFactoryApi as w, GrpcInsuranceFund as w_, GrpcMegaVaultRedemption as wa, MsgCancelSpotOrder as wb, ContractTransactionWithMessages as wc, getSubaccountId as wd, isNode as wf, GrpcAuctionParams as wg, Erc20Msgs as wh, ValidatorUptimeFromExplorerApiResponse as wi, TransferType as wl, createAuthInfo as wm, SpotOrdersStreamCallback as wn, GrpcPnlLeaderboard as wo, MsgCancelDerivativeOrderV2 as wp, IndexerGrpcRFQApi as wr, GrpcSpotMarketInfo as ws, OraclePricesByMarketsStreamCallbackV2 as wt, MitoTokenInfo as wu, GrpcFeeDiscountTierTTL as wv, GrpcContractCodeHistoryEntry as wy, ChainRestAuthApi as x, GrantAuthorization$1 as x_, GrpcMegaVaultOperatorRedemptionBucket as xa, MsgBatchUpdateOrders as xb, CW20Message as xc, getEthereumAddress as xd, hexToNumber as xf, GrpcAuctionEventAuctionStart as xg, AuthzMsgs as xh, ExplorerBlockApiResponse as xi, SubaccountPortfolio as xl, getInjectiveSignerAddress as xm, SpotOrderHistoryStreamCallback as xn, GrpcHistoricalRPNL as xo, MsgIncreasePositionMarginV2 as xp, IndexerGrpcSpotApi as xr, BatchSpotOrderCancelParams as xs, IndexerGrpcOracleStreamV2 as xt, MitoStakingReward as xu, GrpcFeeDiscountAccountInfo as xv, GoogleProtoBufAny as xy, ChainRestTendermintApi as y, GenericAuthorization$1 as y_, GrpcMegaVaultOperationStatusLogEntry as ya, MsgInstantiateContract as yb, Block$1 as yc, getChecksumAddress as yd, getErrorMessage as yf, GrpcAuctionBid as yg, TxResponse as yh, ExplorerApiResponse as yi, SubaccountBalance as yl, createAnyMessage as ym, IndexerGrpcSpotStream as yn, GrpcDenomHolders as yo, MsgInstantSpotMarketLaunchV2 as yp, IndexerGrpcOracleApi as yr, RFQGwPrepareResponseType as ys, BalanceStreamCallbackV2 as yt, MitoStakingActivity as yu, GrpcDenomMinNotional as yv, ContractInfo as yy, ChainGrpcBankApi as z, AuthBaseAccount as z_, MegaVaultOperator as za, MsgUndelegate as zb, GrpcBankMsgSendMessage as zc, derivativeMarginFromChainMargin as zd, messageHash as zf, PermissionAddressVoucher as zg, MsgCreateBinaryOptionsMarketOrder as zh, FundingRate as zi, GrpcMitoPagination as zl, TxGrpcApi as zm, IndexerRestExplorerTransformer as zn, AuctionCoinPrices as zo, GrantAuthorizationType as zp, GrpcSubaccountDepositV2 as zr, QuantityAndFees as zs, SettlementStreamCallbackV2 as zt, WsState as zu, OrderTypeMap as zv, ProposalStatus as zy };
|