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