@injectivelabs/sdk-ts 1.20.9 → 1.20.10
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/{IndexerGrpcWeb3GwApi-4kYonJ54.cjs → IndexerGrpcWeb3GwApi-Ck9raGFF.cjs} +5 -0
- package/dist/cjs/{StreamManagerV2-BlWQfNAg.cjs → StreamManagerV2-DW5R0Wgh.cjs} +1 -1
- package/dist/cjs/client/chain.d.cts +1 -1
- package/dist/cjs/client/indexer.cjs +2 -2
- package/dist/cjs/client/indexer.d.cts +1 -1
- package/dist/cjs/core/accounts.d.cts +1 -1
- package/dist/cjs/core/modules.cjs +2 -2
- package/dist/cjs/core/modules.d.cts +1 -1
- package/dist/cjs/core/tx.cjs +2 -2
- package/dist/cjs/core/tx.d.cts +1 -1
- package/dist/cjs/cosmjs.cjs +2 -2
- package/dist/cjs/exports.cjs +2 -2
- package/dist/cjs/{index-DycY9sNd.d.cts → index-nWezMvQU.d.cts} +135 -28
- package/dist/cjs/index.cjs +3 -3
- package/dist/cjs/index.d.cts +1 -1
- package/dist/cjs/{tx-CVzWtkQz.cjs → tx-Dvsdnu_D.cjs} +1 -1
- package/dist/cjs/utils.d.cts +1 -1
- package/dist/esm/{IndexerGrpcWeb3GwApi-CNrU8pp0.js → IndexerGrpcWeb3GwApi-BNBI4l_T.js} +5 -0
- package/dist/esm/{StreamManagerV2-Am-bSHRd.js → StreamManagerV2-Cq7wVFaG.js} +1 -1
- package/dist/esm/client/chain.d.ts +1 -1
- package/dist/esm/client/indexer.d.ts +1 -1
- package/dist/esm/client/indexer.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/modules.js +2 -2
- package/dist/esm/core/tx.d.ts +1 -1
- package/dist/esm/core/tx.js +2 -2
- package/dist/esm/cosmjs.js +2 -2
- package/dist/esm/exports.js +2 -2
- package/dist/esm/{index-CYCECkSw.d.ts → index-cvk01mpT.d.ts} +135 -28
- package/dist/esm/index.d.ts +1 -1
- package/dist/esm/index.js +3 -3
- package/dist/esm/{tx-CxoC4Tqz.js → tx-B5_d-N7N.js} +1 -1
- package/dist/esm/utils.d.ts +1 -1
- package/package.json +6 -6
|
@@ -9367,13 +9367,13 @@ declare class MsgCreateValidator extends MsgBase<MsgCreateValidator.Params, MsgC
|
|
|
9367
9367
|
value: MsgCreateValidator.Object;
|
|
9368
9368
|
};
|
|
9369
9369
|
toWeb3Gw(): {
|
|
9370
|
+
value?: Coin$1 | undefined;
|
|
9370
9371
|
description?: Description | undefined;
|
|
9371
9372
|
commission?: CommissionRates | undefined;
|
|
9372
9373
|
minSelfDelegation: string;
|
|
9373
9374
|
delegatorAddress: string;
|
|
9374
9375
|
validatorAddress: string;
|
|
9375
9376
|
pubkey?: Any | undefined;
|
|
9376
|
-
value?: Coin$1 | undefined;
|
|
9377
9377
|
pubKey: any;
|
|
9378
9378
|
'@type': string;
|
|
9379
9379
|
};
|
|
@@ -22042,7 +22042,7 @@ declare const BECH32_ADDR_VAL_PREFIX = "injvaloper";
|
|
|
22042
22042
|
declare const BECH32_ADDR_CONS_PREFIX = "injvalcons";
|
|
22043
22043
|
declare const DEFAULT_DERIVATION_PATH = "m/44'/60'/0'/0/0";
|
|
22044
22044
|
//#endregion
|
|
22045
|
-
//#region ../../node_modules/.pnpm/@injectivelabs+indexer-proto-ts-v2@1.18.
|
|
22045
|
+
//#region ../../node_modules/.pnpm/@injectivelabs+indexer-proto-ts-v2@1.18.22/node_modules/@injectivelabs/indexer-proto-ts-v2/generated/injective_accounts_rpc_pb.d.ts
|
|
22046
22046
|
/**
|
|
22047
22047
|
* @generated from protobuf message injective_accounts_rpc.PortfolioResponse
|
|
22048
22048
|
*/
|
|
@@ -22353,7 +22353,7 @@ interface SubaccountBalanceTransfer {
|
|
|
22353
22353
|
*
|
|
22354
22354
|
* @generated from protobuf field: injective_accounts_rpc.CosmosCoin amount = 6
|
|
22355
22355
|
*/
|
|
22356
|
-
amount?: CosmosCoin$
|
|
22356
|
+
amount?: CosmosCoin$2;
|
|
22357
22357
|
/**
|
|
22358
22358
|
* Timestamp of the transfer in UNIX millis
|
|
22359
22359
|
*
|
|
@@ -22364,7 +22364,7 @@ interface SubaccountBalanceTransfer {
|
|
|
22364
22364
|
/**
|
|
22365
22365
|
* @generated from protobuf message injective_accounts_rpc.CosmosCoin
|
|
22366
22366
|
*/
|
|
22367
|
-
interface CosmosCoin$
|
|
22367
|
+
interface CosmosCoin$2 {
|
|
22368
22368
|
/**
|
|
22369
22369
|
* Coin denominator
|
|
22370
22370
|
*
|
|
@@ -22536,7 +22536,7 @@ declare const SubaccountBalanceTransfer = new SubaccountBalanceTransfer$Type();
|
|
|
22536
22536
|
/**
|
|
22537
22537
|
* @generated MessageType for protobuf message injective_accounts_rpc.CosmosCoin
|
|
22538
22538
|
*/
|
|
22539
|
-
declare const CosmosCoin$
|
|
22539
|
+
declare const CosmosCoin$2 = new CosmosCoin$Type();
|
|
22540
22540
|
/**
|
|
22541
22541
|
* @generated MessageType for protobuf message injective_accounts_rpc.Paging
|
|
22542
22542
|
*/
|
|
@@ -22558,7 +22558,7 @@ declare const Reward = new Reward$Type();
|
|
|
22558
22558
|
*/
|
|
22559
22559
|
declare const Coin$7 = new Coin$Type();
|
|
22560
22560
|
//#endregion
|
|
22561
|
-
//#region ../../node_modules/.pnpm/@injectivelabs+indexer-proto-ts-v2@1.18.
|
|
22561
|
+
//#region ../../node_modules/.pnpm/@injectivelabs+indexer-proto-ts-v2@1.18.22/node_modules/@injectivelabs/indexer-proto-ts-v2/generated/injective_explorer_rpc_pb.d.ts
|
|
22562
22562
|
/**
|
|
22563
22563
|
* @generated from protobuf message injective_explorer_rpc.GetAccountTxsResponse
|
|
22564
22564
|
*/
|
|
@@ -22715,7 +22715,7 @@ interface GasFee$1 {
|
|
|
22715
22715
|
/**
|
|
22716
22716
|
* @generated from protobuf field: repeated injective_explorer_rpc.CosmosCoin amount = 1
|
|
22717
22717
|
*/
|
|
22718
|
-
amount: CosmosCoin[];
|
|
22718
|
+
amount: CosmosCoin$1[];
|
|
22719
22719
|
/**
|
|
22720
22720
|
* @generated from protobuf field: uint64 gas_limit = 2
|
|
22721
22721
|
*/
|
|
@@ -22732,7 +22732,7 @@ interface GasFee$1 {
|
|
|
22732
22732
|
/**
|
|
22733
22733
|
* @generated from protobuf message injective_explorer_rpc.CosmosCoin
|
|
22734
22734
|
*/
|
|
22735
|
-
interface CosmosCoin {
|
|
22735
|
+
interface CosmosCoin$1 {
|
|
22736
22736
|
/**
|
|
22737
22737
|
* Coin denominator
|
|
22738
22738
|
*
|
|
@@ -23837,7 +23837,7 @@ declare const GasFee$1 = new GasFee$Type();
|
|
|
23837
23837
|
/**
|
|
23838
23838
|
* @generated MessageType for protobuf message injective_explorer_rpc.CosmosCoin
|
|
23839
23839
|
*/
|
|
23840
|
-
declare const CosmosCoin = new CosmosCoin$Type();
|
|
23840
|
+
declare const CosmosCoin$1 = new CosmosCoin$Type();
|
|
23841
23841
|
/**
|
|
23842
23842
|
* @generated MessageType for protobuf message injective_explorer_rpc.Event
|
|
23843
23843
|
*/
|
|
@@ -23992,7 +23992,7 @@ declare const fetchAllWithPagination: <T extends {
|
|
|
23992
23992
|
//#region src/utils/transaction.d.ts
|
|
23993
23993
|
declare const recoverTypedSignaturePubKey: (data: TypedDataDefinition, signature: string) => Promise<string>;
|
|
23994
23994
|
//#endregion
|
|
23995
|
-
//#region ../../node_modules/.pnpm/@injectivelabs+indexer-proto-ts-v2@1.18.
|
|
23995
|
+
//#region ../../node_modules/.pnpm/@injectivelabs+indexer-proto-ts-v2@1.18.22/node_modules/@injectivelabs/indexer-proto-ts-v2/generated/injective_rfq_rpc_pb.d.ts
|
|
23996
23996
|
/**
|
|
23997
23997
|
* @generated from protobuf message injective_rfq_rpc.StreamRequestResponse
|
|
23998
23998
|
*/
|
|
@@ -24588,7 +24588,7 @@ interface ConditionalOrderResponseType {
|
|
|
24588
24588
|
*/
|
|
24589
24589
|
eventTime: bigint;
|
|
24590
24590
|
/**
|
|
24591
|
-
* Last error message, if any
|
|
24591
|
+
* Deprecated: use 'errors' instead. Last error message, if any.
|
|
24592
24592
|
*
|
|
24593
24593
|
* @generated from protobuf field: string error = 16
|
|
24594
24594
|
*/
|
|
@@ -24619,6 +24619,12 @@ interface ConditionalOrderResponseType {
|
|
|
24619
24619
|
* @generated from protobuf field: uint64 taker_nonce_time_window_ms = 20
|
|
24620
24620
|
*/
|
|
24621
24621
|
takerNonceTimeWindowMs: bigint;
|
|
24622
|
+
/**
|
|
24623
|
+
* All error messages accumulated across execution attempts (most recent last)
|
|
24624
|
+
*
|
|
24625
|
+
* @generated from protobuf field: repeated string errors = 21
|
|
24626
|
+
*/
|
|
24627
|
+
errors: string[];
|
|
24622
24628
|
}
|
|
24623
24629
|
/**
|
|
24624
24630
|
* @generated from protobuf message injective_rfq_rpc.ListConditionalOrdersResponse
|
|
@@ -24878,12 +24884,23 @@ interface StreamError {
|
|
|
24878
24884
|
*/
|
|
24879
24885
|
message: string;
|
|
24880
24886
|
/**
|
|
24881
|
-
* ID
|
|
24882
|
-
* CLIENT_ID for requests.
|
|
24887
|
+
* Client ID. Only filled in taker streams
|
|
24883
24888
|
*
|
|
24884
24889
|
* @generated from protobuf field: string id = 3
|
|
24885
24890
|
*/
|
|
24886
24891
|
id: string;
|
|
24892
|
+
/**
|
|
24893
|
+
* Taker address. Only filled in the maker stream
|
|
24894
|
+
*
|
|
24895
|
+
* @generated from protobuf field: string taker = 4
|
|
24896
|
+
*/
|
|
24897
|
+
taker: string;
|
|
24898
|
+
/**
|
|
24899
|
+
* RFQ ID. Only filled if available
|
|
24900
|
+
*
|
|
24901
|
+
* @generated from protobuf field: uint64 rfq_id = 5
|
|
24902
|
+
*/
|
|
24903
|
+
rfqId: bigint;
|
|
24887
24904
|
}
|
|
24888
24905
|
/**
|
|
24889
24906
|
* Acknowledgment for conditional order creation
|
|
@@ -24964,6 +24981,12 @@ interface QuoteStreamAck {
|
|
|
24964
24981
|
* @generated from protobuf field: string status = 2
|
|
24965
24982
|
*/
|
|
24966
24983
|
status: string;
|
|
24984
|
+
/**
|
|
24985
|
+
* Taker address
|
|
24986
|
+
*
|
|
24987
|
+
* @generated from protobuf field: string taker = 3
|
|
24988
|
+
*/
|
|
24989
|
+
taker: string;
|
|
24967
24990
|
}
|
|
24968
24991
|
/**
|
|
24969
24992
|
* RFQ settlement update streamed to maker in real-time
|
|
@@ -27240,7 +27263,7 @@ type GrpcSubaccountBalance = SubaccountBalance$2;
|
|
|
27240
27263
|
type GrpcSubaccountPortfolio = SubaccountPortfolio$1;
|
|
27241
27264
|
type GrpcSubaccountBalanceTransfer = SubaccountBalanceTransfer;
|
|
27242
27265
|
//#endregion
|
|
27243
|
-
//#region ../../node_modules/.pnpm/@injectivelabs+indexer-proto-ts-v2@1.18.
|
|
27266
|
+
//#region ../../node_modules/.pnpm/@injectivelabs+indexer-proto-ts-v2@1.18.22/node_modules/@injectivelabs/indexer-proto-ts-v2/generated/injective_trading_rpc_pb.d.ts
|
|
27244
27267
|
/**
|
|
27245
27268
|
* @generated from protobuf message injective_trading_rpc.ListTradingStrategiesResponse
|
|
27246
27269
|
*/
|
|
@@ -28492,7 +28515,7 @@ interface QuantityAndFees {
|
|
|
28492
28515
|
resultQuantity: string;
|
|
28493
28516
|
}
|
|
28494
28517
|
//#endregion
|
|
28495
|
-
//#region ../../node_modules/.pnpm/@injectivelabs+indexer-proto-ts-v2@1.18.
|
|
28518
|
+
//#region ../../node_modules/.pnpm/@injectivelabs+indexer-proto-ts-v2@1.18.22/node_modules/@injectivelabs/indexer-proto-ts-v2/generated/injective_spot_exchange_rpc_pb.d.ts
|
|
28496
28519
|
/**
|
|
28497
28520
|
* @generated from protobuf message injective_spot_exchange_rpc.MarketsResponse
|
|
28498
28521
|
*/
|
|
@@ -29648,7 +29671,7 @@ type GrpcSpotLimitOrder = SpotLimitOrder$1;
|
|
|
29648
29671
|
type GrpcSpotOrderHistory = SpotOrderHistory$1;
|
|
29649
29672
|
type GrpcAtomicSwap = AtomicSwap$1;
|
|
29650
29673
|
//#endregion
|
|
29651
|
-
//#region ../../node_modules/.pnpm/@injectivelabs+indexer-proto-ts-v2@1.18.
|
|
29674
|
+
//#region ../../node_modules/.pnpm/@injectivelabs+indexer-proto-ts-v2@1.18.22/node_modules/@injectivelabs/indexer-proto-ts-v2/generated/injective_oracle_rpc_pb.d.ts
|
|
29652
29675
|
/**
|
|
29653
29676
|
* @generated from protobuf message injective_oracle_rpc.OracleListResponse
|
|
29654
29677
|
*/
|
|
@@ -29876,7 +29899,7 @@ interface OraclePriceV2Filter {
|
|
|
29876
29899
|
}
|
|
29877
29900
|
interface OraclePriceV2 extends GrpcOraclePriceV2 {}
|
|
29878
29901
|
//#endregion
|
|
29879
|
-
//#region ../../node_modules/.pnpm/@injectivelabs+indexer-proto-ts-v2@1.18.
|
|
29902
|
+
//#region ../../node_modules/.pnpm/@injectivelabs+indexer-proto-ts-v2@1.18.22/node_modules/@injectivelabs/indexer-proto-ts-v2/generated/injective_rfq_gw_rpc_pb.d.ts
|
|
29880
29903
|
/**
|
|
29881
29904
|
* @generated from protobuf message injective_rfq_gw_rpc.RFQGwPrepareEip712AutoSignRequestType
|
|
29882
29905
|
*/
|
|
@@ -30973,7 +30996,7 @@ type GrpcRFQGwPrepareEip712Response = PrepareEip712Response$1;
|
|
|
30973
30996
|
type GrpcRFQGwPrepareEip712AutoSignRequest = RFQGwPrepareEip712AutoSignRequestType$1;
|
|
30974
30997
|
type GrpcRFQGwPrepareEip712AutoSignResponse = PrepareEip712AutoSignResponse;
|
|
30975
30998
|
//#endregion
|
|
30976
|
-
//#region ../../node_modules/.pnpm/@injectivelabs+indexer-proto-ts-v2@1.18.
|
|
30999
|
+
//#region ../../node_modules/.pnpm/@injectivelabs+indexer-proto-ts-v2@1.18.22/node_modules/@injectivelabs/indexer-proto-ts-v2/generated/injective_auction_rpc_pb.d.ts
|
|
30977
31000
|
/**
|
|
30978
31001
|
* @generated from protobuf message injective_auction_rpc.AuctionEndpointResponse
|
|
30979
31002
|
*/
|
|
@@ -31470,7 +31493,7 @@ type GrpcAccountAuctionV2 = AccountAuctionV2$1;
|
|
|
31470
31493
|
type GrpcAuctionContract = AuctionContract$1;
|
|
31471
31494
|
type StreamBidsResponse = StreamBidsResponse$1;
|
|
31472
31495
|
//#endregion
|
|
31473
|
-
//#region ../../node_modules/.pnpm/@injectivelabs+indexer-proto-ts-v2@1.18.
|
|
31496
|
+
//#region ../../node_modules/.pnpm/@injectivelabs+indexer-proto-ts-v2@1.18.22/node_modules/@injectivelabs/indexer-proto-ts-v2/generated/injective_archiver_rpc_pb.d.ts
|
|
31474
31497
|
/**
|
|
31475
31498
|
* @generated from protobuf message injective_archiver_rpc.BalanceResponse
|
|
31476
31499
|
*/
|
|
@@ -31992,7 +32015,7 @@ type GrpcHistoricalVolumes = HistoricalVolumes$1;
|
|
|
31992
32015
|
type GrpcPnlLeaderboard = PnlLeaderboardResponse | PnlLeaderboardFixedResolutionResponse;
|
|
31993
32016
|
type GrpcVolLeaderboard = VolLeaderboardResponse | VolLeaderboardFixedResolutionResponse;
|
|
31994
32017
|
//#endregion
|
|
31995
|
-
//#region ../../node_modules/.pnpm/@injectivelabs+indexer-proto-ts-v2@1.18.
|
|
32018
|
+
//#region ../../node_modules/.pnpm/@injectivelabs+indexer-proto-ts-v2@1.18.22/node_modules/@injectivelabs/indexer-proto-ts-v2/generated/injective_referral_rpc_pb.d.ts
|
|
31996
32019
|
/**
|
|
31997
32020
|
* @generated from protobuf message injective_referral_rpc.GetReferrerDetailsResponse
|
|
31998
32021
|
*/
|
|
@@ -32123,7 +32146,7 @@ interface ReferralDetails {
|
|
|
32123
32146
|
invitees: ReferralInvitee[];
|
|
32124
32147
|
}
|
|
32125
32148
|
//#endregion
|
|
32126
|
-
//#region ../../node_modules/.pnpm/@injectivelabs+indexer-proto-ts-v2@1.18.
|
|
32149
|
+
//#region ../../node_modules/.pnpm/@injectivelabs+indexer-proto-ts-v2@1.18.22/node_modules/@injectivelabs/indexer-proto-ts-v2/generated/injective_campaign_rpc_pb.d.ts
|
|
32127
32150
|
/**
|
|
32128
32151
|
* @generated from protobuf message injective_campaign_rpc.RankingResponse
|
|
32129
32152
|
*/
|
|
@@ -32960,7 +32983,7 @@ interface AllSpotMarketSummaryResponse {
|
|
|
32960
32983
|
data: AllChronosSpotMarketSummary[];
|
|
32961
32984
|
}
|
|
32962
32985
|
//#endregion
|
|
32963
|
-
//#region ../../node_modules/.pnpm/@injectivelabs+indexer-proto-ts-v2@1.18.
|
|
32986
|
+
//#region ../../node_modules/.pnpm/@injectivelabs+indexer-proto-ts-v2@1.18.22/node_modules/@injectivelabs/indexer-proto-ts-v2/generated/injective_megavault_rpc_pb.d.ts
|
|
32964
32987
|
/**
|
|
32965
32988
|
* @generated from protobuf message injective_megavault_rpc.GetVaultResponse
|
|
32966
32989
|
*/
|
|
@@ -34079,7 +34102,7 @@ interface IncentivesCampaign {
|
|
|
34079
34102
|
subaccountIdSuffix: string;
|
|
34080
34103
|
}
|
|
34081
34104
|
//#endregion
|
|
34082
|
-
//#region ../../node_modules/.pnpm/@injectivelabs+indexer-proto-ts-v2@1.18.
|
|
34105
|
+
//#region ../../node_modules/.pnpm/@injectivelabs+indexer-proto-ts-v2@1.18.22/node_modules/@injectivelabs/indexer-proto-ts-v2/generated/injective_insurance_rpc_pb.d.ts
|
|
34083
34106
|
/**
|
|
34084
34107
|
* @generated from protobuf message injective_insurance_rpc.FundsResponse
|
|
34085
34108
|
*/
|
|
@@ -34341,7 +34364,7 @@ interface InsuranceFundCreateParams {
|
|
|
34341
34364
|
type GrpcIndexerInsuranceFund = InsuranceFund$2;
|
|
34342
34365
|
type GrpcIndexerRedemptionSchedule = RedemptionSchedule;
|
|
34343
34366
|
//#endregion
|
|
34344
|
-
//#region ../../node_modules/.pnpm/@injectivelabs+indexer-proto-ts-v2@1.18.
|
|
34367
|
+
//#region ../../node_modules/.pnpm/@injectivelabs+indexer-proto-ts-v2@1.18.22/node_modules/@injectivelabs/indexer-proto-ts-v2/generated/injective_derivative_exchange_rpc_pb.d.ts
|
|
34345
34368
|
/**
|
|
34346
34369
|
* @generated from protobuf message injective_derivative_exchange_rpc.MarketsResponse
|
|
34347
34370
|
*/
|
|
@@ -36449,7 +36472,7 @@ interface BankTransferFromExplorerApiResponse {
|
|
|
36449
36472
|
block_timestamp: string;
|
|
36450
36473
|
}
|
|
36451
36474
|
//#endregion
|
|
36452
|
-
//#region ../../node_modules/.pnpm/@injectivelabs+indexer-proto-ts-v2@1.18.
|
|
36475
|
+
//#region ../../node_modules/.pnpm/@injectivelabs+indexer-proto-ts-v2@1.18.22/node_modules/@injectivelabs/indexer-proto-ts-v2/generated/injective_tc_derivatives_rpc_pb.d.ts
|
|
36453
36476
|
/**
|
|
36454
36477
|
* @generated from protobuf message injective_tc_derivatives_rpc.OrdersHistoryResponse
|
|
36455
36478
|
*/
|
|
@@ -36956,6 +36979,19 @@ interface TCDerivativeTrade {
|
|
|
36956
36979
|
* @generated from protobuf field: string account_address = 20
|
|
36957
36980
|
*/
|
|
36958
36981
|
accountAddress: string;
|
|
36982
|
+
/**
|
|
36983
|
+
* RFQ identifier the synthetic trade was settled under (set only on synthetic
|
|
36984
|
+
* trades coming from an RFQ settlement)
|
|
36985
|
+
*
|
|
36986
|
+
* @generated from protobuf field: uint64 rfq_id = 21
|
|
36987
|
+
*/
|
|
36988
|
+
rfqId: bigint;
|
|
36989
|
+
/**
|
|
36990
|
+
* Transaction hash where the trade was executed
|
|
36991
|
+
*
|
|
36992
|
+
* @generated from protobuf field: string tx_hash = 22
|
|
36993
|
+
*/
|
|
36994
|
+
txHash: string;
|
|
36959
36995
|
}
|
|
36960
36996
|
/**
|
|
36961
36997
|
* @generated from protobuf message injective_tc_derivatives_rpc.PositionDelta
|
|
@@ -37751,7 +37787,7 @@ interface ChronosLeaderboardResponse {
|
|
|
37751
37787
|
data: ChronosLeaderboard;
|
|
37752
37788
|
}
|
|
37753
37789
|
//#endregion
|
|
37754
|
-
//#region ../../node_modules/.pnpm/@injectivelabs+indexer-proto-ts-v2@1.18.
|
|
37790
|
+
//#region ../../node_modules/.pnpm/@injectivelabs+indexer-proto-ts-v2@1.18.22/node_modules/@injectivelabs/indexer-proto-ts-v2/generated/injective_portfolio_rpc_pb.d.ts
|
|
37755
37791
|
/**
|
|
37756
37792
|
* @generated from protobuf message injective_portfolio_rpc.AccountPortfolioResponse
|
|
37757
37793
|
*/
|
|
@@ -38607,7 +38643,7 @@ declare class IndexerGrpcMitoApi extends BaseIndexerGrpcConsumer {
|
|
|
38607
38643
|
}>;
|
|
38608
38644
|
}
|
|
38609
38645
|
//#endregion
|
|
38610
|
-
//#region ../../node_modules/.pnpm/@injectivelabs+indexer-proto-ts-v2@1.18.
|
|
38646
|
+
//#region ../../node_modules/.pnpm/@injectivelabs+indexer-proto-ts-v2@1.18.22/node_modules/@injectivelabs/indexer-proto-ts-v2/generated/injective_meta_rpc_pb.d.ts
|
|
38611
38647
|
/**
|
|
38612
38648
|
* @generated from protobuf message injective_meta_rpc.PingResponse
|
|
38613
38649
|
*/
|
|
@@ -38993,7 +39029,24 @@ declare class IndexerGrpcOracleApi extends BaseIndexerGrpcConsumer {
|
|
|
38993
39029
|
}): Promise<PriceResponse>;
|
|
38994
39030
|
}
|
|
38995
39031
|
//#endregion
|
|
38996
|
-
//#region ../../node_modules/.pnpm/@injectivelabs+indexer-proto-ts-v2@1.18.
|
|
39032
|
+
//#region ../../node_modules/.pnpm/@injectivelabs+indexer-proto-ts-v2@1.18.22/node_modules/@injectivelabs/indexer-proto-ts-v2/generated/injective_exchange_rpc_pb.d.ts
|
|
39033
|
+
/**
|
|
39034
|
+
* @generated from protobuf message injective_exchange_rpc.CosmosCoin
|
|
39035
|
+
*/
|
|
39036
|
+
interface CosmosCoin {
|
|
39037
|
+
/**
|
|
39038
|
+
* Coin denominator
|
|
39039
|
+
*
|
|
39040
|
+
* @generated from protobuf field: string denom = 1
|
|
39041
|
+
*/
|
|
39042
|
+
denom: string;
|
|
39043
|
+
/**
|
|
39044
|
+
* Coin amount (big int)
|
|
39045
|
+
*
|
|
39046
|
+
* @generated from protobuf field: string amount = 2
|
|
39047
|
+
*/
|
|
39048
|
+
amount: string;
|
|
39049
|
+
}
|
|
38997
39050
|
/**
|
|
38998
39051
|
* @generated from protobuf message injective_exchange_rpc.PrepareTxResponse
|
|
38999
39052
|
*/
|
|
@@ -39229,6 +39282,51 @@ interface GetFeePayerResponse {
|
|
|
39229
39282
|
*/
|
|
39230
39283
|
feePayerPubKey?: CosmosPubKey;
|
|
39231
39284
|
}
|
|
39285
|
+
/**
|
|
39286
|
+
* @generated from protobuf message injective_exchange_rpc.PrepareFeeGrantResponse
|
|
39287
|
+
*/
|
|
39288
|
+
interface PrepareFeeGrantResponse {
|
|
39289
|
+
/**
|
|
39290
|
+
* Feegrant granter address
|
|
39291
|
+
*
|
|
39292
|
+
* @generated from protobuf field: string granter_address = 1
|
|
39293
|
+
*/
|
|
39294
|
+
granterAddress: string;
|
|
39295
|
+
/**
|
|
39296
|
+
* Grantee address
|
|
39297
|
+
*
|
|
39298
|
+
* @generated from protobuf field: string grantee_address = 2
|
|
39299
|
+
*/
|
|
39300
|
+
granteeAddress: string;
|
|
39301
|
+
/**
|
|
39302
|
+
* Feegrant transaction hash
|
|
39303
|
+
*
|
|
39304
|
+
* @generated from protobuf field: string tx_hash = 3
|
|
39305
|
+
*/
|
|
39306
|
+
txHash: string;
|
|
39307
|
+
/**
|
|
39308
|
+
* Feegrant expiration timestamp in Unix milliseconds
|
|
39309
|
+
*
|
|
39310
|
+
* @generated from protobuf field: uint64 expiration = 4
|
|
39311
|
+
*/
|
|
39312
|
+
expiration: bigint;
|
|
39313
|
+
/**
|
|
39314
|
+
* Feegrant spend limit
|
|
39315
|
+
*
|
|
39316
|
+
* @generated from protobuf field: injective_exchange_rpc.CosmosCoin spend_limit = 5
|
|
39317
|
+
*/
|
|
39318
|
+
spendLimit?: CosmosCoin;
|
|
39319
|
+
/**
|
|
39320
|
+
* Message type URLs allowed by the feegrant
|
|
39321
|
+
*
|
|
39322
|
+
* @generated from protobuf field: repeated string allowed_messages = 6
|
|
39323
|
+
*/
|
|
39324
|
+
allowedMessages: string[];
|
|
39325
|
+
}
|
|
39326
|
+
/**
|
|
39327
|
+
* @generated MessageType for protobuf message injective_exchange_rpc.CosmosCoin
|
|
39328
|
+
*/
|
|
39329
|
+
declare const CosmosCoin = new CosmosCoin$Type();
|
|
39232
39330
|
/**
|
|
39233
39331
|
* @generated MessageType for protobuf message injective_exchange_rpc.PrepareTxResponse
|
|
39234
39332
|
*/
|
|
@@ -39257,6 +39355,10 @@ declare const BroadcastCosmosTxResponse = new BroadcastCosmosTxResponse$Type();
|
|
|
39257
39355
|
* @generated MessageType for protobuf message injective_exchange_rpc.GetFeePayerResponse
|
|
39258
39356
|
*/
|
|
39259
39357
|
declare const GetFeePayerResponse = new GetFeePayerResponse$Type();
|
|
39358
|
+
/**
|
|
39359
|
+
* @generated MessageType for protobuf message injective_exchange_rpc.PrepareFeeGrantResponse
|
|
39360
|
+
*/
|
|
39361
|
+
declare const PrepareFeeGrantResponse = new PrepareFeeGrantResponse$Type();
|
|
39260
39362
|
//#endregion
|
|
39261
39363
|
//#region src/client/indexer/grpc/IndexerGrpcTransactionApi.d.ts
|
|
39262
39364
|
interface PrepareTxArgs {
|
|
@@ -39345,6 +39447,11 @@ declare class IndexerGrpcTransactionApi extends BaseIndexerGrpcConsumer {
|
|
|
39345
39447
|
*/
|
|
39346
39448
|
declare class IndexerGrpcWeb3GwApi extends IndexerGrpcTransactionApi {
|
|
39347
39449
|
protected module: string;
|
|
39450
|
+
prepareFeeGrantRequest({
|
|
39451
|
+
granteeAddress
|
|
39452
|
+
}: {
|
|
39453
|
+
granteeAddress: AccountAddress;
|
|
39454
|
+
}): Promise<PrepareFeeGrantResponse>;
|
|
39348
39455
|
prepareEip712Request({
|
|
39349
39456
|
address,
|
|
39350
39457
|
chainId,
|
package/dist/cjs/index.cjs
CHANGED
|
@@ -16,11 +16,11 @@ const require_QueryTradingStrategyContractTotalStrategies = require('./QueryTrad
|
|
|
16
16
|
require('./BaseRestConsumer-uSzCOit7.cjs');
|
|
17
17
|
const require_ExecArgNeptuneWithdraw = require('./ExecArgNeptuneWithdraw-ChJ7QUin.cjs');
|
|
18
18
|
const require_AbacusGrpcApi = require('./AbacusGrpcApi-DlbYSnBj.cjs');
|
|
19
|
-
const require_IndexerGrpcWeb3GwApi = require('./IndexerGrpcWeb3GwApi-
|
|
20
|
-
const require_StreamManagerV2 = require('./StreamManagerV2-
|
|
19
|
+
const require_IndexerGrpcWeb3GwApi = require('./IndexerGrpcWeb3GwApi-Ck9raGFF.cjs');
|
|
20
|
+
const require_StreamManagerV2 = require('./StreamManagerV2-DW5R0Wgh.cjs');
|
|
21
21
|
const require_types = require('./types-Cn54Lzf-.cjs');
|
|
22
22
|
const require_TcAbacusGrpcApi = require('./TcAbacusGrpcApi-DIX90jRr.cjs');
|
|
23
|
-
const require_tx = require('./tx-
|
|
23
|
+
const require_tx = require('./tx-Dvsdnu_D.cjs');
|
|
24
24
|
const require_service = require('./service-2B8kFWdK.cjs');
|
|
25
25
|
let __injectivelabs_core_proto_ts_v2_generated_injective_types_v1beta1_account_pb = require("@injectivelabs/core-proto-ts-v2/generated/injective/types/v1beta1/account_pb");
|
|
26
26
|
__injectivelabs_core_proto_ts_v2_generated_injective_types_v1beta1_account_pb = require_chunk.__toESM(__injectivelabs_core_proto_ts_v2_generated_injective_types_v1beta1_account_pb);
|
package/dist/cjs/index.d.cts
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
import { c as tx_pb_d_exports } from "./tx_pb-7h617od9.cjs";
|
|
2
2
|
import { Ct as TokenVerification, St as TokenType, _ as OrderState, _t as StreamState, a as StreamOperation, b as TradeExecutionType, bt as TokenSource, c as DirectSignResponse, d as TxRaw, dt as StreamDisconnectReason, f as GrpcWebTransportAdditionalOptions, ft as StreamError, g as OrderSide, gt as StreamManagerRetryConfig, h as OrderMaskMap, ht as StreamManagerEvents, i as PaginationOption, l as GrpcCoin, lt as GrpcStatusCode, m as OrderMask, mt as StreamManagerConfig, n as PagePagination, o as AminoSignResponse, pt as StreamEvent, r as Pagination, s as Coin, st as OracleType, t as ExchangePagination, u as SignDoc, ut as ResolvedStreamManagerConfig, v as TradeDirection, vt as StreamSubscription, xt as TokenStatic, y as TradeExecutionSide, yt as TokenMeta } from "./index-DYAz6OYS.cjs";
|
|
3
|
-
import { $ as TcDerivativeTradesStreamCallbackV2, $_ as BatchCreateDerivativeLimitOrdersAuthz, $a as GrpcMegaVaultRedemption, $b as MsgCreateInsuranceFund, $c as CW20Message, $d as getEthereumAddress, $f as hexToNumber, $g as AuctionEventAuctionStart, $h as TxConcreteApi, $i as WasmCodeExplorerApiResponse, $l as SubaccountPortfolio, $m as getInjectiveSignerAddress, $n as IndexerSpotStreamTransformer, $o as GrpcPnlLeaderboard, $p as MsgIncreasePositionMarginV2, $r as ChronosLeaderboardResponse, $s as BatchSpotOrderCancelParams, $t as DerivativePositionsV2StreamCallback, $u as MitoStakingReward, $v as GrpcCampaignRewardPool, $x as MsgBid, $y as ValidatorDescription, A as ChainGrpcAuctionApi, A_ as PermissionParams, Aa as PerpetualMarketInfo, Ab as Vote, Ac as RFQExpiryType, Ad as BECH32_PUBKEY_ACC_PREFIX, Af as formatAmountToAllowableDecimals, Ag as ChainModule, Ah as BroadcastModeKeplr, Ai as GrpcTcDerivativesOrdersHistoryResponse, Al as PeggyDepositTx, Am as getDefaultEip712Types, An as SpotOrdersStreamCallback, Ao as AllChronosSpotMarketSummary, Ap as makeTimeoutTimestamp, Ar as IndexerGrpcMetaApi, As as GrpcRFQGwPrepareAutoSignResponse, At as StakingRewardByAccountStreamCallbackV2, Au as MitoDenomBalance, Av as PubKey, Ax as MsgSignData, Ay as TradingRewardCampaignBoostInfo, B as ChainGrpcAuthApi, B_ as OracleModuleParams, Ba as IncentivesCampaign, Bb as MsgCancelUnbondingDelegation, Bc as RFQSettlementUnfilledActionType, Bd as hexToBase64, Bf as spotPriceFromChainPrice, Bg as GrpcDelegationDelegatorReward, Bh as TxResultResponse, Bi as TcDerivativesPositionsResponse, Bl as GridStrategyType, Bm as numberTypeToReflectionNumberType, Bn as IndexerGrpcDerivativeTransformer, Bo as GrpcGuild, Bp as OrderHashManager, Br as ChronosMarketHistoryResponse, Bs as RFQGwPrepareEip712AutoSignRequestType, Bt as QuoteStreamCallbackV2, Bu as MitoIDOSubscriptionActivity, Bv as GrpcEvmParams, Bx as MsgSubmitProposal, By as GrpcStakingParams, C as ChainGrpcInsuranceFundApi, C_ as GrpcPermissionsParams, Ca as GrpcFundingRate, Cb as GrpcTallyResult, Cc as GrpcRFQRequest, Cd as grpcPagingToPagingV2, Cf as derivativePriceToChainPrice, Cg as StakingMsgs, Ch as createTransactionAndCosmosSignDocForAddressAndMsg, Ci as WsPriceOracleStreamMarketsV2Response, Cl as GrpcPeggyWithdrawalTx, Cm as BaseAccount, Cn as VaultHolderSubscriptionStreamCallback, Co as MegaVaultTargetApr, Cp as ripemd160, Cr as IndexerGrpcAuctionApi, Cs as GrpcAuctionV2, Ct as IndexerGrpcAccountStreamV2, Cu as GrpcMitoSubaccountBalance, Cv as Metadata, Cx as MsgRewardsOptOut, Cy as GrpcTradingRewardCampaignBoostInfo, D as ChainGrpcTendermintApi, D_ as PermissionAddressVoucher, Da as OpenNotionalCap, Db as ProposalStatus, Dc as RFQConditionalOrder, Dd as BECH32_ADDR_ACC_PREFIX, Df as derivativeQuantityToChainQuantity, Dg as MsgCreateBinaryOptionsMarketOrder, Dh as createTxRawFromSigResponse, Di as GrpcTcDerivativePosition, Dl as IndexerStreamTransaction, Dm as MsgDecoder, Dn as SpotOrderHistoryStreamCallback, Do as MegaVaultVolatility, Dp as ofacList, Dr as IndexerGrpcOracleApi, Ds as CosmosPubKeyType, Dt as OraclePricesByMarketsStreamCallbackV2, Du as GrpcMitoWhitelistAccount, Dv as AuthBaseAccount, Dx as MsgUndelegate, Dy as OrderTypeMap, E as ChainGrpcPermissionsApi, E_ as PermissionAddressRoles, Ea as GrpcPositionDelta, Eb as ProposalDeposit, Ec as MakerStreamEvents, Ed as paginationUint8ArrayToString, Ef as derivativeQuantityFromChainQuantityToFixed, Eg as MsgSetDelegationTransferReceivers, Eh as createTransactionWithSigners, Ei as GrpcTcDerivativeOrdersResponse, El as IBCTransferTx, Em as Address, En as MarketsStreamCallback, Eo as MegaVaultUserStats, Ep as parseCoins, Er as IndexerGrpcTransactionApi, Es as StreamBidsResponse, Et as OraclePriceStreamCallbackV2, Eu as GrpcMitoVault, Ev as Account, Ex as MsgUnderwrite, Ey as OrderType, F as ChainGrpcPeggyApi, F_ as PermissionRoleIDs, Fa as GrpcIndexerRedemptionSchedule, Fb as MsgWithdrawValidatorCommission, Fc as RFQQuoteType, Fd as base64ToUtf8, Ff as getExactDecimalsFromNumber, Fg as FactoryDenomWithMetadata, Fh as RestTxLog, Fi as TcDerivativeOrdersResponse, Fl as ValidatorSlashingEvent, Fm as getEip712FeeV2, Fn as IndexerGrpcTcDerivativesTransformer, Fo as CampaignUser, Fp as MsgUpdateActorRoles, Fr as GrpcWebSocketTransport, Fs as GrpcRFQGwPrepareQuoteResult, Ft as SpotOrderHistoryStreamCallbackV2, Fu as MitoIDOClaimedCoins, Fv as EvmParams, Fx as MsgMultiSend, Fy as GrpcDelegationResponse, G as createStreamSubscriptionV2, G_ as GrpcParams, Ga as GrpcMegaVaultHistoricalTVL, Gb as MsgIncreasePositionMargin, Gc as TakerStreamConfig, Gd as toUtf8, Gf as spotQuantityFromChainQuantityToFixed, Gg as DenomOwnersResponse, Gh as CreateTransactionWithSignersArgs, Gi as ContractExplorerApiResponse, Gl as GrpcAccountPortfolio, Gm as TxClient, Gn as IndexerAccountStreamTransformer, Go as ReferralDetails, Gp as MsgInstantBinaryOptionsMarketLaunch, Gr as GrpcPositionV2, Gs as RFQGwPrepareRequestType, Gt as AccountPortfolioStreamCallback, Gu as MitoMissionLeaderboard, Gv as ChainPosition, Gx as MsgSubmitProposalPerpetualMarketLaunch, Gy as GrpcValidatorCommissionRates, H as ChainGrpcIbcApi, H_ as GrpcTxFeesParams, Ha as GrpcMegaVaultApr, Hb as MsgCancelBinaryOptionsOrder, Hc as RFQStreamErrorData, Hd as hexToUint8Array, Hf as spotPriceToChainPrice, Hg as ValidatorRewards, Hh as TxSearchResultParams, Hi as BankTransferFromExplorerApiResponse, Hl as MarketType, Hm as patchOrderTypesWithExpirationBlock, Hn as IndexerArchiverStreamTransformer, Ho as Guild, Hp as MsgCreateBinaryOptionsMarketOrderV2, Hr as AccountPortfolioV2, Hs as RFQGwPrepareEip712RequestType, Ht as SettlementStreamCallbackV2, Hu as MitoLeaderboardEntry, Hv as ChainDenomDecimal, Hx as MsgSubmitProposalExpiryFuturesMarketLaunch, Hy as GrpcUnbondingDelegationEntry, I as ChainGrpcAuthZApi, I_ as PermissionRoleManager, Ia as IndexerInsuranceFund, Ib as MsgCreateDerivativeMarketOrder, Ic as RFQRequestInputType, Id as binaryToBase64, If as getSignificantDecimalsFromNumber, Ig as TokenFactoryModuleParams, Ih as SimulationResponse, Ii as TcDerivativePosition, Il as ValidatorUptime, Im as getEipTxContext, In as IndexerGrpcInsuranceFundTransformer, Io as CampaignV2, Ip as MsgUpdateNamespace, Ir as GrpcWebSocketCodec, Is as GrpcRFQGwPrepareRequest, It as SpotOrderbookUpdateStreamCallbackV2, Iu as MitoIDOInitParams, Iv as GrpcEvmBlobConfig, Ix as MsgMint, Iy as GrpcPool, J as IndexerGrpcAccountPortfolioStreamV2, J_ as TokenPair, Ja as GrpcMegaVaultOperationStatusLogEntry, Jb as MsgBatchCancelSpotOrders, Jc as AccessTypeCode, Jd as uint8ArrayToString, Jf as bigIntReplacer, Jg as BaseAccountRestResponse, Jh as TxClientBroadcastOptions, Ji as ExplorerApiResponseWithPagination, Jl as GrpcSubaccountDeposit, Jm as SIGN_EIP712, Jn as IndexerGrpcReferralTransformer, Jo as GrpcDenomHolders, Jp as MsgBatchCancelDerivativeOrdersV2, Jr as PortfolioSubaccountBalanceV2, Js as GrpcOraclePriceV2, Jt as DerivativeOrderHistoryStreamCallback, Ju as MitoPortfolio, Jv as ExchangeParams, Jx as MsgSubmitGenericProposal, Jy as ReDelegation, K as StreamManagerV2, K_ as GrpcTokenPair, Ka as GrpcMegaVaultIncentives, Kb as MsgCreateSpotMarketOrder, Kc as TakerStreamEvents, Kd as uint8ArrayToBase64, Kf as spotQuantityToChainQuantity, Kg as AccountResponse, Kh as MsgArg, Ki as ContractTransactionExplorerApiResponse, Kl as GrpcSubaccountBalance, Km as SIGN_AMINO, Kn as IndexerRestExplorerTransformer, Ko as AccountStats, Kp as MsgCreateBinaryOptionsLimitOrderV2, Kr as GrpcPositionsWithUPNL, Ks as RFQGwPrepareResponseType, Kt as IndexerGrpcAccountPortfolioStream, Ku as MitoMissionLeaderboardEntry, Kv as DepositProposalParams, Kx as MsgGrantProviderPrivilegeProposal, Ky as GrpcValidatorDescription, L as ChainGrpcWasmApi, L_ as PermissionVoucher, La as InsuranceFundCreateParams, Lb as MsgBatchCancelDerivativeOrders, Lc as RFQRequestType, Ld as concatUint8Arrays, Lf as getTensMultiplier, Lg as TokenFactoryModuleState, Lh as TxInfo, Li as TcDerivativeTradeHistory, Ll as ValidatorUptimeStatus, Lm as getEipTxDetails, Ln as IndexerDerivativeStreamTransformer, Lo as GrpcCampaign, Lp as MsgCreateNamespace, Lr as IndexerModule, Ls as GrpcRFQGwPrepareResponse, Lt as SpotOrdersStreamCallbackV2, Lu as MitoIDOProgress, Lv as GrpcEvmBlobScheduleConfig, Lx as MsgBurn, Ly as GrpcReDelegation, M as ChainGrpcOracleApi, M_ as PermissionPolicyStatus, Ma as PositionDelta, Mb as VoteOptionMap, Mc as RFQMakerChallenge, Md as BECH32_PUBKEY_VAL_PREFIX, Mf as formatNumberToAllowableTensMultiplier, Mg as BlockLatestRestResponse, Mh as RestSignerInfo, Mi as GrpcTcPositionDelta, Ml as Signature, Mm as getEip712Domain, Mn as IndexerAccountPortfolioStreamTransformer, Mo as ChronosSpotMarketSummary, Mp as protobufTimestampToDate, Mr as IndexerGrpcRFQApi, Ms as GrpcRFQGwPrepareEip712AutoSignResponse, Mt as VaultHolderSubscriptionStreamCallbackV2, Mu as MitoGaugeStatus, Mv as EvmBlobScheduleConfig, Mx as MsgSendToEth, My as BondStatus, N as ChainGrpcErc20Api, N_ as PermissionRole, Na as PositionV2, Nb as WeightedVoteOption, Nc as RFQMakerStreamAckData, Nd as DEFAULT_DERIVATION_PATH, Nf as formatPriceToAllowableDecimals, Ng as NodeInfoRestResponse, Nh as RestTx, Ni as TcDerivativeLimitOrder, Nl as Transaction, Nm as getEip712DomainV2, Nn as IndexerTcDerivativesStreamTransformer, No as ChronosSpotMarketSummaryResponse, Np as protobufTimestampToUnixMs, Nr as IndexerWsMakerStream, Ns as GrpcRFQGwPrepareEip712Request, Nt as VaultStreamCallbackV2, Nu as MitoHolders, Nv as EvmChainConfig, Nx as MsgStoreCode, Ny as Delegation, O as ChainGrpcExchangeApi, O_ as PermissionGenesisState, Oa as PerpetualMarket, Ob as ProposalStatusMap, Oc as RFQConditionalOrderInput, Od as BECH32_ADDR_CONS_PREFIX, Of as derivativeQuantityToChainQuantityToFixed, Og as MsgBatchCancelBinaryOptionsOrders, Oh as getTxRawFromTxRawOrDirectSignResponse, Oi as GrpcTcDerivativeTradeHistory, Ol as Message, Om as getEip712TypedData, On as SpotOrderbookUpdateStreamCallback, Oo as MegaVaultVolatilityStats, Op as getGrpcWebTransport, Or as IndexerGrpcRfqGwApi, Os as GrpcCosmosPubKey, Ot as HistoricalStakingStreamCallbackV2, Ou as MitoChanges, Ov as AuthModuleParams, Ox as MsgUpdateAdmin, Oy as PointsMultiplier, P as ChainGrpcWasmXApi, P_ as PermissionRoleActors, Pa as GrpcIndexerInsuranceFund, Pb as MsgCreateBinaryOptionsLimitOrder, Pc as RFQProcessedQuoteType, Pd as base64ToUint8Array, Pf as formatPriceToAllowablePrice, Pg as AuthorityMetadata, Ph as RestTxBody, Pi as TcDerivativeOrderHistory, Pl as TxMessage, Pm as getEip712Fee, Pn as IndexerWsPriceOracleStreamTransformer, Po as Campaign, Pp as protobufTimestampToUnixSeconds, Pr as IndexerWsTakerStream, Ps as GrpcRFQGwPrepareEip712Response, Pt as IndexerGrpcSpotStreamV2, Pu as MitoIDO, Pv as EvmLog, Px as MsgDeposit, Py as GrpcDelegation, Q as TcDerivativePositionsStreamCallbackV2, Q_ as BatchCancelSpotOrdersAuthz, Qa as GrpcMegaVaultPnlStats, Qb as MsgAuthorizeStakeGrants, Qc as BlockWithTxs, Qd as getDefaultSubaccountId, Qf as grpcCoinToUiCoin, Qg as AuctionEventAuctionResult, Qh as TxClientSimulateResponse, Qi as ValidatorUptimeFromExplorerApiResponse, Ql as SubaccountDeposit, Qm as getEthereumSignerAddress, Qn as IndexerGrpcAccountTransformer, Qo as GrpcLeaderboardRow, Qp as MsgDecreasePositionMarginV2, Qr as ChronosLeaderboardEntry, Qs as AtomicSwap, Qt as DerivativePositionsStreamCallback, Qu as MitoStakingPool, Qv as FeeDiscountTierTTL, Qx as MsgGrant, Qy as ValidatorCommission, R as ChainGrpcMintApi, R_ as PermissionsModuleParams, Ra as Redemption, Rb as MsgCreateDerivativeLimitOrder, Rc as RFQSettlementLimitActionType, Rd as fromBase64, Rf as isNumber, Rg as DistributionModuleParams, Rh as TxInfoResponse, Ri as TcDerivativeTradesResponse, Rl as WasmCode, Rm as getTypesIncludingFeePayer, Rn as IndexerGrpcAccountPortfolioTransformer, Ro as GrpcCampaignUser, Rp as MsgUpdateParams, Rr as StreamStatusResponse, Rs as RFQGwPrepareAutoSignRequestType, Rt as SpotTradesStreamCallbackV2, Ru as MitoIDOSubscriber, Rv as GrpcEvmChainConfig, Rx as MsgTransfer, Ry as GrpcReDelegationEntryResponse, S as ChainRestBankApi, S_ as GrpcPermissionsNamespace, Sa as GrpcFundingPayment, Sb as GrpcProposalDeposit, Sc as GrpcRFQQuote, Sd as grpcPagingToPaging, Sf as derivativePriceFromChainPriceToFixed, Sg as PeggyMsgs, Sh as createTransactionAndCosmosSignDoc, Si as WsPriceOracleStreamMarketsResponse, Sl as GrpcPeggyDepositTx, Sm as MsgBroadcasterWithPk, Sn as TransfersStreamCallback, So as MegaVaultSubscriptionStatus, Sp as publicKeyToAddress, Sr as IndexerGrpcTradingApi, Ss as GrpcAuctionContract, St as BalanceStreamCallbackV2, Su as GrpcMitoStakingStakingReward, Sv as GrpcSupply, Sx as MsgChangeAdmin, Sy as GrpcTradeRewardCampaign, T as ChainGrpcDistributionApi, T_ as PermissionActorRoles, Ta as GrpcPerpetualMarketInfo, Tb as Proposal, Tc as MakerStreamConfig, Td as paginationRequestFromPagination, Tf as derivativeQuantityFromChainQuantity, Tg as WasmMsgs, Th as createTransactionFromMsg, Ti as GrpcTcDerivativeOrderHistory, Tl as GrpcValidatorUptime, Tm as PublicKey, Tn as IndexerGrpcSpotStream, To as MegaVaultUser, Tp as sha256, Tr as IndexerGrpcWeb3GwApi, Ts as IndexerAuctionBid, Tt as OracleListStreamCallbackV2, Tu as GrpcMitoTokenInfo, Tv as TotalSupply, Tx as MsgEditValidator, Ty as IsOptedOutOfRewards, U as ChainGrpcGovApi, U_ as TxFeesEipBaseFee, Ua as GrpcMegaVaultAprStats, Ub as MsgInstantSpotMarketLaunch, Uc as RFQTakerStreamAckData, Ud as stringToUint8Array, Uf as spotPriceToChainPriceToFixed, Ug as BalancesResponse, Uh as CreateTransactionArgs, Ui as BlockFromExplorerApiResponse, Ul as TradingStrategy, Um as protoTypeToAminoType, Un as IndexerGrpcMegaVaultTransformer, Uo as GuildCampaignSummary, Up as MsgBatchCancelBinaryOptionsOrdersV2, Ur as GrpcAccountPortfolioV2, Us as RFQGwPrepareEip712ResponseType, Ut as StreamManager, Uu as MitoLeaderboardEpoch, Uv as ChainDenomMinNotional, Ux as MsgSubmitProposalPerpetualMarketLaunchV2, Uy as GrpcValidator, V as ChainGrpcEvmApi, V_ as GrpcTxFeesEipBaseFee, Va as IncentivesRound, Vb as MsgUpdateDerivativeMarketV2, Vc as RFQSignMode, Vd as hexToBuff, Vf as spotPriceFromChainPriceToFixed, Vg as GrpcDistributionParams, Vh as TxSearchResult, Vi as TcPositionDelta, Vl as ListTradingStrategiesResponse, Vm as objectKeysToEip712Types, Vn as ExplorerStreamTransformer, Vo as GrpcGuildMember, Vp as MsgInstantBinaryOptionsMarketLaunchV2, Vr as AccountPortfolioBalances, Vs as RFQGwPrepareEip712AutoSignResponseType, Vt as RequestStreamCallbackV2, Vu as MitoLeaderboard, Vv as CampaignRewardPool, Vx as ProposalDecomposer, Vy as GrpcUnbondingDelegation, W as accountEthParser, W_ as TxFeesModuleStateParams, Wa as GrpcMegaVaultHistoricalPnL, Wb as MsgDecreasePositionMargin, Wc as SettlementsResponse, Wd as toBase64, Wf as spotQuantityFromChainQuantity, Wg as DenomBalance, Wh as CreateTransactionResult, Wi as CW20BalanceExplorerApiResponse, Wl as AccountPortfolio, Wm as stringTypeToReflectionStringType, Wn as IndexerAuctionStreamTransformer, Wo as GuildMember, Wp as MsgAdminUpdateBinaryOptionsMarketV2, Wr as GrpcPortfolioSubaccountBalanceV2, Ws as RFQGwPrepareQuoteResultType, Wt as createStreamSubscription, Wu as MitoMission, Wv as ChainDerivativePosition, Wx as MsgSubmitProposalSpotMarketParamUpdate, Wy as GrpcValidatorCommission, X as TcDerivativeOrderHistoryStreamCallbackV2, X_ as PeggyModuleParams, Xa as GrpcMegaVaultOperatorRedemptionBucket, Xb as MsgCancelPostOnlyModeV2, Xc as BankTransfer, Xd as getAddressFromInjectiveAddress, Xf as bigIntToString, Xg as AuctionBid, Xh as TxClientInclusionOptions, Xi as ExplorerTransactionApiResponse, Xl as GrpcTradingReward, Xm as createAny, Xn as IndexerGrpcArchiverTransformer, Xo as GrpcHistoricalRPNL, Xp as MsgCancelBinaryOptionsOrderV2, Xr as SubaccountDepositV2, Xs as OraclePriceV2, Xt as DerivativeOrderbookV2StreamCallback, Xu as MitoStakeToSubscription, Xv as FeeDiscountSchedule, Xx as MsgDeposit$1, Xy as UnBondingDelegation, Y as IndexerGrpcTcDerivativesStreamV2, Y_ as GrpcPeggyParams, Ya as GrpcMegaVaultOperator, Yb as MsgGrantWithAuthorization, Yc as BankMsgSendTransaction, Yd as addHexPrefix, Yf as bigIntToNumber, Yg as CosmosAccountRestResponse, Yh as TxClientBroadcastResponse, Yi as ExplorerBlockApiResponse, Yl as GrpcSubaccountPortfolio, Ym as SIGN_EIP712_V2, Yn as IndexerGrpcExplorerTransformer, Yo as GrpcHistoricalBalance, Yp as MsgCreateDerivativeLimitOrderV2, Yr as PositionsWithUPNL, Ys as Oracle, Yt as DerivativeOrderbookUpdateStreamCallback, Yu as MitoPriceSnapshot, Yv as FeeDiscountAccountInfo, Yx as MsgSubmitTextProposal, Yy as StakingModuleParams, Z as TcDerivativeOrdersStreamCallbackV2, Z_ as BatchCancelDerivativeOrdersAuthz, Za as GrpcMegaVaultPnl, Zb as MsgCreateSpotLimitOrder, Zc as Block, Zd as getChecksumAddress, Zf as getErrorMessage, Zg as AuctionCurrentBasket, Zh as TxClientMode, Zi as TransactionFromExplorerApiResponse, Zl as SubaccountBalance, Zm as createAnyMessage, Zn as IndexerGrpcAuctionTransformer, Zo as GrpcHistoricalVolumes, Zp as MsgInstantSpotMarketLaunchV2, Zr as ChronosLeaderboard, Zs as OraclePriceV2Filter, Zt as DerivativeOrdersStreamCallback, Zu as MitoStakingActivity, Zv as FeeDiscountTierInfo, Zx as MsgRevoke, Zy as Validator, _ as ChainGrpcEvmTransformer, __ as GrpcPermissionPolicyStatusManagerCapability, _a as GrpcDerivativeOrderHistory, _b as GovModuleStateParams, _c as QuantityAndFees, _d as WsState, _f as derivativeMarginFromChainMargin, _g as GovMsgs, _h as subscribeToTendermintTxEvent, _i as WsPriceOracleMarketPrice, _l as GrpcBankMsgSendMessage, _m as GrantAuthorizationType, _n as OraclePriceStreamCallback, _o as MegaVaultPnlStats, _p as messageHash, _r as IndexerGrpcMegaVaultApi, _s as AuctionsStats, _t as SpotAverageEntriesStreamCallbackV2, _u as GrpcMitoPagination, _v as OracleTypeMap, _x as MsgUpdateRateLimit, _y as GrpcOrderTypeMap, a as ChainGrpcExchangeTransformer, a_ as AuctionModuleStateResponse, aa as DerivativeMarket, ab as ContractCodeHistoryOperationType, ac as SpotLimitOrder, ad as MitoVestingConfig, af as getDerivativeMarketDecimals, ag as TxPrepareTxInclusionWaitArgs, ah as createNonCriticalExtensionFromObject, ai as GrpcWsPriceOracleLatestMarketPricesV2Response, al as EventLog, am as MsgReclaimLockedFundsV2, an as BlocksStreamCallback, ao as GrpcMegaVaultVolatility, ap as objectToJson, ar as IndexerGrpcMitoTransformer, as as Holder, at as DerivativePositionsStreamCallbackV2, au as GrpcMitoDenomBalance, av as CreateSpotLimitOrderAuthz, ax as MsgTransferDelegation, ay as GrpcChainSpotMarket, b as ChainRestWasmApi, b_ as GrpcPermissionRoleIDs, ba as GrpcDerivativeTrade, bb as GrpcGovernanceVotingParams, bc as GrpcRFQExpiry, bd as fetchAllWithPagination, bf as derivativeMarginToChainMarginToFixed, bg as Msgs, bh as waitTxBroadcasted, bi as WsPriceOracleResponseMode, bl as GrpcIBCTransferTx, bm as ExecArgNeptuneWithdraw, bn as IndexerGrpcMitoStream, bo as MegaVaultStats, bp as privateKeyToPublicKey, br as IndexerGrpcCampaignApi, bs as GrpcAuctionCoin, bt as BidsStreamCallbackV2, bu as GrpcMitoStakingPool, bv as BankModuleParams, bx as MsgExecuteContract, by as GrpcSpotMarketOrder, c as ChainGrpcCommonTransformer, c_ as GrpcAuctionEventAuctionResult, ca as DerivativeOrderHistory, cb as ContractStateWithPagination, cc as SpotOrderCancelParams, cd as GrpcDecodeError, cf as getSpotMarketTensMultiplier, cg as AuctionMsgs, ch as createSignerInfo, ci as GrpcWsPriceOracleMarketStreamMessage, cl as ExplorerCW20BalanceWithToken, cm as MsgExternalTransferV2, cn as TransactionsStreamCallback, co as MegaVaultApr, cp as sortObjectByKeys, cr as IndexerRestDerivativesChronosApi, cs as SpotAverageEntry, ct as IndexerGrpcDerivativesStreamV2, cu as GrpcMitoIDOClaimedCoins, cv as Grant, cx as MsgLiquidatePosition, cy as GrpcExchangeParams, d as ChainGrpcPeggyTransformer, d_ as GrpcAuctionLastAuctionResult, da as ExpiryFuturesMarketInfo, db as GrpcCodeInfoResponse, dc as GrpcPriceLevel, dd as ResolvedWsTransportConfig, df as denomAmountFromChainDenomAmount, dg as DistributionMsgs, dh as createWeb3Extension, di as GrpcWsPriceOracleStreamMarketsV2Response, dl as ExplorerTransactionV2, dm as MsgWithdrawV2, dn as IndexerGrpcTradingStream, do as MegaVaultHistoricalTVL, dp as TypedDataUtilsHashStruct, dr as IndexerRestExplorerApi, ds as AccountAuctionV2, dt as WsPriceOracleMarketsV2StreamCallbackV2, du as GrpcMitoIDOSubscription, dv as GrantWithDecodedAuthorization, dx as MsgRevokeAllowance, dy as GrpcFeeDiscountTierInfo, eS as MsgSend, e_ as AuctionEventBid, ea as BaseDerivativeMarket, eb as AbsoluteTxPosition, ec as GrpcAtomicSwap, ed as MitoSubaccountBalance, ef as getInjectiveAddress, eg as TxEventInclusionOptions, eh as errorToErrorMessage, ei as AllChronosDerivativeMarketSummary, el as Contract, em as MsgCreateSpotMarketOrderV2, en as DerivativeTradesStreamCallback, eo as GrpcMegaVaultSubscription, ep as isBrowser, er as IndexerGrpcOracleTransformer, es as GrpcSpotAverageEntry, et as DerivativeMarketStreamCallbackV2, eu as SubaccountTransfer, ev as BatchCreateSpotLimitOrdersAuthz, ex as MsgFundCommunityPool, ey as GrpcChainDerivativeMarket, f as ChainGrpcAuthZTransformer, f_ as GrpcAuctionParams, fa as FundingPayment, fb as GrpcContractCodeHistoryEntry, fc as GrpcTokenMeta, fd as TransportEventListener, ff as denomAmountFromChainDenomAmountToFixed, fg as Erc20Msgs, fh as getAminoStdSignDoc, fi as WsPriceOracleLatestMarketPricesParams, fl as ExplorerTxsV2Response, fm as MsgSignDataV2, fn as BidsStreamCallback, fo as MegaVaultIncentives, fp as TypedDataUtilsSanitizeData, fr as IndexerGrpcInsuranceFundApi, fs as Auction, ft as BlocksStreamCallbackV2, fu as GrpcMitoIDOSubscriptionActivity, fv as GrpcInsuranceFund, fx as MsgCancelSpotOrder, fy as GrpcFeeDiscountTierTTL, g as ChainGrpcAuthTransformer, g_ as GrpcPermissionPolicyStatus, ga as GrpcDerivativeMarketInfo, gb as grpcContractInfo, gc as PriceLevel, gd as WsReconnectConfig, gf as denomAmountToGrpcChainDenomAmount, gg as FeegrantMsgs, gh as normalizeTendermintWebSocketEndpoint, gi as WsPriceOracleLightMarketStreamMessage, gl as GasFee, gm as GenericAuthorization$1, gn as IndexerGrpcOracleStream, go as MegaVaultPnl, gp as hashToHex, gr as IndexerGrpcDerivativesApi, gs as AuctionV2, gt as IndexerGrpcArchiverStreamV2, gu as GrpcMitoMissionLeaderboardEntry, gv as InsuranceModuleParams, gx as MsgRemoveRateLimit, gy as GrpcOrderType, h as ChainGrpcBankTransformer, h_ as GrpcPermissionNamespace, ha as GrpcDerivativeLimitOrder, hb as TokenInfo, hc as OrderbookWithSequence, hd as WsDisconnectReason, hf as denomAmountToChainDenomAmountToFixed, hg as ExchangeV2Msgs, hh as generateArbitrarySignDoc, hi as WsPriceOracleLatestMarketPricesV2Response, hl as ExplorerValidatorUptime, hm as ContractExecutionAuthorization, hn as IndexerGrpcAccountStream, ho as MegaVaultOperatorRedemptionBucket, hp as domainHash, hr as IndexerGrpcAccountPortfolioApi, hs as AuctionContract, ht as TransactionsStreamCallbackV2, hu as GrpcMitoMission, hv as InsuranceFund, hx as MsgGrantAllowance, hy as GrpcOrderInfo, i as ChainGrpcPermissionsTransformer, i_ as AuctionModuleStateParams, ia as DerivativeLimitOrderParams, ib as ContractCodeHistoryEntry, ic as GrpcSpotTrade, id as MitoVault, if as removeHexPrefix, ig as TxInclusionWaiter, ih as createFee, ii as GrpcWsPriceOracleLatestMarketPricesResponse, il as CosmWasmPermission, im as MsgAuthorizeStakeGrantsV2, in as WsPriceOracleMarketsV2StreamCallback, io as GrpcMegaVaultVaultStats, ip as isServerSide, ir as IndexerGrpcSpotTransformer, is as HistoricalVolumes, it as DerivativeOrdersStreamCallbackV2, iu as GrpcMitoClaimReference, iv as CreateDerivativeMarketOrderAuthz, ix as MsgRelayProviderPrices, iy as GrpcChainPosition, j as ChainGrpcTxFeesApi, j_ as PermissionPolicyManagerCapability, ja as Position, jb as VoteOption, jc as RFQMakerAuth, jd as BECH32_PUBKEY_CONS_PREFIX, jf as formatNumberToAllowableDecimals, jg as RestApiResponse, jh as RestAuthInfo, ji as GrpcTcDerivativesPositionsResponse, jl as PeggyWithdrawalTx, jm as getDefaultEip712TypesV2, jn as SpotTradesStreamCallback, jo as AllSpotMarketSummaryResponse, jp as makeTimeoutTimestampInNs, jr as IndexerGrpcMitoApi, js as GrpcRFQGwPrepareEip712AutoSignRequest, jt as TransfersStreamCallbackV2, ju as MitoGauge, jv as EvmBlobConfig, jx as MsgDelegate, jy as TradingRewardCampaignInfo, k as ChainGrpcStakingApi, k_ as PermissionNamespace, ka as PerpetualMarketFunding, kb as TallyResult, kc as RFQConditionalOrdersResponse, kd as BECH32_ADDR_VAL_PREFIX, kf as formatAmountToAllowableAmount, kg as MsgAdminUpdateBinaryOptionsMarket, kh as BroadcastMode, ki as GrpcTcDerivativeTradesResponse, kl as Paging, km as getEip712TypedDataV2, kn as SpotOrderbookV2StreamCallback, ko as OperationStatusLogEntry, kp as getGasPriceBasedOnMessage, kr as IndexerGrpcSpotApi, ks as GrpcRFQGwPrepareAutoSignRequest, kt as IndexerGrpcMitoStreamV2, ku as MitoClaimReference, kv as EthAccount, kx as MsgWithdraw, ky as TradeRewardCampaign, l as ChainGrpcTxFeesTransformer, l_ as GrpcAuctionEventAuctionStart, la as DerivativeTrade, lb as GoogleProtoBufAny, lc as SpotOrderHistory, ld as GrpcFrame, lf as amountToCosmosSdkDecAmount, lg as AuthzMsgs, lh as createSigners, li as GrpcWsPriceOracleMarketStreamRawPayload, ll as ExplorerStats, lm as MsgCancelSpotOrderV2, ln as IndexerGrpcArchiverStream, lo as MegaVaultAprStats, lp as sortObjectByKeysWithReduce, lr as IndexerRestMarketChronosApi, ls as VolLeaderboard, lt as IndexerGrpcWsPriceOracleStreamV2, lu as GrpcMitoIDOProgress, lv as GrantAuthorization, lx as MsgBatchUpdateOrders, ly as GrpcFeeDiscountAccountInfo, m as ChainGrpcMintTransformer, m_ as GrpcPermissionAddressVoucher, ma as GrpcBinaryOptionsMarketInfo, mb as MarketingInfo, mc as Orderbook, md as TransportEvents, mf as denomAmountToChainDenomAmount, mg as ExchangeV1Msgs, mh as getTransactionPartsFromTxRaw, mi as WsPriceOracleLatestMarketPricesV2Params, ml as ExplorerValidatorDescription, mm as ContractExecutionCompatAuthorization, mn as BalanceStreamCallback, mo as MegaVaultOperator, mp as decompressPubKey, mr as IndexerGrpcWsPriceOracleApi, ms as AuctionCoinPrices, mt as IndexerGrpcExplorerStreamV2, mu as GrpcMitoLeaderboardEpoch, mv as GrpcRedemptionSchedule, mx as MsgBeginRedelegate, my as GrpcMarketStatusMap, n as ChainGrpcTokenFactoryTransformer, nS as GrpcWebFetchTransport, n_ as AuctionModuleParams, na as BinaryOptionsMarket, nb as ContractAccountBalance, nc as GrpcSpotMarketInfo, nd as MitoTokenInfo, nf as getSubaccountId, ng as TxFetchTxPollArgs, nh as createAuthInfo, ni as ChronosDerivativeMarketSummary, nl as ContractTransactionWithMessages, nm as MsgCancelDerivativeOrderV2, nn as IndexerGrpcWsPriceOracleStream, no as GrpcMegaVaultUnrealizedPnl, np as isNode, nr as IndexerGrpcRfqGwTransformer, ns as HistoricalBalance, nt as DerivativeOrderbookUpdateStreamCallbackV2, nu as TransferType, nv as CancelSpotOrderAuthz, nx as MsgUpdateSpotMarketV2, ny as GrpcChainFullDerivativeMarket, o as ChainGrpcStakingTransformer, o_ as AuctionParams, oa as DerivativeMarketWithoutBinaryOptions, ob as ContractCodeHistoryOperationTypeMap, oc as SpotLimitOrderParams, od as MitoVestingConfigMap, of as getDerivativeMarketTensMultiplier, og as TxResponse, oh as createSignDoc, oi as GrpcWsPriceOracleLightMarketStreamMessage, ol as EventLogEvent, om as MsgLiquidatePositionV2, on as BlocksWithTxsStreamCallback, oo as GrpcMegaVaultVolatilityStats, op as protoObjectToJson, or as IndexerGrpcRfqTransformer, os as LeaderboardRow, ot as DerivativePositionsV2StreamCallbackV2, ou as GrpcMitoHolders, ov as CreateSpotMarketOrderAuthz, ox as MsgRequestRedemption, oy as GrpcDenomDecimals, p as ChainGrpcWasmTransformer, p_ as GrpcPermissionActorRoles, pa as FundingRate, pb as GrpcContractInfo, pc as IndexerTokenMeta, pd as TransportEventType, pf as denomAmountFromGrpcChainDenomAmount, pg as ExchangeMsgs, ph as getPublicKey, pi as WsPriceOracleLatestMarketPricesResponse, pl as ExplorerValidator, pm as MsgDepositV2, pn as IndexerGrpcAuctionStream, po as MegaVaultMaxDrawdown, pp as TypedMessageV4, pr as IndexerGrpcTcDerivativesApi, ps as AuctionCoin, pt as BlocksWithTxsStreamCallbackV2, pu as GrpcMitoLeaderboardEntry, pv as GrpcInsuranceParams, px as MsgCreateValidator, py as GrpcMarketStatus, q as AccountPortfolioStreamCallbackV2, q_ as Params, qa as GrpcMegaVaultMaxDrawdown, qb as MsgCancelDerivativeOrder, qc as AccessType, qd as uint8ArrayToHex, qf as spotQuantityToChainQuantityToFixed, qg as AccountsResponse, qh as SignerDetails, qi as ExplorerApiResponse, ql as GrpcSubaccountBalanceTransfer, qm as SIGN_DIRECT, qn as IndexerOracleStreamTransformer, qo as DenomHolders, qp as MsgCreateDerivativeMarketOrderV2, qr as GrpcSubaccountDepositV2, qs as GrpcOracle, qt as DerivativeMarketStreamCallback, qu as MitoPagination, qv as ExchangeModuleParams, qx as MsgSubmitProposalSpotMarketLaunch, qy as Pool, r as ChainGrpcDistributionTransformer, r_ as AuctionModuleState, ra as DerivativeLimitOrder, rb as ContractAccountsBalanceWithPagination, rc as GrpcSpotOrderHistory, rd as MitoTransfer, rf as isCw20ContractAddress, rg as TxInclusionStrategy, rh as createBody, ri as ChronosDerivativeMarketSummaryResponse, rl as CosmWasmChecksum, rm as MsgCreateSpotLimitOrderV2, rn as WsPriceOracleMarketsStreamCallback, ro as GrpcMegaVaultUserStats, rp as isReactNative, rr as IndexerCampaignTransformer, rs as HistoricalRPNL, rt as DerivativeOrderbookV2StreamCallbackV2, ru as GrpcMitoChanges, rv as CreateDerivativeLimitOrderAuthz, rx as MsgReclaimLockedFunds, ry as GrpcChainFullSpotMarket, s as ChainGrpcAuctionTransformer, s_ as GrpcAuctionBid, sa as DerivativeOrderCancelParams, sb as ContractInfo, sc as SpotMarket, sd as MitoWhitelistAccount, sf as getSpotMarketDecimals, sg as TxWaitForTxInclusionArgs, sh as createSignDocFromTransaction, si as GrpcWsPriceOracleMarketStreamLeg, sl as ExplorerBlockWithTxs, sm as MsgBatchUpdateOrdersV2, sn as IndexerGrpcExplorerStream, so as MegaVault, sp as safeBigIntStringify, sr as IndexerRestLeaderboardChronosApi, ss as PnlLeaderboard, st as DerivativeTradesStreamCallbackV2, su as GrpcMitoIDO, sv as GenericAuthorization, sx as MsgInstantiateContract, sy as GrpcDenomMinNotional, t as ChainGrpcInsuranceFundTransformer, tS as MsgVote, t_ as AuctionLastAuctionResult, ta as BatchDerivativeOrderCancelParams, tb as CodeInfoResponse, tc as GrpcSpotLimitOrder, td as MitoSubscription, tf as getInjectiveAddressFromSubaccountId, tg as TxEventWebSocketFactory, th as isTxNotFoundError, ti as AllDerivativeMarketSummaryResponse, tl as ContractTransaction, tm as MsgBatchCancelSpotOrdersV2, tn as IndexerGrpcDerivativesStream, to as GrpcMegaVaultTargetApr, tp as isJsonString, tr as IndexerRfqStreamTransformer, ts as GrpcVolLeaderboard, tt as DerivativeOrderHistoryStreamCallbackV2, tu as TradingReward, tv as CancelDerivativeOrderAuthz, tx as MsgSetDenomMetadata, ty as GrpcChainDerivativePosition, u as ChainGrpcErc20Transformer, u_ as GrpcAuctionEventBid, ua as ExpiryFuturesMarket, ub as GrpcAbsoluteTxPosition, uc as SpotTrade, ud as IsomorphicWebSocket, uf as cosmosSdkDecToBigNumber, ug as BankMsgs, uh as createTxRawEIP712, ui as GrpcWsPriceOracleStreamMarketsResponse, ul as ExplorerTransaction, um as MsgRewardsOptOutV2, un as SpotAverageEntriesStreamCallback, uo as MegaVaultHistoricalPnL, up as SignTypedDataVersionV4, ur as IndexerRestSpotChronosApi, us as AccountAuctionStatus, ut as WsPriceOracleMarketsStreamCallbackV2, uu as GrpcMitoIDOSubscriber, uv as GrantAuthorizationWithDecodedAuthorization, ux as MsgExternalTransfer, uy as GrpcFeeDiscountSchedule, v as ChainGrpcGovTransformer, v_ as GrpcPermissionRole, va as GrpcDerivativePosition, vb as GrpcGovernanceDepositParams, vc as Route, vd as WsTransportConfig, vf as derivativeMarginFromChainMarginToFixed, vg as IbcMsgs, vh as TxRestApi, vi as WsPriceOracleMarketStreamLeg, vl as GrpcExplorerStats, vm as getGenericAuthorizationFromMessageType, vn as OraclePricesByMarketsStreamCallback, vo as MegaVaultRedemption, vp as privateKeyHashToPublicKey, vr as IndexerGrpcReferralApi, vs as GrpcAccountAuctionV2, vt as GridStrategyStreamCallbackV2, vu as GrpcMitoPriceSnapshot, vv as GrpcMintParams, vx as MsgCreateRateLimit, vy as GrpcPointsMultiplier, w as ChainGrpcTokenFactoryApi, w_ as PermissionActionMap, wa as GrpcPerpetualMarketFunding, wb as GrpcVote, wc as GrpcRFQSettlement, wd as pageRequestToGrpcPageRequestV2, wf as derivativePriceToChainPriceToFixed, wg as TokenFactoryMsgs, wh as createTransactionForAddressAndMsg, wi as GrpcTcDerivativeLimitOrder, wl as GrpcValidatorSlashingEvent, wm as PrivateKey, wn as VaultStreamCallback, wo as MegaVaultUnrealizedPnl, wp as sanitizeTypedData, wr as IndexerGrpcAccountApi, ws as GrpcIndexerAuctionBid, wt as IndexerGrpcOracleStreamV2, wu as GrpcMitoSubscription, wv as SendEnabled, wx as MsgPrivilegedExecuteContract, wy as GrpcTradingRewardCampaignInfo, x as ChainRestAuthApi, x_ as GrpcPermissionRoleManager, xa as GrpcExpiryFuturesMarketInfo, xb as GrpcProposal, xc as GrpcRFQProcessedQuote, xd as grpcPaginationToPagination, xf as derivativePriceFromChainPrice, xg as OracleMsgs, xh as createTransaction, xi as WsPriceOracleSlimPrices, xl as GrpcIndexerValidatorDescription, xm as ExecArgNeptuneDeposit, xn as StakingRewardByAccountStreamCallback, xo as MegaVaultSubscription, xp as privateKeyToPublicKeyBase64, xr as IndexerGrpcExplorerApi, xs as GrpcAuctionCoinPrices, xt as IndexerGrpcAuctionStreamV2, xu as GrpcMitoStakingStakingActivity, xv as GrpcBankParams, xx as MsgCreateDenom, xy as GrpcSpotOrder, y as ChainRestTendermintApi, y_ as GrpcPermissionRoleActors, ya as GrpcDerivativePositionV2, yb as GrpcGovernanceTallyParams, yc as GrpcRFQConditionalOrder, yd as recoverTypedSignaturePubKey, yf as derivativeMarginToChainMargin, yg as InsuranceMsgs, yh as TxGrpcApi, yi as WsPriceOracleMarketStreamRawPayload, yl as GrpcGasFee, ym as msgsOrMsgExecMsgs, yn as HistoricalStakingStreamCallback, yo as MegaVaultRedemptionStatus, yp as privateKeyHashToPublicKeyBase64, yr as IndexerGrpcArchiverApi, ys as GrpcAuction, yt as IndexerGrpcTradingStreamV2, yu as GrpcMitoStakingGauge, yv as MinModuleParams, yx as MsgMigrateContract, yy as GrpcSpotMarket, z as ChainGrpcBankApi, z_ as GrpcOracleParams, za as RedemptionStatus, zb as MsgWithdrawDelegatorReward, zc as RFQSettlementType, zd as fromUtf8, zf as numberToCosmosSdkDecString, zg as GrpcDecCoin, zh as TxResult, zi as TcDerivativesOrdersHistoryResponse, zl as GridStrategyStreamResponse, zm as getObjectEip712PropertyType, zn as IndexerGrpcMitoStreamTransformer, zo as GrpcCampaignV2, zp as MsgClaimVoucher, zr as AllChronosMarketHistory, zs as RFQGwPrepareAutoSignResponseType, zt as IndexerGrpcRfqStreamV2, zu as MitoIDOSubscription, zv as GrpcEvmLog, zx as MsgExec, zy as GrpcReDelegationResponse } from "./index-DycY9sNd.cjs";
|
|
3
|
+
import { $ as TcDerivativeTradesStreamCallbackV2, $_ as BatchCreateDerivativeLimitOrdersAuthz, $a as GrpcMegaVaultRedemption, $b as MsgCreateInsuranceFund, $c as CW20Message, $d as getEthereumAddress, $f as hexToNumber, $g as AuctionEventAuctionStart, $h as TxConcreteApi, $i as WasmCodeExplorerApiResponse, $l as SubaccountPortfolio, $m as getInjectiveSignerAddress, $n as IndexerSpotStreamTransformer, $o as GrpcPnlLeaderboard, $p as MsgIncreasePositionMarginV2, $r as ChronosLeaderboardResponse, $s as BatchSpotOrderCancelParams, $t as DerivativePositionsV2StreamCallback, $u as MitoStakingReward, $v as GrpcCampaignRewardPool, $x as MsgBid, $y as ValidatorDescription, A as ChainGrpcAuctionApi, A_ as PermissionParams, Aa as PerpetualMarketInfo, Ab as Vote, Ac as RFQExpiryType, Ad as BECH32_PUBKEY_ACC_PREFIX, Af as formatAmountToAllowableDecimals, Ag as ChainModule, Ah as BroadcastModeKeplr, Ai as GrpcTcDerivativesOrdersHistoryResponse, Al as PeggyDepositTx, Am as getDefaultEip712Types, An as SpotOrdersStreamCallback, Ao as AllChronosSpotMarketSummary, Ap as makeTimeoutTimestamp, Ar as IndexerGrpcMetaApi, As as GrpcRFQGwPrepareAutoSignResponse, At as StakingRewardByAccountStreamCallbackV2, Au as MitoDenomBalance, Av as PubKey, Ax as MsgSignData, Ay as TradingRewardCampaignBoostInfo, B as ChainGrpcAuthApi, B_ as OracleModuleParams, Ba as IncentivesCampaign, Bb as MsgCancelUnbondingDelegation, Bc as RFQSettlementUnfilledActionType, Bd as hexToBase64, Bf as spotPriceFromChainPrice, Bg as GrpcDelegationDelegatorReward, Bh as TxResultResponse, Bi as TcDerivativesPositionsResponse, Bl as GridStrategyType, Bm as numberTypeToReflectionNumberType, Bn as IndexerGrpcDerivativeTransformer, Bo as GrpcGuild, Bp as OrderHashManager, Br as ChronosMarketHistoryResponse, Bs as RFQGwPrepareEip712AutoSignRequestType, Bt as QuoteStreamCallbackV2, Bu as MitoIDOSubscriptionActivity, Bv as GrpcEvmParams, Bx as MsgSubmitProposal, By as GrpcStakingParams, C as ChainGrpcInsuranceFundApi, C_ as GrpcPermissionsParams, Ca as GrpcFundingRate, Cb as GrpcTallyResult, Cc as GrpcRFQRequest, Cd as grpcPagingToPagingV2, Cf as derivativePriceToChainPrice, Cg as StakingMsgs, Ch as createTransactionAndCosmosSignDocForAddressAndMsg, Ci as WsPriceOracleStreamMarketsV2Response, Cl as GrpcPeggyWithdrawalTx, Cm as BaseAccount, Cn as VaultHolderSubscriptionStreamCallback, Co as MegaVaultTargetApr, Cp as ripemd160, Cr as IndexerGrpcAuctionApi, Cs as GrpcAuctionV2, Ct as IndexerGrpcAccountStreamV2, Cu as GrpcMitoSubaccountBalance, Cv as Metadata, Cx as MsgRewardsOptOut, Cy as GrpcTradingRewardCampaignBoostInfo, D as ChainGrpcTendermintApi, D_ as PermissionAddressVoucher, Da as OpenNotionalCap, Db as ProposalStatus, Dc as RFQConditionalOrder, Dd as BECH32_ADDR_ACC_PREFIX, Df as derivativeQuantityToChainQuantity, Dg as MsgCreateBinaryOptionsMarketOrder, Dh as createTxRawFromSigResponse, Di as GrpcTcDerivativePosition, Dl as IndexerStreamTransaction, Dm as MsgDecoder, Dn as SpotOrderHistoryStreamCallback, Do as MegaVaultVolatility, Dp as ofacList, Dr as IndexerGrpcOracleApi, Ds as CosmosPubKeyType, Dt as OraclePricesByMarketsStreamCallbackV2, Du as GrpcMitoWhitelistAccount, Dv as AuthBaseAccount, Dx as MsgUndelegate, Dy as OrderTypeMap, E as ChainGrpcPermissionsApi, E_ as PermissionAddressRoles, Ea as GrpcPositionDelta, Eb as ProposalDeposit, Ec as MakerStreamEvents, Ed as paginationUint8ArrayToString, Ef as derivativeQuantityFromChainQuantityToFixed, Eg as MsgSetDelegationTransferReceivers, Eh as createTransactionWithSigners, Ei as GrpcTcDerivativeOrdersResponse, El as IBCTransferTx, Em as Address, En as MarketsStreamCallback, Eo as MegaVaultUserStats, Ep as parseCoins, Er as IndexerGrpcTransactionApi, Es as StreamBidsResponse, Et as OraclePriceStreamCallbackV2, Eu as GrpcMitoVault, Ev as Account, Ex as MsgUnderwrite, Ey as OrderType, F as ChainGrpcPeggyApi, F_ as PermissionRoleIDs, Fa as GrpcIndexerRedemptionSchedule, Fb as MsgWithdrawValidatorCommission, Fc as RFQQuoteType, Fd as base64ToUtf8, Ff as getExactDecimalsFromNumber, Fg as FactoryDenomWithMetadata, Fh as RestTxLog, Fi as TcDerivativeOrdersResponse, Fl as ValidatorSlashingEvent, Fm as getEip712FeeV2, Fn as IndexerGrpcTcDerivativesTransformer, Fo as CampaignUser, Fp as MsgUpdateActorRoles, Fr as GrpcWebSocketTransport, Fs as GrpcRFQGwPrepareQuoteResult, Ft as SpotOrderHistoryStreamCallbackV2, Fu as MitoIDOClaimedCoins, Fv as EvmParams, Fx as MsgMultiSend, Fy as GrpcDelegationResponse, G as createStreamSubscriptionV2, G_ as GrpcParams, Ga as GrpcMegaVaultHistoricalTVL, Gb as MsgIncreasePositionMargin, Gc as TakerStreamConfig, Gd as toUtf8, Gf as spotQuantityFromChainQuantityToFixed, Gg as DenomOwnersResponse, Gh as CreateTransactionWithSignersArgs, Gi as ContractExplorerApiResponse, Gl as GrpcAccountPortfolio, Gm as TxClient, Gn as IndexerAccountStreamTransformer, Go as ReferralDetails, Gp as MsgInstantBinaryOptionsMarketLaunch, Gr as GrpcPositionV2, Gs as RFQGwPrepareRequestType, Gt as AccountPortfolioStreamCallback, Gu as MitoMissionLeaderboard, Gv as ChainPosition, Gx as MsgSubmitProposalPerpetualMarketLaunch, Gy as GrpcValidatorCommissionRates, H as ChainGrpcIbcApi, H_ as GrpcTxFeesParams, Ha as GrpcMegaVaultApr, Hb as MsgCancelBinaryOptionsOrder, Hc as RFQStreamErrorData, Hd as hexToUint8Array, Hf as spotPriceToChainPrice, Hg as ValidatorRewards, Hh as TxSearchResultParams, Hi as BankTransferFromExplorerApiResponse, Hl as MarketType, Hm as patchOrderTypesWithExpirationBlock, Hn as IndexerArchiverStreamTransformer, Ho as Guild, Hp as MsgCreateBinaryOptionsMarketOrderV2, Hr as AccountPortfolioV2, Hs as RFQGwPrepareEip712RequestType, Ht as SettlementStreamCallbackV2, Hu as MitoLeaderboardEntry, Hv as ChainDenomDecimal, Hx as MsgSubmitProposalExpiryFuturesMarketLaunch, Hy as GrpcUnbondingDelegationEntry, I as ChainGrpcAuthZApi, I_ as PermissionRoleManager, Ia as IndexerInsuranceFund, Ib as MsgCreateDerivativeMarketOrder, Ic as RFQRequestInputType, Id as binaryToBase64, If as getSignificantDecimalsFromNumber, Ig as TokenFactoryModuleParams, Ih as SimulationResponse, Ii as TcDerivativePosition, Il as ValidatorUptime, Im as getEipTxContext, In as IndexerGrpcInsuranceFundTransformer, Io as CampaignV2, Ip as MsgUpdateNamespace, Ir as GrpcWebSocketCodec, Is as GrpcRFQGwPrepareRequest, It as SpotOrderbookUpdateStreamCallbackV2, Iu as MitoIDOInitParams, Iv as GrpcEvmBlobConfig, Ix as MsgMint, Iy as GrpcPool, J as IndexerGrpcAccountPortfolioStreamV2, J_ as TokenPair, Ja as GrpcMegaVaultOperationStatusLogEntry, Jb as MsgBatchCancelSpotOrders, Jc as AccessTypeCode, Jd as uint8ArrayToString, Jf as bigIntReplacer, Jg as BaseAccountRestResponse, Jh as TxClientBroadcastOptions, Ji as ExplorerApiResponseWithPagination, Jl as GrpcSubaccountDeposit, Jm as SIGN_EIP712, Jn as IndexerGrpcReferralTransformer, Jo as GrpcDenomHolders, Jp as MsgBatchCancelDerivativeOrdersV2, Jr as PortfolioSubaccountBalanceV2, Js as GrpcOraclePriceV2, Jt as DerivativeOrderHistoryStreamCallback, Ju as MitoPortfolio, Jv as ExchangeParams, Jx as MsgSubmitGenericProposal, Jy as ReDelegation, K as StreamManagerV2, K_ as GrpcTokenPair, Ka as GrpcMegaVaultIncentives, Kb as MsgCreateSpotMarketOrder, Kc as TakerStreamEvents, Kd as uint8ArrayToBase64, Kf as spotQuantityToChainQuantity, Kg as AccountResponse, Kh as MsgArg, Ki as ContractTransactionExplorerApiResponse, Kl as GrpcSubaccountBalance, Km as SIGN_AMINO, Kn as IndexerRestExplorerTransformer, Ko as AccountStats, Kp as MsgCreateBinaryOptionsLimitOrderV2, Kr as GrpcPositionsWithUPNL, Ks as RFQGwPrepareResponseType, Kt as IndexerGrpcAccountPortfolioStream, Ku as MitoMissionLeaderboardEntry, Kv as DepositProposalParams, Kx as MsgGrantProviderPrivilegeProposal, Ky as GrpcValidatorDescription, L as ChainGrpcWasmApi, L_ as PermissionVoucher, La as InsuranceFundCreateParams, Lb as MsgBatchCancelDerivativeOrders, Lc as RFQRequestType, Ld as concatUint8Arrays, Lf as getTensMultiplier, Lg as TokenFactoryModuleState, Lh as TxInfo, Li as TcDerivativeTradeHistory, Ll as ValidatorUptimeStatus, Lm as getEipTxDetails, Ln as IndexerDerivativeStreamTransformer, Lo as GrpcCampaign, Lp as MsgCreateNamespace, Lr as IndexerModule, Ls as GrpcRFQGwPrepareResponse, Lt as SpotOrdersStreamCallbackV2, Lu as MitoIDOProgress, Lv as GrpcEvmBlobScheduleConfig, Lx as MsgBurn, Ly as GrpcReDelegation, M as ChainGrpcOracleApi, M_ as PermissionPolicyStatus, Ma as PositionDelta, Mb as VoteOptionMap, Mc as RFQMakerChallenge, Md as BECH32_PUBKEY_VAL_PREFIX, Mf as formatNumberToAllowableTensMultiplier, Mg as BlockLatestRestResponse, Mh as RestSignerInfo, Mi as GrpcTcPositionDelta, Ml as Signature, Mm as getEip712Domain, Mn as IndexerAccountPortfolioStreamTransformer, Mo as ChronosSpotMarketSummary, Mp as protobufTimestampToDate, Mr as IndexerGrpcRFQApi, Ms as GrpcRFQGwPrepareEip712AutoSignResponse, Mt as VaultHolderSubscriptionStreamCallbackV2, Mu as MitoGaugeStatus, Mv as EvmBlobScheduleConfig, Mx as MsgSendToEth, My as BondStatus, N as ChainGrpcErc20Api, N_ as PermissionRole, Na as PositionV2, Nb as WeightedVoteOption, Nc as RFQMakerStreamAckData, Nd as DEFAULT_DERIVATION_PATH, Nf as formatPriceToAllowableDecimals, Ng as NodeInfoRestResponse, Nh as RestTx, Ni as TcDerivativeLimitOrder, Nl as Transaction, Nm as getEip712DomainV2, Nn as IndexerTcDerivativesStreamTransformer, No as ChronosSpotMarketSummaryResponse, Np as protobufTimestampToUnixMs, Nr as IndexerWsMakerStream, Ns as GrpcRFQGwPrepareEip712Request, Nt as VaultStreamCallbackV2, Nu as MitoHolders, Nv as EvmChainConfig, Nx as MsgStoreCode, Ny as Delegation, O as ChainGrpcExchangeApi, O_ as PermissionGenesisState, Oa as PerpetualMarket, Ob as ProposalStatusMap, Oc as RFQConditionalOrderInput, Od as BECH32_ADDR_CONS_PREFIX, Of as derivativeQuantityToChainQuantityToFixed, Og as MsgBatchCancelBinaryOptionsOrders, Oh as getTxRawFromTxRawOrDirectSignResponse, Oi as GrpcTcDerivativeTradeHistory, Ol as Message, Om as getEip712TypedData, On as SpotOrderbookUpdateStreamCallback, Oo as MegaVaultVolatilityStats, Op as getGrpcWebTransport, Or as IndexerGrpcRfqGwApi, Os as GrpcCosmosPubKey, Ot as HistoricalStakingStreamCallbackV2, Ou as MitoChanges, Ov as AuthModuleParams, Ox as MsgUpdateAdmin, Oy as PointsMultiplier, P as ChainGrpcWasmXApi, P_ as PermissionRoleActors, Pa as GrpcIndexerInsuranceFund, Pb as MsgCreateBinaryOptionsLimitOrder, Pc as RFQProcessedQuoteType, Pd as base64ToUint8Array, Pf as formatPriceToAllowablePrice, Pg as AuthorityMetadata, Ph as RestTxBody, Pi as TcDerivativeOrderHistory, Pl as TxMessage, Pm as getEip712Fee, Pn as IndexerWsPriceOracleStreamTransformer, Po as Campaign, Pp as protobufTimestampToUnixSeconds, Pr as IndexerWsTakerStream, Ps as GrpcRFQGwPrepareEip712Response, Pt as IndexerGrpcSpotStreamV2, Pu as MitoIDO, Pv as EvmLog, Px as MsgDeposit, Py as GrpcDelegation, Q as TcDerivativePositionsStreamCallbackV2, Q_ as BatchCancelSpotOrdersAuthz, Qa as GrpcMegaVaultPnlStats, Qb as MsgAuthorizeStakeGrants, Qc as BlockWithTxs, Qd as getDefaultSubaccountId, Qf as grpcCoinToUiCoin, Qg as AuctionEventAuctionResult, Qh as TxClientSimulateResponse, Qi as ValidatorUptimeFromExplorerApiResponse, Ql as SubaccountDeposit, Qm as getEthereumSignerAddress, Qn as IndexerGrpcAccountTransformer, Qo as GrpcLeaderboardRow, Qp as MsgDecreasePositionMarginV2, Qr as ChronosLeaderboardEntry, Qs as AtomicSwap, Qt as DerivativePositionsStreamCallback, Qu as MitoStakingPool, Qv as FeeDiscountTierTTL, Qx as MsgGrant, Qy as ValidatorCommission, R as ChainGrpcMintApi, R_ as PermissionsModuleParams, Ra as Redemption, Rb as MsgCreateDerivativeLimitOrder, Rc as RFQSettlementLimitActionType, Rd as fromBase64, Rf as isNumber, Rg as DistributionModuleParams, Rh as TxInfoResponse, Ri as TcDerivativeTradesResponse, Rl as WasmCode, Rm as getTypesIncludingFeePayer, Rn as IndexerGrpcAccountPortfolioTransformer, Ro as GrpcCampaignUser, Rp as MsgUpdateParams, Rr as StreamStatusResponse, Rs as RFQGwPrepareAutoSignRequestType, Rt as SpotTradesStreamCallbackV2, Ru as MitoIDOSubscriber, Rv as GrpcEvmChainConfig, Rx as MsgTransfer, Ry as GrpcReDelegationEntryResponse, S as ChainRestBankApi, S_ as GrpcPermissionsNamespace, Sa as GrpcFundingPayment, Sb as GrpcProposalDeposit, Sc as GrpcRFQQuote, Sd as grpcPagingToPaging, Sf as derivativePriceFromChainPriceToFixed, Sg as PeggyMsgs, Sh as createTransactionAndCosmosSignDoc, Si as WsPriceOracleStreamMarketsResponse, Sl as GrpcPeggyDepositTx, Sm as MsgBroadcasterWithPk, Sn as TransfersStreamCallback, So as MegaVaultSubscriptionStatus, Sp as publicKeyToAddress, Sr as IndexerGrpcTradingApi, Ss as GrpcAuctionContract, St as BalanceStreamCallbackV2, Su as GrpcMitoStakingStakingReward, Sv as GrpcSupply, Sx as MsgChangeAdmin, Sy as GrpcTradeRewardCampaign, T as ChainGrpcDistributionApi, T_ as PermissionActorRoles, Ta as GrpcPerpetualMarketInfo, Tb as Proposal, Tc as MakerStreamConfig, Td as paginationRequestFromPagination, Tf as derivativeQuantityFromChainQuantity, Tg as WasmMsgs, Th as createTransactionFromMsg, Ti as GrpcTcDerivativeOrderHistory, Tl as GrpcValidatorUptime, Tm as PublicKey, Tn as IndexerGrpcSpotStream, To as MegaVaultUser, Tp as sha256, Tr as IndexerGrpcWeb3GwApi, Ts as IndexerAuctionBid, Tt as OracleListStreamCallbackV2, Tu as GrpcMitoTokenInfo, Tv as TotalSupply, Tx as MsgEditValidator, Ty as IsOptedOutOfRewards, U as ChainGrpcGovApi, U_ as TxFeesEipBaseFee, Ua as GrpcMegaVaultAprStats, Ub as MsgInstantSpotMarketLaunch, Uc as RFQTakerStreamAckData, Ud as stringToUint8Array, Uf as spotPriceToChainPriceToFixed, Ug as BalancesResponse, Uh as CreateTransactionArgs, Ui as BlockFromExplorerApiResponse, Ul as TradingStrategy, Um as protoTypeToAminoType, Un as IndexerGrpcMegaVaultTransformer, Uo as GuildCampaignSummary, Up as MsgBatchCancelBinaryOptionsOrdersV2, Ur as GrpcAccountPortfolioV2, Us as RFQGwPrepareEip712ResponseType, Ut as StreamManager, Uu as MitoLeaderboardEpoch, Uv as ChainDenomMinNotional, Ux as MsgSubmitProposalPerpetualMarketLaunchV2, Uy as GrpcValidator, V as ChainGrpcEvmApi, V_ as GrpcTxFeesEipBaseFee, Va as IncentivesRound, Vb as MsgUpdateDerivativeMarketV2, Vc as RFQSignMode, Vd as hexToBuff, Vf as spotPriceFromChainPriceToFixed, Vg as GrpcDistributionParams, Vh as TxSearchResult, Vi as TcPositionDelta, Vl as ListTradingStrategiesResponse, Vm as objectKeysToEip712Types, Vn as ExplorerStreamTransformer, Vo as GrpcGuildMember, Vp as MsgInstantBinaryOptionsMarketLaunchV2, Vr as AccountPortfolioBalances, Vs as RFQGwPrepareEip712AutoSignResponseType, Vt as RequestStreamCallbackV2, Vu as MitoLeaderboard, Vv as CampaignRewardPool, Vx as ProposalDecomposer, Vy as GrpcUnbondingDelegation, W as accountEthParser, W_ as TxFeesModuleStateParams, Wa as GrpcMegaVaultHistoricalPnL, Wb as MsgDecreasePositionMargin, Wc as SettlementsResponse, Wd as toBase64, Wf as spotQuantityFromChainQuantity, Wg as DenomBalance, Wh as CreateTransactionResult, Wi as CW20BalanceExplorerApiResponse, Wl as AccountPortfolio, Wm as stringTypeToReflectionStringType, Wn as IndexerAuctionStreamTransformer, Wo as GuildMember, Wp as MsgAdminUpdateBinaryOptionsMarketV2, Wr as GrpcPortfolioSubaccountBalanceV2, Ws as RFQGwPrepareQuoteResultType, Wt as createStreamSubscription, Wu as MitoMission, Wv as ChainDerivativePosition, Wx as MsgSubmitProposalSpotMarketParamUpdate, Wy as GrpcValidatorCommission, X as TcDerivativeOrderHistoryStreamCallbackV2, X_ as PeggyModuleParams, Xa as GrpcMegaVaultOperatorRedemptionBucket, Xb as MsgCancelPostOnlyModeV2, Xc as BankTransfer, Xd as getAddressFromInjectiveAddress, Xf as bigIntToString, Xg as AuctionBid, Xh as TxClientInclusionOptions, Xi as ExplorerTransactionApiResponse, Xl as GrpcTradingReward, Xm as createAny, Xn as IndexerGrpcArchiverTransformer, Xo as GrpcHistoricalRPNL, Xp as MsgCancelBinaryOptionsOrderV2, Xr as SubaccountDepositV2, Xs as OraclePriceV2, Xt as DerivativeOrderbookV2StreamCallback, Xu as MitoStakeToSubscription, Xv as FeeDiscountSchedule, Xx as MsgDeposit$1, Xy as UnBondingDelegation, Y as IndexerGrpcTcDerivativesStreamV2, Y_ as GrpcPeggyParams, Ya as GrpcMegaVaultOperator, Yb as MsgGrantWithAuthorization, Yc as BankMsgSendTransaction, Yd as addHexPrefix, Yf as bigIntToNumber, Yg as CosmosAccountRestResponse, Yh as TxClientBroadcastResponse, Yi as ExplorerBlockApiResponse, Yl as GrpcSubaccountPortfolio, Ym as SIGN_EIP712_V2, Yn as IndexerGrpcExplorerTransformer, Yo as GrpcHistoricalBalance, Yp as MsgCreateDerivativeLimitOrderV2, Yr as PositionsWithUPNL, Ys as Oracle, Yt as DerivativeOrderbookUpdateStreamCallback, Yu as MitoPriceSnapshot, Yv as FeeDiscountAccountInfo, Yx as MsgSubmitTextProposal, Yy as StakingModuleParams, Z as TcDerivativeOrdersStreamCallbackV2, Z_ as BatchCancelDerivativeOrdersAuthz, Za as GrpcMegaVaultPnl, Zb as MsgCreateSpotLimitOrder, Zc as Block, Zd as getChecksumAddress, Zf as getErrorMessage, Zg as AuctionCurrentBasket, Zh as TxClientMode, Zi as TransactionFromExplorerApiResponse, Zl as SubaccountBalance, Zm as createAnyMessage, Zn as IndexerGrpcAuctionTransformer, Zo as GrpcHistoricalVolumes, Zp as MsgInstantSpotMarketLaunchV2, Zr as ChronosLeaderboard, Zs as OraclePriceV2Filter, Zt as DerivativeOrdersStreamCallback, Zu as MitoStakingActivity, Zv as FeeDiscountTierInfo, Zx as MsgRevoke, Zy as Validator, _ as ChainGrpcEvmTransformer, __ as GrpcPermissionPolicyStatusManagerCapability, _a as GrpcDerivativeOrderHistory, _b as GovModuleStateParams, _c as QuantityAndFees, _d as WsState, _f as derivativeMarginFromChainMargin, _g as GovMsgs, _h as subscribeToTendermintTxEvent, _i as WsPriceOracleMarketPrice, _l as GrpcBankMsgSendMessage, _m as GrantAuthorizationType, _n as OraclePriceStreamCallback, _o as MegaVaultPnlStats, _p as messageHash, _r as IndexerGrpcMegaVaultApi, _s as AuctionsStats, _t as SpotAverageEntriesStreamCallbackV2, _u as GrpcMitoPagination, _v as OracleTypeMap, _x as MsgUpdateRateLimit, _y as GrpcOrderTypeMap, a as ChainGrpcExchangeTransformer, a_ as AuctionModuleStateResponse, aa as DerivativeMarket, ab as ContractCodeHistoryOperationType, ac as SpotLimitOrder, ad as MitoVestingConfig, af as getDerivativeMarketDecimals, ag as TxPrepareTxInclusionWaitArgs, ah as createNonCriticalExtensionFromObject, ai as GrpcWsPriceOracleLatestMarketPricesV2Response, al as EventLog, am as MsgReclaimLockedFundsV2, an as BlocksStreamCallback, ao as GrpcMegaVaultVolatility, ap as objectToJson, ar as IndexerGrpcMitoTransformer, as as Holder, at as DerivativePositionsStreamCallbackV2, au as GrpcMitoDenomBalance, av as CreateSpotLimitOrderAuthz, ax as MsgTransferDelegation, ay as GrpcChainSpotMarket, b as ChainRestWasmApi, b_ as GrpcPermissionRoleIDs, ba as GrpcDerivativeTrade, bb as GrpcGovernanceVotingParams, bc as GrpcRFQExpiry, bd as fetchAllWithPagination, bf as derivativeMarginToChainMarginToFixed, bg as Msgs, bh as waitTxBroadcasted, bi as WsPriceOracleResponseMode, bl as GrpcIBCTransferTx, bm as ExecArgNeptuneWithdraw, bn as IndexerGrpcMitoStream, bo as MegaVaultStats, bp as privateKeyToPublicKey, br as IndexerGrpcCampaignApi, bs as GrpcAuctionCoin, bt as BidsStreamCallbackV2, bu as GrpcMitoStakingPool, bv as BankModuleParams, bx as MsgExecuteContract, by as GrpcSpotMarketOrder, c as ChainGrpcCommonTransformer, c_ as GrpcAuctionEventAuctionResult, ca as DerivativeOrderHistory, cb as ContractStateWithPagination, cc as SpotOrderCancelParams, cd as GrpcDecodeError, cf as getSpotMarketTensMultiplier, cg as AuctionMsgs, ch as createSignerInfo, ci as GrpcWsPriceOracleMarketStreamMessage, cl as ExplorerCW20BalanceWithToken, cm as MsgExternalTransferV2, cn as TransactionsStreamCallback, co as MegaVaultApr, cp as sortObjectByKeys, cr as IndexerRestDerivativesChronosApi, cs as SpotAverageEntry, ct as IndexerGrpcDerivativesStreamV2, cu as GrpcMitoIDOClaimedCoins, cv as Grant, cx as MsgLiquidatePosition, cy as GrpcExchangeParams, d as ChainGrpcPeggyTransformer, d_ as GrpcAuctionLastAuctionResult, da as ExpiryFuturesMarketInfo, db as GrpcCodeInfoResponse, dc as GrpcPriceLevel, dd as ResolvedWsTransportConfig, df as denomAmountFromChainDenomAmount, dg as DistributionMsgs, dh as createWeb3Extension, di as GrpcWsPriceOracleStreamMarketsV2Response, dl as ExplorerTransactionV2, dm as MsgWithdrawV2, dn as IndexerGrpcTradingStream, do as MegaVaultHistoricalTVL, dp as TypedDataUtilsHashStruct, dr as IndexerRestExplorerApi, ds as AccountAuctionV2, dt as WsPriceOracleMarketsV2StreamCallbackV2, du as GrpcMitoIDOSubscription, dv as GrantWithDecodedAuthorization, dx as MsgRevokeAllowance, dy as GrpcFeeDiscountTierInfo, eS as MsgSend, e_ as AuctionEventBid, ea as BaseDerivativeMarket, eb as AbsoluteTxPosition, ec as GrpcAtomicSwap, ed as MitoSubaccountBalance, ef as getInjectiveAddress, eg as TxEventInclusionOptions, eh as errorToErrorMessage, ei as AllChronosDerivativeMarketSummary, el as Contract, em as MsgCreateSpotMarketOrderV2, en as DerivativeTradesStreamCallback, eo as GrpcMegaVaultSubscription, ep as isBrowser, er as IndexerGrpcOracleTransformer, es as GrpcSpotAverageEntry, et as DerivativeMarketStreamCallbackV2, eu as SubaccountTransfer, ev as BatchCreateSpotLimitOrdersAuthz, ex as MsgFundCommunityPool, ey as GrpcChainDerivativeMarket, f as ChainGrpcAuthZTransformer, f_ as GrpcAuctionParams, fa as FundingPayment, fb as GrpcContractCodeHistoryEntry, fc as GrpcTokenMeta, fd as TransportEventListener, ff as denomAmountFromChainDenomAmountToFixed, fg as Erc20Msgs, fh as getAminoStdSignDoc, fi as WsPriceOracleLatestMarketPricesParams, fl as ExplorerTxsV2Response, fm as MsgSignDataV2, fn as BidsStreamCallback, fo as MegaVaultIncentives, fp as TypedDataUtilsSanitizeData, fr as IndexerGrpcInsuranceFundApi, fs as Auction, ft as BlocksStreamCallbackV2, fu as GrpcMitoIDOSubscriptionActivity, fv as GrpcInsuranceFund, fx as MsgCancelSpotOrder, fy as GrpcFeeDiscountTierTTL, g as ChainGrpcAuthTransformer, g_ as GrpcPermissionPolicyStatus, ga as GrpcDerivativeMarketInfo, gb as grpcContractInfo, gc as PriceLevel, gd as WsReconnectConfig, gf as denomAmountToGrpcChainDenomAmount, gg as FeegrantMsgs, gh as normalizeTendermintWebSocketEndpoint, gi as WsPriceOracleLightMarketStreamMessage, gl as GasFee, gm as GenericAuthorization$1, gn as IndexerGrpcOracleStream, go as MegaVaultPnl, gp as hashToHex, gr as IndexerGrpcDerivativesApi, gs as AuctionV2, gt as IndexerGrpcArchiverStreamV2, gu as GrpcMitoMissionLeaderboardEntry, gv as InsuranceModuleParams, gx as MsgRemoveRateLimit, gy as GrpcOrderType, h as ChainGrpcBankTransformer, h_ as GrpcPermissionNamespace, ha as GrpcDerivativeLimitOrder, hb as TokenInfo, hc as OrderbookWithSequence, hd as WsDisconnectReason, hf as denomAmountToChainDenomAmountToFixed, hg as ExchangeV2Msgs, hh as generateArbitrarySignDoc, hi as WsPriceOracleLatestMarketPricesV2Response, hl as ExplorerValidatorUptime, hm as ContractExecutionAuthorization, hn as IndexerGrpcAccountStream, ho as MegaVaultOperatorRedemptionBucket, hp as domainHash, hr as IndexerGrpcAccountPortfolioApi, hs as AuctionContract, ht as TransactionsStreamCallbackV2, hu as GrpcMitoMission, hv as InsuranceFund, hx as MsgGrantAllowance, hy as GrpcOrderInfo, i as ChainGrpcPermissionsTransformer, i_ as AuctionModuleStateParams, ia as DerivativeLimitOrderParams, ib as ContractCodeHistoryEntry, ic as GrpcSpotTrade, id as MitoVault, if as removeHexPrefix, ig as TxInclusionWaiter, ih as createFee, ii as GrpcWsPriceOracleLatestMarketPricesResponse, il as CosmWasmPermission, im as MsgAuthorizeStakeGrantsV2, in as WsPriceOracleMarketsV2StreamCallback, io as GrpcMegaVaultVaultStats, ip as isServerSide, ir as IndexerGrpcSpotTransformer, is as HistoricalVolumes, it as DerivativeOrdersStreamCallbackV2, iu as GrpcMitoClaimReference, iv as CreateDerivativeMarketOrderAuthz, ix as MsgRelayProviderPrices, iy as GrpcChainPosition, j as ChainGrpcTxFeesApi, j_ as PermissionPolicyManagerCapability, ja as Position, jb as VoteOption, jc as RFQMakerAuth, jd as BECH32_PUBKEY_CONS_PREFIX, jf as formatNumberToAllowableDecimals, jg as RestApiResponse, jh as RestAuthInfo, ji as GrpcTcDerivativesPositionsResponse, jl as PeggyWithdrawalTx, jm as getDefaultEip712TypesV2, jn as SpotTradesStreamCallback, jo as AllSpotMarketSummaryResponse, jp as makeTimeoutTimestampInNs, jr as IndexerGrpcMitoApi, js as GrpcRFQGwPrepareEip712AutoSignRequest, jt as TransfersStreamCallbackV2, ju as MitoGauge, jv as EvmBlobConfig, jx as MsgDelegate, jy as TradingRewardCampaignInfo, k as ChainGrpcStakingApi, k_ as PermissionNamespace, ka as PerpetualMarketFunding, kb as TallyResult, kc as RFQConditionalOrdersResponse, kd as BECH32_ADDR_VAL_PREFIX, kf as formatAmountToAllowableAmount, kg as MsgAdminUpdateBinaryOptionsMarket, kh as BroadcastMode, ki as GrpcTcDerivativeTradesResponse, kl as Paging, km as getEip712TypedDataV2, kn as SpotOrderbookV2StreamCallback, ko as OperationStatusLogEntry, kp as getGasPriceBasedOnMessage, kr as IndexerGrpcSpotApi, ks as GrpcRFQGwPrepareAutoSignRequest, kt as IndexerGrpcMitoStreamV2, ku as MitoClaimReference, kv as EthAccount, kx as MsgWithdraw, ky as TradeRewardCampaign, l as ChainGrpcTxFeesTransformer, l_ as GrpcAuctionEventAuctionStart, la as DerivativeTrade, lb as GoogleProtoBufAny, lc as SpotOrderHistory, ld as GrpcFrame, lf as amountToCosmosSdkDecAmount, lg as AuthzMsgs, lh as createSigners, li as GrpcWsPriceOracleMarketStreamRawPayload, ll as ExplorerStats, lm as MsgCancelSpotOrderV2, ln as IndexerGrpcArchiverStream, lo as MegaVaultAprStats, lp as sortObjectByKeysWithReduce, lr as IndexerRestMarketChronosApi, ls as VolLeaderboard, lt as IndexerGrpcWsPriceOracleStreamV2, lu as GrpcMitoIDOProgress, lv as GrantAuthorization, lx as MsgBatchUpdateOrders, ly as GrpcFeeDiscountAccountInfo, m as ChainGrpcMintTransformer, m_ as GrpcPermissionAddressVoucher, ma as GrpcBinaryOptionsMarketInfo, mb as MarketingInfo, mc as Orderbook, md as TransportEvents, mf as denomAmountToChainDenomAmount, mg as ExchangeV1Msgs, mh as getTransactionPartsFromTxRaw, mi as WsPriceOracleLatestMarketPricesV2Params, ml as ExplorerValidatorDescription, mm as ContractExecutionCompatAuthorization, mn as BalanceStreamCallback, mo as MegaVaultOperator, mp as decompressPubKey, mr as IndexerGrpcWsPriceOracleApi, ms as AuctionCoinPrices, mt as IndexerGrpcExplorerStreamV2, mu as GrpcMitoLeaderboardEpoch, mv as GrpcRedemptionSchedule, mx as MsgBeginRedelegate, my as GrpcMarketStatusMap, n as ChainGrpcTokenFactoryTransformer, nS as GrpcWebFetchTransport, n_ as AuctionModuleParams, na as BinaryOptionsMarket, nb as ContractAccountBalance, nc as GrpcSpotMarketInfo, nd as MitoTokenInfo, nf as getSubaccountId, ng as TxFetchTxPollArgs, nh as createAuthInfo, ni as ChronosDerivativeMarketSummary, nl as ContractTransactionWithMessages, nm as MsgCancelDerivativeOrderV2, nn as IndexerGrpcWsPriceOracleStream, no as GrpcMegaVaultUnrealizedPnl, np as isNode, nr as IndexerGrpcRfqGwTransformer, ns as HistoricalBalance, nt as DerivativeOrderbookUpdateStreamCallbackV2, nu as TransferType, nv as CancelSpotOrderAuthz, nx as MsgUpdateSpotMarketV2, ny as GrpcChainFullDerivativeMarket, o as ChainGrpcStakingTransformer, o_ as AuctionParams, oa as DerivativeMarketWithoutBinaryOptions, ob as ContractCodeHistoryOperationTypeMap, oc as SpotLimitOrderParams, od as MitoVestingConfigMap, of as getDerivativeMarketTensMultiplier, og as TxResponse, oh as createSignDoc, oi as GrpcWsPriceOracleLightMarketStreamMessage, ol as EventLogEvent, om as MsgLiquidatePositionV2, on as BlocksWithTxsStreamCallback, oo as GrpcMegaVaultVolatilityStats, op as protoObjectToJson, or as IndexerGrpcRfqTransformer, os as LeaderboardRow, ot as DerivativePositionsV2StreamCallbackV2, ou as GrpcMitoHolders, ov as CreateSpotMarketOrderAuthz, ox as MsgRequestRedemption, oy as GrpcDenomDecimals, p as ChainGrpcWasmTransformer, p_ as GrpcPermissionActorRoles, pa as FundingRate, pb as GrpcContractInfo, pc as IndexerTokenMeta, pd as TransportEventType, pf as denomAmountFromGrpcChainDenomAmount, pg as ExchangeMsgs, ph as getPublicKey, pi as WsPriceOracleLatestMarketPricesResponse, pl as ExplorerValidator, pm as MsgDepositV2, pn as IndexerGrpcAuctionStream, po as MegaVaultMaxDrawdown, pp as TypedMessageV4, pr as IndexerGrpcTcDerivativesApi, ps as AuctionCoin, pt as BlocksWithTxsStreamCallbackV2, pu as GrpcMitoLeaderboardEntry, pv as GrpcInsuranceParams, px as MsgCreateValidator, py as GrpcMarketStatus, q as AccountPortfolioStreamCallbackV2, q_ as Params, qa as GrpcMegaVaultMaxDrawdown, qb as MsgCancelDerivativeOrder, qc as AccessType, qd as uint8ArrayToHex, qf as spotQuantityToChainQuantityToFixed, qg as AccountsResponse, qh as SignerDetails, qi as ExplorerApiResponse, ql as GrpcSubaccountBalanceTransfer, qm as SIGN_DIRECT, qn as IndexerOracleStreamTransformer, qo as DenomHolders, qp as MsgCreateDerivativeMarketOrderV2, qr as GrpcSubaccountDepositV2, qs as GrpcOracle, qt as DerivativeMarketStreamCallback, qu as MitoPagination, qv as ExchangeModuleParams, qx as MsgSubmitProposalSpotMarketLaunch, qy as Pool, r as ChainGrpcDistributionTransformer, r_ as AuctionModuleState, ra as DerivativeLimitOrder, rb as ContractAccountsBalanceWithPagination, rc as GrpcSpotOrderHistory, rd as MitoTransfer, rf as isCw20ContractAddress, rg as TxInclusionStrategy, rh as createBody, ri as ChronosDerivativeMarketSummaryResponse, rl as CosmWasmChecksum, rm as MsgCreateSpotLimitOrderV2, rn as WsPriceOracleMarketsStreamCallback, ro as GrpcMegaVaultUserStats, rp as isReactNative, rr as IndexerCampaignTransformer, rs as HistoricalRPNL, rt as DerivativeOrderbookV2StreamCallbackV2, ru as GrpcMitoChanges, rv as CreateDerivativeLimitOrderAuthz, rx as MsgReclaimLockedFunds, ry as GrpcChainFullSpotMarket, s as ChainGrpcAuctionTransformer, s_ as GrpcAuctionBid, sa as DerivativeOrderCancelParams, sb as ContractInfo, sc as SpotMarket, sd as MitoWhitelistAccount, sf as getSpotMarketDecimals, sg as TxWaitForTxInclusionArgs, sh as createSignDocFromTransaction, si as GrpcWsPriceOracleMarketStreamLeg, sl as ExplorerBlockWithTxs, sm as MsgBatchUpdateOrdersV2, sn as IndexerGrpcExplorerStream, so as MegaVault, sp as safeBigIntStringify, sr as IndexerRestLeaderboardChronosApi, ss as PnlLeaderboard, st as DerivativeTradesStreamCallbackV2, su as GrpcMitoIDO, sv as GenericAuthorization, sx as MsgInstantiateContract, sy as GrpcDenomMinNotional, t as ChainGrpcInsuranceFundTransformer, tS as MsgVote, t_ as AuctionLastAuctionResult, ta as BatchDerivativeOrderCancelParams, tb as CodeInfoResponse, tc as GrpcSpotLimitOrder, td as MitoSubscription, tf as getInjectiveAddressFromSubaccountId, tg as TxEventWebSocketFactory, th as isTxNotFoundError, ti as AllDerivativeMarketSummaryResponse, tl as ContractTransaction, tm as MsgBatchCancelSpotOrdersV2, tn as IndexerGrpcDerivativesStream, to as GrpcMegaVaultTargetApr, tp as isJsonString, tr as IndexerRfqStreamTransformer, ts as GrpcVolLeaderboard, tt as DerivativeOrderHistoryStreamCallbackV2, tu as TradingReward, tv as CancelDerivativeOrderAuthz, tx as MsgSetDenomMetadata, ty as GrpcChainDerivativePosition, u as ChainGrpcErc20Transformer, u_ as GrpcAuctionEventBid, ua as ExpiryFuturesMarket, ub as GrpcAbsoluteTxPosition, uc as SpotTrade, ud as IsomorphicWebSocket, uf as cosmosSdkDecToBigNumber, ug as BankMsgs, uh as createTxRawEIP712, ui as GrpcWsPriceOracleStreamMarketsResponse, ul as ExplorerTransaction, um as MsgRewardsOptOutV2, un as SpotAverageEntriesStreamCallback, uo as MegaVaultHistoricalPnL, up as SignTypedDataVersionV4, ur as IndexerRestSpotChronosApi, us as AccountAuctionStatus, ut as WsPriceOracleMarketsStreamCallbackV2, uu as GrpcMitoIDOSubscriber, uv as GrantAuthorizationWithDecodedAuthorization, ux as MsgExternalTransfer, uy as GrpcFeeDiscountSchedule, v as ChainGrpcGovTransformer, v_ as GrpcPermissionRole, va as GrpcDerivativePosition, vb as GrpcGovernanceDepositParams, vc as Route, vd as WsTransportConfig, vf as derivativeMarginFromChainMarginToFixed, vg as IbcMsgs, vh as TxRestApi, vi as WsPriceOracleMarketStreamLeg, vl as GrpcExplorerStats, vm as getGenericAuthorizationFromMessageType, vn as OraclePricesByMarketsStreamCallback, vo as MegaVaultRedemption, vp as privateKeyHashToPublicKey, vr as IndexerGrpcReferralApi, vs as GrpcAccountAuctionV2, vt as GridStrategyStreamCallbackV2, vu as GrpcMitoPriceSnapshot, vv as GrpcMintParams, vx as MsgCreateRateLimit, vy as GrpcPointsMultiplier, w as ChainGrpcTokenFactoryApi, w_ as PermissionActionMap, wa as GrpcPerpetualMarketFunding, wb as GrpcVote, wc as GrpcRFQSettlement, wd as pageRequestToGrpcPageRequestV2, wf as derivativePriceToChainPriceToFixed, wg as TokenFactoryMsgs, wh as createTransactionForAddressAndMsg, wi as GrpcTcDerivativeLimitOrder, wl as GrpcValidatorSlashingEvent, wm as PrivateKey, wn as VaultStreamCallback, wo as MegaVaultUnrealizedPnl, wp as sanitizeTypedData, wr as IndexerGrpcAccountApi, ws as GrpcIndexerAuctionBid, wt as IndexerGrpcOracleStreamV2, wu as GrpcMitoSubscription, wv as SendEnabled, wx as MsgPrivilegedExecuteContract, wy as GrpcTradingRewardCampaignInfo, x as ChainRestAuthApi, x_ as GrpcPermissionRoleManager, xa as GrpcExpiryFuturesMarketInfo, xb as GrpcProposal, xc as GrpcRFQProcessedQuote, xd as grpcPaginationToPagination, xf as derivativePriceFromChainPrice, xg as OracleMsgs, xh as createTransaction, xi as WsPriceOracleSlimPrices, xl as GrpcIndexerValidatorDescription, xm as ExecArgNeptuneDeposit, xn as StakingRewardByAccountStreamCallback, xo as MegaVaultSubscription, xp as privateKeyToPublicKeyBase64, xr as IndexerGrpcExplorerApi, xs as GrpcAuctionCoinPrices, xt as IndexerGrpcAuctionStreamV2, xu as GrpcMitoStakingStakingActivity, xv as GrpcBankParams, xx as MsgCreateDenom, xy as GrpcSpotOrder, y as ChainRestTendermintApi, y_ as GrpcPermissionRoleActors, ya as GrpcDerivativePositionV2, yb as GrpcGovernanceTallyParams, yc as GrpcRFQConditionalOrder, yd as recoverTypedSignaturePubKey, yf as derivativeMarginToChainMargin, yg as InsuranceMsgs, yh as TxGrpcApi, yi as WsPriceOracleMarketStreamRawPayload, yl as GrpcGasFee, ym as msgsOrMsgExecMsgs, yn as HistoricalStakingStreamCallback, yo as MegaVaultRedemptionStatus, yp as privateKeyHashToPublicKeyBase64, yr as IndexerGrpcArchiverApi, ys as GrpcAuction, yt as IndexerGrpcTradingStreamV2, yu as GrpcMitoStakingGauge, yv as MinModuleParams, yx as MsgMigrateContract, yy as GrpcSpotMarket, z as ChainGrpcBankApi, z_ as GrpcOracleParams, za as RedemptionStatus, zb as MsgWithdrawDelegatorReward, zc as RFQSettlementType, zd as fromUtf8, zf as numberToCosmosSdkDecString, zg as GrpcDecCoin, zh as TxResult, zi as TcDerivativesOrdersHistoryResponse, zl as GridStrategyStreamResponse, zm as getObjectEip712PropertyType, zn as IndexerGrpcMitoStreamTransformer, zo as GrpcCampaignV2, zp as MsgClaimVoucher, zr as AllChronosMarketHistory, zs as RFQGwPrepareAutoSignResponseType, zt as IndexerGrpcRfqStreamV2, zu as MitoIDOSubscription, zv as GrpcEvmLog, zx as MsgExec, zy as GrpcReDelegationResponse } from "./index-nWezMvQU.cjs";
|
|
4
4
|
import "./BaseGrpcConsumer-hQUELUgx.cjs";
|
|
5
5
|
import { n as PointsStatsRow, r as AbacusGrpcApi, t as PointsLatestResponse } from "./index-DHXKfIfk.cjs";
|
|
6
6
|
import { $ as ExecArgInitiateTransfer, A as QueryQuantityAndFeesResponse, B as ExecArgCW20AdapterRedeemAndTransfer, C as NEPTUNE_USDT_CW20_CONTRACT, D as QueryAllRoutes, E as QueryInputQuantity, G as ExitConfig, H as ExecPrivilegedArgVaultRedeem, I as ExecArgs, J as TrailingArithmetic, K as ExitType, L as ExecPrivilegedArgs, M as WasmContractQueryResponse, N as MsgExecuteContractCompat, O as QueryRoute, Q as ExecArgUpdateGridConfig, R as ExecPrivilegedArgOffChainVaultSubscribe, S as LendingRateResponse, St as TypedDataField, T as QueryOutputQuantity, U as ExecArgCreateSpotGridStrategy, V as ExecPrivilegedArgVaultSubscribe, W as ExecArgCreatePerpGridStrategy, X as ExecArgRemoveGridStrategy, Y as TrailingArithmeticLP, Z as ExecArgIncreaseAllowance, _ as QueryGetPrices, a as QueryInjectiveAddress, at as ExecArgCW20Transfer, b as AssetInfo, bt as Eip712ConvertTxArgs, c as InjNameServiceQueryTransformer, ct as ExecArgCW20Send, d as IncentivesQueryTransformer, et as ExecArgSwapExactOutput, g as QueryGetAllLendingRates, h as NEPTUNE_PRICE_CONTRACT, i as QueryTradingStrategyContractConfig, it as ExecArgFundCampaign, j as QueryRouteResponse, k as SwapQueryTransformer, l as QueryGetCampaigns, m as QueryRoundResponse, n as QueryTradingStrategyContractUserStrategies, nt as ExecArgSwapMinOutput, o as QueryResolverAddress, ot as ExecArgCreateRound, p as QueryCampaignResponse, q as StrategyType, r as QueryTradingStrategyContractAllStrategies, rt as ExecArgDepositTokens, s as QueryInjName, st as ExecArgSubmitVaa, t as QueryTradingStrategyContractTotalStrategies, tt as ExecArgCreateCampaign, u as QueryAllRounds, v as NeptuneQueryTransformer, w as PriceResponse, x as AssetInfoWithPrice, xt as MapOfTypedDataField, y as NeptuneService, yt as Eip712ConvertFeeArgs, z as ExecPrivilegedArgOffChainVaultRedeem } from "./index-XXaVvoVF.cjs";
|
|
@@ -4,7 +4,7 @@ const require_defineProperty = require('./defineProperty-DAtJs5JQ.cjs');
|
|
|
4
4
|
const require_accounts = require('./accounts-sOgnGdJR.cjs');
|
|
5
5
|
const require_ChainRestTendermintApi = require('./ChainRestTendermintApi-YT8Cma7n.cjs');
|
|
6
6
|
const require_BaseGrpcConsumer = require('./BaseGrpcConsumer-Dz4HNpJI.cjs');
|
|
7
|
-
const require_IndexerGrpcWeb3GwApi = require('./IndexerGrpcWeb3GwApi-
|
|
7
|
+
const require_IndexerGrpcWeb3GwApi = require('./IndexerGrpcWeb3GwApi-Ck9raGFF.cjs');
|
|
8
8
|
let __injectivelabs_core_proto_ts_v2_generated_cosmos_tx_v1beta1_tx_pb = require("@injectivelabs/core-proto-ts-v2/generated/cosmos/tx/v1beta1/tx_pb");
|
|
9
9
|
__injectivelabs_core_proto_ts_v2_generated_cosmos_tx_v1beta1_tx_pb = require_chunk.__toESM(__injectivelabs_core_proto_ts_v2_generated_cosmos_tx_v1beta1_tx_pb);
|
|
10
10
|
let viem = require("viem");
|
package/dist/cjs/utils.d.cts
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
import "./tx_pb-7h617od9.cjs";
|
|
2
2
|
import "./index-DYAz6OYS.cjs";
|
|
3
|
-
import { $d as getEthereumAddress, $f as hexToNumber, Ad as BECH32_PUBKEY_ACC_PREFIX, Af as formatAmountToAllowableDecimals, Ap as makeTimeoutTimestamp, Bd as hexToBase64, Bf as spotPriceFromChainPrice, Cd as grpcPagingToPagingV2, Cf as derivativePriceToChainPrice, Cp as ripemd160, Dd as BECH32_ADDR_ACC_PREFIX, Df as derivativeQuantityToChainQuantity, Dp as ofacList, Ed as paginationUint8ArrayToString, Ef as derivativeQuantityFromChainQuantityToFixed, Ep as parseCoins, Fd as base64ToUtf8, Ff as getExactDecimalsFromNumber, Gd as toUtf8, Gf as spotQuantityFromChainQuantityToFixed, Hd as hexToUint8Array, Hf as spotPriceToChainPrice, Id as binaryToBase64, If as getSignificantDecimalsFromNumber, Jd as uint8ArrayToString, Jf as bigIntReplacer, Kd as uint8ArrayToBase64, Kf as spotQuantityToChainQuantity, Ld as concatUint8Arrays, Lf as getTensMultiplier, Md as BECH32_PUBKEY_VAL_PREFIX, Mf as formatNumberToAllowableTensMultiplier, Mp as protobufTimestampToDate, Nd as DEFAULT_DERIVATION_PATH, Nf as formatPriceToAllowableDecimals, Np as protobufTimestampToUnixMs, Od as BECH32_ADDR_CONS_PREFIX, Of as derivativeQuantityToChainQuantityToFixed, Op as getGrpcWebTransport, Pd as base64ToUint8Array, Pf as formatPriceToAllowablePrice, Pp as protobufTimestampToUnixSeconds, Qd as getDefaultSubaccountId, Qf as grpcCoinToUiCoin, Rd as fromBase64, Rf as isNumber, Sd as grpcPagingToPaging, Sf as derivativePriceFromChainPriceToFixed, Sp as publicKeyToAddress, Td as paginationRequestFromPagination, Tf as derivativeQuantityFromChainQuantity, Tp as sha256, Ud as stringToUint8Array, Uf as spotPriceToChainPriceToFixed, Vd as hexToBuff, Vf as spotPriceFromChainPriceToFixed, Wd as toBase64, Wf as spotQuantityFromChainQuantity, Xd as getAddressFromInjectiveAddress, Xf as bigIntToString, Yd as addHexPrefix, Yf as bigIntToNumber, Zd as getChecksumAddress, Zf as getErrorMessage, _f as derivativeMarginFromChainMargin, _p as messageHash, af as getDerivativeMarketDecimals, ap as objectToJson, bd as fetchAllWithPagination, bf as derivativeMarginToChainMarginToFixed, bp as privateKeyToPublicKey, cf as getSpotMarketTensMultiplier, cp as sortObjectByKeys, df as denomAmountFromChainDenomAmount, dp as TypedDataUtilsHashStruct, ef as getInjectiveAddress, ep as isBrowser, ff as denomAmountFromChainDenomAmountToFixed, fp as TypedDataUtilsSanitizeData, gf as denomAmountToGrpcChainDenomAmount, gp as hashToHex, hf as denomAmountToChainDenomAmountToFixed, hp as domainHash, if as removeHexPrefix, ip as isServerSide, jd as BECH32_PUBKEY_CONS_PREFIX, jf as formatNumberToAllowableDecimals, jp as makeTimeoutTimestampInNs, kd as BECH32_ADDR_VAL_PREFIX, kf as formatAmountToAllowableAmount, kp as getGasPriceBasedOnMessage, lf as amountToCosmosSdkDecAmount, lp as sortObjectByKeysWithReduce, mf as denomAmountToChainDenomAmount, mp as decompressPubKey, nS as GrpcWebFetchTransport, nf as getSubaccountId, np as isNode, of as getDerivativeMarketTensMultiplier, op as protoObjectToJson, pf as denomAmountFromGrpcChainDenomAmount, pp as TypedMessageV4, qd as uint8ArrayToHex, qf as spotQuantityToChainQuantityToFixed, rf as isCw20ContractAddress, rp as isReactNative, sf as getSpotMarketDecimals, sp as safeBigIntStringify, tf as getInjectiveAddressFromSubaccountId, tp as isJsonString, uf as cosmosSdkDecToBigNumber, up as SignTypedDataVersionV4, vf as derivativeMarginFromChainMarginToFixed, vp as privateKeyHashToPublicKey, wd as pageRequestToGrpcPageRequestV2, wf as derivativePriceToChainPriceToFixed, wp as sanitizeTypedData, xd as grpcPaginationToPagination, xf as derivativePriceFromChainPrice, xp as privateKeyToPublicKeyBase64, yd as recoverTypedSignaturePubKey, yf as derivativeMarginToChainMargin, yp as privateKeyHashToPublicKeyBase64, zd as fromUtf8, zf as numberToCosmosSdkDecString } from "./index-
|
|
3
|
+
import { $d as getEthereumAddress, $f as hexToNumber, Ad as BECH32_PUBKEY_ACC_PREFIX, Af as formatAmountToAllowableDecimals, Ap as makeTimeoutTimestamp, Bd as hexToBase64, Bf as spotPriceFromChainPrice, Cd as grpcPagingToPagingV2, Cf as derivativePriceToChainPrice, Cp as ripemd160, Dd as BECH32_ADDR_ACC_PREFIX, Df as derivativeQuantityToChainQuantity, Dp as ofacList, Ed as paginationUint8ArrayToString, Ef as derivativeQuantityFromChainQuantityToFixed, Ep as parseCoins, Fd as base64ToUtf8, Ff as getExactDecimalsFromNumber, Gd as toUtf8, Gf as spotQuantityFromChainQuantityToFixed, Hd as hexToUint8Array, Hf as spotPriceToChainPrice, Id as binaryToBase64, If as getSignificantDecimalsFromNumber, Jd as uint8ArrayToString, Jf as bigIntReplacer, Kd as uint8ArrayToBase64, Kf as spotQuantityToChainQuantity, Ld as concatUint8Arrays, Lf as getTensMultiplier, Md as BECH32_PUBKEY_VAL_PREFIX, Mf as formatNumberToAllowableTensMultiplier, Mp as protobufTimestampToDate, Nd as DEFAULT_DERIVATION_PATH, Nf as formatPriceToAllowableDecimals, Np as protobufTimestampToUnixMs, Od as BECH32_ADDR_CONS_PREFIX, Of as derivativeQuantityToChainQuantityToFixed, Op as getGrpcWebTransport, Pd as base64ToUint8Array, Pf as formatPriceToAllowablePrice, Pp as protobufTimestampToUnixSeconds, Qd as getDefaultSubaccountId, Qf as grpcCoinToUiCoin, Rd as fromBase64, Rf as isNumber, Sd as grpcPagingToPaging, Sf as derivativePriceFromChainPriceToFixed, Sp as publicKeyToAddress, Td as paginationRequestFromPagination, Tf as derivativeQuantityFromChainQuantity, Tp as sha256, Ud as stringToUint8Array, Uf as spotPriceToChainPriceToFixed, Vd as hexToBuff, Vf as spotPriceFromChainPriceToFixed, Wd as toBase64, Wf as spotQuantityFromChainQuantity, Xd as getAddressFromInjectiveAddress, Xf as bigIntToString, Yd as addHexPrefix, Yf as bigIntToNumber, Zd as getChecksumAddress, Zf as getErrorMessage, _f as derivativeMarginFromChainMargin, _p as messageHash, af as getDerivativeMarketDecimals, ap as objectToJson, bd as fetchAllWithPagination, bf as derivativeMarginToChainMarginToFixed, bp as privateKeyToPublicKey, cf as getSpotMarketTensMultiplier, cp as sortObjectByKeys, df as denomAmountFromChainDenomAmount, dp as TypedDataUtilsHashStruct, ef as getInjectiveAddress, ep as isBrowser, ff as denomAmountFromChainDenomAmountToFixed, fp as TypedDataUtilsSanitizeData, gf as denomAmountToGrpcChainDenomAmount, gp as hashToHex, hf as denomAmountToChainDenomAmountToFixed, hp as domainHash, if as removeHexPrefix, ip as isServerSide, jd as BECH32_PUBKEY_CONS_PREFIX, jf as formatNumberToAllowableDecimals, jp as makeTimeoutTimestampInNs, kd as BECH32_ADDR_VAL_PREFIX, kf as formatAmountToAllowableAmount, kp as getGasPriceBasedOnMessage, lf as amountToCosmosSdkDecAmount, lp as sortObjectByKeysWithReduce, mf as denomAmountToChainDenomAmount, mp as decompressPubKey, nS as GrpcWebFetchTransport, nf as getSubaccountId, np as isNode, of as getDerivativeMarketTensMultiplier, op as protoObjectToJson, pf as denomAmountFromGrpcChainDenomAmount, pp as TypedMessageV4, qd as uint8ArrayToHex, qf as spotQuantityToChainQuantityToFixed, rf as isCw20ContractAddress, rp as isReactNative, sf as getSpotMarketDecimals, sp as safeBigIntStringify, tf as getInjectiveAddressFromSubaccountId, tp as isJsonString, uf as cosmosSdkDecToBigNumber, up as SignTypedDataVersionV4, vf as derivativeMarginFromChainMarginToFixed, vp as privateKeyHashToPublicKey, wd as pageRequestToGrpcPageRequestV2, wf as derivativePriceToChainPriceToFixed, wp as sanitizeTypedData, xd as grpcPaginationToPagination, xf as derivativePriceFromChainPrice, xp as privateKeyToPublicKeyBase64, yd as recoverTypedSignaturePubKey, yf as derivativeMarginToChainMargin, yp as privateKeyHashToPublicKeyBase64, zd as fromUtf8, zf as numberToCosmosSdkDecString } from "./index-nWezMvQU.cjs";
|
|
4
4
|
import "./BaseGrpcConsumer-hQUELUgx.cjs";
|
|
5
5
|
import "./index-DHXKfIfk.cjs";
|
|
6
6
|
import "./index-XXaVvoVF.cjs";
|
|
@@ -219,6 +219,11 @@ var IndexerGrpcWeb3GwApi = class extends IndexerGrpcTransactionApi {
|
|
|
219
219
|
super(..._args);
|
|
220
220
|
_defineProperty(this, "module", IndexerModule.Web3Gw);
|
|
221
221
|
}
|
|
222
|
+
async prepareFeeGrantRequest({ granteeAddress }) {
|
|
223
|
+
const request = InjectiveExchangeRpcPb.PrepareFeeGrantRequest.create();
|
|
224
|
+
request.granteeAddress = granteeAddress;
|
|
225
|
+
return await this.executeGrpcCall(request, this.client.prepareFeeGrant.bind(this.client));
|
|
226
|
+
}
|
|
222
227
|
async prepareEip712Request({ address, chainId, message, memo, sequence, accountNumber, estimateGas = false, gasLimit = DEFAULT_GAS_LIMIT, feeDenom = DEFAULT_BRIDGE_FEE_DENOM, feePrice = DEFAULT_BRIDGE_FEE_PRICE, timeoutHeight, eip712Version = "v1" }) {
|
|
223
228
|
const txFeeAmount = CosmosBaseV1Beta1CoinPb.Coin.create({
|
|
224
229
|
denom: feeDenom,
|