@injectivelabs/sdk-ts 1.18.1 → 1.18.3
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/{QueryTradingStrategyContractTotalStrategies-D2cG35Jh.cjs → QueryTradingStrategyContractTotalStrategies-C_b-oYlI.cjs} +1 -1
- package/dist/cjs/{StreamManagerV2-ocvGmGvp.cjs → StreamManagerV2-BSFkVmVO.cjs} +30 -30
- package/dist/cjs/{chain-azSb1OZv.cjs → chain-BKxLKXfI.cjs} +3 -3
- package/dist/cjs/client/chain.cjs +1 -1
- 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/client/wasm.cjs +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-DKhvDHXW.d.cts → index-CSPU9IMV.d.cts} +77 -74
- package/dist/cjs/index.cjs +3 -3
- package/dist/cjs/index.d.cts +1 -1
- package/dist/cjs/utils.d.cts +1 -1
- package/dist/esm/{QueryTradingStrategyContractTotalStrategies-Cvd5-BbY.js → QueryTradingStrategyContractTotalStrategies-DVaM6lWd.js} +1 -1
- package/dist/esm/{StreamManagerV2-CbZamzIn.js → StreamManagerV2-ztMDDT74.js} +9 -9
- package/dist/esm/{chain-DKLLvhir.js → chain-Djf5Cjff.js} +3 -3
- package/dist/esm/client/chain.d.ts +1 -1
- package/dist/esm/client/chain.js +1 -1
- package/dist/esm/client/indexer.d.ts +1 -1
- package/dist/esm/client/indexer.js +1 -1
- package/dist/esm/client/wasm.js +2 -2
- 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-jNGvjvPh.d.ts} +77 -74
- package/dist/esm/index.d.ts +1 -1
- package/dist/esm/index.js +3 -3
- package/dist/esm/utils.d.ts +1 -1
- package/package.json +6 -6
|
@@ -8626,13 +8626,13 @@ declare class MsgCreateValidator extends MsgBase<MsgCreateValidator.Params, MsgC
|
|
|
8626
8626
|
value: MsgCreateValidator.Object;
|
|
8627
8627
|
};
|
|
8628
8628
|
toWeb3Gw(): {
|
|
8629
|
-
value?: Coin$1 | undefined;
|
|
8630
8629
|
description?: Description | undefined;
|
|
8631
8630
|
commission?: CommissionRates | undefined;
|
|
8632
8631
|
minSelfDelegation: string;
|
|
8633
8632
|
delegatorAddress: string;
|
|
8634
8633
|
validatorAddress: string;
|
|
8635
8634
|
pubkey?: Any | undefined;
|
|
8635
|
+
value?: Coin$1 | undefined;
|
|
8636
8636
|
pubKey: any;
|
|
8637
8637
|
'@type': string;
|
|
8638
8638
|
};
|
|
@@ -11296,7 +11296,7 @@ interface Validator {
|
|
|
11296
11296
|
delegatorShares: string;
|
|
11297
11297
|
description: ValidatorDescription;
|
|
11298
11298
|
unbondingHeight: number;
|
|
11299
|
-
unbondingTime:
|
|
11299
|
+
unbondingTime: number;
|
|
11300
11300
|
commission: ValidatorCommission;
|
|
11301
11301
|
minSelfDelegation: string;
|
|
11302
11302
|
}
|
|
@@ -13169,13 +13169,15 @@ type CreateDerivativeMarketOrderAuthz = CreateDerivativeMarketOrderAuthz$1;
|
|
|
13169
13169
|
type BatchCreateDerivativeLimitOrdersAuthz = BatchCreateDerivativeLimitOrdersAuthz$1;
|
|
13170
13170
|
type CancelDerivativeOrderAuthz = CancelDerivativeOrderAuthz$1;
|
|
13171
13171
|
type BatchCancelDerivativeOrdersAuthz = BatchCancelDerivativeOrdersAuthz$1;
|
|
13172
|
-
interface GrantWithDecodedAuthorization extends Omit<Grant$1, 'authorization'> {
|
|
13172
|
+
interface GrantWithDecodedAuthorization extends Omit<Grant$1, 'authorization' | 'expiration'> {
|
|
13173
13173
|
authorization: GenericAuthorization$1 | undefined; /** Todo: add more authorizations */
|
|
13174
13174
|
authorizationType: string;
|
|
13175
|
+
expiration: number;
|
|
13175
13176
|
}
|
|
13176
|
-
interface GrantAuthorizationWithDecodedAuthorization extends Omit<GrantAuthorization$1, 'authorization'> {
|
|
13177
|
+
interface GrantAuthorizationWithDecodedAuthorization extends Omit<GrantAuthorization$1, 'authorization' | 'expiration'> {
|
|
13177
13178
|
authorization: GenericAuthorization$1 | undefined; /** Todo: add more authorizations */
|
|
13178
13179
|
authorizationType: string;
|
|
13180
|
+
expiration: number;
|
|
13179
13181
|
}
|
|
13180
13182
|
//#endregion
|
|
13181
13183
|
//#region src/client/chain/types/peggy.d.ts
|
|
@@ -18110,7 +18112,7 @@ declare const BECH32_ADDR_VAL_PREFIX = "injvaloper";
|
|
|
18110
18112
|
declare const BECH32_ADDR_CONS_PREFIX = "injvalcons";
|
|
18111
18113
|
declare const DEFAULT_DERIVATION_PATH = "m/44'/60'/0'/0/0";
|
|
18112
18114
|
//#endregion
|
|
18113
|
-
//#region ../../node_modules/.pnpm/@injectivelabs+indexer-proto-ts-v2@1.
|
|
18115
|
+
//#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
|
|
18114
18116
|
/**
|
|
18115
18117
|
* @generated from protobuf message injective_accounts_rpc.PortfolioResponse
|
|
18116
18118
|
*/
|
|
@@ -18626,7 +18628,7 @@ declare const Reward = new Reward$Type();
|
|
|
18626
18628
|
*/
|
|
18627
18629
|
declare const Coin$7 = new Coin$Type();
|
|
18628
18630
|
//#endregion
|
|
18629
|
-
//#region ../../node_modules/.pnpm/@injectivelabs+indexer-proto-ts-v2@1.
|
|
18631
|
+
//#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
|
|
18630
18632
|
/**
|
|
18631
18633
|
* @generated from protobuf message injective_explorer_rpc.GetAccountTxsResponse
|
|
18632
18634
|
*/
|
|
@@ -20056,11 +20058,11 @@ declare const fetchAllWithPagination: <T extends {
|
|
|
20056
20058
|
//#region src/utils/transaction.d.ts
|
|
20057
20059
|
declare const recoverTypedSignaturePubKey: (data: TypedDataDefinition, signature: string) => Promise<string>;
|
|
20058
20060
|
//#endregion
|
|
20059
|
-
//#region ../../node_modules/.pnpm/@injectivelabs+indexer-proto-ts-v2@1.
|
|
20061
|
+
//#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
|
|
20060
20062
|
/**
|
|
20061
20063
|
* RFQ request
|
|
20062
20064
|
*
|
|
20063
|
-
* @generated from protobuf message
|
|
20065
|
+
* @generated from protobuf message injective_rfq_rpc.RFQRequestType
|
|
20064
20066
|
*/
|
|
20065
20067
|
interface RFQRequestType {
|
|
20066
20068
|
/**
|
|
@@ -20143,13 +20145,13 @@ interface RFQRequestType {
|
|
|
20143
20145
|
height: bigint;
|
|
20144
20146
|
}
|
|
20145
20147
|
/**
|
|
20146
|
-
* @generated from protobuf message
|
|
20148
|
+
* @generated from protobuf message injective_rfq_rpc.StreamRequestResponse
|
|
20147
20149
|
*/
|
|
20148
20150
|
interface StreamRequestResponse {
|
|
20149
20151
|
/**
|
|
20150
20152
|
* RFQ request update
|
|
20151
20153
|
*
|
|
20152
|
-
* @generated from protobuf field:
|
|
20154
|
+
* @generated from protobuf field: injective_rfq_rpc.RFQRequestType request = 1
|
|
20153
20155
|
*/
|
|
20154
20156
|
request?: RFQRequestType;
|
|
20155
20157
|
/**
|
|
@@ -20162,7 +20164,7 @@ interface StreamRequestResponse {
|
|
|
20162
20164
|
/**
|
|
20163
20165
|
* RFQ quote
|
|
20164
20166
|
*
|
|
20165
|
-
* @generated from protobuf message
|
|
20167
|
+
* @generated from protobuf message injective_rfq_rpc.RFQQuoteType
|
|
20166
20168
|
*/
|
|
20167
20169
|
interface RFQQuoteType {
|
|
20168
20170
|
/**
|
|
@@ -20275,13 +20277,13 @@ interface RFQQuoteType {
|
|
|
20275
20277
|
transactionTime: bigint;
|
|
20276
20278
|
}
|
|
20277
20279
|
/**
|
|
20278
|
-
* @generated from protobuf message
|
|
20280
|
+
* @generated from protobuf message injective_rfq_rpc.StreamQuoteResponse
|
|
20279
20281
|
*/
|
|
20280
20282
|
interface StreamQuoteResponse {
|
|
20281
20283
|
/**
|
|
20282
20284
|
* RFQ quote update
|
|
20283
20285
|
*
|
|
20284
|
-
* @generated from protobuf field:
|
|
20286
|
+
* @generated from protobuf field: injective_rfq_rpc.RFQQuoteType quote = 1
|
|
20285
20287
|
*/
|
|
20286
20288
|
quote?: RFQQuoteType;
|
|
20287
20289
|
/**
|
|
@@ -20292,48 +20294,48 @@ interface StreamQuoteResponse {
|
|
|
20292
20294
|
streamOperation: string;
|
|
20293
20295
|
}
|
|
20294
20296
|
/**
|
|
20295
|
-
* @generated from protobuf message
|
|
20297
|
+
* @generated from protobuf message injective_rfq_rpc.GetOpenRequestsResponse
|
|
20296
20298
|
*/
|
|
20297
20299
|
interface GetOpenRequestsResponse {
|
|
20298
20300
|
/**
|
|
20299
20301
|
* List of open requests
|
|
20300
20302
|
*
|
|
20301
|
-
* @generated from protobuf field: repeated
|
|
20303
|
+
* @generated from protobuf field: repeated injective_rfq_rpc.RFQRequestType requests = 1
|
|
20302
20304
|
*/
|
|
20303
20305
|
requests: RFQRequestType[];
|
|
20304
20306
|
}
|
|
20305
20307
|
/**
|
|
20306
|
-
* @generated from protobuf message
|
|
20308
|
+
* @generated from protobuf message injective_rfq_rpc.GetPendingQuotesResponse
|
|
20307
20309
|
*/
|
|
20308
20310
|
interface GetPendingQuotesResponse {
|
|
20309
20311
|
/**
|
|
20310
20312
|
* List of pending quotes
|
|
20311
20313
|
*
|
|
20312
|
-
* @generated from protobuf field: repeated
|
|
20314
|
+
* @generated from protobuf field: repeated injective_rfq_rpc.RFQQuoteType quotes = 1
|
|
20313
20315
|
*/
|
|
20314
20316
|
quotes: RFQQuoteType[];
|
|
20315
20317
|
}
|
|
20316
20318
|
/**
|
|
20317
|
-
* @generated from protobuf message
|
|
20319
|
+
* @generated from protobuf message injective_rfq_rpc.ListSettlementResponse
|
|
20318
20320
|
*/
|
|
20319
20321
|
interface ListSettlementResponse {
|
|
20320
20322
|
/**
|
|
20321
20323
|
* List of RFQ settlements
|
|
20322
20324
|
*
|
|
20323
|
-
* @generated from protobuf field: repeated
|
|
20325
|
+
* @generated from protobuf field: repeated injective_rfq_rpc.RFQSettlementType settlements = 1
|
|
20324
20326
|
*/
|
|
20325
20327
|
settlements: RFQSettlementType[];
|
|
20326
20328
|
/**
|
|
20327
|
-
*
|
|
20329
|
+
* Next tokens for pagination
|
|
20328
20330
|
*
|
|
20329
|
-
* @generated from protobuf field:
|
|
20331
|
+
* @generated from protobuf field: repeated string next = 2
|
|
20330
20332
|
*/
|
|
20331
|
-
|
|
20333
|
+
next: string[];
|
|
20332
20334
|
}
|
|
20333
20335
|
/**
|
|
20334
20336
|
* RFQ settlement
|
|
20335
20337
|
*
|
|
20336
|
-
* @generated from protobuf message
|
|
20338
|
+
* @generated from protobuf message injective_rfq_rpc.RFQSettlementType
|
|
20337
20339
|
*/
|
|
20338
20340
|
interface RFQSettlementType {
|
|
20339
20341
|
/**
|
|
@@ -20381,7 +20383,7 @@ interface RFQSettlementType {
|
|
|
20381
20383
|
/**
|
|
20382
20384
|
* Unfilled action details
|
|
20383
20385
|
*
|
|
20384
|
-
* @generated from protobuf field:
|
|
20386
|
+
* @generated from protobuf field: injective_rfq_rpc.RFQSettlementUnfilledActionType unfilled_action = 8
|
|
20385
20387
|
*/
|
|
20386
20388
|
unfilledAction?: RFQSettlementUnfilledActionType;
|
|
20387
20389
|
/**
|
|
@@ -20430,26 +20432,26 @@ interface RFQSettlementType {
|
|
|
20430
20432
|
/**
|
|
20431
20433
|
* Action to take for unfilled quantity - only one field should be set
|
|
20432
20434
|
*
|
|
20433
|
-
* @generated from protobuf message
|
|
20435
|
+
* @generated from protobuf message injective_rfq_rpc.RFQSettlementUnfilledActionType
|
|
20434
20436
|
*/
|
|
20435
20437
|
interface RFQSettlementUnfilledActionType {
|
|
20436
20438
|
/**
|
|
20437
20439
|
* Limit order action
|
|
20438
20440
|
*
|
|
20439
|
-
* @generated from protobuf field:
|
|
20441
|
+
* @generated from protobuf field: injective_rfq_rpc.RFQSettlementLimitActionType limit = 1
|
|
20440
20442
|
*/
|
|
20441
20443
|
limit?: RFQSettlementLimitActionType;
|
|
20442
20444
|
/**
|
|
20443
20445
|
* Market order action
|
|
20444
20446
|
*
|
|
20445
|
-
* @generated from protobuf field:
|
|
20447
|
+
* @generated from protobuf field: injective_rfq_rpc.RFQSettlementMarketActionType market = 2
|
|
20446
20448
|
*/
|
|
20447
20449
|
market?: RFQSettlementMarketActionType;
|
|
20448
20450
|
}
|
|
20449
20451
|
/**
|
|
20450
20452
|
* Limit order action for unfilled quantity
|
|
20451
20453
|
*
|
|
20452
|
-
* @generated from protobuf message
|
|
20454
|
+
* @generated from protobuf message injective_rfq_rpc.RFQSettlementLimitActionType
|
|
20453
20455
|
*/
|
|
20454
20456
|
interface RFQSettlementLimitActionType {
|
|
20455
20457
|
/**
|
|
@@ -20462,17 +20464,17 @@ interface RFQSettlementLimitActionType {
|
|
|
20462
20464
|
/**
|
|
20463
20465
|
* Market order action for unfilled quantity
|
|
20464
20466
|
*
|
|
20465
|
-
* @generated from protobuf message
|
|
20467
|
+
* @generated from protobuf message injective_rfq_rpc.RFQSettlementMarketActionType
|
|
20466
20468
|
*/
|
|
20467
20469
|
interface RFQSettlementMarketActionType {}
|
|
20468
20470
|
/**
|
|
20469
|
-
* @generated from protobuf message
|
|
20471
|
+
* @generated from protobuf message injective_rfq_rpc.StreamSettlementResponse
|
|
20470
20472
|
*/
|
|
20471
20473
|
interface StreamSettlementResponse {
|
|
20472
20474
|
/**
|
|
20473
20475
|
* RFQ settlement update
|
|
20474
20476
|
*
|
|
20475
|
-
* @generated from protobuf field:
|
|
20477
|
+
* @generated from protobuf field: injective_rfq_rpc.RFQSettlementType settlement = 1
|
|
20476
20478
|
*/
|
|
20477
20479
|
settlement?: RFQSettlementType;
|
|
20478
20480
|
/**
|
|
@@ -20483,7 +20485,7 @@ interface StreamSettlementResponse {
|
|
|
20483
20485
|
streamOperation: string;
|
|
20484
20486
|
}
|
|
20485
20487
|
/**
|
|
20486
|
-
* @generated from protobuf message
|
|
20488
|
+
* @generated from protobuf message injective_rfq_rpc.TakerStreamResponse
|
|
20487
20489
|
*/
|
|
20488
20490
|
interface TakerStreamResponse {
|
|
20489
20491
|
/**
|
|
@@ -20495,26 +20497,26 @@ interface TakerStreamResponse {
|
|
|
20495
20497
|
/**
|
|
20496
20498
|
* Quote from market maker
|
|
20497
20499
|
*
|
|
20498
|
-
* @generated from protobuf field:
|
|
20500
|
+
* @generated from protobuf field: injective_rfq_rpc.RFQQuoteType quote = 2
|
|
20499
20501
|
*/
|
|
20500
20502
|
quote?: RFQQuoteType;
|
|
20501
20503
|
/**
|
|
20502
20504
|
* Acknowledgment for request creation
|
|
20503
20505
|
*
|
|
20504
|
-
* @generated from protobuf field:
|
|
20506
|
+
* @generated from protobuf field: injective_rfq_rpc.StreamAck request_ack = 3
|
|
20505
20507
|
*/
|
|
20506
20508
|
requestAck?: StreamAck;
|
|
20507
20509
|
/**
|
|
20508
20510
|
* Error message
|
|
20509
20511
|
*
|
|
20510
|
-
* @generated from protobuf field:
|
|
20512
|
+
* @generated from protobuf field: injective_rfq_rpc.StreamError error = 4
|
|
20511
20513
|
*/
|
|
20512
20514
|
error?: StreamError;
|
|
20513
20515
|
}
|
|
20514
20516
|
/**
|
|
20515
20517
|
* Acknowledgment for stream operations
|
|
20516
20518
|
*
|
|
20517
|
-
* @generated from protobuf message
|
|
20519
|
+
* @generated from protobuf message injective_rfq_rpc.StreamAck
|
|
20518
20520
|
*/
|
|
20519
20521
|
interface StreamAck {
|
|
20520
20522
|
/**
|
|
@@ -20533,7 +20535,7 @@ interface StreamAck {
|
|
|
20533
20535
|
/**
|
|
20534
20536
|
* Error message in stream
|
|
20535
20537
|
*
|
|
20536
|
-
* @generated from protobuf message
|
|
20538
|
+
* @generated from protobuf message injective_rfq_rpc.StreamError
|
|
20537
20539
|
*/
|
|
20538
20540
|
interface StreamError {
|
|
20539
20541
|
/**
|
|
@@ -20550,7 +20552,7 @@ interface StreamError {
|
|
|
20550
20552
|
message: string;
|
|
20551
20553
|
}
|
|
20552
20554
|
/**
|
|
20553
|
-
* @generated from protobuf message
|
|
20555
|
+
* @generated from protobuf message injective_rfq_rpc.MakerStreamResponse
|
|
20554
20556
|
*/
|
|
20555
20557
|
interface MakerStreamResponse {
|
|
20556
20558
|
/**
|
|
@@ -20562,84 +20564,84 @@ interface MakerStreamResponse {
|
|
|
20562
20564
|
/**
|
|
20563
20565
|
* RFQ request from taker
|
|
20564
20566
|
*
|
|
20565
|
-
* @generated from protobuf field:
|
|
20567
|
+
* @generated from protobuf field: injective_rfq_rpc.RFQRequestType request = 2
|
|
20566
20568
|
*/
|
|
20567
20569
|
request?: RFQRequestType;
|
|
20568
20570
|
/**
|
|
20569
20571
|
* Acknowledgment for quote submission
|
|
20570
20572
|
*
|
|
20571
|
-
* @generated from protobuf field:
|
|
20573
|
+
* @generated from protobuf field: injective_rfq_rpc.StreamAck quote_ack = 3
|
|
20572
20574
|
*/
|
|
20573
20575
|
quoteAck?: StreamAck;
|
|
20574
20576
|
/**
|
|
20575
20577
|
* Error message
|
|
20576
20578
|
*
|
|
20577
|
-
* @generated from protobuf field:
|
|
20579
|
+
* @generated from protobuf field: injective_rfq_rpc.StreamError error = 4
|
|
20578
20580
|
*/
|
|
20579
20581
|
error?: StreamError;
|
|
20580
20582
|
}
|
|
20581
20583
|
/**
|
|
20582
|
-
* @generated MessageType for protobuf message
|
|
20584
|
+
* @generated MessageType for protobuf message injective_rfq_rpc.RFQRequestType
|
|
20583
20585
|
*/
|
|
20584
20586
|
declare const RFQRequestType = new RFQRequestType$Type();
|
|
20585
20587
|
/**
|
|
20586
|
-
* @generated MessageType for protobuf message
|
|
20588
|
+
* @generated MessageType for protobuf message injective_rfq_rpc.StreamRequestResponse
|
|
20587
20589
|
*/
|
|
20588
20590
|
declare const StreamRequestResponse = new StreamRequestResponse$Type();
|
|
20589
20591
|
/**
|
|
20590
|
-
* @generated MessageType for protobuf message
|
|
20592
|
+
* @generated MessageType for protobuf message injective_rfq_rpc.RFQQuoteType
|
|
20591
20593
|
*/
|
|
20592
20594
|
declare const RFQQuoteType = new RFQQuoteType$Type();
|
|
20593
20595
|
/**
|
|
20594
|
-
* @generated MessageType for protobuf message
|
|
20596
|
+
* @generated MessageType for protobuf message injective_rfq_rpc.StreamQuoteResponse
|
|
20595
20597
|
*/
|
|
20596
20598
|
declare const StreamQuoteResponse = new StreamQuoteResponse$Type();
|
|
20597
20599
|
/**
|
|
20598
|
-
* @generated MessageType for protobuf message
|
|
20600
|
+
* @generated MessageType for protobuf message injective_rfq_rpc.GetOpenRequestsResponse
|
|
20599
20601
|
*/
|
|
20600
20602
|
declare const GetOpenRequestsResponse = new GetOpenRequestsResponse$Type();
|
|
20601
20603
|
/**
|
|
20602
|
-
* @generated MessageType for protobuf message
|
|
20604
|
+
* @generated MessageType for protobuf message injective_rfq_rpc.GetPendingQuotesResponse
|
|
20603
20605
|
*/
|
|
20604
20606
|
declare const GetPendingQuotesResponse = new GetPendingQuotesResponse$Type();
|
|
20605
20607
|
/**
|
|
20606
|
-
* @generated MessageType for protobuf message
|
|
20608
|
+
* @generated MessageType for protobuf message injective_rfq_rpc.ListSettlementResponse
|
|
20607
20609
|
*/
|
|
20608
20610
|
declare const ListSettlementResponse = new ListSettlementResponse$Type();
|
|
20609
20611
|
/**
|
|
20610
|
-
* @generated MessageType for protobuf message
|
|
20612
|
+
* @generated MessageType for protobuf message injective_rfq_rpc.RFQSettlementType
|
|
20611
20613
|
*/
|
|
20612
20614
|
declare const RFQSettlementType = new RFQSettlementType$Type();
|
|
20613
20615
|
/**
|
|
20614
|
-
* @generated MessageType for protobuf message
|
|
20616
|
+
* @generated MessageType for protobuf message injective_rfq_rpc.RFQSettlementUnfilledActionType
|
|
20615
20617
|
*/
|
|
20616
20618
|
declare const RFQSettlementUnfilledActionType = new RFQSettlementUnfilledActionType$Type();
|
|
20617
20619
|
/**
|
|
20618
|
-
* @generated MessageType for protobuf message
|
|
20620
|
+
* @generated MessageType for protobuf message injective_rfq_rpc.RFQSettlementLimitActionType
|
|
20619
20621
|
*/
|
|
20620
20622
|
declare const RFQSettlementLimitActionType = new RFQSettlementLimitActionType$Type();
|
|
20621
20623
|
/**
|
|
20622
|
-
* @generated MessageType for protobuf message
|
|
20624
|
+
* @generated MessageType for protobuf message injective_rfq_rpc.RFQSettlementMarketActionType
|
|
20623
20625
|
*/
|
|
20624
20626
|
declare const RFQSettlementMarketActionType = new RFQSettlementMarketActionType$Type();
|
|
20625
20627
|
/**
|
|
20626
|
-
* @generated MessageType for protobuf message
|
|
20628
|
+
* @generated MessageType for protobuf message injective_rfq_rpc.StreamSettlementResponse
|
|
20627
20629
|
*/
|
|
20628
20630
|
declare const StreamSettlementResponse = new StreamSettlementResponse$Type();
|
|
20629
20631
|
/**
|
|
20630
|
-
* @generated MessageType for protobuf message
|
|
20632
|
+
* @generated MessageType for protobuf message injective_rfq_rpc.TakerStreamResponse
|
|
20631
20633
|
*/
|
|
20632
20634
|
declare const TakerStreamResponse = new TakerStreamResponse$Type();
|
|
20633
20635
|
/**
|
|
20634
|
-
* @generated MessageType for protobuf message
|
|
20636
|
+
* @generated MessageType for protobuf message injective_rfq_rpc.StreamAck
|
|
20635
20637
|
*/
|
|
20636
20638
|
declare const StreamAck = new StreamAck$Type();
|
|
20637
20639
|
/**
|
|
20638
|
-
* @generated MessageType for protobuf message
|
|
20640
|
+
* @generated MessageType for protobuf message injective_rfq_rpc.StreamError
|
|
20639
20641
|
*/
|
|
20640
20642
|
declare const StreamError = new StreamError$Type();
|
|
20641
20643
|
/**
|
|
20642
|
-
* @generated MessageType for protobuf message
|
|
20644
|
+
* @generated MessageType for protobuf message injective_rfq_rpc.MakerStreamResponse
|
|
20643
20645
|
*/
|
|
20644
20646
|
declare const MakerStreamResponse = new MakerStreamResponse$Type();
|
|
20645
20647
|
//#endregion
|
|
@@ -20702,7 +20704,7 @@ interface PendingQuotesResponse {
|
|
|
20702
20704
|
quotes: RFQQuote[];
|
|
20703
20705
|
}
|
|
20704
20706
|
interface SettlementsResponse {
|
|
20705
|
-
|
|
20707
|
+
next: string[];
|
|
20706
20708
|
settlements: RFQSettlement[];
|
|
20707
20709
|
}
|
|
20708
20710
|
type GrpcRFQRequest = RFQRequestType;
|
|
@@ -21169,7 +21171,8 @@ declare class IndexerGrpcRFQApi extends BaseIndexerGrpcConsumer {
|
|
|
21169
21171
|
}>;
|
|
21170
21172
|
fetchSettlements(params?: {
|
|
21171
21173
|
addresses?: string[];
|
|
21172
|
-
|
|
21174
|
+
token?: string;
|
|
21175
|
+
perPage?: number;
|
|
21173
21176
|
}): Promise<SettlementsResponse>;
|
|
21174
21177
|
}
|
|
21175
21178
|
//#endregion
|
|
@@ -21432,7 +21435,7 @@ declare class IndexerGrpcMitoApi extends BaseIndexerGrpcConsumer {
|
|
|
21432
21435
|
}>;
|
|
21433
21436
|
}
|
|
21434
21437
|
//#endregion
|
|
21435
|
-
//#region ../../node_modules/.pnpm/@injectivelabs+indexer-proto-ts-v2@1.
|
|
21438
|
+
//#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
|
|
21436
21439
|
/**
|
|
21437
21440
|
* @generated from protobuf message injective_meta_rpc.PingResponse
|
|
21438
21441
|
*/
|
|
@@ -21612,7 +21615,7 @@ declare class IndexerGrpcSpotApi extends BaseIndexerGrpcConsumer {
|
|
|
21612
21615
|
}>;
|
|
21613
21616
|
}
|
|
21614
21617
|
//#endregion
|
|
21615
|
-
//#region ../../node_modules/.pnpm/@injectivelabs+indexer-proto-ts-v2@1.
|
|
21618
|
+
//#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
|
|
21616
21619
|
/**
|
|
21617
21620
|
* @generated from protobuf message injective_oracle_rpc.OracleListResponse
|
|
21618
21621
|
*/
|
|
@@ -21769,7 +21772,7 @@ declare class IndexerGrpcOracleApi extends BaseIndexerGrpcConsumer {
|
|
|
21769
21772
|
}): Promise<PriceResponse>;
|
|
21770
21773
|
}
|
|
21771
21774
|
//#endregion
|
|
21772
|
-
//#region ../../node_modules/.pnpm/@injectivelabs+indexer-proto-ts-v2@1.
|
|
21775
|
+
//#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
|
|
21773
21776
|
/**
|
|
21774
21777
|
* @generated from protobuf message injective_exchange_rpc.PrepareTxResponse
|
|
21775
21778
|
*/
|
|
@@ -22249,7 +22252,7 @@ declare class IndexerGrpcAuctionApi extends BaseIndexerGrpcConsumer {
|
|
|
22249
22252
|
}): Promise<AccountAuctionStatus>;
|
|
22250
22253
|
}
|
|
22251
22254
|
//#endregion
|
|
22252
|
-
//#region ../../node_modules/.pnpm/@injectivelabs+indexer-proto-ts-v2@1.
|
|
22255
|
+
//#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
|
|
22253
22256
|
/**
|
|
22254
22257
|
* @generated from protobuf message injective_trading_rpc.ListTradingStrategiesResponse
|
|
22255
22258
|
*/
|
|
@@ -25093,7 +25096,7 @@ interface QuantityAndFees {
|
|
|
25093
25096
|
resultQuantity: string;
|
|
25094
25097
|
}
|
|
25095
25098
|
//#endregion
|
|
25096
|
-
//#region ../../node_modules/.pnpm/@injectivelabs+indexer-proto-ts-v2@1.
|
|
25099
|
+
//#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
|
|
25097
25100
|
/**
|
|
25098
25101
|
* @generated from protobuf message injective_spot_exchange_rpc.MarketsResponse
|
|
25099
25102
|
*/
|
|
@@ -25726,7 +25729,7 @@ interface SpotTrade$1 {
|
|
|
25726
25729
|
*/
|
|
25727
25730
|
tradeId: string;
|
|
25728
25731
|
/**
|
|
25729
|
-
* Trade's execution side,
|
|
25732
|
+
* Trade's execution side, maker,taker,n/a (n/a = not applicable)
|
|
25730
25733
|
*
|
|
25731
25734
|
* @generated from protobuf field: string execution_side = 11
|
|
25732
25735
|
*/
|
|
@@ -26253,7 +26256,7 @@ type GrpcAtomicSwap = AtomicSwap$1;
|
|
|
26253
26256
|
type GrpcOracle = Oracle$1;
|
|
26254
26257
|
interface Oracle extends GrpcOracle {}
|
|
26255
26258
|
//#endregion
|
|
26256
|
-
//#region ../../node_modules/.pnpm/@injectivelabs+indexer-proto-ts-v2@1.
|
|
26259
|
+
//#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
|
|
26257
26260
|
/**
|
|
26258
26261
|
* @generated from protobuf message injective_auction_rpc.AuctionEndpointResponse
|
|
26259
26262
|
*/
|
|
@@ -26750,7 +26753,7 @@ type GrpcAccountAuctionV2 = AccountAuctionV2$1;
|
|
|
26750
26753
|
type GrpcAuctionContract = AuctionContract$1;
|
|
26751
26754
|
type StreamBidsResponse = StreamBidsResponse$1;
|
|
26752
26755
|
//#endregion
|
|
26753
|
-
//#region ../../node_modules/.pnpm/@injectivelabs+indexer-proto-ts-v2@1.
|
|
26756
|
+
//#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
|
|
26754
26757
|
/**
|
|
26755
26758
|
* @generated from protobuf message injective_archiver_rpc.BalanceResponse
|
|
26756
26759
|
*/
|
|
@@ -27272,7 +27275,7 @@ type GrpcHistoricalVolumes = HistoricalVolumes$1;
|
|
|
27272
27275
|
type GrpcPnlLeaderboard = PnlLeaderboardResponse | PnlLeaderboardFixedResolutionResponse;
|
|
27273
27276
|
type GrpcVolLeaderboard = VolLeaderboardResponse | VolLeaderboardFixedResolutionResponse;
|
|
27274
27277
|
//#endregion
|
|
27275
|
-
//#region ../../node_modules/.pnpm/@injectivelabs+indexer-proto-ts-v2@1.
|
|
27278
|
+
//#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
|
|
27276
27279
|
/**
|
|
27277
27280
|
* @generated from protobuf message injective_referral_rpc.GetReferrerDetailsResponse
|
|
27278
27281
|
*/
|
|
@@ -27403,7 +27406,7 @@ interface ReferralDetails {
|
|
|
27403
27406
|
invitees: ReferralInvitee[];
|
|
27404
27407
|
}
|
|
27405
27408
|
//#endregion
|
|
27406
|
-
//#region ../../node_modules/.pnpm/@injectivelabs+indexer-proto-ts-v2@1.
|
|
27409
|
+
//#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
|
|
27407
27410
|
/**
|
|
27408
27411
|
* @generated from protobuf message injective_campaign_rpc.RankingResponse
|
|
27409
27412
|
*/
|
|
@@ -28240,7 +28243,7 @@ interface AllSpotMarketSummaryResponse {
|
|
|
28240
28243
|
data: AllChronosSpotMarketSummary[];
|
|
28241
28244
|
}
|
|
28242
28245
|
//#endregion
|
|
28243
|
-
//#region ../../node_modules/.pnpm/@injectivelabs+indexer-proto-ts-v2@1.
|
|
28246
|
+
//#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
|
|
28244
28247
|
/**
|
|
28245
28248
|
* @generated from protobuf message injective_megavault_rpc.GetVaultResponse
|
|
28246
28249
|
*/
|
|
@@ -29359,7 +29362,7 @@ interface IncentivesCampaign {
|
|
|
29359
29362
|
subaccountIdSuffix: string;
|
|
29360
29363
|
}
|
|
29361
29364
|
//#endregion
|
|
29362
|
-
//#region ../../node_modules/.pnpm/@injectivelabs+indexer-proto-ts-v2@1.
|
|
29365
|
+
//#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
|
|
29363
29366
|
/**
|
|
29364
29367
|
* @generated from protobuf message injective_insurance_rpc.FundsResponse
|
|
29365
29368
|
*/
|
|
@@ -29621,7 +29624,7 @@ interface InsuranceFundCreateParams {
|
|
|
29621
29624
|
type GrpcIndexerInsuranceFund = InsuranceFund$2;
|
|
29622
29625
|
type GrpcIndexerRedemptionSchedule = RedemptionSchedule;
|
|
29623
29626
|
//#endregion
|
|
29624
|
-
//#region ../../node_modules/.pnpm/@injectivelabs+indexer-proto-ts-v2@1.
|
|
29627
|
+
//#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
|
|
29625
29628
|
/**
|
|
29626
29629
|
* @generated from protobuf message injective_derivative_exchange_rpc.MarketsResponse
|
|
29627
29630
|
*/
|
|
@@ -30931,7 +30934,7 @@ interface DerivativeTrade$1 {
|
|
|
30931
30934
|
*/
|
|
30932
30935
|
tradeId: string;
|
|
30933
30936
|
/**
|
|
30934
|
-
* Trade's execution side,
|
|
30937
|
+
* Trade's execution side, maker,taker,n/a (n/a = not applicable)
|
|
30935
30938
|
*
|
|
30936
30939
|
* @generated from protobuf field: string execution_side = 12
|
|
30937
30940
|
*/
|
|
@@ -31743,7 +31746,7 @@ interface ChronosLeaderboardResponse {
|
|
|
31743
31746
|
data: ChronosLeaderboard;
|
|
31744
31747
|
}
|
|
31745
31748
|
//#endregion
|
|
31746
|
-
//#region ../../node_modules/.pnpm/@injectivelabs+indexer-proto-ts-v2@1.
|
|
31749
|
+
//#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
|
|
31747
31750
|
/**
|
|
31748
31751
|
* @generated from protobuf message injective_portfolio_rpc.AccountPortfolioResponse
|
|
31749
31752
|
*/
|