@injectivelabs/sdk-ts 1.18.1 → 1.18.2
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/dist/cjs/{StreamManagerV2-ocvGmGvp.cjs → StreamManagerV2-BSFkVmVO.cjs} +30 -30
- package/dist/cjs/client/chain.d.cts +1 -1
- package/dist/cjs/client/indexer.cjs +1 -1
- package/dist/cjs/client/indexer.d.cts +1 -1
- package/dist/cjs/core/accounts.d.cts +1 -1
- package/dist/cjs/core/modules.d.cts +1 -1
- package/dist/cjs/core/tx.d.cts +1 -1
- package/dist/cjs/{index-DKhvDHXW.d.cts → index-CxjS5Njj.d.cts} +71 -70
- package/dist/cjs/index.cjs +1 -1
- package/dist/cjs/index.d.cts +1 -1
- package/dist/cjs/utils.d.cts +1 -1
- package/dist/esm/{StreamManagerV2-CbZamzIn.js → StreamManagerV2-ztMDDT74.js} +9 -9
- package/dist/esm/client/chain.d.ts +1 -1
- package/dist/esm/client/indexer.d.ts +1 -1
- package/dist/esm/client/indexer.js +1 -1
- package/dist/esm/core/accounts.d.ts +1 -1
- package/dist/esm/core/modules.d.ts +1 -1
- package/dist/esm/core/tx.d.ts +1 -1
- package/dist/esm/{index-Dnygt4tS.d.ts → index-CMXZGkHd.d.ts} +71 -70
- package/dist/esm/index.d.ts +1 -1
- package/dist/esm/index.js +1 -1
- package/dist/esm/utils.d.ts +1 -1
- package/package.json +6 -6
|
@@ -18109,7 +18109,7 @@ declare const BECH32_ADDR_VAL_PREFIX = "injvaloper";
|
|
|
18109
18109
|
declare const BECH32_ADDR_CONS_PREFIX = "injvalcons";
|
|
18110
18110
|
declare const DEFAULT_DERIVATION_PATH = "m/44'/60'/0'/0/0";
|
|
18111
18111
|
//#endregion
|
|
18112
|
-
//#region ../../node_modules/.pnpm/@injectivelabs+indexer-proto-ts-v2@1.
|
|
18112
|
+
//#region ../../node_modules/.pnpm/@injectivelabs+indexer-proto-ts-v2@1.18.1/node_modules/@injectivelabs/indexer-proto-ts-v2/generated/injective_accounts_rpc_pb.d.ts
|
|
18113
18113
|
/**
|
|
18114
18114
|
* @generated from protobuf message injective_accounts_rpc.PortfolioResponse
|
|
18115
18115
|
*/
|
|
@@ -18625,7 +18625,7 @@ declare const Reward = new Reward$Type();
|
|
|
18625
18625
|
*/
|
|
18626
18626
|
declare const Coin$7 = new Coin$Type();
|
|
18627
18627
|
//#endregion
|
|
18628
|
-
//#region ../../node_modules/.pnpm/@injectivelabs+indexer-proto-ts-v2@1.
|
|
18628
|
+
//#region ../../node_modules/.pnpm/@injectivelabs+indexer-proto-ts-v2@1.18.1/node_modules/@injectivelabs/indexer-proto-ts-v2/generated/injective_explorer_rpc_pb.d.ts
|
|
18629
18629
|
/**
|
|
18630
18630
|
* @generated from protobuf message injective_explorer_rpc.GetAccountTxsResponse
|
|
18631
18631
|
*/
|
|
@@ -20055,11 +20055,11 @@ declare const fetchAllWithPagination: <T extends {
|
|
|
20055
20055
|
//#region src/utils/transaction.d.ts
|
|
20056
20056
|
declare const recoverTypedSignaturePubKey: (data: TypedDataDefinition, signature: string) => Promise<string>;
|
|
20057
20057
|
//#endregion
|
|
20058
|
-
//#region ../../node_modules/.pnpm/@injectivelabs+indexer-proto-ts-v2@1.
|
|
20058
|
+
//#region ../../node_modules/.pnpm/@injectivelabs+indexer-proto-ts-v2@1.18.1/node_modules/@injectivelabs/indexer-proto-ts-v2/generated/injective_rfq_rpc_pb.d.ts
|
|
20059
20059
|
/**
|
|
20060
20060
|
* RFQ request
|
|
20061
20061
|
*
|
|
20062
|
-
* @generated from protobuf message
|
|
20062
|
+
* @generated from protobuf message injective_rfq_rpc.RFQRequestType
|
|
20063
20063
|
*/
|
|
20064
20064
|
interface RFQRequestType {
|
|
20065
20065
|
/**
|
|
@@ -20142,13 +20142,13 @@ interface RFQRequestType {
|
|
|
20142
20142
|
height: bigint;
|
|
20143
20143
|
}
|
|
20144
20144
|
/**
|
|
20145
|
-
* @generated from protobuf message
|
|
20145
|
+
* @generated from protobuf message injective_rfq_rpc.StreamRequestResponse
|
|
20146
20146
|
*/
|
|
20147
20147
|
interface StreamRequestResponse {
|
|
20148
20148
|
/**
|
|
20149
20149
|
* RFQ request update
|
|
20150
20150
|
*
|
|
20151
|
-
* @generated from protobuf field:
|
|
20151
|
+
* @generated from protobuf field: injective_rfq_rpc.RFQRequestType request = 1
|
|
20152
20152
|
*/
|
|
20153
20153
|
request?: RFQRequestType;
|
|
20154
20154
|
/**
|
|
@@ -20161,7 +20161,7 @@ interface StreamRequestResponse {
|
|
|
20161
20161
|
/**
|
|
20162
20162
|
* RFQ quote
|
|
20163
20163
|
*
|
|
20164
|
-
* @generated from protobuf message
|
|
20164
|
+
* @generated from protobuf message injective_rfq_rpc.RFQQuoteType
|
|
20165
20165
|
*/
|
|
20166
20166
|
interface RFQQuoteType {
|
|
20167
20167
|
/**
|
|
@@ -20274,13 +20274,13 @@ interface RFQQuoteType {
|
|
|
20274
20274
|
transactionTime: bigint;
|
|
20275
20275
|
}
|
|
20276
20276
|
/**
|
|
20277
|
-
* @generated from protobuf message
|
|
20277
|
+
* @generated from protobuf message injective_rfq_rpc.StreamQuoteResponse
|
|
20278
20278
|
*/
|
|
20279
20279
|
interface StreamQuoteResponse {
|
|
20280
20280
|
/**
|
|
20281
20281
|
* RFQ quote update
|
|
20282
20282
|
*
|
|
20283
|
-
* @generated from protobuf field:
|
|
20283
|
+
* @generated from protobuf field: injective_rfq_rpc.RFQQuoteType quote = 1
|
|
20284
20284
|
*/
|
|
20285
20285
|
quote?: RFQQuoteType;
|
|
20286
20286
|
/**
|
|
@@ -20291,48 +20291,48 @@ interface StreamQuoteResponse {
|
|
|
20291
20291
|
streamOperation: string;
|
|
20292
20292
|
}
|
|
20293
20293
|
/**
|
|
20294
|
-
* @generated from protobuf message
|
|
20294
|
+
* @generated from protobuf message injective_rfq_rpc.GetOpenRequestsResponse
|
|
20295
20295
|
*/
|
|
20296
20296
|
interface GetOpenRequestsResponse {
|
|
20297
20297
|
/**
|
|
20298
20298
|
* List of open requests
|
|
20299
20299
|
*
|
|
20300
|
-
* @generated from protobuf field: repeated
|
|
20300
|
+
* @generated from protobuf field: repeated injective_rfq_rpc.RFQRequestType requests = 1
|
|
20301
20301
|
*/
|
|
20302
20302
|
requests: RFQRequestType[];
|
|
20303
20303
|
}
|
|
20304
20304
|
/**
|
|
20305
|
-
* @generated from protobuf message
|
|
20305
|
+
* @generated from protobuf message injective_rfq_rpc.GetPendingQuotesResponse
|
|
20306
20306
|
*/
|
|
20307
20307
|
interface GetPendingQuotesResponse {
|
|
20308
20308
|
/**
|
|
20309
20309
|
* List of pending quotes
|
|
20310
20310
|
*
|
|
20311
|
-
* @generated from protobuf field: repeated
|
|
20311
|
+
* @generated from protobuf field: repeated injective_rfq_rpc.RFQQuoteType quotes = 1
|
|
20312
20312
|
*/
|
|
20313
20313
|
quotes: RFQQuoteType[];
|
|
20314
20314
|
}
|
|
20315
20315
|
/**
|
|
20316
|
-
* @generated from protobuf message
|
|
20316
|
+
* @generated from protobuf message injective_rfq_rpc.ListSettlementResponse
|
|
20317
20317
|
*/
|
|
20318
20318
|
interface ListSettlementResponse {
|
|
20319
20319
|
/**
|
|
20320
20320
|
* List of RFQ settlements
|
|
20321
20321
|
*
|
|
20322
|
-
* @generated from protobuf field: repeated
|
|
20322
|
+
* @generated from protobuf field: repeated injective_rfq_rpc.RFQSettlementType settlements = 1
|
|
20323
20323
|
*/
|
|
20324
20324
|
settlements: RFQSettlementType[];
|
|
20325
20325
|
/**
|
|
20326
|
-
*
|
|
20326
|
+
* Next tokens for pagination
|
|
20327
20327
|
*
|
|
20328
|
-
* @generated from protobuf field:
|
|
20328
|
+
* @generated from protobuf field: repeated string next = 2
|
|
20329
20329
|
*/
|
|
20330
|
-
|
|
20330
|
+
next: string[];
|
|
20331
20331
|
}
|
|
20332
20332
|
/**
|
|
20333
20333
|
* RFQ settlement
|
|
20334
20334
|
*
|
|
20335
|
-
* @generated from protobuf message
|
|
20335
|
+
* @generated from protobuf message injective_rfq_rpc.RFQSettlementType
|
|
20336
20336
|
*/
|
|
20337
20337
|
interface RFQSettlementType {
|
|
20338
20338
|
/**
|
|
@@ -20380,7 +20380,7 @@ interface RFQSettlementType {
|
|
|
20380
20380
|
/**
|
|
20381
20381
|
* Unfilled action details
|
|
20382
20382
|
*
|
|
20383
|
-
* @generated from protobuf field:
|
|
20383
|
+
* @generated from protobuf field: injective_rfq_rpc.RFQSettlementUnfilledActionType unfilled_action = 8
|
|
20384
20384
|
*/
|
|
20385
20385
|
unfilledAction?: RFQSettlementUnfilledActionType;
|
|
20386
20386
|
/**
|
|
@@ -20429,26 +20429,26 @@ interface RFQSettlementType {
|
|
|
20429
20429
|
/**
|
|
20430
20430
|
* Action to take for unfilled quantity - only one field should be set
|
|
20431
20431
|
*
|
|
20432
|
-
* @generated from protobuf message
|
|
20432
|
+
* @generated from protobuf message injective_rfq_rpc.RFQSettlementUnfilledActionType
|
|
20433
20433
|
*/
|
|
20434
20434
|
interface RFQSettlementUnfilledActionType {
|
|
20435
20435
|
/**
|
|
20436
20436
|
* Limit order action
|
|
20437
20437
|
*
|
|
20438
|
-
* @generated from protobuf field:
|
|
20438
|
+
* @generated from protobuf field: injective_rfq_rpc.RFQSettlementLimitActionType limit = 1
|
|
20439
20439
|
*/
|
|
20440
20440
|
limit?: RFQSettlementLimitActionType;
|
|
20441
20441
|
/**
|
|
20442
20442
|
* Market order action
|
|
20443
20443
|
*
|
|
20444
|
-
* @generated from protobuf field:
|
|
20444
|
+
* @generated from protobuf field: injective_rfq_rpc.RFQSettlementMarketActionType market = 2
|
|
20445
20445
|
*/
|
|
20446
20446
|
market?: RFQSettlementMarketActionType;
|
|
20447
20447
|
}
|
|
20448
20448
|
/**
|
|
20449
20449
|
* Limit order action for unfilled quantity
|
|
20450
20450
|
*
|
|
20451
|
-
* @generated from protobuf message
|
|
20451
|
+
* @generated from protobuf message injective_rfq_rpc.RFQSettlementLimitActionType
|
|
20452
20452
|
*/
|
|
20453
20453
|
interface RFQSettlementLimitActionType {
|
|
20454
20454
|
/**
|
|
@@ -20461,17 +20461,17 @@ interface RFQSettlementLimitActionType {
|
|
|
20461
20461
|
/**
|
|
20462
20462
|
* Market order action for unfilled quantity
|
|
20463
20463
|
*
|
|
20464
|
-
* @generated from protobuf message
|
|
20464
|
+
* @generated from protobuf message injective_rfq_rpc.RFQSettlementMarketActionType
|
|
20465
20465
|
*/
|
|
20466
20466
|
interface RFQSettlementMarketActionType {}
|
|
20467
20467
|
/**
|
|
20468
|
-
* @generated from protobuf message
|
|
20468
|
+
* @generated from protobuf message injective_rfq_rpc.StreamSettlementResponse
|
|
20469
20469
|
*/
|
|
20470
20470
|
interface StreamSettlementResponse {
|
|
20471
20471
|
/**
|
|
20472
20472
|
* RFQ settlement update
|
|
20473
20473
|
*
|
|
20474
|
-
* @generated from protobuf field:
|
|
20474
|
+
* @generated from protobuf field: injective_rfq_rpc.RFQSettlementType settlement = 1
|
|
20475
20475
|
*/
|
|
20476
20476
|
settlement?: RFQSettlementType;
|
|
20477
20477
|
/**
|
|
@@ -20482,7 +20482,7 @@ interface StreamSettlementResponse {
|
|
|
20482
20482
|
streamOperation: string;
|
|
20483
20483
|
}
|
|
20484
20484
|
/**
|
|
20485
|
-
* @generated from protobuf message
|
|
20485
|
+
* @generated from protobuf message injective_rfq_rpc.TakerStreamResponse
|
|
20486
20486
|
*/
|
|
20487
20487
|
interface TakerStreamResponse {
|
|
20488
20488
|
/**
|
|
@@ -20494,26 +20494,26 @@ interface TakerStreamResponse {
|
|
|
20494
20494
|
/**
|
|
20495
20495
|
* Quote from market maker
|
|
20496
20496
|
*
|
|
20497
|
-
* @generated from protobuf field:
|
|
20497
|
+
* @generated from protobuf field: injective_rfq_rpc.RFQQuoteType quote = 2
|
|
20498
20498
|
*/
|
|
20499
20499
|
quote?: RFQQuoteType;
|
|
20500
20500
|
/**
|
|
20501
20501
|
* Acknowledgment for request creation
|
|
20502
20502
|
*
|
|
20503
|
-
* @generated from protobuf field:
|
|
20503
|
+
* @generated from protobuf field: injective_rfq_rpc.StreamAck request_ack = 3
|
|
20504
20504
|
*/
|
|
20505
20505
|
requestAck?: StreamAck;
|
|
20506
20506
|
/**
|
|
20507
20507
|
* Error message
|
|
20508
20508
|
*
|
|
20509
|
-
* @generated from protobuf field:
|
|
20509
|
+
* @generated from protobuf field: injective_rfq_rpc.StreamError error = 4
|
|
20510
20510
|
*/
|
|
20511
20511
|
error?: StreamError;
|
|
20512
20512
|
}
|
|
20513
20513
|
/**
|
|
20514
20514
|
* Acknowledgment for stream operations
|
|
20515
20515
|
*
|
|
20516
|
-
* @generated from protobuf message
|
|
20516
|
+
* @generated from protobuf message injective_rfq_rpc.StreamAck
|
|
20517
20517
|
*/
|
|
20518
20518
|
interface StreamAck {
|
|
20519
20519
|
/**
|
|
@@ -20532,7 +20532,7 @@ interface StreamAck {
|
|
|
20532
20532
|
/**
|
|
20533
20533
|
* Error message in stream
|
|
20534
20534
|
*
|
|
20535
|
-
* @generated from protobuf message
|
|
20535
|
+
* @generated from protobuf message injective_rfq_rpc.StreamError
|
|
20536
20536
|
*/
|
|
20537
20537
|
interface StreamError {
|
|
20538
20538
|
/**
|
|
@@ -20549,7 +20549,7 @@ interface StreamError {
|
|
|
20549
20549
|
message: string;
|
|
20550
20550
|
}
|
|
20551
20551
|
/**
|
|
20552
|
-
* @generated from protobuf message
|
|
20552
|
+
* @generated from protobuf message injective_rfq_rpc.MakerStreamResponse
|
|
20553
20553
|
*/
|
|
20554
20554
|
interface MakerStreamResponse {
|
|
20555
20555
|
/**
|
|
@@ -20561,84 +20561,84 @@ interface MakerStreamResponse {
|
|
|
20561
20561
|
/**
|
|
20562
20562
|
* RFQ request from taker
|
|
20563
20563
|
*
|
|
20564
|
-
* @generated from protobuf field:
|
|
20564
|
+
* @generated from protobuf field: injective_rfq_rpc.RFQRequestType request = 2
|
|
20565
20565
|
*/
|
|
20566
20566
|
request?: RFQRequestType;
|
|
20567
20567
|
/**
|
|
20568
20568
|
* Acknowledgment for quote submission
|
|
20569
20569
|
*
|
|
20570
|
-
* @generated from protobuf field:
|
|
20570
|
+
* @generated from protobuf field: injective_rfq_rpc.StreamAck quote_ack = 3
|
|
20571
20571
|
*/
|
|
20572
20572
|
quoteAck?: StreamAck;
|
|
20573
20573
|
/**
|
|
20574
20574
|
* Error message
|
|
20575
20575
|
*
|
|
20576
|
-
* @generated from protobuf field:
|
|
20576
|
+
* @generated from protobuf field: injective_rfq_rpc.StreamError error = 4
|
|
20577
20577
|
*/
|
|
20578
20578
|
error?: StreamError;
|
|
20579
20579
|
}
|
|
20580
20580
|
/**
|
|
20581
|
-
* @generated MessageType for protobuf message
|
|
20581
|
+
* @generated MessageType for protobuf message injective_rfq_rpc.RFQRequestType
|
|
20582
20582
|
*/
|
|
20583
20583
|
declare const RFQRequestType = new RFQRequestType$Type();
|
|
20584
20584
|
/**
|
|
20585
|
-
* @generated MessageType for protobuf message
|
|
20585
|
+
* @generated MessageType for protobuf message injective_rfq_rpc.StreamRequestResponse
|
|
20586
20586
|
*/
|
|
20587
20587
|
declare const StreamRequestResponse = new StreamRequestResponse$Type();
|
|
20588
20588
|
/**
|
|
20589
|
-
* @generated MessageType for protobuf message
|
|
20589
|
+
* @generated MessageType for protobuf message injective_rfq_rpc.RFQQuoteType
|
|
20590
20590
|
*/
|
|
20591
20591
|
declare const RFQQuoteType = new RFQQuoteType$Type();
|
|
20592
20592
|
/**
|
|
20593
|
-
* @generated MessageType for protobuf message
|
|
20593
|
+
* @generated MessageType for protobuf message injective_rfq_rpc.StreamQuoteResponse
|
|
20594
20594
|
*/
|
|
20595
20595
|
declare const StreamQuoteResponse = new StreamQuoteResponse$Type();
|
|
20596
20596
|
/**
|
|
20597
|
-
* @generated MessageType for protobuf message
|
|
20597
|
+
* @generated MessageType for protobuf message injective_rfq_rpc.GetOpenRequestsResponse
|
|
20598
20598
|
*/
|
|
20599
20599
|
declare const GetOpenRequestsResponse = new GetOpenRequestsResponse$Type();
|
|
20600
20600
|
/**
|
|
20601
|
-
* @generated MessageType for protobuf message
|
|
20601
|
+
* @generated MessageType for protobuf message injective_rfq_rpc.GetPendingQuotesResponse
|
|
20602
20602
|
*/
|
|
20603
20603
|
declare const GetPendingQuotesResponse = new GetPendingQuotesResponse$Type();
|
|
20604
20604
|
/**
|
|
20605
|
-
* @generated MessageType for protobuf message
|
|
20605
|
+
* @generated MessageType for protobuf message injective_rfq_rpc.ListSettlementResponse
|
|
20606
20606
|
*/
|
|
20607
20607
|
declare const ListSettlementResponse = new ListSettlementResponse$Type();
|
|
20608
20608
|
/**
|
|
20609
|
-
* @generated MessageType for protobuf message
|
|
20609
|
+
* @generated MessageType for protobuf message injective_rfq_rpc.RFQSettlementType
|
|
20610
20610
|
*/
|
|
20611
20611
|
declare const RFQSettlementType = new RFQSettlementType$Type();
|
|
20612
20612
|
/**
|
|
20613
|
-
* @generated MessageType for protobuf message
|
|
20613
|
+
* @generated MessageType for protobuf message injective_rfq_rpc.RFQSettlementUnfilledActionType
|
|
20614
20614
|
*/
|
|
20615
20615
|
declare const RFQSettlementUnfilledActionType = new RFQSettlementUnfilledActionType$Type();
|
|
20616
20616
|
/**
|
|
20617
|
-
* @generated MessageType for protobuf message
|
|
20617
|
+
* @generated MessageType for protobuf message injective_rfq_rpc.RFQSettlementLimitActionType
|
|
20618
20618
|
*/
|
|
20619
20619
|
declare const RFQSettlementLimitActionType = new RFQSettlementLimitActionType$Type();
|
|
20620
20620
|
/**
|
|
20621
|
-
* @generated MessageType for protobuf message
|
|
20621
|
+
* @generated MessageType for protobuf message injective_rfq_rpc.RFQSettlementMarketActionType
|
|
20622
20622
|
*/
|
|
20623
20623
|
declare const RFQSettlementMarketActionType = new RFQSettlementMarketActionType$Type();
|
|
20624
20624
|
/**
|
|
20625
|
-
* @generated MessageType for protobuf message
|
|
20625
|
+
* @generated MessageType for protobuf message injective_rfq_rpc.StreamSettlementResponse
|
|
20626
20626
|
*/
|
|
20627
20627
|
declare const StreamSettlementResponse = new StreamSettlementResponse$Type();
|
|
20628
20628
|
/**
|
|
20629
|
-
* @generated MessageType for protobuf message
|
|
20629
|
+
* @generated MessageType for protobuf message injective_rfq_rpc.TakerStreamResponse
|
|
20630
20630
|
*/
|
|
20631
20631
|
declare const TakerStreamResponse = new TakerStreamResponse$Type();
|
|
20632
20632
|
/**
|
|
20633
|
-
* @generated MessageType for protobuf message
|
|
20633
|
+
* @generated MessageType for protobuf message injective_rfq_rpc.StreamAck
|
|
20634
20634
|
*/
|
|
20635
20635
|
declare const StreamAck = new StreamAck$Type();
|
|
20636
20636
|
/**
|
|
20637
|
-
* @generated MessageType for protobuf message
|
|
20637
|
+
* @generated MessageType for protobuf message injective_rfq_rpc.StreamError
|
|
20638
20638
|
*/
|
|
20639
20639
|
declare const StreamError = new StreamError$Type();
|
|
20640
20640
|
/**
|
|
20641
|
-
* @generated MessageType for protobuf message
|
|
20641
|
+
* @generated MessageType for protobuf message injective_rfq_rpc.MakerStreamResponse
|
|
20642
20642
|
*/
|
|
20643
20643
|
declare const MakerStreamResponse = new MakerStreamResponse$Type();
|
|
20644
20644
|
//#endregion
|
|
@@ -20701,7 +20701,7 @@ interface PendingQuotesResponse {
|
|
|
20701
20701
|
quotes: RFQQuote[];
|
|
20702
20702
|
}
|
|
20703
20703
|
interface SettlementsResponse {
|
|
20704
|
-
|
|
20704
|
+
next: string[];
|
|
20705
20705
|
settlements: RFQSettlement[];
|
|
20706
20706
|
}
|
|
20707
20707
|
type GrpcRFQRequest = RFQRequestType;
|
|
@@ -21168,7 +21168,8 @@ declare class IndexerGrpcRFQApi extends BaseIndexerGrpcConsumer {
|
|
|
21168
21168
|
}>;
|
|
21169
21169
|
fetchSettlements(params?: {
|
|
21170
21170
|
addresses?: string[];
|
|
21171
|
-
|
|
21171
|
+
token?: string;
|
|
21172
|
+
perPage?: number;
|
|
21172
21173
|
}): Promise<SettlementsResponse>;
|
|
21173
21174
|
}
|
|
21174
21175
|
//#endregion
|
|
@@ -21431,7 +21432,7 @@ declare class IndexerGrpcMitoApi extends BaseIndexerGrpcConsumer {
|
|
|
21431
21432
|
}>;
|
|
21432
21433
|
}
|
|
21433
21434
|
//#endregion
|
|
21434
|
-
//#region ../../node_modules/.pnpm/@injectivelabs+indexer-proto-ts-v2@1.
|
|
21435
|
+
//#region ../../node_modules/.pnpm/@injectivelabs+indexer-proto-ts-v2@1.18.1/node_modules/@injectivelabs/indexer-proto-ts-v2/generated/injective_meta_rpc_pb.d.ts
|
|
21435
21436
|
/**
|
|
21436
21437
|
* @generated from protobuf message injective_meta_rpc.PingResponse
|
|
21437
21438
|
*/
|
|
@@ -21611,7 +21612,7 @@ declare class IndexerGrpcSpotApi extends BaseIndexerGrpcConsumer {
|
|
|
21611
21612
|
}>;
|
|
21612
21613
|
}
|
|
21613
21614
|
//#endregion
|
|
21614
|
-
//#region ../../node_modules/.pnpm/@injectivelabs+indexer-proto-ts-v2@1.
|
|
21615
|
+
//#region ../../node_modules/.pnpm/@injectivelabs+indexer-proto-ts-v2@1.18.1/node_modules/@injectivelabs/indexer-proto-ts-v2/generated/injective_oracle_rpc_pb.d.ts
|
|
21615
21616
|
/**
|
|
21616
21617
|
* @generated from protobuf message injective_oracle_rpc.OracleListResponse
|
|
21617
21618
|
*/
|
|
@@ -21768,7 +21769,7 @@ declare class IndexerGrpcOracleApi extends BaseIndexerGrpcConsumer {
|
|
|
21768
21769
|
}): Promise<PriceResponse>;
|
|
21769
21770
|
}
|
|
21770
21771
|
//#endregion
|
|
21771
|
-
//#region ../../node_modules/.pnpm/@injectivelabs+indexer-proto-ts-v2@1.
|
|
21772
|
+
//#region ../../node_modules/.pnpm/@injectivelabs+indexer-proto-ts-v2@1.18.1/node_modules/@injectivelabs/indexer-proto-ts-v2/generated/injective_exchange_rpc_pb.d.ts
|
|
21772
21773
|
/**
|
|
21773
21774
|
* @generated from protobuf message injective_exchange_rpc.PrepareTxResponse
|
|
21774
21775
|
*/
|
|
@@ -22248,7 +22249,7 @@ declare class IndexerGrpcAuctionApi extends BaseIndexerGrpcConsumer {
|
|
|
22248
22249
|
}): Promise<AccountAuctionStatus>;
|
|
22249
22250
|
}
|
|
22250
22251
|
//#endregion
|
|
22251
|
-
//#region ../../node_modules/.pnpm/@injectivelabs+indexer-proto-ts-v2@1.
|
|
22252
|
+
//#region ../../node_modules/.pnpm/@injectivelabs+indexer-proto-ts-v2@1.18.1/node_modules/@injectivelabs/indexer-proto-ts-v2/generated/injective_trading_rpc_pb.d.ts
|
|
22252
22253
|
/**
|
|
22253
22254
|
* @generated from protobuf message injective_trading_rpc.ListTradingStrategiesResponse
|
|
22254
22255
|
*/
|
|
@@ -25092,7 +25093,7 @@ interface QuantityAndFees {
|
|
|
25092
25093
|
resultQuantity: string;
|
|
25093
25094
|
}
|
|
25094
25095
|
//#endregion
|
|
25095
|
-
//#region ../../node_modules/.pnpm/@injectivelabs+indexer-proto-ts-v2@1.
|
|
25096
|
+
//#region ../../node_modules/.pnpm/@injectivelabs+indexer-proto-ts-v2@1.18.1/node_modules/@injectivelabs/indexer-proto-ts-v2/generated/injective_spot_exchange_rpc_pb.d.ts
|
|
25096
25097
|
/**
|
|
25097
25098
|
* @generated from protobuf message injective_spot_exchange_rpc.MarketsResponse
|
|
25098
25099
|
*/
|
|
@@ -25725,7 +25726,7 @@ interface SpotTrade$1 {
|
|
|
25725
25726
|
*/
|
|
25726
25727
|
tradeId: string;
|
|
25727
25728
|
/**
|
|
25728
|
-
* Trade's execution side,
|
|
25729
|
+
* Trade's execution side, maker,taker,n/a (n/a = not applicable)
|
|
25729
25730
|
*
|
|
25730
25731
|
* @generated from protobuf field: string execution_side = 11
|
|
25731
25732
|
*/
|
|
@@ -26252,7 +26253,7 @@ type GrpcAtomicSwap = AtomicSwap$1;
|
|
|
26252
26253
|
type GrpcOracle = Oracle$1;
|
|
26253
26254
|
interface Oracle extends GrpcOracle {}
|
|
26254
26255
|
//#endregion
|
|
26255
|
-
//#region ../../node_modules/.pnpm/@injectivelabs+indexer-proto-ts-v2@1.
|
|
26256
|
+
//#region ../../node_modules/.pnpm/@injectivelabs+indexer-proto-ts-v2@1.18.1/node_modules/@injectivelabs/indexer-proto-ts-v2/generated/injective_auction_rpc_pb.d.ts
|
|
26256
26257
|
/**
|
|
26257
26258
|
* @generated from protobuf message injective_auction_rpc.AuctionEndpointResponse
|
|
26258
26259
|
*/
|
|
@@ -26749,7 +26750,7 @@ type GrpcAccountAuctionV2 = AccountAuctionV2$1;
|
|
|
26749
26750
|
type GrpcAuctionContract = AuctionContract$1;
|
|
26750
26751
|
type StreamBidsResponse = StreamBidsResponse$1;
|
|
26751
26752
|
//#endregion
|
|
26752
|
-
//#region ../../node_modules/.pnpm/@injectivelabs+indexer-proto-ts-v2@1.
|
|
26753
|
+
//#region ../../node_modules/.pnpm/@injectivelabs+indexer-proto-ts-v2@1.18.1/node_modules/@injectivelabs/indexer-proto-ts-v2/generated/injective_archiver_rpc_pb.d.ts
|
|
26753
26754
|
/**
|
|
26754
26755
|
* @generated from protobuf message injective_archiver_rpc.BalanceResponse
|
|
26755
26756
|
*/
|
|
@@ -27271,7 +27272,7 @@ type GrpcHistoricalVolumes = HistoricalVolumes$1;
|
|
|
27271
27272
|
type GrpcPnlLeaderboard = PnlLeaderboardResponse | PnlLeaderboardFixedResolutionResponse;
|
|
27272
27273
|
type GrpcVolLeaderboard = VolLeaderboardResponse | VolLeaderboardFixedResolutionResponse;
|
|
27273
27274
|
//#endregion
|
|
27274
|
-
//#region ../../node_modules/.pnpm/@injectivelabs+indexer-proto-ts-v2@1.
|
|
27275
|
+
//#region ../../node_modules/.pnpm/@injectivelabs+indexer-proto-ts-v2@1.18.1/node_modules/@injectivelabs/indexer-proto-ts-v2/generated/injective_referral_rpc_pb.d.ts
|
|
27275
27276
|
/**
|
|
27276
27277
|
* @generated from protobuf message injective_referral_rpc.GetReferrerDetailsResponse
|
|
27277
27278
|
*/
|
|
@@ -27402,7 +27403,7 @@ interface ReferralDetails {
|
|
|
27402
27403
|
invitees: ReferralInvitee[];
|
|
27403
27404
|
}
|
|
27404
27405
|
//#endregion
|
|
27405
|
-
//#region ../../node_modules/.pnpm/@injectivelabs+indexer-proto-ts-v2@1.
|
|
27406
|
+
//#region ../../node_modules/.pnpm/@injectivelabs+indexer-proto-ts-v2@1.18.1/node_modules/@injectivelabs/indexer-proto-ts-v2/generated/injective_campaign_rpc_pb.d.ts
|
|
27406
27407
|
/**
|
|
27407
27408
|
* @generated from protobuf message injective_campaign_rpc.RankingResponse
|
|
27408
27409
|
*/
|
|
@@ -28239,7 +28240,7 @@ interface AllSpotMarketSummaryResponse {
|
|
|
28239
28240
|
data: AllChronosSpotMarketSummary[];
|
|
28240
28241
|
}
|
|
28241
28242
|
//#endregion
|
|
28242
|
-
//#region ../../node_modules/.pnpm/@injectivelabs+indexer-proto-ts-v2@1.
|
|
28243
|
+
//#region ../../node_modules/.pnpm/@injectivelabs+indexer-proto-ts-v2@1.18.1/node_modules/@injectivelabs/indexer-proto-ts-v2/generated/injective_megavault_rpc_pb.d.ts
|
|
28243
28244
|
/**
|
|
28244
28245
|
* @generated from protobuf message injective_megavault_rpc.GetVaultResponse
|
|
28245
28246
|
*/
|
|
@@ -29358,7 +29359,7 @@ interface IncentivesCampaign {
|
|
|
29358
29359
|
subaccountIdSuffix: string;
|
|
29359
29360
|
}
|
|
29360
29361
|
//#endregion
|
|
29361
|
-
//#region ../../node_modules/.pnpm/@injectivelabs+indexer-proto-ts-v2@1.
|
|
29362
|
+
//#region ../../node_modules/.pnpm/@injectivelabs+indexer-proto-ts-v2@1.18.1/node_modules/@injectivelabs/indexer-proto-ts-v2/generated/injective_insurance_rpc_pb.d.ts
|
|
29362
29363
|
/**
|
|
29363
29364
|
* @generated from protobuf message injective_insurance_rpc.FundsResponse
|
|
29364
29365
|
*/
|
|
@@ -29620,7 +29621,7 @@ interface InsuranceFundCreateParams {
|
|
|
29620
29621
|
type GrpcIndexerInsuranceFund = InsuranceFund$2;
|
|
29621
29622
|
type GrpcIndexerRedemptionSchedule = RedemptionSchedule;
|
|
29622
29623
|
//#endregion
|
|
29623
|
-
//#region ../../node_modules/.pnpm/@injectivelabs+indexer-proto-ts-v2@1.
|
|
29624
|
+
//#region ../../node_modules/.pnpm/@injectivelabs+indexer-proto-ts-v2@1.18.1/node_modules/@injectivelabs/indexer-proto-ts-v2/generated/injective_derivative_exchange_rpc_pb.d.ts
|
|
29624
29625
|
/**
|
|
29625
29626
|
* @generated from protobuf message injective_derivative_exchange_rpc.MarketsResponse
|
|
29626
29627
|
*/
|
|
@@ -30930,7 +30931,7 @@ interface DerivativeTrade$1 {
|
|
|
30930
30931
|
*/
|
|
30931
30932
|
tradeId: string;
|
|
30932
30933
|
/**
|
|
30933
|
-
* Trade's execution side,
|
|
30934
|
+
* Trade's execution side, maker,taker,n/a (n/a = not applicable)
|
|
30934
30935
|
*
|
|
30935
30936
|
* @generated from protobuf field: string execution_side = 12
|
|
30936
30937
|
*/
|
|
@@ -31742,7 +31743,7 @@ interface ChronosLeaderboardResponse {
|
|
|
31742
31743
|
data: ChronosLeaderboard;
|
|
31743
31744
|
}
|
|
31744
31745
|
//#endregion
|
|
31745
|
-
//#region ../../node_modules/.pnpm/@injectivelabs+indexer-proto-ts-v2@1.
|
|
31746
|
+
//#region ../../node_modules/.pnpm/@injectivelabs+indexer-proto-ts-v2@1.18.1/node_modules/@injectivelabs/indexer-proto-ts-v2/generated/injective_portfolio_rpc_pb.d.ts
|
|
31746
31747
|
/**
|
|
31747
31748
|
* @generated from protobuf message injective_portfolio_rpc.AccountPortfolioResponse
|
|
31748
31749
|
*/
|
package/dist/cjs/index.cjs
CHANGED
|
@@ -15,7 +15,7 @@ const require_QueryTradingStrategyContractTotalStrategies = require('./QueryTrad
|
|
|
15
15
|
require('./BaseRestConsumer-CRkyjiSo.cjs');
|
|
16
16
|
const require_ExecArgNeptuneWithdraw = require('./ExecArgNeptuneWithdraw-DbSKGUcw.cjs');
|
|
17
17
|
const require_AbacusGrpcApi = require('./AbacusGrpcApi-Da2mxc3z.cjs');
|
|
18
|
-
const require_StreamManagerV2 = require('./StreamManagerV2-
|
|
18
|
+
const require_StreamManagerV2 = require('./StreamManagerV2-BSFkVmVO.cjs');
|
|
19
19
|
const require_IndexerGrpcWeb3GwApi = require('./IndexerGrpcWeb3GwApi-wpbu-sy0.cjs');
|
|
20
20
|
const require_types = require('./types-BSrt7JzM.cjs');
|
|
21
21
|
const require_tx = require('./tx-jKdvnSF8.cjs');
|