@injectivelabs/sdk-ts 1.17.8 → 1.18.1
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/{BaseGrpcConsumer-DjBlHZXf.d.cts → BaseGrpcConsumer-XU1gXJm6.d.cts} +1 -1
- package/dist/cjs/{DirectEthSecp256k1Wallet-Bz_TABf8.cjs → DirectEthSecp256k1Wallet-Dspl1Hmi.cjs} +1 -1
- package/dist/cjs/{ExecArgNeptuneWithdraw-TyUvdHsN.cjs → ExecArgNeptuneWithdraw-DbSKGUcw.cjs} +1 -1
- package/dist/cjs/{MsgBase-DknjeeDb.cjs → MsgBase-CJJkzmQk.cjs} +1 -1
- package/dist/cjs/{MsgSetDenomMetadata-MOKVZiSF.cjs → MsgSetDenomMetadata-DLdr2cF-.cjs} +25 -15
- package/dist/cjs/{QueryTradingStrategyContractTotalStrategies-CDeAJmZj.cjs → QueryTradingStrategyContractTotalStrategies-D2cG35Jh.cjs} +2 -2
- package/dist/cjs/{accounts-BPCUUwFm.cjs → accounts-CAskEh_H.cjs} +1 -1
- package/dist/cjs/{chain-DmIDW_8V.cjs → chain-azSb1OZv.cjs} +3 -2
- package/dist/cjs/client/abacus.d.cts +4 -4
- package/dist/cjs/client/chain.cjs +1 -1
- package/dist/cjs/client/chain.d.cts +8 -8
- package/dist/cjs/client/indexer.d.cts +8 -8
- package/dist/cjs/client/olp.d.cts +4 -4
- package/dist/cjs/client/wasm.cjs +4 -4
- package/dist/cjs/client/wasm.d.cts +3 -3
- package/dist/cjs/core/accounts.cjs +2 -2
- package/dist/cjs/core/accounts.d.cts +8 -8
- package/dist/cjs/core/modules.cjs +5 -5
- package/dist/cjs/core/modules.d.cts +8 -8
- package/dist/cjs/core/tx.cjs +3 -3
- package/dist/cjs/core/tx.d.cts +8 -8
- package/dist/cjs/cosmjs.cjs +4 -4
- package/dist/cjs/cosmjs.d.cts +2 -2
- package/dist/cjs/exports.cjs +4 -4
- package/dist/cjs/exports.d.cts +2 -2
- package/dist/cjs/{index-k83cbNQj.d.cts → index--sK2-HcK.d.cts} +1 -1
- package/dist/cjs/{index-B-ODtCMF.d.cts → index-DBRk7KBS.d.cts} +1 -1
- package/dist/cjs/{index-CNxu0jEc.d.cts → index-DKhvDHXW.d.cts} +171 -115
- package/dist/{esm/index-B3d3VkdN.d.ts → cjs/index-DkZCBLFW.d.cts} +32 -6
- package/dist/cjs/{index-Bobbl6ef.d.cts → index-K2VD9zHZ.d.cts} +1 -1
- package/dist/cjs/{index-BdSf-iSf.d.cts → index-YxLQKJVw.d.cts} +1 -1
- package/dist/{esm/index-M499Wbuy.d.ts → cjs/index-r0RxGSzR.d.cts} +7 -7
- package/dist/cjs/index.cjs +7 -7
- package/dist/cjs/index.d.cts +8 -8
- package/dist/cjs/service.d.cts +3 -3
- package/dist/cjs/{tx-CYMyLXlj.cjs → tx-jKdvnSF8.cjs} +1 -1
- package/dist/cjs/{tx_pb-Wr-aZfKH.d.cts → tx_pb-DDTuVb3m.d.cts} +4 -4
- package/dist/cjs/types.d.cts +2 -2
- package/dist/cjs/utils.d.cts +8 -8
- package/dist/esm/{BaseGrpcConsumer-iOh57BsK.d.ts → BaseGrpcConsumer-CReMIR81.d.ts} +1 -1
- package/dist/esm/{DirectEthSecp256k1Wallet-BV8ttcYH.js → DirectEthSecp256k1Wallet-CbAgcHKE.js} +1 -1
- package/dist/esm/{ExecArgNeptuneWithdraw-DqIWmqJy.js → ExecArgNeptuneWithdraw-DJORl4u0.js} +1 -1
- package/dist/esm/{MsgBase-BYNH7Kr5.js → MsgBase-CbjK9owE.js} +1 -1
- package/dist/esm/{MsgSetDenomMetadata-CTyvXOGo.js → MsgSetDenomMetadata-BN6xAObK.js} +25 -15
- package/dist/esm/{QueryTradingStrategyContractTotalStrategies-CCM0S67l.js → QueryTradingStrategyContractTotalStrategies-Cvd5-BbY.js} +2 -2
- package/dist/esm/{accounts-DaSGlOcB.js → accounts-BKHD67r1.js} +1 -1
- package/dist/esm/{chain-DqFxHeeE.js → chain-DKLLvhir.js} +3 -2
- package/dist/esm/client/abacus.d.ts +4 -4
- package/dist/esm/client/chain.d.ts +8 -8
- package/dist/esm/client/chain.js +1 -1
- package/dist/esm/client/indexer.d.ts +8 -8
- package/dist/esm/client/olp.d.ts +4 -4
- package/dist/esm/client/wasm.d.ts +3 -3
- package/dist/esm/client/wasm.js +4 -4
- package/dist/esm/core/accounts.d.ts +8 -8
- package/dist/esm/core/accounts.js +2 -2
- package/dist/esm/core/modules.d.ts +8 -8
- package/dist/esm/core/modules.js +5 -5
- package/dist/esm/core/tx.d.ts +8 -8
- package/dist/esm/core/tx.js +3 -3
- package/dist/esm/cosmjs.d.ts +2 -2
- package/dist/esm/cosmjs.js +4 -4
- package/dist/esm/exports.d.ts +2 -2
- package/dist/esm/exports.js +4 -4
- package/dist/esm/{index-VRG59FQR.d.ts → index-2mDHsfhZ.d.ts} +1 -1
- package/dist/esm/{index-BMGcJt4Z.d.ts → index-C50cGGLl.d.ts} +1 -1
- package/dist/esm/{index-m9_e257q.d.ts → index-CSIVgVUj.d.ts} +1 -1
- package/dist/esm/{index-RFPnFBbK.d.ts → index-CyAnGzHK.d.ts} +1 -1
- package/dist/{cjs/index-Bp-AQIP3.d.cts → esm/index-CzA8Vsvu.d.ts} +32 -6
- package/dist/{cjs/index-COusnMLC.d.cts → esm/index-DCYNIH-b.d.ts} +7 -7
- package/dist/esm/{index-C32ydr8i.d.ts → index-Dnygt4tS.d.ts} +171 -115
- package/dist/esm/index.d.ts +8 -8
- package/dist/esm/index.js +7 -7
- package/dist/esm/service.d.ts +3 -3
- package/dist/esm/{tx-CSkj2rce.js → tx-CmDsuecJ.js} +1 -1
- package/dist/esm/{tx_pb-DiV92WM9.d.ts → tx_pb-D8fPXRH8.d.ts} +4 -4
- package/dist/esm/types.d.ts +2 -2
- package/dist/esm/utils.d.ts +8 -8
- package/package.json +6 -6
|
@@ -1,8 +1,8 @@
|
|
|
1
|
-
import { a as SignerInfo, d as Coin$1, f as DecCoin, i as SignDoc, l as SignMode, n as Fee, o as TxBody, r as ModeInfo, s as TxRaw, t as AuthInfo, u as Any } from "./tx_pb-
|
|
2
|
-
import { $ as SpotMarketOrder, A as DerivativeMarketOrder, At as MethodInfo, B as MarketStatus, C as BinaryOptionsMarket$1, D as Deposit$1, Dt as DuplexStreamingCall, E as DenomMinNotional, Et as UnaryCall, F as FeeDiscountSchedule$1, G as OrderType$1, H as MidPriceAndTOB, I as FeeDiscountTierInfo$1, J as PerpetualMarketInfo$2, K as Params$16, L as FeeDiscountTierTTL$1, M as DerivativeOrder$1, N as EffectiveGrant, O as DerivativeLimitOrder$2, Ot as ClientStreamingCall, P as ExpiryFuturesMarketInfo$2, Q as SpotMarket$1, R as GrantAuthorization$2, S as AggregateSubaccountVolumeRecord, St as TokenType, T as DenomDecimals, Tt as RpcTransport, U as OrderInfo$1, V as MarketVolume, W as OrderMask, X as Position$1, Y as PointsMultiplier$1, Z as SpotLimitOrder$2, _ as OrderState, _t as StreamState, a as StreamOperation, at as BandIBCParams, b as TradeExecutionType, ct as Params$17, et as SpotOrder$1, f as GrpcWebTransportAdditionalOptions, g as OrderSide, ht as StreamManagerEvents, i as PaginationOption, it as TradingRewardCampaignInfo$1, j as DerivativeMarketSettlementInfo, k as DerivativeMarket$1, kt as ServerStreamingCall, l as GrpcCoin, mt as StreamManagerConfig, nt as TradeRecords, ot as BandOracleRequest, p as GrpcWebOptions, q as PerpetualMarketFunding$2, r as Pagination, rt as TradingRewardCampaignBoostInfo$1, st as OracleType, t as ExchangePagination, tt as SubaccountTradeNonce, v as TradeDirection, vt as StreamSubscription, w as CampaignRewardPool$1, wt as RpcOptions, x as ActiveGrant, xt as TokenStatic, y as TradeExecutionSide, yt as TokenMeta, z as MarketFeeMultiplier } from "./index-
|
|
3
|
-
import { t as BaseGrpcConsumer } from "./BaseGrpcConsumer-
|
|
4
|
-
import { Ct as snakecaseKeys, F as RegisteredContract, I as ExecArgs, L as ExecPrivilegedArgs, N as MsgExecuteContractCompat, P as Params$14, St as TypedDataField, _t as Model, bt as Eip712ConvertTxArgs, dt as AbsoluteTxPosition$1, f as Coin$8, ft as AccessConfig, gt as ContractInfo$1, ht as ContractCodeHistoryOperationType$1, lt as ExecArgBase, mt as ContractCodeHistoryEntry$1, pt as AccessType$1, ut as ExecDataRepresentation, vt as MsgBase, yt as Eip712ConvertFeeArgs } from "./index-
|
|
5
|
-
import { V as BaseIndexerGrpcConsumer } from "./index-
|
|
1
|
+
import { a as SignerInfo, d as Coin$1, f as DecCoin, i as SignDoc, l as SignMode, n as Fee, o as TxBody, r as ModeInfo, s as TxRaw, t as AuthInfo, u as Any } from "./tx_pb-DDTuVb3m.cjs";
|
|
2
|
+
import { $ as SpotMarketOrder, A as DerivativeMarketOrder, At as MethodInfo, B as MarketStatus, C as BinaryOptionsMarket$1, D as Deposit$1, Dt as DuplexStreamingCall, E as DenomMinNotional, Et as UnaryCall, F as FeeDiscountSchedule$1, G as OrderType$1, H as MidPriceAndTOB, I as FeeDiscountTierInfo$1, J as PerpetualMarketInfo$2, K as Params$16, L as FeeDiscountTierTTL$1, M as DerivativeOrder$1, N as EffectiveGrant, O as DerivativeLimitOrder$2, Ot as ClientStreamingCall, P as ExpiryFuturesMarketInfo$2, Q as SpotMarket$1, R as GrantAuthorization$2, S as AggregateSubaccountVolumeRecord, St as TokenType, T as DenomDecimals, Tt as RpcTransport, U as OrderInfo$1, V as MarketVolume, W as OrderMask, X as Position$1, Y as PointsMultiplier$1, Z as SpotLimitOrder$2, _ as OrderState, _t as StreamState, a as StreamOperation, at as BandIBCParams, b as TradeExecutionType, ct as Params$17, et as SpotOrder$1, f as GrpcWebTransportAdditionalOptions, g as OrderSide, ht as StreamManagerEvents, i as PaginationOption, it as TradingRewardCampaignInfo$1, j as DerivativeMarketSettlementInfo, k as DerivativeMarket$1, kt as ServerStreamingCall, l as GrpcCoin, mt as StreamManagerConfig, nt as TradeRecords, ot as BandOracleRequest, p as GrpcWebOptions, q as PerpetualMarketFunding$2, r as Pagination, rt as TradingRewardCampaignBoostInfo$1, st as OracleType, t as ExchangePagination, tt as SubaccountTradeNonce, v as TradeDirection, vt as StreamSubscription, w as CampaignRewardPool$1, wt as RpcOptions, x as ActiveGrant, xt as TokenStatic, y as TradeExecutionSide, yt as TokenMeta, z as MarketFeeMultiplier } from "./index-DkZCBLFW.cjs";
|
|
3
|
+
import { t as BaseGrpcConsumer } from "./BaseGrpcConsumer-XU1gXJm6.cjs";
|
|
4
|
+
import { Ct as snakecaseKeys, F as RegisteredContract, I as ExecArgs, L as ExecPrivilegedArgs, N as MsgExecuteContractCompat, P as Params$14, St as TypedDataField, _t as Model, bt as Eip712ConvertTxArgs, dt as AbsoluteTxPosition$1, f as Coin$8, ft as AccessConfig, gt as ContractInfo$1, ht as ContractCodeHistoryOperationType$1, lt as ExecArgBase, mt as ContractCodeHistoryEntry$1, pt as AccessType$1, ut as ExecDataRepresentation, vt as MsgBase, yt as Eip712ConvertFeeArgs } from "./index-r0RxGSzR.cjs";
|
|
5
|
+
import { V as BaseIndexerGrpcConsumer } from "./index-K2VD9zHZ.cjs";
|
|
6
6
|
import { StdFee } from "@cosmjs/amino";
|
|
7
7
|
import { DirectSignResponse } from "@cosmjs/proto-signing";
|
|
8
8
|
import { AccountAddress, ChainId, Coin, EvmChainId, MsgStatus, MsgType } from "@injectivelabs/ts-types";
|
|
@@ -45,7 +45,7 @@ declare class GrpcWebFetchTransport implements RpcTransport {
|
|
|
45
45
|
unary<I extends object, O extends object>(method: MethodInfo<I, O>, input: I, options: RpcOptions): UnaryCall<I, O>;
|
|
46
46
|
}
|
|
47
47
|
//#endregion
|
|
48
|
-
//#region ../../node_modules/.pnpm/@injectivelabs+core-proto-ts-v2@1.
|
|
48
|
+
//#region ../../node_modules/.pnpm/@injectivelabs+core-proto-ts-v2@1.18.0/node_modules/@injectivelabs/core-proto-ts-v2/generated/google/protobuf/timestamp_pb.d.ts
|
|
49
49
|
/**
|
|
50
50
|
* A Timestamp represents a point in time independent of any time zone or local
|
|
51
51
|
* calendar, encoded as a count of seconds and fractions of seconds at
|
|
@@ -164,7 +164,7 @@ interface Timestamp {
|
|
|
164
164
|
*/
|
|
165
165
|
declare const Timestamp = new Timestamp$Type();
|
|
166
166
|
//#endregion
|
|
167
|
-
//#region ../../node_modules/.pnpm/@injectivelabs+core-proto-ts-v2@1.
|
|
167
|
+
//#region ../../node_modules/.pnpm/@injectivelabs+core-proto-ts-v2@1.18.0/node_modules/@injectivelabs/core-proto-ts-v2/generated/google/protobuf/duration_pb.d.ts
|
|
168
168
|
/**
|
|
169
169
|
* A Duration represents a signed, fixed-length span of time represented
|
|
170
170
|
* as a count of seconds and fractions of seconds at nanosecond
|
|
@@ -254,7 +254,7 @@ interface Duration {
|
|
|
254
254
|
*/
|
|
255
255
|
declare const Duration = new Duration$Type();
|
|
256
256
|
//#endregion
|
|
257
|
-
//#region ../../node_modules/.pnpm/@injectivelabs+core-proto-ts-v2@1.
|
|
257
|
+
//#region ../../node_modules/.pnpm/@injectivelabs+core-proto-ts-v2@1.18.0/node_modules/@injectivelabs/core-proto-ts-v2/generated/cosmos/gov/v1/gov_pb.d.ts
|
|
258
258
|
/**
|
|
259
259
|
* WeightedVoteOption defines a unit of vote for vote split.
|
|
260
260
|
*
|
|
@@ -784,7 +784,7 @@ declare const TallyParams = new TallyParams$Type();
|
|
|
784
784
|
*/
|
|
785
785
|
declare const Params$13 = new Params$Type();
|
|
786
786
|
//#endregion
|
|
787
|
-
//#region ../../node_modules/.pnpm/@injectivelabs+core-proto-ts-v2@1.
|
|
787
|
+
//#region ../../node_modules/.pnpm/@injectivelabs+core-proto-ts-v2@1.18.0/node_modules/@injectivelabs/core-proto-ts-v2/generated/cosmos/gov/v1/tx_pb.d.ts
|
|
788
788
|
/**
|
|
789
789
|
* MsgSubmitProposal defines an sdk.Msg type that supports submitting arbitrary
|
|
790
790
|
* proposal Content.
|
|
@@ -987,7 +987,7 @@ declare class MsgVote extends MsgBase<MsgVote.Params, MsgVote.Proto> {
|
|
|
987
987
|
toBinary(): Uint8Array;
|
|
988
988
|
}
|
|
989
989
|
//#endregion
|
|
990
|
-
//#region ../../node_modules/.pnpm/@injectivelabs+core-proto-ts-v2@1.
|
|
990
|
+
//#region ../../node_modules/.pnpm/@injectivelabs+core-proto-ts-v2@1.18.0/node_modules/@injectivelabs/core-proto-ts-v2/generated/cosmos/bank/v1beta1/bank_pb.d.ts
|
|
991
991
|
/**
|
|
992
992
|
* Params defines the parameters for the bank module.
|
|
993
993
|
*
|
|
@@ -1203,7 +1203,7 @@ declare const DenomUnit = new DenomUnit$Type();
|
|
|
1203
1203
|
*/
|
|
1204
1204
|
declare const Metadata$1 = new Metadata$Type();
|
|
1205
1205
|
//#endregion
|
|
1206
|
-
//#region ../../node_modules/.pnpm/@injectivelabs+core-proto-ts-v2@1.
|
|
1206
|
+
//#region ../../node_modules/.pnpm/@injectivelabs+core-proto-ts-v2@1.18.0/node_modules/@injectivelabs/core-proto-ts-v2/generated/cosmos/bank/v1beta1/tx_pb.d.ts
|
|
1207
1207
|
/**
|
|
1208
1208
|
* MsgSend represents a message to send coins from one account to another.
|
|
1209
1209
|
*
|
|
@@ -1302,7 +1302,7 @@ declare class MsgSend extends MsgBase<MsgSend.Params, MsgSend.Proto> {
|
|
|
1302
1302
|
toBinary(): Uint8Array;
|
|
1303
1303
|
}
|
|
1304
1304
|
//#endregion
|
|
1305
|
-
//#region ../../node_modules/.pnpm/@injectivelabs+core-proto-ts-v2@1.
|
|
1305
|
+
//#region ../../node_modules/.pnpm/@injectivelabs+core-proto-ts-v2@1.18.0/node_modules/@injectivelabs/core-proto-ts-v2/generated/injective/auction/v1beta1/auction_pb.d.ts
|
|
1306
1306
|
/**
|
|
1307
1307
|
* @generated from protobuf message injective.auction.v1beta1.Params
|
|
1308
1308
|
*/
|
|
@@ -1466,7 +1466,7 @@ declare const EventAuctionResult = new EventAuctionResult$Type();
|
|
|
1466
1466
|
*/
|
|
1467
1467
|
declare const EventAuctionStart = new EventAuctionStart$Type();
|
|
1468
1468
|
//#endregion
|
|
1469
|
-
//#region ../../node_modules/.pnpm/@injectivelabs+core-proto-ts-v2@1.
|
|
1469
|
+
//#region ../../node_modules/.pnpm/@injectivelabs+core-proto-ts-v2@1.18.0/node_modules/@injectivelabs/core-proto-ts-v2/generated/injective/auction/v1beta1/tx_pb.d.ts
|
|
1470
1470
|
/**
|
|
1471
1471
|
* Bid defines a SDK message for placing a bid for an auction
|
|
1472
1472
|
*
|
|
@@ -1542,7 +1542,7 @@ declare class MsgBid extends MsgBase<MsgBid.Params, MsgBid.Proto> {
|
|
|
1542
1542
|
toBinary(): Uint8Array;
|
|
1543
1543
|
}
|
|
1544
1544
|
//#endregion
|
|
1545
|
-
//#region ../../node_modules/.pnpm/@injectivelabs+core-proto-ts-v2@1.
|
|
1545
|
+
//#region ../../node_modules/.pnpm/@injectivelabs+core-proto-ts-v2@1.18.0/node_modules/@injectivelabs/core-proto-ts-v2/generated/cosmos/authz/v1beta1/authz_pb.d.ts
|
|
1546
1546
|
/**
|
|
1547
1547
|
* GenericAuthorization gives the grantee unrestricted permissions to execute
|
|
1548
1548
|
* the provided method on behalf of the granter's account.
|
|
@@ -1614,7 +1614,7 @@ declare const Grant = new Grant$Type();
|
|
|
1614
1614
|
*/
|
|
1615
1615
|
declare const GrantAuthorization = new GrantAuthorization$Type();
|
|
1616
1616
|
//#endregion
|
|
1617
|
-
//#region ../../node_modules/.pnpm/@injectivelabs+core-proto-ts-v2@1.
|
|
1617
|
+
//#region ../../node_modules/.pnpm/@injectivelabs+core-proto-ts-v2@1.18.0/node_modules/@injectivelabs/core-proto-ts-v2/generated/cosmos/authz/v1beta1/tx_pb.d.ts
|
|
1618
1618
|
/**
|
|
1619
1619
|
* MsgGrant is a request type for Grant method. It declares authorization to the grantee
|
|
1620
1620
|
* on behalf of the granter with the provided expiration time.
|
|
@@ -1833,7 +1833,7 @@ declare class MsgDeposit$1 extends MsgBase<MsgDeposit$1.Params, MsgDeposit$1.Pro
|
|
|
1833
1833
|
toBinary(): Uint8Array;
|
|
1834
1834
|
}
|
|
1835
1835
|
//#endregion
|
|
1836
|
-
//#region ../../node_modules/.pnpm/@injectivelabs+core-proto-ts-v2@1.
|
|
1836
|
+
//#region ../../node_modules/.pnpm/@injectivelabs+core-proto-ts-v2@1.18.0/node_modules/@injectivelabs/core-proto-ts-v2/generated/cosmos/gov/v1beta1/gov_pb.d.ts
|
|
1837
1837
|
/**
|
|
1838
1838
|
* TextProposal defines a standard text proposal whose changes need to be
|
|
1839
1839
|
* manually updated in case of approval.
|
|
@@ -1859,7 +1859,7 @@ interface TextProposal {
|
|
|
1859
1859
|
*/
|
|
1860
1860
|
declare const TextProposal = new TextProposal$Type();
|
|
1861
1861
|
//#endregion
|
|
1862
|
-
//#region ../../node_modules/.pnpm/@injectivelabs+core-proto-ts-v2@1.
|
|
1862
|
+
//#region ../../node_modules/.pnpm/@injectivelabs+core-proto-ts-v2@1.18.0/node_modules/@injectivelabs/core-proto-ts-v2/generated/cosmos/gov/v1beta1/tx_pb.d.ts
|
|
1863
1863
|
/**
|
|
1864
1864
|
* MsgSubmitProposal defines an sdk.Msg type that supports submitting arbitrary
|
|
1865
1865
|
* proposal Content.
|
|
@@ -2008,7 +2008,7 @@ declare class MsgSubmitGenericProposal extends MsgBase<MsgSubmitGenericProposal.
|
|
|
2008
2008
|
toBinary(): Uint8Array;
|
|
2009
2009
|
}
|
|
2010
2010
|
//#endregion
|
|
2011
|
-
//#region ../../node_modules/.pnpm/@injectivelabs+core-proto-ts-v2@1.
|
|
2011
|
+
//#region ../../node_modules/.pnpm/@injectivelabs+core-proto-ts-v2@1.18.0/node_modules/@injectivelabs/core-proto-ts-v2/generated/cosmos/distribution/v1beta1/distribution_pb.d.ts
|
|
2012
2012
|
/**
|
|
2013
2013
|
* Params defines the set of params for the distribution module.
|
|
2014
2014
|
*
|
|
@@ -2065,7 +2065,7 @@ declare const Params$2 = new Params$Type();
|
|
|
2065
2065
|
*/
|
|
2066
2066
|
declare const DelegationDelegatorReward = new DelegationDelegatorReward$Type();
|
|
2067
2067
|
//#endregion
|
|
2068
|
-
//#region ../../node_modules/.pnpm/@injectivelabs+core-proto-ts-v2@1.
|
|
2068
|
+
//#region ../../node_modules/.pnpm/@injectivelabs+core-proto-ts-v2@1.18.0/node_modules/@injectivelabs/core-proto-ts-v2/generated/injective/exchange/v1beta1/proposal_pb.d.ts
|
|
2069
2069
|
/**
|
|
2070
2070
|
* @generated from protobuf message injective.exchange.v1beta1.SpotMarketParamUpdateProposal
|
|
2071
2071
|
*/
|
|
@@ -3187,7 +3187,7 @@ declare class MsgSubmitProposalSpotMarketParamUpdate extends MsgBase<MsgSubmitPr
|
|
|
3187
3187
|
toBinary(): Uint8Array;
|
|
3188
3188
|
}
|
|
3189
3189
|
//#endregion
|
|
3190
|
-
//#region ../../node_modules/.pnpm/@injectivelabs+core-proto-ts-v2@1.
|
|
3190
|
+
//#region ../../node_modules/.pnpm/@injectivelabs+core-proto-ts-v2@1.18.0/node_modules/@injectivelabs/core-proto-ts-v2/generated/injective/exchange/v2/market_pb.d.ts
|
|
3191
3191
|
/**
|
|
3192
3192
|
* @generated from protobuf message injective.exchange.v2.OpenNotionalCap
|
|
3193
3193
|
*/
|
|
@@ -3237,7 +3237,7 @@ declare const OpenNotionalCapUncapped = new OpenNotionalCapUncapped$Type();
|
|
|
3237
3237
|
*/
|
|
3238
3238
|
declare const OpenNotionalCapCapped = new OpenNotionalCapCapped$Type();
|
|
3239
3239
|
//#endregion
|
|
3240
|
-
//#region ../../node_modules/.pnpm/@injectivelabs+core-proto-ts-v2@1.
|
|
3240
|
+
//#region ../../node_modules/.pnpm/@injectivelabs+core-proto-ts-v2@1.18.0/node_modules/@injectivelabs/core-proto-ts-v2/generated/injective/exchange/v2/proposal_pb.d.ts
|
|
3241
3241
|
/**
|
|
3242
3242
|
* PerpetualMarketLaunchProposal defines a SDK message for proposing a new
|
|
3243
3243
|
* perpetual futures market through governance
|
|
@@ -3713,7 +3713,7 @@ declare class MsgSubmitProposalExpiryFuturesMarketLaunch extends MsgBase<MsgSubm
|
|
|
3713
3713
|
toBinary(): Uint8Array;
|
|
3714
3714
|
}
|
|
3715
3715
|
//#endregion
|
|
3716
|
-
//#region ../../node_modules/.pnpm/@injectivelabs+core-proto-ts-v2@1.
|
|
3716
|
+
//#region ../../node_modules/.pnpm/@injectivelabs+core-proto-ts-v2@1.18.0/node_modules/@injectivelabs/core-proto-ts-v2/generated/cosmos/params/v1beta1/params_pb.d.ts
|
|
3717
3717
|
/**
|
|
3718
3718
|
* ParameterChangeProposal defines a proposal to change one or more parameters.
|
|
3719
3719
|
*
|
|
@@ -3762,7 +3762,7 @@ declare const ParameterChangeProposal = new ParameterChangeProposal$Type();
|
|
|
3762
3762
|
*/
|
|
3763
3763
|
declare const ParamChange = new ParamChange$Type();
|
|
3764
3764
|
//#endregion
|
|
3765
|
-
//#region ../../node_modules/.pnpm/@injectivelabs+core-proto-ts-v2@1.
|
|
3765
|
+
//#region ../../node_modules/.pnpm/@injectivelabs+core-proto-ts-v2@1.18.0/node_modules/@injectivelabs/core-proto-ts-v2/generated/cosmos/upgrade/v1beta1/upgrade_pb.d.ts
|
|
3766
3766
|
/**
|
|
3767
3767
|
* Plan specifies information about a planned upgrade and when it should occur.
|
|
3768
3768
|
*
|
|
@@ -3852,8 +3852,12 @@ declare const Plan = new Plan$Type();
|
|
|
3852
3852
|
*/
|
|
3853
3853
|
declare const SoftwareUpgradeProposal = new SoftwareUpgradeProposal$Type();
|
|
3854
3854
|
//#endregion
|
|
3855
|
-
//#region ../../node_modules/.pnpm/@injectivelabs+core-proto-ts-v2@1.
|
|
3855
|
+
//#region ../../node_modules/.pnpm/@injectivelabs+core-proto-ts-v2@1.18.0/node_modules/@injectivelabs/core-proto-ts-v2/generated/injective/oracle/v1beta1/proposal_pb.d.ts
|
|
3856
3856
|
/**
|
|
3857
|
+
* Deprecated: Band oracle support was removed. This message is kept for
|
|
3858
|
+
* backward compatibility to decode historical proposals.
|
|
3859
|
+
*
|
|
3860
|
+
* @deprecated
|
|
3857
3861
|
* @generated from protobuf message injective.oracle.v1beta1.GrantBandOraclePrivilegeProposal
|
|
3858
3862
|
*/
|
|
3859
3863
|
interface GrantBandOraclePrivilegeProposal {
|
|
@@ -3871,6 +3875,10 @@ interface GrantBandOraclePrivilegeProposal {
|
|
|
3871
3875
|
relayers: string[];
|
|
3872
3876
|
}
|
|
3873
3877
|
/**
|
|
3878
|
+
* Deprecated: Band oracle support was removed. This message is kept for
|
|
3879
|
+
* backward compatibility to decode historical proposals.
|
|
3880
|
+
*
|
|
3881
|
+
* @deprecated
|
|
3874
3882
|
* @generated from protobuf message injective.oracle.v1beta1.RevokeBandOraclePrivilegeProposal
|
|
3875
3883
|
*/
|
|
3876
3884
|
interface RevokeBandOraclePrivilegeProposal {
|
|
@@ -3938,6 +3946,10 @@ interface RevokePriceFeederPrivilegeProposal {
|
|
|
3938
3946
|
relayers: string[];
|
|
3939
3947
|
}
|
|
3940
3948
|
/**
|
|
3949
|
+
* Deprecated: Band oracle support was removed. This message is kept for
|
|
3950
|
+
* backward compatibility to decode historical proposals.
|
|
3951
|
+
*
|
|
3952
|
+
* @deprecated
|
|
3941
3953
|
* @generated from protobuf message injective.oracle.v1beta1.AuthorizeBandOracleRequestProposal
|
|
3942
3954
|
*/
|
|
3943
3955
|
interface AuthorizeBandOracleRequestProposal {
|
|
@@ -3955,6 +3967,10 @@ interface AuthorizeBandOracleRequestProposal {
|
|
|
3955
3967
|
request?: BandOracleRequest;
|
|
3956
3968
|
}
|
|
3957
3969
|
/**
|
|
3970
|
+
* Deprecated: Band oracle support was removed. This message is kept for
|
|
3971
|
+
* backward compatibility to decode historical proposals.
|
|
3972
|
+
*
|
|
3973
|
+
* @deprecated
|
|
3958
3974
|
* @generated from protobuf message injective.oracle.v1beta1.EnableBandIBCProposal
|
|
3959
3975
|
*/
|
|
3960
3976
|
interface EnableBandIBCProposal {
|
|
@@ -3972,10 +3988,12 @@ interface EnableBandIBCProposal {
|
|
|
3972
3988
|
bandIbcParams?: BandIBCParams;
|
|
3973
3989
|
}
|
|
3974
3990
|
/**
|
|
3991
|
+
* @deprecated
|
|
3975
3992
|
* @generated MessageType for protobuf message injective.oracle.v1beta1.GrantBandOraclePrivilegeProposal
|
|
3976
3993
|
*/
|
|
3977
3994
|
declare const GrantBandOraclePrivilegeProposal = new GrantBandOraclePrivilegeProposal$Type();
|
|
3978
3995
|
/**
|
|
3996
|
+
* @deprecated
|
|
3979
3997
|
* @generated MessageType for protobuf message injective.oracle.v1beta1.RevokeBandOraclePrivilegeProposal
|
|
3980
3998
|
*/
|
|
3981
3999
|
declare const RevokeBandOraclePrivilegeProposal = new RevokeBandOraclePrivilegeProposal$Type();
|
|
@@ -3988,10 +4006,12 @@ declare const GrantPriceFeederPrivilegeProposal = new GrantPriceFeederPrivilegeP
|
|
|
3988
4006
|
*/
|
|
3989
4007
|
declare const RevokePriceFeederPrivilegeProposal = new RevokePriceFeederPrivilegeProposal$Type();
|
|
3990
4008
|
/**
|
|
4009
|
+
* @deprecated
|
|
3991
4010
|
* @generated MessageType for protobuf message injective.oracle.v1beta1.AuthorizeBandOracleRequestProposal
|
|
3992
4011
|
*/
|
|
3993
4012
|
declare const AuthorizeBandOracleRequestProposal = new AuthorizeBandOracleRequestProposal$Type();
|
|
3994
4013
|
/**
|
|
4014
|
+
* @deprecated
|
|
3995
4015
|
* @generated MessageType for protobuf message injective.oracle.v1beta1.EnableBandIBCProposal
|
|
3996
4016
|
*/
|
|
3997
4017
|
declare const EnableBandIBCProposal = new EnableBandIBCProposal$Type();
|
|
@@ -4066,7 +4086,7 @@ declare class MsgExec extends MsgBase<MsgExec.Params, MsgExec.Proto, MsgExec.Obj
|
|
|
4066
4086
|
toBinary(): Uint8Array;
|
|
4067
4087
|
}
|
|
4068
4088
|
//#endregion
|
|
4069
|
-
//#region ../../node_modules/.pnpm/@injectivelabs+core-proto-ts-v2@1.
|
|
4089
|
+
//#region ../../node_modules/.pnpm/@injectivelabs+core-proto-ts-v2@1.18.0/node_modules/@injectivelabs/core-proto-ts-v2/generated/ibc/core/client/v1/client_pb.d.ts
|
|
4070
4090
|
/**
|
|
4071
4091
|
* Height is a monotonically increasing data type
|
|
4072
4092
|
* that can be compared against another Height for the purposes of updating and
|
|
@@ -4100,7 +4120,7 @@ interface Height {
|
|
|
4100
4120
|
*/
|
|
4101
4121
|
declare const Height = new Height$Type();
|
|
4102
4122
|
//#endregion
|
|
4103
|
-
//#region ../../node_modules/.pnpm/@injectivelabs+core-proto-ts-v2@1.
|
|
4123
|
+
//#region ../../node_modules/.pnpm/@injectivelabs+core-proto-ts-v2@1.18.0/node_modules/@injectivelabs/core-proto-ts-v2/generated/ibc/applications/transfer/v1/transfer_pb.d.ts
|
|
4104
4124
|
/**
|
|
4105
4125
|
* DenomTrace contains the base denomination for ICS20 fungible tokens and the
|
|
4106
4126
|
* source tracing information path.
|
|
@@ -4127,7 +4147,7 @@ interface DenomTrace {
|
|
|
4127
4147
|
*/
|
|
4128
4148
|
declare const DenomTrace = new DenomTrace$Type();
|
|
4129
4149
|
//#endregion
|
|
4130
|
-
//#region ../../node_modules/.pnpm/@injectivelabs+core-proto-ts-v2@1.
|
|
4150
|
+
//#region ../../node_modules/.pnpm/@injectivelabs+core-proto-ts-v2@1.18.0/node_modules/@injectivelabs/core-proto-ts-v2/generated/ibc/applications/transfer/v1/tx_pb.d.ts
|
|
4131
4151
|
/**
|
|
4132
4152
|
* MsgTransfer defines a msg to transfer fungible tokens (i.e Coins) between
|
|
4133
4153
|
* ICS20 enabled chains. See ICS Spec here:
|
|
@@ -4266,7 +4286,7 @@ declare class MsgTransfer extends MsgBase<MsgTransfer.Params, MsgTransfer.Proto>
|
|
|
4266
4286
|
toBinary(): Uint8Array;
|
|
4267
4287
|
}
|
|
4268
4288
|
//#endregion
|
|
4269
|
-
//#region ../../node_modules/.pnpm/@injectivelabs+core-proto-ts-v2@1.
|
|
4289
|
+
//#region ../../node_modules/.pnpm/@injectivelabs+core-proto-ts-v2@1.18.0/node_modules/@injectivelabs/core-proto-ts-v2/generated/injective/tokenfactory/v1beta1/params_pb.d.ts
|
|
4270
4290
|
/**
|
|
4271
4291
|
* Params defines the parameters for the tokenfactory module.
|
|
4272
4292
|
*
|
|
@@ -4285,7 +4305,7 @@ interface Params$1 {
|
|
|
4285
4305
|
*/
|
|
4286
4306
|
declare const Params$1 = new Params$Type();
|
|
4287
4307
|
//#endregion
|
|
4288
|
-
//#region ../../node_modules/.pnpm/@injectivelabs+core-proto-ts-v2@1.
|
|
4308
|
+
//#region ../../node_modules/.pnpm/@injectivelabs+core-proto-ts-v2@1.18.0/node_modules/@injectivelabs/core-proto-ts-v2/generated/injective/tokenfactory/v1beta1/tx_pb.d.ts
|
|
4289
4309
|
/**
|
|
4290
4310
|
* MsgCreateDenom defines the message structure for the CreateDenom gRPC service
|
|
4291
4311
|
* method. It allows an account to create a new denom. It requires a sender
|
|
@@ -4613,7 +4633,7 @@ declare class MsgMultiSend extends MsgBase<MsgMultiSend.Params, MsgMultiSend.Pro
|
|
|
4613
4633
|
toBinary(): Uint8Array;
|
|
4614
4634
|
}
|
|
4615
4635
|
//#endregion
|
|
4616
|
-
//#region ../../node_modules/.pnpm/@injectivelabs+core-proto-ts-v2@1.
|
|
4636
|
+
//#region ../../node_modules/.pnpm/@injectivelabs+core-proto-ts-v2@1.18.0/node_modules/@injectivelabs/core-proto-ts-v2/generated/injective/exchange/v1beta1/tx_pb.d.ts
|
|
4617
4637
|
/**
|
|
4618
4638
|
* MsgDeposit defines a SDK message for transferring coins from the sender's
|
|
4619
4639
|
* bank balance into the subaccount's exchange deposits
|
|
@@ -5585,7 +5605,7 @@ declare class MsgDeposit extends MsgBase<MsgDeposit.Params, MsgDeposit.Proto> {
|
|
|
5585
5605
|
toBinary(): Uint8Array;
|
|
5586
5606
|
}
|
|
5587
5607
|
//#endregion
|
|
5588
|
-
//#region ../../node_modules/.pnpm/@injectivelabs+core-proto-ts-v2@1.
|
|
5608
|
+
//#region ../../node_modules/.pnpm/@injectivelabs+core-proto-ts-v2@1.18.0/node_modules/@injectivelabs/core-proto-ts-v2/generated/cosmwasm/wasm/v1/tx_pb.d.ts
|
|
5589
5609
|
/**
|
|
5590
5610
|
* MsgStoreCode submit Wasm code to the system
|
|
5591
5611
|
*
|
|
@@ -5816,7 +5836,7 @@ declare class MsgStoreCode extends MsgBase<MsgStoreCode.Params, MsgStoreCode.Pro
|
|
|
5816
5836
|
toBinary(): Uint8Array;
|
|
5817
5837
|
}
|
|
5818
5838
|
//#endregion
|
|
5819
|
-
//#region ../../node_modules/.pnpm/@injectivelabs+core-proto-ts-v2@1.
|
|
5839
|
+
//#region ../../node_modules/.pnpm/@injectivelabs+core-proto-ts-v2@1.18.0/node_modules/@injectivelabs/core-proto-ts-v2/generated/injective/peggy/v1/params_pb.d.ts
|
|
5820
5840
|
// Params represent the peggy genesis and store parameters
|
|
5821
5841
|
// peggy_id:
|
|
5822
5842
|
// a random 32 byte value to prevent signature reuse, for example if the
|
|
@@ -6004,7 +6024,7 @@ interface Params$8 {
|
|
|
6004
6024
|
*/
|
|
6005
6025
|
declare const Params$8 = new Params$Type();
|
|
6006
6026
|
//#endregion
|
|
6007
|
-
//#region ../../node_modules/.pnpm/@injectivelabs+core-proto-ts-v2@1.
|
|
6027
|
+
//#region ../../node_modules/.pnpm/@injectivelabs+core-proto-ts-v2@1.18.0/node_modules/@injectivelabs/core-proto-ts-v2/generated/injective/peggy/v1/msgs_pb.d.ts
|
|
6008
6028
|
/**
|
|
6009
6029
|
* MsgSendToEth
|
|
6010
6030
|
* This is the message that a user calls when they want to bridge an asset
|
|
@@ -6106,7 +6126,7 @@ declare class MsgSendToEth extends MsgBase<MsgSendToEth.Params, MsgSendToEth.Pro
|
|
|
6106
6126
|
toBinary(): Uint8Array;
|
|
6107
6127
|
}
|
|
6108
6128
|
//#endregion
|
|
6109
|
-
//#region ../../node_modules/.pnpm/@injectivelabs+core-proto-ts-v2@1.
|
|
6129
|
+
//#region ../../node_modules/.pnpm/@injectivelabs+core-proto-ts-v2@1.18.0/node_modules/@injectivelabs/core-proto-ts-v2/generated/cometbft/crypto/v1/keys_pb.d.ts
|
|
6110
6130
|
/**
|
|
6111
6131
|
* PublicKey is a ED25519 or a secp256k1 public key.
|
|
6112
6132
|
*
|
|
@@ -6145,7 +6165,7 @@ interface PublicKey$1 {
|
|
|
6145
6165
|
*/
|
|
6146
6166
|
declare const PublicKey$1 = new PublicKey$Type();
|
|
6147
6167
|
//#endregion
|
|
6148
|
-
//#region ../../node_modules/.pnpm/@injectivelabs+core-proto-ts-v2@1.
|
|
6168
|
+
//#region ../../node_modules/.pnpm/@injectivelabs+core-proto-ts-v2@1.18.0/node_modules/@injectivelabs/core-proto-ts-v2/generated/cometbft/types/v1/validator_pb.d.ts
|
|
6149
6169
|
/**
|
|
6150
6170
|
* ValidatorSet defines a set of validators.
|
|
6151
6171
|
*
|
|
@@ -6237,7 +6257,7 @@ declare const ValidatorSet = new ValidatorSet$Type();
|
|
|
6237
6257
|
*/
|
|
6238
6258
|
declare const Validator$3 = new Validator$Type();
|
|
6239
6259
|
//#endregion
|
|
6240
|
-
//#region ../../node_modules/.pnpm/@injectivelabs+core-proto-ts-v2@1.
|
|
6260
|
+
//#region ../../node_modules/.pnpm/@injectivelabs+core-proto-ts-v2@1.18.0/node_modules/@injectivelabs/core-proto-ts-v2/generated/cometbft/abci/v1/types_pb.d.ts
|
|
6241
6261
|
|
|
6242
6262
|
/**
|
|
6243
6263
|
* Event allows application developers to attach additional information to
|
|
@@ -6286,7 +6306,7 @@ declare const Event$1 = new Event$Type();
|
|
|
6286
6306
|
*/
|
|
6287
6307
|
declare const EventAttribute = new EventAttribute$Type();
|
|
6288
6308
|
//#endregion
|
|
6289
|
-
//#region ../../node_modules/.pnpm/@injectivelabs+core-proto-ts-v2@1.
|
|
6309
|
+
//#region ../../node_modules/.pnpm/@injectivelabs+core-proto-ts-v2@1.18.0/node_modules/@injectivelabs/core-proto-ts-v2/generated/cometbft/version/v1/types_pb.d.ts
|
|
6290
6310
|
/**
|
|
6291
6311
|
* Consensus captures the consensus rules for processing a block in the blockchain,
|
|
6292
6312
|
* including all blockchain data structures and the rules of the application's
|
|
@@ -6309,7 +6329,7 @@ interface Consensus {
|
|
|
6309
6329
|
*/
|
|
6310
6330
|
declare const Consensus = new Consensus$Type();
|
|
6311
6331
|
//#endregion
|
|
6312
|
-
//#region ../../node_modules/.pnpm/@injectivelabs+core-proto-ts-v2@1.
|
|
6332
|
+
//#region ../../node_modules/.pnpm/@injectivelabs+core-proto-ts-v2@1.18.0/node_modules/@injectivelabs/core-proto-ts-v2/generated/cometbft/types/v1/types_pb.d.ts
|
|
6313
6333
|
/**
|
|
6314
6334
|
* Header of the parts set for a block.
|
|
6315
6335
|
*
|
|
@@ -6630,7 +6650,7 @@ declare const SignedHeader = new SignedHeader$Type();
|
|
|
6630
6650
|
*/
|
|
6631
6651
|
declare const LightBlock = new LightBlock$Type();
|
|
6632
6652
|
//#endregion
|
|
6633
|
-
//#region ../../node_modules/.pnpm/@injectivelabs+core-proto-ts-v2@1.
|
|
6653
|
+
//#region ../../node_modules/.pnpm/@injectivelabs+core-proto-ts-v2@1.18.0/node_modules/@injectivelabs/core-proto-ts-v2/generated/cosmos/staking/v1beta1/staking_pb.d.ts
|
|
6634
6654
|
/**
|
|
6635
6655
|
* CommissionRates defines the initial commission rates to be used for creating
|
|
6636
6656
|
* a validator.
|
|
@@ -7175,7 +7195,7 @@ declare const RedelegationResponse = new RedelegationResponse$Type();
|
|
|
7175
7195
|
*/
|
|
7176
7196
|
declare const Pool$1 = new Pool$Type();
|
|
7177
7197
|
//#endregion
|
|
7178
|
-
//#region ../../node_modules/.pnpm/@injectivelabs+core-proto-ts-v2@1.
|
|
7198
|
+
//#region ../../node_modules/.pnpm/@injectivelabs+core-proto-ts-v2@1.18.0/node_modules/@injectivelabs/core-proto-ts-v2/generated/cosmos/staking/v1beta1/tx_pb.d.ts
|
|
7179
7199
|
/**
|
|
7180
7200
|
* MsgCreateValidator defines a SDK message for creating a new validator.
|
|
7181
7201
|
*
|
|
@@ -7605,7 +7625,7 @@ declare class MsgUndelegate extends MsgBase<MsgUndelegate.Params, MsgUndelegate.
|
|
|
7605
7625
|
toBinary(): Uint8Array;
|
|
7606
7626
|
}
|
|
7607
7627
|
//#endregion
|
|
7608
|
-
//#region ../../node_modules/.pnpm/@injectivelabs+core-proto-ts-v2@1.
|
|
7628
|
+
//#region ../../node_modules/.pnpm/@injectivelabs+core-proto-ts-v2@1.18.0/node_modules/@injectivelabs/core-proto-ts-v2/generated/injective/insurance/v1beta1/insurance_pb.d.ts
|
|
7609
7629
|
/**
|
|
7610
7630
|
* @generated from protobuf message injective.insurance.v1beta1.Params
|
|
7611
7631
|
*/
|
|
@@ -7743,7 +7763,7 @@ declare const InsuranceFund$1 = new InsuranceFund$Type();
|
|
|
7743
7763
|
*/
|
|
7744
7764
|
declare const RedemptionSchedule$1 = new RedemptionSchedule$Type();
|
|
7745
7765
|
//#endregion
|
|
7746
|
-
//#region ../../node_modules/.pnpm/@injectivelabs+core-proto-ts-v2@1.
|
|
7766
|
+
//#region ../../node_modules/.pnpm/@injectivelabs+core-proto-ts-v2@1.18.0/node_modules/@injectivelabs/core-proto-ts-v2/generated/injective/insurance/v1beta1/tx_pb.d.ts
|
|
7747
7767
|
/**
|
|
7748
7768
|
* MsgCreateInsuranceFund a message to create an insurance fund for a derivative
|
|
7749
7769
|
* market.
|
|
@@ -8278,7 +8298,7 @@ declare class MsgMigrateContract extends MsgBase<MsgMigrateContract.Params, MsgM
|
|
|
8278
8298
|
toBinary(): Uint8Array;
|
|
8279
8299
|
}
|
|
8280
8300
|
//#endregion
|
|
8281
|
-
//#region ../../node_modules/.pnpm/@injectivelabs+core-proto-ts-v2@1.
|
|
8301
|
+
//#region ../../node_modules/.pnpm/@injectivelabs+core-proto-ts-v2@1.18.0/node_modules/@injectivelabs/core-proto-ts-v2/generated/injective/erc20/v1beta1/erc20_pb.d.ts
|
|
8282
8302
|
/**
|
|
8283
8303
|
* TokenPair defines an association of bank denom <-> EVM token (erc20 contract
|
|
8284
8304
|
* address)
|
|
@@ -8300,7 +8320,7 @@ interface TokenPair$1 {
|
|
|
8300
8320
|
*/
|
|
8301
8321
|
declare const TokenPair$1 = new TokenPair$Type();
|
|
8302
8322
|
//#endregion
|
|
8303
|
-
//#region ../../node_modules/.pnpm/@injectivelabs+core-proto-ts-v2@1.
|
|
8323
|
+
//#region ../../node_modules/.pnpm/@injectivelabs+core-proto-ts-v2@1.18.0/node_modules/@injectivelabs/core-proto-ts-v2/generated/injective/erc20/v1beta1/params_pb.d.ts
|
|
8304
8324
|
/**
|
|
8305
8325
|
* Params defines the parameters for the erc20 module.
|
|
8306
8326
|
*
|
|
@@ -8317,7 +8337,7 @@ interface Params$7 {
|
|
|
8317
8337
|
*/
|
|
8318
8338
|
declare const Params$7 = new Params$Type();
|
|
8319
8339
|
//#endregion
|
|
8320
|
-
//#region ../../node_modules/.pnpm/@injectivelabs+core-proto-ts-v2@1.
|
|
8340
|
+
//#region ../../node_modules/.pnpm/@injectivelabs+core-proto-ts-v2@1.18.0/node_modules/@injectivelabs/core-proto-ts-v2/generated/injective/erc20/v1beta1/tx_pb.d.ts
|
|
8321
8341
|
/**
|
|
8322
8342
|
* @generated from protobuf message injective.erc20.v1beta1.MsgCreateTokenPair
|
|
8323
8343
|
*/
|
|
@@ -8383,7 +8403,7 @@ declare class MsgCreateTokenPair extends MsgBase<MsgCreateTokenPair.Params, MsgC
|
|
|
8383
8403
|
toBinary(): Uint8Array;
|
|
8384
8404
|
}
|
|
8385
8405
|
//#endregion
|
|
8386
|
-
//#region ../../node_modules/.pnpm/@injectivelabs+core-proto-ts-v2@1.
|
|
8406
|
+
//#region ../../node_modules/.pnpm/@injectivelabs+core-proto-ts-v2@1.18.0/node_modules/@injectivelabs/core-proto-ts-v2/generated/cosmos/feegrant/v1beta1/tx_pb.d.ts
|
|
8387
8407
|
/**
|
|
8388
8408
|
* MsgGrantAllowance adds permission for Grantee to spend up to Allowance
|
|
8389
8409
|
* of fees from the account of Granter.
|
|
@@ -8605,13 +8625,13 @@ declare class MsgCreateValidator extends MsgBase<MsgCreateValidator.Params, MsgC
|
|
|
8605
8625
|
value: MsgCreateValidator.Object;
|
|
8606
8626
|
};
|
|
8607
8627
|
toWeb3Gw(): {
|
|
8628
|
+
value?: Coin$1 | undefined;
|
|
8608
8629
|
description?: Description | undefined;
|
|
8609
8630
|
commission?: CommissionRates | undefined;
|
|
8610
8631
|
minSelfDelegation: string;
|
|
8611
8632
|
delegatorAddress: string;
|
|
8612
8633
|
validatorAddress: string;
|
|
8613
8634
|
pubkey?: Any | undefined;
|
|
8614
|
-
value?: Coin$1 | undefined;
|
|
8615
8635
|
pubKey: any;
|
|
8616
8636
|
'@type': string;
|
|
8617
8637
|
};
|
|
@@ -9156,7 +9176,7 @@ declare class MsgReclaimLockedFunds extends MsgBase<MsgReclaimLockedFunds.Params
|
|
|
9156
9176
|
toBinary(): Uint8Array;
|
|
9157
9177
|
}
|
|
9158
9178
|
//#endregion
|
|
9159
|
-
//#region ../../node_modules/.pnpm/@injectivelabs+core-proto-ts-v2@1.
|
|
9179
|
+
//#region ../../node_modules/.pnpm/@injectivelabs+core-proto-ts-v2@1.18.0/node_modules/@injectivelabs/core-proto-ts-v2/generated/injective/exchange/v2/tx_pb.d.ts
|
|
9160
9180
|
/**
|
|
9161
9181
|
* @generated from protobuf message injective.exchange.v2.MsgUpdateSpotMarket
|
|
9162
9182
|
*/
|
|
@@ -9429,7 +9449,7 @@ declare class MsgSetDenomMetadata extends MsgBase<MsgSetDenomMetadata.Params, Ms
|
|
|
9429
9449
|
toBinary(): Uint8Array;
|
|
9430
9450
|
}
|
|
9431
9451
|
//#endregion
|
|
9432
|
-
//#region ../../node_modules/.pnpm/@injectivelabs+core-proto-ts-v2@1.
|
|
9452
|
+
//#region ../../node_modules/.pnpm/@injectivelabs+core-proto-ts-v2@1.18.0/node_modules/@injectivelabs/core-proto-ts-v2/generated/cosmos/distribution/v1beta1/tx_pb.d.ts
|
|
9433
9453
|
/**
|
|
9434
9454
|
* MsgWithdrawDelegatorReward represents delegation withdrawal to a delegator
|
|
9435
9455
|
* from a single validator.
|
|
@@ -10871,7 +10891,7 @@ type ProposalStatus = ProposalStatus$1;
|
|
|
10871
10891
|
declare const VoteOptionMap: typeof VoteOption$1;
|
|
10872
10892
|
declare const ProposalStatusMap: typeof ProposalStatus$1;
|
|
10873
10893
|
//#endregion
|
|
10874
|
-
//#region ../../node_modules/.pnpm/@injectivelabs+core-proto-ts-v2@1.
|
|
10894
|
+
//#region ../../node_modules/.pnpm/@injectivelabs+core-proto-ts-v2@1.18.0/node_modules/@injectivelabs/core-proto-ts-v2/generated/cosmos/base/query/v1beta1/pagination_pb.d.ts
|
|
10875
10895
|
/**
|
|
10876
10896
|
* PageRequest is to be embedded in gRPC request messages for efficient
|
|
10877
10897
|
* pagination. Ex:
|
|
@@ -10962,7 +10982,7 @@ declare const PageRequest = new PageRequest$Type();
|
|
|
10962
10982
|
*/
|
|
10963
10983
|
declare const PageResponse = new PageResponse$Type();
|
|
10964
10984
|
//#endregion
|
|
10965
|
-
//#region ../../node_modules/.pnpm/@injectivelabs+core-proto-ts-v2@1.
|
|
10985
|
+
//#region ../../node_modules/.pnpm/@injectivelabs+core-proto-ts-v2@1.18.0/node_modules/@injectivelabs/core-proto-ts-v2/generated/cosmwasm/wasm/v1/query_pb.d.ts
|
|
10966
10986
|
/**
|
|
10967
10987
|
* QueryContractHistoryResponse is the response type for the
|
|
10968
10988
|
* Query/ContractHistory RPC method
|
|
@@ -11293,7 +11313,7 @@ type GrpcReDelegationEntryResponse = RedelegationEntryResponse;
|
|
|
11293
11313
|
type GrpcStakingParams = Params$4;
|
|
11294
11314
|
type GrpcPool = Pool$1;
|
|
11295
11315
|
//#endregion
|
|
11296
|
-
//#region ../../node_modules/.pnpm/@injectivelabs+core-proto-ts-v2@1.
|
|
11316
|
+
//#region ../../node_modules/.pnpm/@injectivelabs+core-proto-ts-v2@1.18.0/node_modules/@injectivelabs/core-proto-ts-v2/generated/injective/exchange/v1beta1/genesis_pb.d.ts
|
|
11297
11317
|
/**
|
|
11298
11318
|
* GenesisState defines the exchange module's genesis state.
|
|
11299
11319
|
*
|
|
@@ -11855,7 +11875,7 @@ declare const FullGrantAuthorizations = new FullGrantAuthorizations$Type();
|
|
|
11855
11875
|
*/
|
|
11856
11876
|
declare const FullActiveGrant = new FullActiveGrant$Type();
|
|
11857
11877
|
//#endregion
|
|
11858
|
-
//#region ../../node_modules/.pnpm/@injectivelabs+core-proto-ts-v2@1.
|
|
11878
|
+
//#region ../../node_modules/.pnpm/@injectivelabs+core-proto-ts-v2@1.18.0/node_modules/@injectivelabs/core-proto-ts-v2/generated/injective/exchange/v1beta1/query_pb.d.ts
|
|
11859
11879
|
/**
|
|
11860
11880
|
* QueryExchangeParamsRequest is the response type for the Query/ExchangeParams
|
|
11861
11881
|
* RPC method.
|
|
@@ -12327,7 +12347,7 @@ declare const OrderTypeMap: typeof OrderType$1;
|
|
|
12327
12347
|
type GrpcMarketStatus = MarketStatus;
|
|
12328
12348
|
declare const GrpcMarketStatusMap: typeof MarketStatus;
|
|
12329
12349
|
//#endregion
|
|
12330
|
-
//#region ../../node_modules/.pnpm/@injectivelabs+core-proto-ts-v2@1.
|
|
12350
|
+
//#region ../../node_modules/.pnpm/@injectivelabs+core-proto-ts-v2@1.18.0/node_modules/@injectivelabs/core-proto-ts-v2/generated/injective/evm/v1/log_pb.d.ts
|
|
12331
12351
|
/**
|
|
12332
12352
|
* Log represents an protobuf compatible Ethereum Log that defines a contract
|
|
12333
12353
|
* log event. These events are generated by the LOG opcode and stored/indexed by
|
|
@@ -12401,7 +12421,7 @@ interface Log {
|
|
|
12401
12421
|
*/
|
|
12402
12422
|
declare const Log = new Log$Type();
|
|
12403
12423
|
//#endregion
|
|
12404
|
-
//#region ../../node_modules/.pnpm/@injectivelabs+core-proto-ts-v2@1.
|
|
12424
|
+
//#region ../../node_modules/.pnpm/@injectivelabs+core-proto-ts-v2@1.18.0/node_modules/@injectivelabs/core-proto-ts-v2/generated/injective/evm/v1/chain_config_pb.d.ts
|
|
12405
12425
|
/**
|
|
12406
12426
|
* ChainConfig defines the Ethereum ChainConfig parameters using *sdkmath.Int
|
|
12407
12427
|
* values instead of *big.Int.
|
|
@@ -12604,7 +12624,7 @@ declare const BlobScheduleConfig = new BlobScheduleConfig$Type();
|
|
|
12604
12624
|
*/
|
|
12605
12625
|
declare const BlobConfig = new BlobConfig$Type();
|
|
12606
12626
|
//#endregion
|
|
12607
|
-
//#region ../../node_modules/.pnpm/@injectivelabs+core-proto-ts-v2@1.
|
|
12627
|
+
//#region ../../node_modules/.pnpm/@injectivelabs+core-proto-ts-v2@1.18.0/node_modules/@injectivelabs/core-proto-ts-v2/generated/injective/evm/v1/params_pb.d.ts
|
|
12608
12628
|
/**
|
|
12609
12629
|
* Params defines the EVM module parameters
|
|
12610
12630
|
*
|
|
@@ -12732,7 +12752,7 @@ type GrpcEvmChainConfig = ChainConfig;
|
|
|
12732
12752
|
type GrpcEvmBlobScheduleConfig = BlobScheduleConfig;
|
|
12733
12753
|
type GrpcEvmBlobConfig = BlobConfig;
|
|
12734
12754
|
//#endregion
|
|
12735
|
-
//#region ../../node_modules/.pnpm/@injectivelabs+core-proto-ts-v2@1.
|
|
12755
|
+
//#region ../../node_modules/.pnpm/@injectivelabs+core-proto-ts-v2@1.18.0/node_modules/@injectivelabs/core-proto-ts-v2/generated/cosmos/auth/v1beta1/auth_pb.d.ts
|
|
12736
12756
|
/**
|
|
12737
12757
|
* BaseAccount defines a base account type. It contains all the necessary fields
|
|
12738
12758
|
* for basic account functionality. Any custom account type should extend this
|
|
@@ -12794,7 +12814,7 @@ declare const BaseAccount$1 = new BaseAccount$Type();
|
|
|
12794
12814
|
*/
|
|
12795
12815
|
declare const Params$11 = new Params$Type();
|
|
12796
12816
|
//#endregion
|
|
12797
|
-
//#region ../../node_modules/.pnpm/@injectivelabs+core-proto-ts-v2@1.
|
|
12817
|
+
//#region ../../node_modules/.pnpm/@injectivelabs+core-proto-ts-v2@1.18.0/node_modules/@injectivelabs/core-proto-ts-v2/generated/injective/types/v1beta1/account_pb.d.ts
|
|
12798
12818
|
/**
|
|
12799
12819
|
* EthAccount implements the authtypes.AccountI interface and embeds an
|
|
12800
12820
|
* authtypes.BaseAccount type. It is compatible with the auth AccountKeeper.
|
|
@@ -12851,7 +12871,7 @@ type GrpcBankParams = Params$10;
|
|
|
12851
12871
|
type SendEnabled = SendEnabled$1;
|
|
12852
12872
|
type Metadata = Metadata$1;
|
|
12853
12873
|
//#endregion
|
|
12854
|
-
//#region ../../node_modules/.pnpm/@injectivelabs+core-proto-ts-v2@1.
|
|
12874
|
+
//#region ../../node_modules/.pnpm/@injectivelabs+core-proto-ts-v2@1.18.0/node_modules/@injectivelabs/core-proto-ts-v2/generated/cosmos/mint/v1beta1/mint_pb.d.ts
|
|
12855
12875
|
/**
|
|
12856
12876
|
* Params defines the parameters for the x/mint module.
|
|
12857
12877
|
*
|
|
@@ -12926,7 +12946,7 @@ type GrpcInsuranceFund = InsuranceFund$1;
|
|
|
12926
12946
|
type GrpcRedemptionSchedule = RedemptionSchedule$1;
|
|
12927
12947
|
declare const OracleTypeMap: typeof OracleType;
|
|
12928
12948
|
//#endregion
|
|
12929
|
-
//#region ../../node_modules/.pnpm/@injectivelabs+core-proto-ts-v2@1.
|
|
12949
|
+
//#region ../../node_modules/.pnpm/@injectivelabs+core-proto-ts-v2@1.18.0/node_modules/@injectivelabs/core-proto-ts-v2/generated/injective/exchange/v1beta1/authz_pb.d.ts
|
|
12930
12950
|
/**
|
|
12931
12951
|
* spot authz messages
|
|
12932
12952
|
*
|
|
@@ -13198,7 +13218,7 @@ interface Params$6 {
|
|
|
13198
13218
|
type GrpcParams = Params$7;
|
|
13199
13219
|
type GrpcTokenPair = TokenPair$1;
|
|
13200
13220
|
//#endregion
|
|
13201
|
-
//#region ../../node_modules/.pnpm/@injectivelabs+core-proto-ts-v2@1.
|
|
13221
|
+
//#region ../../node_modules/.pnpm/@injectivelabs+core-proto-ts-v2@1.18.0/node_modules/@injectivelabs/core-proto-ts-v2/generated/injective/txfees/v1beta1/txfees_pb.d.ts
|
|
13202
13222
|
/**
|
|
13203
13223
|
* @generated from protobuf message injective.txfees.v1beta1.Params
|
|
13204
13224
|
*/
|
|
@@ -13261,7 +13281,7 @@ interface Params$15 {
|
|
|
13261
13281
|
*/
|
|
13262
13282
|
declare const Params$15 = new Params$Type();
|
|
13263
13283
|
//#endregion
|
|
13264
|
-
//#region ../../node_modules/.pnpm/@injectivelabs+core-proto-ts-v2@1.
|
|
13284
|
+
//#region ../../node_modules/.pnpm/@injectivelabs+core-proto-ts-v2@1.18.0/node_modules/@injectivelabs/core-proto-ts-v2/generated/injective/txfees/v1beta1/query_pb.d.ts
|
|
13265
13285
|
/**
|
|
13266
13286
|
* @generated from protobuf message injective.txfees.v1beta1.EipBaseFee
|
|
13267
13287
|
*/
|
|
@@ -13334,7 +13354,7 @@ type GrpcTxFeesEipBaseFee = EipBaseFee;
|
|
|
13334
13354
|
type GrpcOracleParams = Params$17;
|
|
13335
13355
|
interface OracleModuleParams extends GrpcOracleParams {}
|
|
13336
13356
|
//#endregion
|
|
13337
|
-
//#region ../../node_modules/.pnpm/@injectivelabs+core-proto-ts-v2@1.
|
|
13357
|
+
//#region ../../node_modules/.pnpm/@injectivelabs+core-proto-ts-v2@1.18.0/node_modules/@injectivelabs/core-proto-ts-v2/generated/injective/permissions/v1beta1/permissions_pb.d.ts
|
|
13338
13358
|
/**
|
|
13339
13359
|
* Namespace defines a permissions namespace
|
|
13340
13360
|
*
|
|
@@ -13348,11 +13368,11 @@ interface Namespace {
|
|
|
13348
13368
|
*/
|
|
13349
13369
|
denom: string;
|
|
13350
13370
|
/**
|
|
13351
|
-
* The address of
|
|
13371
|
+
* The address of cosmwasm contract to apply code-based restrictions
|
|
13352
13372
|
*
|
|
13353
|
-
* @generated from protobuf field: string
|
|
13373
|
+
* @generated from protobuf field: string wasm_hook = 2
|
|
13354
13374
|
*/
|
|
13355
|
-
|
|
13375
|
+
wasmHook: string;
|
|
13356
13376
|
/**
|
|
13357
13377
|
* permissions for each role
|
|
13358
13378
|
*
|
|
@@ -13383,6 +13403,12 @@ interface Namespace {
|
|
|
13383
13403
|
* @generated from protobuf field: repeated injective.permissions.v1beta1.PolicyManagerCapability policy_manager_capabilities = 7
|
|
13384
13404
|
*/
|
|
13385
13405
|
policyManagerCapabilities: PolicyManagerCapability[];
|
|
13406
|
+
/**
|
|
13407
|
+
* The address of the EVM contract to map code-based permissions
|
|
13408
|
+
*
|
|
13409
|
+
* @generated from protobuf field: string evm_hook = 8
|
|
13410
|
+
*/
|
|
13411
|
+
evmHook: string;
|
|
13386
13412
|
}
|
|
13387
13413
|
/**
|
|
13388
13414
|
* AddressRoles defines roles for an actor
|
|
@@ -13665,7 +13691,7 @@ declare const RoleIDs = new RoleIDs$Type();
|
|
|
13665
13691
|
*/
|
|
13666
13692
|
declare const AddressVoucher = new AddressVoucher$Type();
|
|
13667
13693
|
//#endregion
|
|
13668
|
-
//#region ../../node_modules/.pnpm/@injectivelabs+core-proto-ts-v2@1.
|
|
13694
|
+
//#region ../../node_modules/.pnpm/@injectivelabs+core-proto-ts-v2@1.18.0/node_modules/@injectivelabs/core-proto-ts-v2/generated/injective/permissions/v1beta1/params_pb.d.ts
|
|
13669
13695
|
/**
|
|
13670
13696
|
* Params defines the parameters for the permissions module.
|
|
13671
13697
|
*
|
|
@@ -13673,11 +13699,17 @@ declare const AddressVoucher = new AddressVoucher$Type();
|
|
|
13673
13699
|
*/
|
|
13674
13700
|
interface Params$3 {
|
|
13675
13701
|
/**
|
|
13676
|
-
* Max amount of gas allowed for
|
|
13702
|
+
* Max amount of gas allowed for contract hook queries
|
|
13703
|
+
*
|
|
13704
|
+
* @generated from protobuf field: uint64 contract_hook_max_gas = 1
|
|
13705
|
+
*/
|
|
13706
|
+
contractHookMaxGas: bigint;
|
|
13707
|
+
/**
|
|
13708
|
+
* EVM addresses of contracts that will not bypass module-to-module transfers
|
|
13677
13709
|
*
|
|
13678
|
-
* @generated from protobuf field:
|
|
13710
|
+
* @generated from protobuf field: repeated string enforced_restrictions_contracts = 2
|
|
13679
13711
|
*/
|
|
13680
|
-
|
|
13712
|
+
enforcedRestrictionsContracts: string[];
|
|
13681
13713
|
}
|
|
13682
13714
|
/**
|
|
13683
13715
|
* @generated MessageType for protobuf message injective.permissions.v1beta1.Params
|
|
@@ -13725,7 +13757,8 @@ interface PermissionAddressVoucher {
|
|
|
13725
13757
|
}
|
|
13726
13758
|
interface PermissionNamespace {
|
|
13727
13759
|
denom: string;
|
|
13728
|
-
|
|
13760
|
+
evmHook: string;
|
|
13761
|
+
wasmHook: string;
|
|
13729
13762
|
rolePermissions: PermissionRole[];
|
|
13730
13763
|
actorRoles: PermissionActorRoles[];
|
|
13731
13764
|
roleManagers: PermissionRoleManager[];
|
|
@@ -14353,7 +14386,7 @@ type WasmMsgs = MsgStoreCode | MsgUpdateAdmin | MsgPrivilegedExecuteContract | M
|
|
|
14353
14386
|
type Msgs = AuctionMsgs | AuthzMsgs | BankMsgs | DistributionMsgs | ExchangeV1Msgs | ExchangeV2Msgs | FeegrantMsgs | GovMsgs | IbcMsgs | InsuranceMsgs | PeggyMsgs | StakingMsgs | TokenFactoryMsgs | WasmMsgs | Erc20Msgs;
|
|
14354
14387
|
type ExchangeMsgs = ExchangeV1Msgs | ExchangeV2Msgs;
|
|
14355
14388
|
//#endregion
|
|
14356
|
-
//#region ../../node_modules/.pnpm/@injectivelabs+core-proto-ts-v2@1.
|
|
14389
|
+
//#region ../../node_modules/.pnpm/@injectivelabs+core-proto-ts-v2@1.18.0/node_modules/@injectivelabs/core-proto-ts-v2/generated/cometbft/types/v1/evidence_pb.d.ts
|
|
14357
14390
|
/**
|
|
14358
14391
|
* Evidence is a generic type for wrapping evidence of misbehavior by a validator.
|
|
14359
14392
|
*
|
|
@@ -14463,7 +14496,7 @@ declare const LightClientAttackEvidence = new LightClientAttackEvidence$Type();
|
|
|
14463
14496
|
*/
|
|
14464
14497
|
declare const EvidenceList = new EvidenceList$Type();
|
|
14465
14498
|
//#endregion
|
|
14466
|
-
//#region ../../node_modules/.pnpm/@injectivelabs+core-proto-ts-v2@1.
|
|
14499
|
+
//#region ../../node_modules/.pnpm/@injectivelabs+core-proto-ts-v2@1.18.0/node_modules/@injectivelabs/core-proto-ts-v2/generated/cometbft/types/v1/block_pb.d.ts
|
|
14467
14500
|
/**
|
|
14468
14501
|
* Block defines the structure of a block in the CometBFT blockchain.
|
|
14469
14502
|
*
|
|
@@ -14492,7 +14525,7 @@ interface Block$2 {
|
|
|
14492
14525
|
*/
|
|
14493
14526
|
declare const Block$2 = new Block$Type();
|
|
14494
14527
|
//#endregion
|
|
14495
|
-
//#region ../../node_modules/.pnpm/@injectivelabs+core-proto-ts-v2@1.
|
|
14528
|
+
//#region ../../node_modules/.pnpm/@injectivelabs+core-proto-ts-v2@1.18.0/node_modules/@injectivelabs/core-proto-ts-v2/generated/cosmos/tx/v1beta1/service_pb.d.ts
|
|
14496
14529
|
/**
|
|
14497
14530
|
* BroadcastMode specifies the broadcast mode for the TxService.Broadcast RPC
|
|
14498
14531
|
* method.
|
|
@@ -14959,7 +14992,7 @@ declare const generateArbitrarySignDoc: (message: string, signer: string) => {
|
|
|
14959
14992
|
stringifiedSignDoc: string;
|
|
14960
14993
|
};
|
|
14961
14994
|
//#endregion
|
|
14962
|
-
//#region ../../node_modules/.pnpm/@injectivelabs+core-proto-ts-v2@1.
|
|
14995
|
+
//#region ../../node_modules/.pnpm/@injectivelabs+core-proto-ts-v2@1.18.0/node_modules/@injectivelabs/core-proto-ts-v2/generated/injective/types/v1beta1/tx_ext_pb.d.ts
|
|
14963
14996
|
/**
|
|
14964
14997
|
* @generated from protobuf message injective.types.v1beta1.ExtensionOptionsWeb3Tx
|
|
14965
14998
|
*/
|
|
@@ -15512,7 +15545,7 @@ declare class Address {
|
|
|
15512
15545
|
getEthereumAddress(): string;
|
|
15513
15546
|
}
|
|
15514
15547
|
//#endregion
|
|
15515
|
-
//#region ../../node_modules/.pnpm/@injectivelabs+core-proto-ts-v2@1.
|
|
15548
|
+
//#region ../../node_modules/.pnpm/@injectivelabs+core-proto-ts-v2@1.18.0/node_modules/@injectivelabs/core-proto-ts-v2/generated/injective/crypto/v1beta1/ethsecp256k1/keys_pb.d.ts
|
|
15516
15549
|
/**
|
|
15517
15550
|
* PubKey defines a type alias for an ecdsa.PublicKey that implements
|
|
15518
15551
|
* Tendermint's PubKey interface. It represents the 33-byte compressed public
|
|
@@ -16350,7 +16383,7 @@ declare class GenericAuthorization extends BaseAuthorization<GenericAuthorizatio
|
|
|
16350
16383
|
toAny(): Any;
|
|
16351
16384
|
}
|
|
16352
16385
|
//#endregion
|
|
16353
|
-
//#region ../../node_modules/.pnpm/@injectivelabs+core-proto-ts-v2@1.
|
|
16386
|
+
//#region ../../node_modules/.pnpm/@injectivelabs+core-proto-ts-v2@1.18.0/node_modules/@injectivelabs/core-proto-ts-v2/generated/cosmwasm/wasm/v1/authz_pb.d.ts
|
|
16354
16387
|
/**
|
|
16355
16388
|
* ContractExecutionAuthorization defines authorization for wasm execute.
|
|
16356
16389
|
* Since: wasmd 0.30
|
|
@@ -16430,7 +16463,7 @@ declare class ContractExecutionAuthorization extends BaseAuthorization<ContractE
|
|
|
16430
16463
|
toWeb3(): ContractExecutionAuthorization.Amino;
|
|
16431
16464
|
}
|
|
16432
16465
|
//#endregion
|
|
16433
|
-
//#region ../../node_modules/.pnpm/@injectivelabs+core-proto-ts-v2@1.
|
|
16466
|
+
//#region ../../node_modules/.pnpm/@injectivelabs+core-proto-ts-v2@1.18.0/node_modules/@injectivelabs/core-proto-ts-v2/generated/injective/wasmx/v1/authz_pb.d.ts
|
|
16434
16467
|
/**
|
|
16435
16468
|
* ContractExecutionAuthorization defines authorization for wasm execute.
|
|
16436
16469
|
* Since: wasmd 0.30
|
|
@@ -16670,7 +16703,7 @@ declare class OrderHashManager {
|
|
|
16670
16703
|
private incrementNonceAndReturn;
|
|
16671
16704
|
}
|
|
16672
16705
|
//#endregion
|
|
16673
|
-
//#region ../../node_modules/.pnpm/@injectivelabs+core-proto-ts-v2@1.
|
|
16706
|
+
//#region ../../node_modules/.pnpm/@injectivelabs+core-proto-ts-v2@1.18.0/node_modules/@injectivelabs/core-proto-ts-v2/generated/injective/permissions/v1beta1/tx_pb.d.ts
|
|
16674
16707
|
/**
|
|
16675
16708
|
* @generated from protobuf message injective.permissions.v1beta1.MsgUpdateParams
|
|
16676
16709
|
*/
|
|
@@ -16724,11 +16757,11 @@ interface MsgUpdateNamespace$1 {
|
|
|
16724
16757
|
*/
|
|
16725
16758
|
denom: string;
|
|
16726
16759
|
/**
|
|
16727
|
-
* address of smart contract to apply code-based restrictions
|
|
16760
|
+
* address of wasm smart contract to apply code-based restrictions
|
|
16728
16761
|
*
|
|
16729
|
-
* @generated from protobuf field: injective.permissions.v1beta1.MsgUpdateNamespace.SetContractHook
|
|
16762
|
+
* @generated from protobuf field: injective.permissions.v1beta1.MsgUpdateNamespace.SetContractHook wasm_hook = 3
|
|
16730
16763
|
*/
|
|
16731
|
-
|
|
16764
|
+
wasmHook?: MsgUpdateNamespace_SetContractHook;
|
|
16732
16765
|
/**
|
|
16733
16766
|
* role permissions to update
|
|
16734
16767
|
*
|
|
@@ -16753,6 +16786,12 @@ interface MsgUpdateNamespace$1 {
|
|
|
16753
16786
|
* @generated from protobuf field: repeated injective.permissions.v1beta1.PolicyManagerCapability policy_manager_capabilities = 7
|
|
16754
16787
|
*/
|
|
16755
16788
|
policyManagerCapabilities: PolicyManagerCapability[];
|
|
16789
|
+
/**
|
|
16790
|
+
* address of EVM smart contract to apply code-based restrictions
|
|
16791
|
+
*
|
|
16792
|
+
* @generated from protobuf field: injective.permissions.v1beta1.MsgUpdateNamespace.SetContractHook evm_hook = 8
|
|
16793
|
+
*/
|
|
16794
|
+
evmHook?: MsgUpdateNamespace_SetContractHook;
|
|
16756
16795
|
}
|
|
16757
16796
|
/**
|
|
16758
16797
|
* @generated from protobuf message injective.permissions.v1beta1.MsgUpdateNamespace.SetContractHook
|
|
@@ -16878,6 +16917,7 @@ declare namespace MsgUpdateParams {
|
|
|
16878
16917
|
authority: string;
|
|
16879
16918
|
params: {
|
|
16880
16919
|
wasmHookQueryMaxGas: string;
|
|
16920
|
+
enforcedRestrictionsContracts?: string[];
|
|
16881
16921
|
};
|
|
16882
16922
|
}
|
|
16883
16923
|
type Proto = MsgUpdateParams$1;
|
|
@@ -16898,15 +16938,16 @@ declare class MsgUpdateParams extends MsgBase<MsgUpdateParams.Params, MsgUpdateP
|
|
|
16898
16938
|
value: {
|
|
16899
16939
|
authority: string;
|
|
16900
16940
|
params: {
|
|
16901
|
-
|
|
16941
|
+
contract_hook_max_gas: string;
|
|
16902
16942
|
};
|
|
16903
16943
|
};
|
|
16904
16944
|
};
|
|
16905
16945
|
toWeb3Gw(): {
|
|
16906
|
-
authority: string;
|
|
16907
16946
|
params: {
|
|
16908
|
-
|
|
16947
|
+
enforced_restrictions_contracts: string[];
|
|
16948
|
+
contract_hook_max_gas: string;
|
|
16909
16949
|
};
|
|
16950
|
+
authority: string;
|
|
16910
16951
|
'@type': string;
|
|
16911
16952
|
};
|
|
16912
16953
|
toDirectSign(): {
|
|
@@ -16922,7 +16963,8 @@ declare namespace MsgCreateNamespace {
|
|
|
16922
16963
|
sender: string;
|
|
16923
16964
|
namespace: {
|
|
16924
16965
|
denom: string;
|
|
16925
|
-
|
|
16966
|
+
evmHook: string;
|
|
16967
|
+
wasmHook: string;
|
|
16926
16968
|
rolePermissions: PermissionRole[];
|
|
16927
16969
|
actorRoles: PermissionActorRoles[];
|
|
16928
16970
|
roleManagers: PermissionRoleManager[];
|
|
@@ -16949,7 +16991,7 @@ declare class MsgCreateNamespace extends MsgBase<MsgCreateNamespace.Params, MsgC
|
|
|
16949
16991
|
sender: string;
|
|
16950
16992
|
namespace: {
|
|
16951
16993
|
denom: string | undefined;
|
|
16952
|
-
|
|
16994
|
+
wasm_hook: string | undefined;
|
|
16953
16995
|
role_permissions: {
|
|
16954
16996
|
name: string;
|
|
16955
16997
|
role_id: number;
|
|
@@ -16974,6 +17016,7 @@ declare class MsgCreateNamespace extends MsgBase<MsgCreateNamespace.Params, MsgC
|
|
|
16974
17016
|
can_disable: boolean;
|
|
16975
17017
|
can_seal: boolean;
|
|
16976
17018
|
}[];
|
|
17019
|
+
evm_hook: string | undefined;
|
|
16977
17020
|
};
|
|
16978
17021
|
};
|
|
16979
17022
|
};
|
|
@@ -16981,7 +17024,7 @@ declare class MsgCreateNamespace extends MsgBase<MsgCreateNamespace.Params, MsgC
|
|
|
16981
17024
|
sender: string;
|
|
16982
17025
|
namespace: {
|
|
16983
17026
|
denom: string | undefined;
|
|
16984
|
-
|
|
17027
|
+
wasm_hook: string | undefined;
|
|
16985
17028
|
role_permissions: {
|
|
16986
17029
|
name: string;
|
|
16987
17030
|
role_id: number;
|
|
@@ -17006,6 +17049,7 @@ declare class MsgCreateNamespace extends MsgBase<MsgCreateNamespace.Params, MsgC
|
|
|
17006
17049
|
can_disable: boolean;
|
|
17007
17050
|
can_seal: boolean;
|
|
17008
17051
|
}[];
|
|
17052
|
+
evm_hook: string | undefined;
|
|
17009
17053
|
};
|
|
17010
17054
|
'@type': string;
|
|
17011
17055
|
};
|
|
@@ -17013,12 +17057,13 @@ declare class MsgCreateNamespace extends MsgBase<MsgCreateNamespace.Params, MsgC
|
|
|
17013
17057
|
toEip712V2(): {
|
|
17014
17058
|
namespace: {
|
|
17015
17059
|
denom: any;
|
|
17016
|
-
|
|
17060
|
+
wasm_hook: any;
|
|
17017
17061
|
role_permissions: any;
|
|
17018
17062
|
actor_roles: any;
|
|
17019
17063
|
role_managers: any;
|
|
17020
17064
|
policy_statuses: any;
|
|
17021
17065
|
policy_manager_capabilities: any;
|
|
17066
|
+
evm_hook: any;
|
|
17022
17067
|
};
|
|
17023
17068
|
sender: string;
|
|
17024
17069
|
'@type': string;
|
|
@@ -17035,7 +17080,8 @@ declare namespace MsgUpdateNamespace {
|
|
|
17035
17080
|
interface Params {
|
|
17036
17081
|
sender: string;
|
|
17037
17082
|
denom: string;
|
|
17038
|
-
|
|
17083
|
+
evmHook?: string;
|
|
17084
|
+
wasmHook?: string;
|
|
17039
17085
|
rolePermissions: PermissionRole[];
|
|
17040
17086
|
roleManagers: PermissionRoleManager[];
|
|
17041
17087
|
policyStatuses: PermissionPolicyStatus[];
|
|
@@ -17052,11 +17098,12 @@ declare class MsgUpdateNamespace extends MsgBase<MsgUpdateNamespace.Params, MsgU
|
|
|
17052
17098
|
toData(): {
|
|
17053
17099
|
sender: string;
|
|
17054
17100
|
denom: string;
|
|
17055
|
-
|
|
17101
|
+
wasmHook?: MsgUpdateNamespace_SetContractHook;
|
|
17056
17102
|
rolePermissions: Role[];
|
|
17057
17103
|
roleManagers: RoleManager[];
|
|
17058
17104
|
policyStatuses: PolicyStatus[];
|
|
17059
17105
|
policyManagerCapabilities: PolicyManagerCapability[];
|
|
17106
|
+
evmHook?: MsgUpdateNamespace_SetContractHook;
|
|
17060
17107
|
'@type': string;
|
|
17061
17108
|
};
|
|
17062
17109
|
toAmino(): {
|
|
@@ -17064,7 +17111,7 @@ declare class MsgUpdateNamespace extends MsgBase<MsgUpdateNamespace.Params, MsgU
|
|
|
17064
17111
|
value: {
|
|
17065
17112
|
sender: string;
|
|
17066
17113
|
denom: string;
|
|
17067
|
-
|
|
17114
|
+
wasm_hook: {
|
|
17068
17115
|
new_value: string;
|
|
17069
17116
|
} | undefined;
|
|
17070
17117
|
role_permissions: {
|
|
@@ -17087,12 +17134,15 @@ declare class MsgUpdateNamespace extends MsgBase<MsgUpdateNamespace.Params, MsgU
|
|
|
17087
17134
|
can_disable: boolean;
|
|
17088
17135
|
can_seal: boolean;
|
|
17089
17136
|
}[];
|
|
17137
|
+
evm_hook: {
|
|
17138
|
+
new_value: string;
|
|
17139
|
+
} | undefined;
|
|
17090
17140
|
};
|
|
17091
17141
|
};
|
|
17092
17142
|
toWeb3Gw(): {
|
|
17093
17143
|
sender: string;
|
|
17094
17144
|
denom: string;
|
|
17095
|
-
|
|
17145
|
+
wasm_hook: {
|
|
17096
17146
|
new_value: string;
|
|
17097
17147
|
} | undefined;
|
|
17098
17148
|
role_permissions: {
|
|
@@ -17115,6 +17165,9 @@ declare class MsgUpdateNamespace extends MsgBase<MsgUpdateNamespace.Params, MsgU
|
|
|
17115
17165
|
can_disable: boolean;
|
|
17116
17166
|
can_seal: boolean;
|
|
17117
17167
|
}[];
|
|
17168
|
+
evm_hook: {
|
|
17169
|
+
new_value: string;
|
|
17170
|
+
} | undefined;
|
|
17118
17171
|
'@type': string;
|
|
17119
17172
|
};
|
|
17120
17173
|
toEip712(): never;
|
|
@@ -17123,7 +17176,7 @@ declare class MsgUpdateNamespace extends MsgBase<MsgUpdateNamespace.Params, MsgU
|
|
|
17123
17176
|
policy_manager_capabilities: any[];
|
|
17124
17177
|
sender: string;
|
|
17125
17178
|
denom: string;
|
|
17126
|
-
|
|
17179
|
+
wasm_hook: {
|
|
17127
17180
|
new_value: string;
|
|
17128
17181
|
} | undefined;
|
|
17129
17182
|
role_permissions: {
|
|
@@ -17135,6 +17188,9 @@ declare class MsgUpdateNamespace extends MsgBase<MsgUpdateNamespace.Params, MsgU
|
|
|
17135
17188
|
manager: string;
|
|
17136
17189
|
roles: string[];
|
|
17137
17190
|
}[];
|
|
17191
|
+
evm_hook: {
|
|
17192
|
+
new_value: string;
|
|
17193
|
+
} | undefined;
|
|
17138
17194
|
'@type': string;
|
|
17139
17195
|
};
|
|
17140
17196
|
toDirectSign(): {
|
|
@@ -35549,7 +35605,7 @@ declare class ChainGrpcPeggyApi extends BaseGrpcConsumer {
|
|
|
35549
35605
|
fetchModuleParams(): Promise<PeggyModuleParams>;
|
|
35550
35606
|
}
|
|
35551
35607
|
//#endregion
|
|
35552
|
-
//#region ../../node_modules/.pnpm/@injectivelabs+core-proto-ts-v2@1.
|
|
35608
|
+
//#region ../../node_modules/.pnpm/@injectivelabs+core-proto-ts-v2@1.18.0/node_modules/@injectivelabs/core-proto-ts-v2/generated/injective/wasmx/v1/genesis_pb.d.ts
|
|
35553
35609
|
/**
|
|
35554
35610
|
* @generated from protobuf message injective.wasmx.v1.RegisteredContractWithAddress
|
|
35555
35611
|
*/
|
|
@@ -35592,7 +35648,7 @@ declare const RegisteredContractWithAddress = new RegisteredContractWithAddress$
|
|
|
35592
35648
|
*/
|
|
35593
35649
|
declare const GenesisState$3 = new GenesisState$Type();
|
|
35594
35650
|
//#endregion
|
|
35595
|
-
//#region ../../node_modules/.pnpm/@injectivelabs+core-proto-ts-v2@1.
|
|
35651
|
+
//#region ../../node_modules/.pnpm/@injectivelabs+core-proto-ts-v2@1.18.0/node_modules/@injectivelabs/core-proto-ts-v2/generated/injective/wasmx/v1/query_pb.d.ts
|
|
35596
35652
|
/**
|
|
35597
35653
|
* QueryWasmxParamsRequest is the response type for the Query/WasmxParams RPC
|
|
35598
35654
|
* method.
|
|
@@ -35854,7 +35910,7 @@ declare class ChainGrpcExchangeApi extends BaseGrpcConsumer {
|
|
|
35854
35910
|
fetchFullSpotMarkets(status?: string, marketIds?: string[]): Promise<SpotMarket[]>;
|
|
35855
35911
|
}
|
|
35856
35912
|
//#endregion
|
|
35857
|
-
//#region ../../node_modules/.pnpm/@injectivelabs+core-proto-ts-v2@1.
|
|
35913
|
+
//#region ../../node_modules/.pnpm/@injectivelabs+core-proto-ts-v2@1.18.0/node_modules/@injectivelabs/core-proto-ts-v2/generated/cosmos/base/tendermint/v1beta1/types_pb.d.ts
|
|
35858
35914
|
/**
|
|
35859
35915
|
* Block is tendermint type Block, with the Header proposer address
|
|
35860
35916
|
* field converted to bech32 string.
|
|
@@ -36162,7 +36218,7 @@ declare class ChainRestTendermintApi extends BaseRestConsumer {
|
|
|
36162
36218
|
}>;
|
|
36163
36219
|
}
|
|
36164
36220
|
//#endregion
|
|
36165
|
-
//#region ../../node_modules/.pnpm/@injectivelabs+core-proto-ts-v2@1.
|
|
36221
|
+
//#region ../../node_modules/.pnpm/@injectivelabs+core-proto-ts-v2@1.18.0/node_modules/@injectivelabs/core-proto-ts-v2/generated/cosmos/gov/v1/query_pb.d.ts
|
|
36166
36222
|
/**
|
|
36167
36223
|
* QueryProposalResponse is the response type for the Query/Proposal RPC method.
|
|
36168
36224
|
*
|
|
@@ -36345,7 +36401,7 @@ declare class ChainGrpcGovTransformer {
|
|
|
36345
36401
|
static grpcProposalToProposal(proposal: GrpcProposal): Proposal | undefined;
|
|
36346
36402
|
}
|
|
36347
36403
|
//#endregion
|
|
36348
|
-
//#region ../../node_modules/.pnpm/@injectivelabs+core-proto-ts-v2@1.
|
|
36404
|
+
//#region ../../node_modules/.pnpm/@injectivelabs+core-proto-ts-v2@1.18.0/node_modules/@injectivelabs/core-proto-ts-v2/generated/injective/evm/v1/query_pb.d.ts
|
|
36349
36405
|
/**
|
|
36350
36406
|
* QueryAccountResponse is the response type for the Query/Account RPC method.
|
|
36351
36407
|
*
|
|
@@ -36482,7 +36538,7 @@ declare class ChainGrpcEvmTransformer {
|
|
|
36482
36538
|
static paramsResponseToParams(response: QueryParamsResponse$9): EvmParams | undefined;
|
|
36483
36539
|
}
|
|
36484
36540
|
//#endregion
|
|
36485
|
-
//#region ../../node_modules/.pnpm/@injectivelabs+core-proto-ts-v2@1.
|
|
36541
|
+
//#region ../../node_modules/.pnpm/@injectivelabs+core-proto-ts-v2@1.18.0/node_modules/@injectivelabs/core-proto-ts-v2/generated/cosmos/auth/v1beta1/query_pb.d.ts
|
|
36486
36542
|
/**
|
|
36487
36543
|
* QueryAccountsResponse is the response type for the Query/Accounts RPC method.
|
|
36488
36544
|
*
|
|
@@ -36557,7 +36613,7 @@ declare class ChainGrpcAuthTransformer {
|
|
|
36557
36613
|
};
|
|
36558
36614
|
}
|
|
36559
36615
|
//#endregion
|
|
36560
|
-
//#region ../../node_modules/.pnpm/@injectivelabs+core-proto-ts-v2@1.
|
|
36616
|
+
//#region ../../node_modules/.pnpm/@injectivelabs+core-proto-ts-v2@1.18.0/node_modules/@injectivelabs/core-proto-ts-v2/generated/cosmos/bank/v1beta1/query_pb.d.ts
|
|
36561
36617
|
/**
|
|
36562
36618
|
* QueryBalanceResponse is the response type for the Query/Balance RPC method.
|
|
36563
36619
|
*
|
|
@@ -36746,7 +36802,7 @@ declare class ChainGrpcBankTransformer {
|
|
|
36746
36802
|
};
|
|
36747
36803
|
}
|
|
36748
36804
|
//#endregion
|
|
36749
|
-
//#region ../../node_modules/.pnpm/@injectivelabs+core-proto-ts-v2@1.
|
|
36805
|
+
//#region ../../node_modules/.pnpm/@injectivelabs+core-proto-ts-v2@1.18.0/node_modules/@injectivelabs/core-proto-ts-v2/generated/cosmos/mint/v1beta1/query_pb.d.ts
|
|
36750
36806
|
/**
|
|
36751
36807
|
* QueryParamsResponse is the response type for the Query/Params RPC method.
|
|
36752
36808
|
*
|
|
@@ -36801,7 +36857,7 @@ declare class ChainGrpcWasmTransformer {
|
|
|
36801
36857
|
};
|
|
36802
36858
|
}
|
|
36803
36859
|
//#endregion
|
|
36804
|
-
//#region ../../node_modules/.pnpm/@injectivelabs+core-proto-ts-v2@1.
|
|
36860
|
+
//#region ../../node_modules/.pnpm/@injectivelabs+core-proto-ts-v2@1.18.0/node_modules/@injectivelabs/core-proto-ts-v2/generated/cosmos/authz/v1beta1/query_pb.d.ts
|
|
36805
36861
|
/**
|
|
36806
36862
|
* QueryGrantsResponse is the response type for the Query/Authorizations RPC method.
|
|
36807
36863
|
*
|
|
@@ -36893,7 +36949,7 @@ declare class ChainGrpcAuthZTransformer {
|
|
|
36893
36949
|
};
|
|
36894
36950
|
}
|
|
36895
36951
|
//#endregion
|
|
36896
|
-
//#region ../../node_modules/.pnpm/@injectivelabs+core-proto-ts-v2@1.
|
|
36952
|
+
//#region ../../node_modules/.pnpm/@injectivelabs+core-proto-ts-v2@1.18.0/node_modules/@injectivelabs/core-proto-ts-v2/generated/injective/peggy/v1/query_pb.d.ts
|
|
36897
36953
|
/**
|
|
36898
36954
|
* @generated from protobuf message injective.peggy.v1.QueryParamsResponse
|
|
36899
36955
|
*/
|
|
@@ -36916,7 +36972,7 @@ declare class ChainGrpcPeggyTransformer {
|
|
|
36916
36972
|
static moduleParamsResponseToModuleParams(response: QueryParamsResponse$5): PeggyModuleParams;
|
|
36917
36973
|
}
|
|
36918
36974
|
//#endregion
|
|
36919
|
-
//#region ../../node_modules/.pnpm/@injectivelabs+core-proto-ts-v2@1.
|
|
36975
|
+
//#region ../../node_modules/.pnpm/@injectivelabs+core-proto-ts-v2@1.18.0/node_modules/@injectivelabs/core-proto-ts-v2/generated/injective/erc20/v1beta1/query_pb.d.ts
|
|
36920
36976
|
/**
|
|
36921
36977
|
* QueryParamsResponse is the response type for the Query/Params RPC method.
|
|
36922
36978
|
*
|
|
@@ -36992,7 +37048,7 @@ declare class ChainGrpcCommonTransformer {
|
|
|
36992
37048
|
static grpcPaginationToPaginationV2(pagination: PageResponse | undefined): Pagination;
|
|
36993
37049
|
}
|
|
36994
37050
|
//#endregion
|
|
36995
|
-
//#region ../../node_modules/.pnpm/@injectivelabs+core-proto-ts-v2@1.
|
|
37051
|
+
//#region ../../node_modules/.pnpm/@injectivelabs+core-proto-ts-v2@1.18.0/node_modules/@injectivelabs/core-proto-ts-v2/generated/injective/auction/v1beta1/genesis_pb.d.ts
|
|
36996
37052
|
/**
|
|
36997
37053
|
* GenesisState defines the auction module's genesis state.
|
|
36998
37054
|
*
|
|
@@ -37035,7 +37091,7 @@ interface GenesisState$2 {
|
|
|
37035
37091
|
*/
|
|
37036
37092
|
declare const GenesisState$2 = new GenesisState$Type();
|
|
37037
37093
|
//#endregion
|
|
37038
|
-
//#region ../../node_modules/.pnpm/@injectivelabs+core-proto-ts-v2@1.
|
|
37094
|
+
//#region ../../node_modules/.pnpm/@injectivelabs+core-proto-ts-v2@1.18.0/node_modules/@injectivelabs/core-proto-ts-v2/generated/injective/auction/v1beta1/query_pb.d.ts
|
|
37039
37095
|
/**
|
|
37040
37096
|
* QueryAuctionParamsRequest is the response type for the Query/AuctionParams
|
|
37041
37097
|
* RPC method.
|
|
@@ -37138,7 +37194,7 @@ declare class ChainGrpcAuctionTransformer {
|
|
|
37138
37194
|
static lastAuctionResultResponseToLastAuctionResult(response: QueryLastAuctionResultResponse): AuctionLastAuctionResult | undefined;
|
|
37139
37195
|
}
|
|
37140
37196
|
//#endregion
|
|
37141
|
-
//#region ../../node_modules/.pnpm/@injectivelabs+core-proto-ts-v2@1.
|
|
37197
|
+
//#region ../../node_modules/.pnpm/@injectivelabs+core-proto-ts-v2@1.18.0/node_modules/@injectivelabs/core-proto-ts-v2/generated/cosmos/staking/v1beta1/query_pb.d.ts
|
|
37142
37198
|
/**
|
|
37143
37199
|
* QueryValidatorsResponse is response type for the Query/Validators RPC method
|
|
37144
37200
|
*
|
|
@@ -37363,7 +37419,7 @@ declare class ChainGrpcExchangeTransformer {
|
|
|
37363
37419
|
static grpcFullDerivativeMarketToDerivativeMarket(market: GrpcChainFullDerivativeMarket): DerivativeMarket;
|
|
37364
37420
|
}
|
|
37365
37421
|
//#endregion
|
|
37366
|
-
//#region ../../node_modules/.pnpm/@injectivelabs+core-proto-ts-v2@1.
|
|
37422
|
+
//#region ../../node_modules/.pnpm/@injectivelabs+core-proto-ts-v2@1.18.0/node_modules/@injectivelabs/core-proto-ts-v2/generated/injective/permissions/v1beta1/genesis_pb.d.ts
|
|
37367
37423
|
/**
|
|
37368
37424
|
* GenesisState defines the permissions module's genesis state.
|
|
37369
37425
|
*
|
|
@@ -37394,7 +37450,7 @@ interface GenesisState$1 {
|
|
|
37394
37450
|
*/
|
|
37395
37451
|
declare const GenesisState$1 = new GenesisState$Type();
|
|
37396
37452
|
//#endregion
|
|
37397
|
-
//#region ../../node_modules/.pnpm/@injectivelabs+core-proto-ts-v2@1.
|
|
37453
|
+
//#region ../../node_modules/.pnpm/@injectivelabs+core-proto-ts-v2@1.18.0/node_modules/@injectivelabs/core-proto-ts-v2/generated/injective/permissions/v1beta1/query_pb.d.ts
|
|
37398
37454
|
/**
|
|
37399
37455
|
* QueryParamsResponse is the response type for the Query/Params RPC method.
|
|
37400
37456
|
*
|
|
@@ -37658,7 +37714,7 @@ declare class ChainGrpcPermissionsTransformer {
|
|
|
37658
37714
|
} | undefined;
|
|
37659
37715
|
}
|
|
37660
37716
|
//#endregion
|
|
37661
|
-
//#region ../../node_modules/.pnpm/@injectivelabs+core-proto-ts-v2@1.
|
|
37717
|
+
//#region ../../node_modules/.pnpm/@injectivelabs+core-proto-ts-v2@1.18.0/node_modules/@injectivelabs/core-proto-ts-v2/generated/cosmos/distribution/v1beta1/query_pb.d.ts
|
|
37662
37718
|
/**
|
|
37663
37719
|
* QueryParamsResponse is the response type for the Query/Params RPC method.
|
|
37664
37720
|
*
|
|
@@ -37729,7 +37785,7 @@ declare class ChainGrpcDistributionTransformer {
|
|
|
37729
37785
|
static totalDelegationRewardResponseToTotalReward(response: QueryDelegationTotalRewardsResponse): ValidatorRewards[];
|
|
37730
37786
|
}
|
|
37731
37787
|
//#endregion
|
|
37732
|
-
//#region ../../node_modules/.pnpm/@injectivelabs+core-proto-ts-v2@1.
|
|
37788
|
+
//#region ../../node_modules/.pnpm/@injectivelabs+core-proto-ts-v2@1.18.0/node_modules/@injectivelabs/core-proto-ts-v2/generated/injective/tokenfactory/v1beta1/authorityMetadata_pb.d.ts
|
|
37733
37789
|
/**
|
|
37734
37790
|
* DenomAuthorityMetadata specifies metadata for addresses that have specific
|
|
37735
37791
|
* capabilities over a token factory denom. Right now there is only one Admin
|
|
@@ -37756,7 +37812,7 @@ interface DenomAuthorityMetadata {
|
|
|
37756
37812
|
*/
|
|
37757
37813
|
declare const DenomAuthorityMetadata = new DenomAuthorityMetadata$Type();
|
|
37758
37814
|
//#endregion
|
|
37759
|
-
//#region ../../node_modules/.pnpm/@injectivelabs+core-proto-ts-v2@1.
|
|
37815
|
+
//#region ../../node_modules/.pnpm/@injectivelabs+core-proto-ts-v2@1.18.0/node_modules/@injectivelabs/core-proto-ts-v2/generated/injective/tokenfactory/v1beta1/genesis_pb.d.ts
|
|
37760
37816
|
/**
|
|
37761
37817
|
* GenesisState defines the tokenfactory module's genesis state.
|
|
37762
37818
|
*
|
|
@@ -37822,7 +37878,7 @@ declare const GenesisState = new GenesisState$Type();
|
|
|
37822
37878
|
*/
|
|
37823
37879
|
declare const GenesisDenom = new GenesisDenom$Type();
|
|
37824
37880
|
//#endregion
|
|
37825
|
-
//#region ../../node_modules/.pnpm/@injectivelabs+core-proto-ts-v2@1.
|
|
37881
|
+
//#region ../../node_modules/.pnpm/@injectivelabs+core-proto-ts-v2@1.18.0/node_modules/@injectivelabs/core-proto-ts-v2/generated/injective/tokenfactory/v1beta1/query_pb.d.ts
|
|
37826
37882
|
/**
|
|
37827
37883
|
* QueryParamsResponse is the response type for the Query/Params RPC method.
|
|
37828
37884
|
*
|
|
@@ -37906,7 +37962,7 @@ declare class ChainGrpcTokenFactoryTransformer {
|
|
|
37906
37962
|
static authorityMetadataResponseToAuthorityMetadata(response: QueryDenomAuthorityMetadataResponse): AuthorityMetadata;
|
|
37907
37963
|
}
|
|
37908
37964
|
//#endregion
|
|
37909
|
-
//#region ../../node_modules/.pnpm/@injectivelabs+core-proto-ts-v2@1.
|
|
37965
|
+
//#region ../../node_modules/.pnpm/@injectivelabs+core-proto-ts-v2@1.18.0/node_modules/@injectivelabs/core-proto-ts-v2/generated/injective/insurance/v1beta1/query_pb.d.ts
|
|
37910
37966
|
/**
|
|
37911
37967
|
* QueryInsuranceParamsRequest is the response type for the
|
|
37912
37968
|
* Query/InsuranceParams RPC method.
|