@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-D8fPXRH8.js";
|
|
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-CzA8Vsvu.js";
|
|
3
|
+
import { t as BaseGrpcConsumer } from "./BaseGrpcConsumer-CReMIR81.js";
|
|
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-DCYNIH-b.js";
|
|
5
|
+
import { V as BaseIndexerGrpcConsumer } from "./index-C50cGGLl.js";
|
|
6
6
|
import { HttpClient, HttpRestClient, getExactDecimalsFromNumber, getSignificantDecimalsFromNumber } from "@injectivelabs/utils";
|
|
7
7
|
import { AccountAddress, ChainId, Coin, EvmChainId, MsgStatus, MsgType } from "@injectivelabs/ts-types";
|
|
8
8
|
import { Network, NetworkEndpoints } from "@injectivelabs/networks";
|
|
@@ -46,7 +46,7 @@ declare class GrpcWebFetchTransport implements RpcTransport {
|
|
|
46
46
|
unary<I extends object, O extends object>(method: MethodInfo<I, O>, input: I, options: RpcOptions): UnaryCall<I, O>;
|
|
47
47
|
}
|
|
48
48
|
//#endregion
|
|
49
|
-
//#region ../../node_modules/.pnpm/@injectivelabs+core-proto-ts-v2@1.
|
|
49
|
+
//#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
|
|
50
50
|
/**
|
|
51
51
|
* A Timestamp represents a point in time independent of any time zone or local
|
|
52
52
|
* calendar, encoded as a count of seconds and fractions of seconds at
|
|
@@ -165,7 +165,7 @@ interface Timestamp {
|
|
|
165
165
|
*/
|
|
166
166
|
declare const Timestamp = new Timestamp$Type();
|
|
167
167
|
//#endregion
|
|
168
|
-
//#region ../../node_modules/.pnpm/@injectivelabs+core-proto-ts-v2@1.
|
|
168
|
+
//#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
|
|
169
169
|
/**
|
|
170
170
|
* A Duration represents a signed, fixed-length span of time represented
|
|
171
171
|
* as a count of seconds and fractions of seconds at nanosecond
|
|
@@ -255,7 +255,7 @@ interface Duration {
|
|
|
255
255
|
*/
|
|
256
256
|
declare const Duration = new Duration$Type();
|
|
257
257
|
//#endregion
|
|
258
|
-
//#region ../../node_modules/.pnpm/@injectivelabs+core-proto-ts-v2@1.
|
|
258
|
+
//#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
|
|
259
259
|
/**
|
|
260
260
|
* WeightedVoteOption defines a unit of vote for vote split.
|
|
261
261
|
*
|
|
@@ -785,7 +785,7 @@ declare const TallyParams = new TallyParams$Type();
|
|
|
785
785
|
*/
|
|
786
786
|
declare const Params$13 = new Params$Type();
|
|
787
787
|
//#endregion
|
|
788
|
-
//#region ../../node_modules/.pnpm/@injectivelabs+core-proto-ts-v2@1.
|
|
788
|
+
//#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
|
|
789
789
|
/**
|
|
790
790
|
* MsgSubmitProposal defines an sdk.Msg type that supports submitting arbitrary
|
|
791
791
|
* proposal Content.
|
|
@@ -988,7 +988,7 @@ declare class MsgVote extends MsgBase<MsgVote.Params, MsgVote.Proto> {
|
|
|
988
988
|
toBinary(): Uint8Array;
|
|
989
989
|
}
|
|
990
990
|
//#endregion
|
|
991
|
-
//#region ../../node_modules/.pnpm/@injectivelabs+core-proto-ts-v2@1.
|
|
991
|
+
//#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
|
|
992
992
|
/**
|
|
993
993
|
* Params defines the parameters for the bank module.
|
|
994
994
|
*
|
|
@@ -1204,7 +1204,7 @@ declare const DenomUnit = new DenomUnit$Type();
|
|
|
1204
1204
|
*/
|
|
1205
1205
|
declare const Metadata$1 = new Metadata$Type();
|
|
1206
1206
|
//#endregion
|
|
1207
|
-
//#region ../../node_modules/.pnpm/@injectivelabs+core-proto-ts-v2@1.
|
|
1207
|
+
//#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
|
|
1208
1208
|
/**
|
|
1209
1209
|
* MsgSend represents a message to send coins from one account to another.
|
|
1210
1210
|
*
|
|
@@ -1303,7 +1303,7 @@ declare class MsgSend extends MsgBase<MsgSend.Params, MsgSend.Proto> {
|
|
|
1303
1303
|
toBinary(): Uint8Array;
|
|
1304
1304
|
}
|
|
1305
1305
|
//#endregion
|
|
1306
|
-
//#region ../../node_modules/.pnpm/@injectivelabs+core-proto-ts-v2@1.
|
|
1306
|
+
//#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
|
|
1307
1307
|
/**
|
|
1308
1308
|
* @generated from protobuf message injective.auction.v1beta1.Params
|
|
1309
1309
|
*/
|
|
@@ -1467,7 +1467,7 @@ declare const EventAuctionResult = new EventAuctionResult$Type();
|
|
|
1467
1467
|
*/
|
|
1468
1468
|
declare const EventAuctionStart = new EventAuctionStart$Type();
|
|
1469
1469
|
//#endregion
|
|
1470
|
-
//#region ../../node_modules/.pnpm/@injectivelabs+core-proto-ts-v2@1.
|
|
1470
|
+
//#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
|
|
1471
1471
|
/**
|
|
1472
1472
|
* Bid defines a SDK message for placing a bid for an auction
|
|
1473
1473
|
*
|
|
@@ -1543,7 +1543,7 @@ declare class MsgBid extends MsgBase<MsgBid.Params, MsgBid.Proto> {
|
|
|
1543
1543
|
toBinary(): Uint8Array;
|
|
1544
1544
|
}
|
|
1545
1545
|
//#endregion
|
|
1546
|
-
//#region ../../node_modules/.pnpm/@injectivelabs+core-proto-ts-v2@1.
|
|
1546
|
+
//#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
|
|
1547
1547
|
/**
|
|
1548
1548
|
* GenericAuthorization gives the grantee unrestricted permissions to execute
|
|
1549
1549
|
* the provided method on behalf of the granter's account.
|
|
@@ -1615,7 +1615,7 @@ declare const Grant = new Grant$Type();
|
|
|
1615
1615
|
*/
|
|
1616
1616
|
declare const GrantAuthorization = new GrantAuthorization$Type();
|
|
1617
1617
|
//#endregion
|
|
1618
|
-
//#region ../../node_modules/.pnpm/@injectivelabs+core-proto-ts-v2@1.
|
|
1618
|
+
//#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
|
|
1619
1619
|
/**
|
|
1620
1620
|
* MsgGrant is a request type for Grant method. It declares authorization to the grantee
|
|
1621
1621
|
* on behalf of the granter with the provided expiration time.
|
|
@@ -1834,7 +1834,7 @@ declare class MsgDeposit$1 extends MsgBase<MsgDeposit$1.Params, MsgDeposit$1.Pro
|
|
|
1834
1834
|
toBinary(): Uint8Array;
|
|
1835
1835
|
}
|
|
1836
1836
|
//#endregion
|
|
1837
|
-
//#region ../../node_modules/.pnpm/@injectivelabs+core-proto-ts-v2@1.
|
|
1837
|
+
//#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
|
|
1838
1838
|
/**
|
|
1839
1839
|
* TextProposal defines a standard text proposal whose changes need to be
|
|
1840
1840
|
* manually updated in case of approval.
|
|
@@ -1860,7 +1860,7 @@ interface TextProposal {
|
|
|
1860
1860
|
*/
|
|
1861
1861
|
declare const TextProposal = new TextProposal$Type();
|
|
1862
1862
|
//#endregion
|
|
1863
|
-
//#region ../../node_modules/.pnpm/@injectivelabs+core-proto-ts-v2@1.
|
|
1863
|
+
//#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
|
|
1864
1864
|
/**
|
|
1865
1865
|
* MsgSubmitProposal defines an sdk.Msg type that supports submitting arbitrary
|
|
1866
1866
|
* proposal Content.
|
|
@@ -2009,7 +2009,7 @@ declare class MsgSubmitGenericProposal extends MsgBase<MsgSubmitGenericProposal.
|
|
|
2009
2009
|
toBinary(): Uint8Array;
|
|
2010
2010
|
}
|
|
2011
2011
|
//#endregion
|
|
2012
|
-
//#region ../../node_modules/.pnpm/@injectivelabs+core-proto-ts-v2@1.
|
|
2012
|
+
//#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
|
|
2013
2013
|
/**
|
|
2014
2014
|
* Params defines the set of params for the distribution module.
|
|
2015
2015
|
*
|
|
@@ -2066,7 +2066,7 @@ declare const Params$2 = new Params$Type();
|
|
|
2066
2066
|
*/
|
|
2067
2067
|
declare const DelegationDelegatorReward = new DelegationDelegatorReward$Type();
|
|
2068
2068
|
//#endregion
|
|
2069
|
-
//#region ../../node_modules/.pnpm/@injectivelabs+core-proto-ts-v2@1.
|
|
2069
|
+
//#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
|
|
2070
2070
|
/**
|
|
2071
2071
|
* @generated from protobuf message injective.exchange.v1beta1.SpotMarketParamUpdateProposal
|
|
2072
2072
|
*/
|
|
@@ -3188,7 +3188,7 @@ declare class MsgSubmitProposalSpotMarketParamUpdate extends MsgBase<MsgSubmitPr
|
|
|
3188
3188
|
toBinary(): Uint8Array;
|
|
3189
3189
|
}
|
|
3190
3190
|
//#endregion
|
|
3191
|
-
//#region ../../node_modules/.pnpm/@injectivelabs+core-proto-ts-v2@1.
|
|
3191
|
+
//#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
|
|
3192
3192
|
/**
|
|
3193
3193
|
* @generated from protobuf message injective.exchange.v2.OpenNotionalCap
|
|
3194
3194
|
*/
|
|
@@ -3238,7 +3238,7 @@ declare const OpenNotionalCapUncapped = new OpenNotionalCapUncapped$Type();
|
|
|
3238
3238
|
*/
|
|
3239
3239
|
declare const OpenNotionalCapCapped = new OpenNotionalCapCapped$Type();
|
|
3240
3240
|
//#endregion
|
|
3241
|
-
//#region ../../node_modules/.pnpm/@injectivelabs+core-proto-ts-v2@1.
|
|
3241
|
+
//#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
|
|
3242
3242
|
/**
|
|
3243
3243
|
* PerpetualMarketLaunchProposal defines a SDK message for proposing a new
|
|
3244
3244
|
* perpetual futures market through governance
|
|
@@ -3714,7 +3714,7 @@ declare class MsgSubmitProposalExpiryFuturesMarketLaunch extends MsgBase<MsgSubm
|
|
|
3714
3714
|
toBinary(): Uint8Array;
|
|
3715
3715
|
}
|
|
3716
3716
|
//#endregion
|
|
3717
|
-
//#region ../../node_modules/.pnpm/@injectivelabs+core-proto-ts-v2@1.
|
|
3717
|
+
//#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
|
|
3718
3718
|
/**
|
|
3719
3719
|
* ParameterChangeProposal defines a proposal to change one or more parameters.
|
|
3720
3720
|
*
|
|
@@ -3763,7 +3763,7 @@ declare const ParameterChangeProposal = new ParameterChangeProposal$Type();
|
|
|
3763
3763
|
*/
|
|
3764
3764
|
declare const ParamChange = new ParamChange$Type();
|
|
3765
3765
|
//#endregion
|
|
3766
|
-
//#region ../../node_modules/.pnpm/@injectivelabs+core-proto-ts-v2@1.
|
|
3766
|
+
//#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
|
|
3767
3767
|
/**
|
|
3768
3768
|
* Plan specifies information about a planned upgrade and when it should occur.
|
|
3769
3769
|
*
|
|
@@ -3853,8 +3853,12 @@ declare const Plan = new Plan$Type();
|
|
|
3853
3853
|
*/
|
|
3854
3854
|
declare const SoftwareUpgradeProposal = new SoftwareUpgradeProposal$Type();
|
|
3855
3855
|
//#endregion
|
|
3856
|
-
//#region ../../node_modules/.pnpm/@injectivelabs+core-proto-ts-v2@1.
|
|
3856
|
+
//#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
|
|
3857
3857
|
/**
|
|
3858
|
+
* Deprecated: Band oracle support was removed. This message is kept for
|
|
3859
|
+
* backward compatibility to decode historical proposals.
|
|
3860
|
+
*
|
|
3861
|
+
* @deprecated
|
|
3858
3862
|
* @generated from protobuf message injective.oracle.v1beta1.GrantBandOraclePrivilegeProposal
|
|
3859
3863
|
*/
|
|
3860
3864
|
interface GrantBandOraclePrivilegeProposal {
|
|
@@ -3872,6 +3876,10 @@ interface GrantBandOraclePrivilegeProposal {
|
|
|
3872
3876
|
relayers: string[];
|
|
3873
3877
|
}
|
|
3874
3878
|
/**
|
|
3879
|
+
* Deprecated: Band oracle support was removed. This message is kept for
|
|
3880
|
+
* backward compatibility to decode historical proposals.
|
|
3881
|
+
*
|
|
3882
|
+
* @deprecated
|
|
3875
3883
|
* @generated from protobuf message injective.oracle.v1beta1.RevokeBandOraclePrivilegeProposal
|
|
3876
3884
|
*/
|
|
3877
3885
|
interface RevokeBandOraclePrivilegeProposal {
|
|
@@ -3939,6 +3947,10 @@ interface RevokePriceFeederPrivilegeProposal {
|
|
|
3939
3947
|
relayers: string[];
|
|
3940
3948
|
}
|
|
3941
3949
|
/**
|
|
3950
|
+
* Deprecated: Band oracle support was removed. This message is kept for
|
|
3951
|
+
* backward compatibility to decode historical proposals.
|
|
3952
|
+
*
|
|
3953
|
+
* @deprecated
|
|
3942
3954
|
* @generated from protobuf message injective.oracle.v1beta1.AuthorizeBandOracleRequestProposal
|
|
3943
3955
|
*/
|
|
3944
3956
|
interface AuthorizeBandOracleRequestProposal {
|
|
@@ -3956,6 +3968,10 @@ interface AuthorizeBandOracleRequestProposal {
|
|
|
3956
3968
|
request?: BandOracleRequest;
|
|
3957
3969
|
}
|
|
3958
3970
|
/**
|
|
3971
|
+
* Deprecated: Band oracle support was removed. This message is kept for
|
|
3972
|
+
* backward compatibility to decode historical proposals.
|
|
3973
|
+
*
|
|
3974
|
+
* @deprecated
|
|
3959
3975
|
* @generated from protobuf message injective.oracle.v1beta1.EnableBandIBCProposal
|
|
3960
3976
|
*/
|
|
3961
3977
|
interface EnableBandIBCProposal {
|
|
@@ -3973,10 +3989,12 @@ interface EnableBandIBCProposal {
|
|
|
3973
3989
|
bandIbcParams?: BandIBCParams;
|
|
3974
3990
|
}
|
|
3975
3991
|
/**
|
|
3992
|
+
* @deprecated
|
|
3976
3993
|
* @generated MessageType for protobuf message injective.oracle.v1beta1.GrantBandOraclePrivilegeProposal
|
|
3977
3994
|
*/
|
|
3978
3995
|
declare const GrantBandOraclePrivilegeProposal = new GrantBandOraclePrivilegeProposal$Type();
|
|
3979
3996
|
/**
|
|
3997
|
+
* @deprecated
|
|
3980
3998
|
* @generated MessageType for protobuf message injective.oracle.v1beta1.RevokeBandOraclePrivilegeProposal
|
|
3981
3999
|
*/
|
|
3982
4000
|
declare const RevokeBandOraclePrivilegeProposal = new RevokeBandOraclePrivilegeProposal$Type();
|
|
@@ -3989,10 +4007,12 @@ declare const GrantPriceFeederPrivilegeProposal = new GrantPriceFeederPrivilegeP
|
|
|
3989
4007
|
*/
|
|
3990
4008
|
declare const RevokePriceFeederPrivilegeProposal = new RevokePriceFeederPrivilegeProposal$Type();
|
|
3991
4009
|
/**
|
|
4010
|
+
* @deprecated
|
|
3992
4011
|
* @generated MessageType for protobuf message injective.oracle.v1beta1.AuthorizeBandOracleRequestProposal
|
|
3993
4012
|
*/
|
|
3994
4013
|
declare const AuthorizeBandOracleRequestProposal = new AuthorizeBandOracleRequestProposal$Type();
|
|
3995
4014
|
/**
|
|
4015
|
+
* @deprecated
|
|
3996
4016
|
* @generated MessageType for protobuf message injective.oracle.v1beta1.EnableBandIBCProposal
|
|
3997
4017
|
*/
|
|
3998
4018
|
declare const EnableBandIBCProposal = new EnableBandIBCProposal$Type();
|
|
@@ -4067,7 +4087,7 @@ declare class MsgExec extends MsgBase<MsgExec.Params, MsgExec.Proto, MsgExec.Obj
|
|
|
4067
4087
|
toBinary(): Uint8Array;
|
|
4068
4088
|
}
|
|
4069
4089
|
//#endregion
|
|
4070
|
-
//#region ../../node_modules/.pnpm/@injectivelabs+core-proto-ts-v2@1.
|
|
4090
|
+
//#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
|
|
4071
4091
|
/**
|
|
4072
4092
|
* Height is a monotonically increasing data type
|
|
4073
4093
|
* that can be compared against another Height for the purposes of updating and
|
|
@@ -4101,7 +4121,7 @@ interface Height {
|
|
|
4101
4121
|
*/
|
|
4102
4122
|
declare const Height = new Height$Type();
|
|
4103
4123
|
//#endregion
|
|
4104
|
-
//#region ../../node_modules/.pnpm/@injectivelabs+core-proto-ts-v2@1.
|
|
4124
|
+
//#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
|
|
4105
4125
|
/**
|
|
4106
4126
|
* DenomTrace contains the base denomination for ICS20 fungible tokens and the
|
|
4107
4127
|
* source tracing information path.
|
|
@@ -4128,7 +4148,7 @@ interface DenomTrace {
|
|
|
4128
4148
|
*/
|
|
4129
4149
|
declare const DenomTrace = new DenomTrace$Type();
|
|
4130
4150
|
//#endregion
|
|
4131
|
-
//#region ../../node_modules/.pnpm/@injectivelabs+core-proto-ts-v2@1.
|
|
4151
|
+
//#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
|
|
4132
4152
|
/**
|
|
4133
4153
|
* MsgTransfer defines a msg to transfer fungible tokens (i.e Coins) between
|
|
4134
4154
|
* ICS20 enabled chains. See ICS Spec here:
|
|
@@ -4267,7 +4287,7 @@ declare class MsgTransfer extends MsgBase<MsgTransfer.Params, MsgTransfer.Proto>
|
|
|
4267
4287
|
toBinary(): Uint8Array;
|
|
4268
4288
|
}
|
|
4269
4289
|
//#endregion
|
|
4270
|
-
//#region ../../node_modules/.pnpm/@injectivelabs+core-proto-ts-v2@1.
|
|
4290
|
+
//#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
|
|
4271
4291
|
/**
|
|
4272
4292
|
* Params defines the parameters for the tokenfactory module.
|
|
4273
4293
|
*
|
|
@@ -4286,7 +4306,7 @@ interface Params$1 {
|
|
|
4286
4306
|
*/
|
|
4287
4307
|
declare const Params$1 = new Params$Type();
|
|
4288
4308
|
//#endregion
|
|
4289
|
-
//#region ../../node_modules/.pnpm/@injectivelabs+core-proto-ts-v2@1.
|
|
4309
|
+
//#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
|
|
4290
4310
|
/**
|
|
4291
4311
|
* MsgCreateDenom defines the message structure for the CreateDenom gRPC service
|
|
4292
4312
|
* method. It allows an account to create a new denom. It requires a sender
|
|
@@ -4614,7 +4634,7 @@ declare class MsgMultiSend extends MsgBase<MsgMultiSend.Params, MsgMultiSend.Pro
|
|
|
4614
4634
|
toBinary(): Uint8Array;
|
|
4615
4635
|
}
|
|
4616
4636
|
//#endregion
|
|
4617
|
-
//#region ../../node_modules/.pnpm/@injectivelabs+core-proto-ts-v2@1.
|
|
4637
|
+
//#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
|
|
4618
4638
|
/**
|
|
4619
4639
|
* MsgDeposit defines a SDK message for transferring coins from the sender's
|
|
4620
4640
|
* bank balance into the subaccount's exchange deposits
|
|
@@ -5586,7 +5606,7 @@ declare class MsgDeposit extends MsgBase<MsgDeposit.Params, MsgDeposit.Proto> {
|
|
|
5586
5606
|
toBinary(): Uint8Array;
|
|
5587
5607
|
}
|
|
5588
5608
|
//#endregion
|
|
5589
|
-
//#region ../../node_modules/.pnpm/@injectivelabs+core-proto-ts-v2@1.
|
|
5609
|
+
//#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
|
|
5590
5610
|
/**
|
|
5591
5611
|
* MsgStoreCode submit Wasm code to the system
|
|
5592
5612
|
*
|
|
@@ -5817,7 +5837,7 @@ declare class MsgStoreCode extends MsgBase<MsgStoreCode.Params, MsgStoreCode.Pro
|
|
|
5817
5837
|
toBinary(): Uint8Array;
|
|
5818
5838
|
}
|
|
5819
5839
|
//#endregion
|
|
5820
|
-
//#region ../../node_modules/.pnpm/@injectivelabs+core-proto-ts-v2@1.
|
|
5840
|
+
//#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
|
|
5821
5841
|
// Params represent the peggy genesis and store parameters
|
|
5822
5842
|
// peggy_id:
|
|
5823
5843
|
// a random 32 byte value to prevent signature reuse, for example if the
|
|
@@ -6005,7 +6025,7 @@ interface Params$8 {
|
|
|
6005
6025
|
*/
|
|
6006
6026
|
declare const Params$8 = new Params$Type();
|
|
6007
6027
|
//#endregion
|
|
6008
|
-
//#region ../../node_modules/.pnpm/@injectivelabs+core-proto-ts-v2@1.
|
|
6028
|
+
//#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
|
|
6009
6029
|
/**
|
|
6010
6030
|
* MsgSendToEth
|
|
6011
6031
|
* This is the message that a user calls when they want to bridge an asset
|
|
@@ -6107,7 +6127,7 @@ declare class MsgSendToEth extends MsgBase<MsgSendToEth.Params, MsgSendToEth.Pro
|
|
|
6107
6127
|
toBinary(): Uint8Array;
|
|
6108
6128
|
}
|
|
6109
6129
|
//#endregion
|
|
6110
|
-
//#region ../../node_modules/.pnpm/@injectivelabs+core-proto-ts-v2@1.
|
|
6130
|
+
//#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
|
|
6111
6131
|
/**
|
|
6112
6132
|
* PublicKey is a ED25519 or a secp256k1 public key.
|
|
6113
6133
|
*
|
|
@@ -6146,7 +6166,7 @@ interface PublicKey$1 {
|
|
|
6146
6166
|
*/
|
|
6147
6167
|
declare const PublicKey$1 = new PublicKey$Type();
|
|
6148
6168
|
//#endregion
|
|
6149
|
-
//#region ../../node_modules/.pnpm/@injectivelabs+core-proto-ts-v2@1.
|
|
6169
|
+
//#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
|
|
6150
6170
|
/**
|
|
6151
6171
|
* ValidatorSet defines a set of validators.
|
|
6152
6172
|
*
|
|
@@ -6238,7 +6258,7 @@ declare const ValidatorSet = new ValidatorSet$Type();
|
|
|
6238
6258
|
*/
|
|
6239
6259
|
declare const Validator$3 = new Validator$Type();
|
|
6240
6260
|
//#endregion
|
|
6241
|
-
//#region ../../node_modules/.pnpm/@injectivelabs+core-proto-ts-v2@1.
|
|
6261
|
+
//#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
|
|
6242
6262
|
|
|
6243
6263
|
/**
|
|
6244
6264
|
* Event allows application developers to attach additional information to
|
|
@@ -6287,7 +6307,7 @@ declare const Event$1 = new Event$Type();
|
|
|
6287
6307
|
*/
|
|
6288
6308
|
declare const EventAttribute = new EventAttribute$Type();
|
|
6289
6309
|
//#endregion
|
|
6290
|
-
//#region ../../node_modules/.pnpm/@injectivelabs+core-proto-ts-v2@1.
|
|
6310
|
+
//#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
|
|
6291
6311
|
/**
|
|
6292
6312
|
* Consensus captures the consensus rules for processing a block in the blockchain,
|
|
6293
6313
|
* including all blockchain data structures and the rules of the application's
|
|
@@ -6310,7 +6330,7 @@ interface Consensus {
|
|
|
6310
6330
|
*/
|
|
6311
6331
|
declare const Consensus = new Consensus$Type();
|
|
6312
6332
|
//#endregion
|
|
6313
|
-
//#region ../../node_modules/.pnpm/@injectivelabs+core-proto-ts-v2@1.
|
|
6333
|
+
//#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
|
|
6314
6334
|
/**
|
|
6315
6335
|
* Header of the parts set for a block.
|
|
6316
6336
|
*
|
|
@@ -6631,7 +6651,7 @@ declare const SignedHeader = new SignedHeader$Type();
|
|
|
6631
6651
|
*/
|
|
6632
6652
|
declare const LightBlock = new LightBlock$Type();
|
|
6633
6653
|
//#endregion
|
|
6634
|
-
//#region ../../node_modules/.pnpm/@injectivelabs+core-proto-ts-v2@1.
|
|
6654
|
+
//#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
|
|
6635
6655
|
/**
|
|
6636
6656
|
* CommissionRates defines the initial commission rates to be used for creating
|
|
6637
6657
|
* a validator.
|
|
@@ -7176,7 +7196,7 @@ declare const RedelegationResponse = new RedelegationResponse$Type();
|
|
|
7176
7196
|
*/
|
|
7177
7197
|
declare const Pool$1 = new Pool$Type();
|
|
7178
7198
|
//#endregion
|
|
7179
|
-
//#region ../../node_modules/.pnpm/@injectivelabs+core-proto-ts-v2@1.
|
|
7199
|
+
//#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
|
|
7180
7200
|
/**
|
|
7181
7201
|
* MsgCreateValidator defines a SDK message for creating a new validator.
|
|
7182
7202
|
*
|
|
@@ -7606,7 +7626,7 @@ declare class MsgUndelegate extends MsgBase<MsgUndelegate.Params, MsgUndelegate.
|
|
|
7606
7626
|
toBinary(): Uint8Array;
|
|
7607
7627
|
}
|
|
7608
7628
|
//#endregion
|
|
7609
|
-
//#region ../../node_modules/.pnpm/@injectivelabs+core-proto-ts-v2@1.
|
|
7629
|
+
//#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
|
|
7610
7630
|
/**
|
|
7611
7631
|
* @generated from protobuf message injective.insurance.v1beta1.Params
|
|
7612
7632
|
*/
|
|
@@ -7744,7 +7764,7 @@ declare const InsuranceFund$1 = new InsuranceFund$Type();
|
|
|
7744
7764
|
*/
|
|
7745
7765
|
declare const RedemptionSchedule$1 = new RedemptionSchedule$Type();
|
|
7746
7766
|
//#endregion
|
|
7747
|
-
//#region ../../node_modules/.pnpm/@injectivelabs+core-proto-ts-v2@1.
|
|
7767
|
+
//#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
|
|
7748
7768
|
/**
|
|
7749
7769
|
* MsgCreateInsuranceFund a message to create an insurance fund for a derivative
|
|
7750
7770
|
* market.
|
|
@@ -8279,7 +8299,7 @@ declare class MsgMigrateContract extends MsgBase<MsgMigrateContract.Params, MsgM
|
|
|
8279
8299
|
toBinary(): Uint8Array;
|
|
8280
8300
|
}
|
|
8281
8301
|
//#endregion
|
|
8282
|
-
//#region ../../node_modules/.pnpm/@injectivelabs+core-proto-ts-v2@1.
|
|
8302
|
+
//#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
|
|
8283
8303
|
/**
|
|
8284
8304
|
* TokenPair defines an association of bank denom <-> EVM token (erc20 contract
|
|
8285
8305
|
* address)
|
|
@@ -8301,7 +8321,7 @@ interface TokenPair$1 {
|
|
|
8301
8321
|
*/
|
|
8302
8322
|
declare const TokenPair$1 = new TokenPair$Type();
|
|
8303
8323
|
//#endregion
|
|
8304
|
-
//#region ../../node_modules/.pnpm/@injectivelabs+core-proto-ts-v2@1.
|
|
8324
|
+
//#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
|
|
8305
8325
|
/**
|
|
8306
8326
|
* Params defines the parameters for the erc20 module.
|
|
8307
8327
|
*
|
|
@@ -8318,7 +8338,7 @@ interface Params$7 {
|
|
|
8318
8338
|
*/
|
|
8319
8339
|
declare const Params$7 = new Params$Type();
|
|
8320
8340
|
//#endregion
|
|
8321
|
-
//#region ../../node_modules/.pnpm/@injectivelabs+core-proto-ts-v2@1.
|
|
8341
|
+
//#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
|
|
8322
8342
|
/**
|
|
8323
8343
|
* @generated from protobuf message injective.erc20.v1beta1.MsgCreateTokenPair
|
|
8324
8344
|
*/
|
|
@@ -8384,7 +8404,7 @@ declare class MsgCreateTokenPair extends MsgBase<MsgCreateTokenPair.Params, MsgC
|
|
|
8384
8404
|
toBinary(): Uint8Array;
|
|
8385
8405
|
}
|
|
8386
8406
|
//#endregion
|
|
8387
|
-
//#region ../../node_modules/.pnpm/@injectivelabs+core-proto-ts-v2@1.
|
|
8407
|
+
//#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
|
|
8388
8408
|
/**
|
|
8389
8409
|
* MsgGrantAllowance adds permission for Grantee to spend up to Allowance
|
|
8390
8410
|
* of fees from the account of Granter.
|
|
@@ -8606,13 +8626,13 @@ declare class MsgCreateValidator extends MsgBase<MsgCreateValidator.Params, MsgC
|
|
|
8606
8626
|
value: MsgCreateValidator.Object;
|
|
8607
8627
|
};
|
|
8608
8628
|
toWeb3Gw(): {
|
|
8629
|
+
value?: Coin$1 | undefined;
|
|
8609
8630
|
description?: Description | undefined;
|
|
8610
8631
|
commission?: CommissionRates | undefined;
|
|
8611
8632
|
minSelfDelegation: string;
|
|
8612
8633
|
delegatorAddress: string;
|
|
8613
8634
|
validatorAddress: string;
|
|
8614
8635
|
pubkey?: Any | undefined;
|
|
8615
|
-
value?: Coin$1 | undefined;
|
|
8616
8636
|
pubKey: any;
|
|
8617
8637
|
'@type': string;
|
|
8618
8638
|
};
|
|
@@ -9157,7 +9177,7 @@ declare class MsgReclaimLockedFunds extends MsgBase<MsgReclaimLockedFunds.Params
|
|
|
9157
9177
|
toBinary(): Uint8Array;
|
|
9158
9178
|
}
|
|
9159
9179
|
//#endregion
|
|
9160
|
-
//#region ../../node_modules/.pnpm/@injectivelabs+core-proto-ts-v2@1.
|
|
9180
|
+
//#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
|
|
9161
9181
|
/**
|
|
9162
9182
|
* @generated from protobuf message injective.exchange.v2.MsgUpdateSpotMarket
|
|
9163
9183
|
*/
|
|
@@ -9430,7 +9450,7 @@ declare class MsgSetDenomMetadata extends MsgBase<MsgSetDenomMetadata.Params, Ms
|
|
|
9430
9450
|
toBinary(): Uint8Array;
|
|
9431
9451
|
}
|
|
9432
9452
|
//#endregion
|
|
9433
|
-
//#region ../../node_modules/.pnpm/@injectivelabs+core-proto-ts-v2@1.
|
|
9453
|
+
//#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
|
|
9434
9454
|
/**
|
|
9435
9455
|
* MsgWithdrawDelegatorReward represents delegation withdrawal to a delegator
|
|
9436
9456
|
* from a single validator.
|
|
@@ -10872,7 +10892,7 @@ type ProposalStatus = ProposalStatus$1;
|
|
|
10872
10892
|
declare const VoteOptionMap: typeof VoteOption$1;
|
|
10873
10893
|
declare const ProposalStatusMap: typeof ProposalStatus$1;
|
|
10874
10894
|
//#endregion
|
|
10875
|
-
//#region ../../node_modules/.pnpm/@injectivelabs+core-proto-ts-v2@1.
|
|
10895
|
+
//#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
|
|
10876
10896
|
/**
|
|
10877
10897
|
* PageRequest is to be embedded in gRPC request messages for efficient
|
|
10878
10898
|
* pagination. Ex:
|
|
@@ -10963,7 +10983,7 @@ declare const PageRequest = new PageRequest$Type();
|
|
|
10963
10983
|
*/
|
|
10964
10984
|
declare const PageResponse = new PageResponse$Type();
|
|
10965
10985
|
//#endregion
|
|
10966
|
-
//#region ../../node_modules/.pnpm/@injectivelabs+core-proto-ts-v2@1.
|
|
10986
|
+
//#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
|
|
10967
10987
|
/**
|
|
10968
10988
|
* QueryContractHistoryResponse is the response type for the
|
|
10969
10989
|
* Query/ContractHistory RPC method
|
|
@@ -11294,7 +11314,7 @@ type GrpcReDelegationEntryResponse = RedelegationEntryResponse;
|
|
|
11294
11314
|
type GrpcStakingParams = Params$4;
|
|
11295
11315
|
type GrpcPool = Pool$1;
|
|
11296
11316
|
//#endregion
|
|
11297
|
-
//#region ../../node_modules/.pnpm/@injectivelabs+core-proto-ts-v2@1.
|
|
11317
|
+
//#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
|
|
11298
11318
|
/**
|
|
11299
11319
|
* GenesisState defines the exchange module's genesis state.
|
|
11300
11320
|
*
|
|
@@ -11856,7 +11876,7 @@ declare const FullGrantAuthorizations = new FullGrantAuthorizations$Type();
|
|
|
11856
11876
|
*/
|
|
11857
11877
|
declare const FullActiveGrant = new FullActiveGrant$Type();
|
|
11858
11878
|
//#endregion
|
|
11859
|
-
//#region ../../node_modules/.pnpm/@injectivelabs+core-proto-ts-v2@1.
|
|
11879
|
+
//#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
|
|
11860
11880
|
/**
|
|
11861
11881
|
* QueryExchangeParamsRequest is the response type for the Query/ExchangeParams
|
|
11862
11882
|
* RPC method.
|
|
@@ -12328,7 +12348,7 @@ declare const OrderTypeMap: typeof OrderType$1;
|
|
|
12328
12348
|
type GrpcMarketStatus = MarketStatus;
|
|
12329
12349
|
declare const GrpcMarketStatusMap: typeof MarketStatus;
|
|
12330
12350
|
//#endregion
|
|
12331
|
-
//#region ../../node_modules/.pnpm/@injectivelabs+core-proto-ts-v2@1.
|
|
12351
|
+
//#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
|
|
12332
12352
|
/**
|
|
12333
12353
|
* Log represents an protobuf compatible Ethereum Log that defines a contract
|
|
12334
12354
|
* log event. These events are generated by the LOG opcode and stored/indexed by
|
|
@@ -12402,7 +12422,7 @@ interface Log {
|
|
|
12402
12422
|
*/
|
|
12403
12423
|
declare const Log = new Log$Type();
|
|
12404
12424
|
//#endregion
|
|
12405
|
-
//#region ../../node_modules/.pnpm/@injectivelabs+core-proto-ts-v2@1.
|
|
12425
|
+
//#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
|
|
12406
12426
|
/**
|
|
12407
12427
|
* ChainConfig defines the Ethereum ChainConfig parameters using *sdkmath.Int
|
|
12408
12428
|
* values instead of *big.Int.
|
|
@@ -12605,7 +12625,7 @@ declare const BlobScheduleConfig = new BlobScheduleConfig$Type();
|
|
|
12605
12625
|
*/
|
|
12606
12626
|
declare const BlobConfig = new BlobConfig$Type();
|
|
12607
12627
|
//#endregion
|
|
12608
|
-
//#region ../../node_modules/.pnpm/@injectivelabs+core-proto-ts-v2@1.
|
|
12628
|
+
//#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
|
|
12609
12629
|
/**
|
|
12610
12630
|
* Params defines the EVM module parameters
|
|
12611
12631
|
*
|
|
@@ -12733,7 +12753,7 @@ type GrpcEvmChainConfig = ChainConfig;
|
|
|
12733
12753
|
type GrpcEvmBlobScheduleConfig = BlobScheduleConfig;
|
|
12734
12754
|
type GrpcEvmBlobConfig = BlobConfig;
|
|
12735
12755
|
//#endregion
|
|
12736
|
-
//#region ../../node_modules/.pnpm/@injectivelabs+core-proto-ts-v2@1.
|
|
12756
|
+
//#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
|
|
12737
12757
|
/**
|
|
12738
12758
|
* BaseAccount defines a base account type. It contains all the necessary fields
|
|
12739
12759
|
* for basic account functionality. Any custom account type should extend this
|
|
@@ -12795,7 +12815,7 @@ declare const BaseAccount$1 = new BaseAccount$Type();
|
|
|
12795
12815
|
*/
|
|
12796
12816
|
declare const Params$11 = new Params$Type();
|
|
12797
12817
|
//#endregion
|
|
12798
|
-
//#region ../../node_modules/.pnpm/@injectivelabs+core-proto-ts-v2@1.
|
|
12818
|
+
//#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
|
|
12799
12819
|
/**
|
|
12800
12820
|
* EthAccount implements the authtypes.AccountI interface and embeds an
|
|
12801
12821
|
* authtypes.BaseAccount type. It is compatible with the auth AccountKeeper.
|
|
@@ -12852,7 +12872,7 @@ type GrpcBankParams = Params$10;
|
|
|
12852
12872
|
type SendEnabled = SendEnabled$1;
|
|
12853
12873
|
type Metadata = Metadata$1;
|
|
12854
12874
|
//#endregion
|
|
12855
|
-
//#region ../../node_modules/.pnpm/@injectivelabs+core-proto-ts-v2@1.
|
|
12875
|
+
//#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
|
|
12856
12876
|
/**
|
|
12857
12877
|
* Params defines the parameters for the x/mint module.
|
|
12858
12878
|
*
|
|
@@ -12927,7 +12947,7 @@ type GrpcInsuranceFund = InsuranceFund$1;
|
|
|
12927
12947
|
type GrpcRedemptionSchedule = RedemptionSchedule$1;
|
|
12928
12948
|
declare const OracleTypeMap: typeof OracleType;
|
|
12929
12949
|
//#endregion
|
|
12930
|
-
//#region ../../node_modules/.pnpm/@injectivelabs+core-proto-ts-v2@1.
|
|
12950
|
+
//#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
|
|
12931
12951
|
/**
|
|
12932
12952
|
* spot authz messages
|
|
12933
12953
|
*
|
|
@@ -13199,7 +13219,7 @@ interface Params$6 {
|
|
|
13199
13219
|
type GrpcParams = Params$7;
|
|
13200
13220
|
type GrpcTokenPair = TokenPair$1;
|
|
13201
13221
|
//#endregion
|
|
13202
|
-
//#region ../../node_modules/.pnpm/@injectivelabs+core-proto-ts-v2@1.
|
|
13222
|
+
//#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
|
|
13203
13223
|
/**
|
|
13204
13224
|
* @generated from protobuf message injective.txfees.v1beta1.Params
|
|
13205
13225
|
*/
|
|
@@ -13262,7 +13282,7 @@ interface Params$15 {
|
|
|
13262
13282
|
*/
|
|
13263
13283
|
declare const Params$15 = new Params$Type();
|
|
13264
13284
|
//#endregion
|
|
13265
|
-
//#region ../../node_modules/.pnpm/@injectivelabs+core-proto-ts-v2@1.
|
|
13285
|
+
//#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
|
|
13266
13286
|
/**
|
|
13267
13287
|
* @generated from protobuf message injective.txfees.v1beta1.EipBaseFee
|
|
13268
13288
|
*/
|
|
@@ -13335,7 +13355,7 @@ type GrpcTxFeesEipBaseFee = EipBaseFee;
|
|
|
13335
13355
|
type GrpcOracleParams = Params$17;
|
|
13336
13356
|
interface OracleModuleParams extends GrpcOracleParams {}
|
|
13337
13357
|
//#endregion
|
|
13338
|
-
//#region ../../node_modules/.pnpm/@injectivelabs+core-proto-ts-v2@1.
|
|
13358
|
+
//#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
|
|
13339
13359
|
/**
|
|
13340
13360
|
* Namespace defines a permissions namespace
|
|
13341
13361
|
*
|
|
@@ -13349,11 +13369,11 @@ interface Namespace {
|
|
|
13349
13369
|
*/
|
|
13350
13370
|
denom: string;
|
|
13351
13371
|
/**
|
|
13352
|
-
* The address of
|
|
13372
|
+
* The address of cosmwasm contract to apply code-based restrictions
|
|
13353
13373
|
*
|
|
13354
|
-
* @generated from protobuf field: string
|
|
13374
|
+
* @generated from protobuf field: string wasm_hook = 2
|
|
13355
13375
|
*/
|
|
13356
|
-
|
|
13376
|
+
wasmHook: string;
|
|
13357
13377
|
/**
|
|
13358
13378
|
* permissions for each role
|
|
13359
13379
|
*
|
|
@@ -13384,6 +13404,12 @@ interface Namespace {
|
|
|
13384
13404
|
* @generated from protobuf field: repeated injective.permissions.v1beta1.PolicyManagerCapability policy_manager_capabilities = 7
|
|
13385
13405
|
*/
|
|
13386
13406
|
policyManagerCapabilities: PolicyManagerCapability[];
|
|
13407
|
+
/**
|
|
13408
|
+
* The address of the EVM contract to map code-based permissions
|
|
13409
|
+
*
|
|
13410
|
+
* @generated from protobuf field: string evm_hook = 8
|
|
13411
|
+
*/
|
|
13412
|
+
evmHook: string;
|
|
13387
13413
|
}
|
|
13388
13414
|
/**
|
|
13389
13415
|
* AddressRoles defines roles for an actor
|
|
@@ -13666,7 +13692,7 @@ declare const RoleIDs = new RoleIDs$Type();
|
|
|
13666
13692
|
*/
|
|
13667
13693
|
declare const AddressVoucher = new AddressVoucher$Type();
|
|
13668
13694
|
//#endregion
|
|
13669
|
-
//#region ../../node_modules/.pnpm/@injectivelabs+core-proto-ts-v2@1.
|
|
13695
|
+
//#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
|
|
13670
13696
|
/**
|
|
13671
13697
|
* Params defines the parameters for the permissions module.
|
|
13672
13698
|
*
|
|
@@ -13674,11 +13700,17 @@ declare const AddressVoucher = new AddressVoucher$Type();
|
|
|
13674
13700
|
*/
|
|
13675
13701
|
interface Params$3 {
|
|
13676
13702
|
/**
|
|
13677
|
-
* Max amount of gas allowed for
|
|
13703
|
+
* Max amount of gas allowed for contract hook queries
|
|
13704
|
+
*
|
|
13705
|
+
* @generated from protobuf field: uint64 contract_hook_max_gas = 1
|
|
13706
|
+
*/
|
|
13707
|
+
contractHookMaxGas: bigint;
|
|
13708
|
+
/**
|
|
13709
|
+
* EVM addresses of contracts that will not bypass module-to-module transfers
|
|
13678
13710
|
*
|
|
13679
|
-
* @generated from protobuf field:
|
|
13711
|
+
* @generated from protobuf field: repeated string enforced_restrictions_contracts = 2
|
|
13680
13712
|
*/
|
|
13681
|
-
|
|
13713
|
+
enforcedRestrictionsContracts: string[];
|
|
13682
13714
|
}
|
|
13683
13715
|
/**
|
|
13684
13716
|
* @generated MessageType for protobuf message injective.permissions.v1beta1.Params
|
|
@@ -13726,7 +13758,8 @@ interface PermissionAddressVoucher {
|
|
|
13726
13758
|
}
|
|
13727
13759
|
interface PermissionNamespace {
|
|
13728
13760
|
denom: string;
|
|
13729
|
-
|
|
13761
|
+
evmHook: string;
|
|
13762
|
+
wasmHook: string;
|
|
13730
13763
|
rolePermissions: PermissionRole[];
|
|
13731
13764
|
actorRoles: PermissionActorRoles[];
|
|
13732
13765
|
roleManagers: PermissionRoleManager[];
|
|
@@ -14354,7 +14387,7 @@ type WasmMsgs = MsgStoreCode | MsgUpdateAdmin | MsgPrivilegedExecuteContract | M
|
|
|
14354
14387
|
type Msgs = AuctionMsgs | AuthzMsgs | BankMsgs | DistributionMsgs | ExchangeV1Msgs | ExchangeV2Msgs | FeegrantMsgs | GovMsgs | IbcMsgs | InsuranceMsgs | PeggyMsgs | StakingMsgs | TokenFactoryMsgs | WasmMsgs | Erc20Msgs;
|
|
14355
14388
|
type ExchangeMsgs = ExchangeV1Msgs | ExchangeV2Msgs;
|
|
14356
14389
|
//#endregion
|
|
14357
|
-
//#region ../../node_modules/.pnpm/@injectivelabs+core-proto-ts-v2@1.
|
|
14390
|
+
//#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
|
|
14358
14391
|
/**
|
|
14359
14392
|
* Evidence is a generic type for wrapping evidence of misbehavior by a validator.
|
|
14360
14393
|
*
|
|
@@ -14464,7 +14497,7 @@ declare const LightClientAttackEvidence = new LightClientAttackEvidence$Type();
|
|
|
14464
14497
|
*/
|
|
14465
14498
|
declare const EvidenceList = new EvidenceList$Type();
|
|
14466
14499
|
//#endregion
|
|
14467
|
-
//#region ../../node_modules/.pnpm/@injectivelabs+core-proto-ts-v2@1.
|
|
14500
|
+
//#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
|
|
14468
14501
|
/**
|
|
14469
14502
|
* Block defines the structure of a block in the CometBFT blockchain.
|
|
14470
14503
|
*
|
|
@@ -14493,7 +14526,7 @@ interface Block$2 {
|
|
|
14493
14526
|
*/
|
|
14494
14527
|
declare const Block$2 = new Block$Type();
|
|
14495
14528
|
//#endregion
|
|
14496
|
-
//#region ../../node_modules/.pnpm/@injectivelabs+core-proto-ts-v2@1.
|
|
14529
|
+
//#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
|
|
14497
14530
|
/**
|
|
14498
14531
|
* BroadcastMode specifies the broadcast mode for the TxService.Broadcast RPC
|
|
14499
14532
|
* method.
|
|
@@ -14960,7 +14993,7 @@ declare const generateArbitrarySignDoc: (message: string, signer: string) => {
|
|
|
14960
14993
|
stringifiedSignDoc: string;
|
|
14961
14994
|
};
|
|
14962
14995
|
//#endregion
|
|
14963
|
-
//#region ../../node_modules/.pnpm/@injectivelabs+core-proto-ts-v2@1.
|
|
14996
|
+
//#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
|
|
14964
14997
|
/**
|
|
14965
14998
|
* @generated from protobuf message injective.types.v1beta1.ExtensionOptionsWeb3Tx
|
|
14966
14999
|
*/
|
|
@@ -15513,7 +15546,7 @@ declare class Address {
|
|
|
15513
15546
|
getEthereumAddress(): string;
|
|
15514
15547
|
}
|
|
15515
15548
|
//#endregion
|
|
15516
|
-
//#region ../../node_modules/.pnpm/@injectivelabs+core-proto-ts-v2@1.
|
|
15549
|
+
//#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
|
|
15517
15550
|
/**
|
|
15518
15551
|
* PubKey defines a type alias for an ecdsa.PublicKey that implements
|
|
15519
15552
|
* Tendermint's PubKey interface. It represents the 33-byte compressed public
|
|
@@ -16351,7 +16384,7 @@ declare class GenericAuthorization extends BaseAuthorization<GenericAuthorizatio
|
|
|
16351
16384
|
toAny(): Any;
|
|
16352
16385
|
}
|
|
16353
16386
|
//#endregion
|
|
16354
|
-
//#region ../../node_modules/.pnpm/@injectivelabs+core-proto-ts-v2@1.
|
|
16387
|
+
//#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
|
|
16355
16388
|
/**
|
|
16356
16389
|
* ContractExecutionAuthorization defines authorization for wasm execute.
|
|
16357
16390
|
* Since: wasmd 0.30
|
|
@@ -16431,7 +16464,7 @@ declare class ContractExecutionAuthorization extends BaseAuthorization<ContractE
|
|
|
16431
16464
|
toWeb3(): ContractExecutionAuthorization.Amino;
|
|
16432
16465
|
}
|
|
16433
16466
|
//#endregion
|
|
16434
|
-
//#region ../../node_modules/.pnpm/@injectivelabs+core-proto-ts-v2@1.
|
|
16467
|
+
//#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
|
|
16435
16468
|
/**
|
|
16436
16469
|
* ContractExecutionAuthorization defines authorization for wasm execute.
|
|
16437
16470
|
* Since: wasmd 0.30
|
|
@@ -16671,7 +16704,7 @@ declare class OrderHashManager {
|
|
|
16671
16704
|
private incrementNonceAndReturn;
|
|
16672
16705
|
}
|
|
16673
16706
|
//#endregion
|
|
16674
|
-
//#region ../../node_modules/.pnpm/@injectivelabs+core-proto-ts-v2@1.
|
|
16707
|
+
//#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
|
|
16675
16708
|
/**
|
|
16676
16709
|
* @generated from protobuf message injective.permissions.v1beta1.MsgUpdateParams
|
|
16677
16710
|
*/
|
|
@@ -16725,11 +16758,11 @@ interface MsgUpdateNamespace$1 {
|
|
|
16725
16758
|
*/
|
|
16726
16759
|
denom: string;
|
|
16727
16760
|
/**
|
|
16728
|
-
* address of smart contract to apply code-based restrictions
|
|
16761
|
+
* address of wasm smart contract to apply code-based restrictions
|
|
16729
16762
|
*
|
|
16730
|
-
* @generated from protobuf field: injective.permissions.v1beta1.MsgUpdateNamespace.SetContractHook
|
|
16763
|
+
* @generated from protobuf field: injective.permissions.v1beta1.MsgUpdateNamespace.SetContractHook wasm_hook = 3
|
|
16731
16764
|
*/
|
|
16732
|
-
|
|
16765
|
+
wasmHook?: MsgUpdateNamespace_SetContractHook;
|
|
16733
16766
|
/**
|
|
16734
16767
|
* role permissions to update
|
|
16735
16768
|
*
|
|
@@ -16754,6 +16787,12 @@ interface MsgUpdateNamespace$1 {
|
|
|
16754
16787
|
* @generated from protobuf field: repeated injective.permissions.v1beta1.PolicyManagerCapability policy_manager_capabilities = 7
|
|
16755
16788
|
*/
|
|
16756
16789
|
policyManagerCapabilities: PolicyManagerCapability[];
|
|
16790
|
+
/**
|
|
16791
|
+
* address of EVM smart contract to apply code-based restrictions
|
|
16792
|
+
*
|
|
16793
|
+
* @generated from protobuf field: injective.permissions.v1beta1.MsgUpdateNamespace.SetContractHook evm_hook = 8
|
|
16794
|
+
*/
|
|
16795
|
+
evmHook?: MsgUpdateNamespace_SetContractHook;
|
|
16757
16796
|
}
|
|
16758
16797
|
/**
|
|
16759
16798
|
* @generated from protobuf message injective.permissions.v1beta1.MsgUpdateNamespace.SetContractHook
|
|
@@ -16879,6 +16918,7 @@ declare namespace MsgUpdateParams {
|
|
|
16879
16918
|
authority: string;
|
|
16880
16919
|
params: {
|
|
16881
16920
|
wasmHookQueryMaxGas: string;
|
|
16921
|
+
enforcedRestrictionsContracts?: string[];
|
|
16882
16922
|
};
|
|
16883
16923
|
}
|
|
16884
16924
|
type Proto = MsgUpdateParams$1;
|
|
@@ -16899,15 +16939,16 @@ declare class MsgUpdateParams extends MsgBase<MsgUpdateParams.Params, MsgUpdateP
|
|
|
16899
16939
|
value: {
|
|
16900
16940
|
authority: string;
|
|
16901
16941
|
params: {
|
|
16902
|
-
|
|
16942
|
+
contract_hook_max_gas: string;
|
|
16903
16943
|
};
|
|
16904
16944
|
};
|
|
16905
16945
|
};
|
|
16906
16946
|
toWeb3Gw(): {
|
|
16907
|
-
authority: string;
|
|
16908
16947
|
params: {
|
|
16909
|
-
|
|
16948
|
+
enforced_restrictions_contracts: string[];
|
|
16949
|
+
contract_hook_max_gas: string;
|
|
16910
16950
|
};
|
|
16951
|
+
authority: string;
|
|
16911
16952
|
'@type': string;
|
|
16912
16953
|
};
|
|
16913
16954
|
toDirectSign(): {
|
|
@@ -16923,7 +16964,8 @@ declare namespace MsgCreateNamespace {
|
|
|
16923
16964
|
sender: string;
|
|
16924
16965
|
namespace: {
|
|
16925
16966
|
denom: string;
|
|
16926
|
-
|
|
16967
|
+
evmHook: string;
|
|
16968
|
+
wasmHook: string;
|
|
16927
16969
|
rolePermissions: PermissionRole[];
|
|
16928
16970
|
actorRoles: PermissionActorRoles[];
|
|
16929
16971
|
roleManagers: PermissionRoleManager[];
|
|
@@ -16950,7 +16992,7 @@ declare class MsgCreateNamespace extends MsgBase<MsgCreateNamespace.Params, MsgC
|
|
|
16950
16992
|
sender: string;
|
|
16951
16993
|
namespace: {
|
|
16952
16994
|
denom: string | undefined;
|
|
16953
|
-
|
|
16995
|
+
wasm_hook: string | undefined;
|
|
16954
16996
|
role_permissions: {
|
|
16955
16997
|
name: string;
|
|
16956
16998
|
role_id: number;
|
|
@@ -16975,6 +17017,7 @@ declare class MsgCreateNamespace extends MsgBase<MsgCreateNamespace.Params, MsgC
|
|
|
16975
17017
|
can_disable: boolean;
|
|
16976
17018
|
can_seal: boolean;
|
|
16977
17019
|
}[];
|
|
17020
|
+
evm_hook: string | undefined;
|
|
16978
17021
|
};
|
|
16979
17022
|
};
|
|
16980
17023
|
};
|
|
@@ -16982,7 +17025,7 @@ declare class MsgCreateNamespace extends MsgBase<MsgCreateNamespace.Params, MsgC
|
|
|
16982
17025
|
sender: string;
|
|
16983
17026
|
namespace: {
|
|
16984
17027
|
denom: string | undefined;
|
|
16985
|
-
|
|
17028
|
+
wasm_hook: string | undefined;
|
|
16986
17029
|
role_permissions: {
|
|
16987
17030
|
name: string;
|
|
16988
17031
|
role_id: number;
|
|
@@ -17007,6 +17050,7 @@ declare class MsgCreateNamespace extends MsgBase<MsgCreateNamespace.Params, MsgC
|
|
|
17007
17050
|
can_disable: boolean;
|
|
17008
17051
|
can_seal: boolean;
|
|
17009
17052
|
}[];
|
|
17053
|
+
evm_hook: string | undefined;
|
|
17010
17054
|
};
|
|
17011
17055
|
'@type': string;
|
|
17012
17056
|
};
|
|
@@ -17014,12 +17058,13 @@ declare class MsgCreateNamespace extends MsgBase<MsgCreateNamespace.Params, MsgC
|
|
|
17014
17058
|
toEip712V2(): {
|
|
17015
17059
|
namespace: {
|
|
17016
17060
|
denom: any;
|
|
17017
|
-
|
|
17061
|
+
wasm_hook: any;
|
|
17018
17062
|
role_permissions: any;
|
|
17019
17063
|
actor_roles: any;
|
|
17020
17064
|
role_managers: any;
|
|
17021
17065
|
policy_statuses: any;
|
|
17022
17066
|
policy_manager_capabilities: any;
|
|
17067
|
+
evm_hook: any;
|
|
17023
17068
|
};
|
|
17024
17069
|
sender: string;
|
|
17025
17070
|
'@type': string;
|
|
@@ -17036,7 +17081,8 @@ declare namespace MsgUpdateNamespace {
|
|
|
17036
17081
|
interface Params {
|
|
17037
17082
|
sender: string;
|
|
17038
17083
|
denom: string;
|
|
17039
|
-
|
|
17084
|
+
evmHook?: string;
|
|
17085
|
+
wasmHook?: string;
|
|
17040
17086
|
rolePermissions: PermissionRole[];
|
|
17041
17087
|
roleManagers: PermissionRoleManager[];
|
|
17042
17088
|
policyStatuses: PermissionPolicyStatus[];
|
|
@@ -17053,11 +17099,12 @@ declare class MsgUpdateNamespace extends MsgBase<MsgUpdateNamespace.Params, MsgU
|
|
|
17053
17099
|
toData(): {
|
|
17054
17100
|
sender: string;
|
|
17055
17101
|
denom: string;
|
|
17056
|
-
|
|
17102
|
+
wasmHook?: MsgUpdateNamespace_SetContractHook;
|
|
17057
17103
|
rolePermissions: Role[];
|
|
17058
17104
|
roleManagers: RoleManager[];
|
|
17059
17105
|
policyStatuses: PolicyStatus[];
|
|
17060
17106
|
policyManagerCapabilities: PolicyManagerCapability[];
|
|
17107
|
+
evmHook?: MsgUpdateNamespace_SetContractHook;
|
|
17061
17108
|
'@type': string;
|
|
17062
17109
|
};
|
|
17063
17110
|
toAmino(): {
|
|
@@ -17065,7 +17112,7 @@ declare class MsgUpdateNamespace extends MsgBase<MsgUpdateNamespace.Params, MsgU
|
|
|
17065
17112
|
value: {
|
|
17066
17113
|
sender: string;
|
|
17067
17114
|
denom: string;
|
|
17068
|
-
|
|
17115
|
+
wasm_hook: {
|
|
17069
17116
|
new_value: string;
|
|
17070
17117
|
} | undefined;
|
|
17071
17118
|
role_permissions: {
|
|
@@ -17088,12 +17135,15 @@ declare class MsgUpdateNamespace extends MsgBase<MsgUpdateNamespace.Params, MsgU
|
|
|
17088
17135
|
can_disable: boolean;
|
|
17089
17136
|
can_seal: boolean;
|
|
17090
17137
|
}[];
|
|
17138
|
+
evm_hook: {
|
|
17139
|
+
new_value: string;
|
|
17140
|
+
} | undefined;
|
|
17091
17141
|
};
|
|
17092
17142
|
};
|
|
17093
17143
|
toWeb3Gw(): {
|
|
17094
17144
|
sender: string;
|
|
17095
17145
|
denom: string;
|
|
17096
|
-
|
|
17146
|
+
wasm_hook: {
|
|
17097
17147
|
new_value: string;
|
|
17098
17148
|
} | undefined;
|
|
17099
17149
|
role_permissions: {
|
|
@@ -17116,6 +17166,9 @@ declare class MsgUpdateNamespace extends MsgBase<MsgUpdateNamespace.Params, MsgU
|
|
|
17116
17166
|
can_disable: boolean;
|
|
17117
17167
|
can_seal: boolean;
|
|
17118
17168
|
}[];
|
|
17169
|
+
evm_hook: {
|
|
17170
|
+
new_value: string;
|
|
17171
|
+
} | undefined;
|
|
17119
17172
|
'@type': string;
|
|
17120
17173
|
};
|
|
17121
17174
|
toEip712(): never;
|
|
@@ -17124,7 +17177,7 @@ declare class MsgUpdateNamespace extends MsgBase<MsgUpdateNamespace.Params, MsgU
|
|
|
17124
17177
|
policy_manager_capabilities: any[];
|
|
17125
17178
|
sender: string;
|
|
17126
17179
|
denom: string;
|
|
17127
|
-
|
|
17180
|
+
wasm_hook: {
|
|
17128
17181
|
new_value: string;
|
|
17129
17182
|
} | undefined;
|
|
17130
17183
|
role_permissions: {
|
|
@@ -17136,6 +17189,9 @@ declare class MsgUpdateNamespace extends MsgBase<MsgUpdateNamespace.Params, MsgU
|
|
|
17136
17189
|
manager: string;
|
|
17137
17190
|
roles: string[];
|
|
17138
17191
|
}[];
|
|
17192
|
+
evm_hook: {
|
|
17193
|
+
new_value: string;
|
|
17194
|
+
} | undefined;
|
|
17139
17195
|
'@type': string;
|
|
17140
17196
|
};
|
|
17141
17197
|
toDirectSign(): {
|
|
@@ -35550,7 +35606,7 @@ declare class ChainGrpcPeggyApi extends BaseGrpcConsumer {
|
|
|
35550
35606
|
fetchModuleParams(): Promise<PeggyModuleParams>;
|
|
35551
35607
|
}
|
|
35552
35608
|
//#endregion
|
|
35553
|
-
//#region ../../node_modules/.pnpm/@injectivelabs+core-proto-ts-v2@1.
|
|
35609
|
+
//#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
|
|
35554
35610
|
/**
|
|
35555
35611
|
* @generated from protobuf message injective.wasmx.v1.RegisteredContractWithAddress
|
|
35556
35612
|
*/
|
|
@@ -35593,7 +35649,7 @@ declare const RegisteredContractWithAddress = new RegisteredContractWithAddress$
|
|
|
35593
35649
|
*/
|
|
35594
35650
|
declare const GenesisState$3 = new GenesisState$Type();
|
|
35595
35651
|
//#endregion
|
|
35596
|
-
//#region ../../node_modules/.pnpm/@injectivelabs+core-proto-ts-v2@1.
|
|
35652
|
+
//#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
|
|
35597
35653
|
/**
|
|
35598
35654
|
* QueryWasmxParamsRequest is the response type for the Query/WasmxParams RPC
|
|
35599
35655
|
* method.
|
|
@@ -35855,7 +35911,7 @@ declare class ChainGrpcExchangeApi extends BaseGrpcConsumer {
|
|
|
35855
35911
|
fetchFullSpotMarkets(status?: string, marketIds?: string[]): Promise<SpotMarket[]>;
|
|
35856
35912
|
}
|
|
35857
35913
|
//#endregion
|
|
35858
|
-
//#region ../../node_modules/.pnpm/@injectivelabs+core-proto-ts-v2@1.
|
|
35914
|
+
//#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
|
|
35859
35915
|
/**
|
|
35860
35916
|
* Block is tendermint type Block, with the Header proposer address
|
|
35861
35917
|
* field converted to bech32 string.
|
|
@@ -36163,7 +36219,7 @@ declare class ChainRestTendermintApi extends BaseRestConsumer {
|
|
|
36163
36219
|
}>;
|
|
36164
36220
|
}
|
|
36165
36221
|
//#endregion
|
|
36166
|
-
//#region ../../node_modules/.pnpm/@injectivelabs+core-proto-ts-v2@1.
|
|
36222
|
+
//#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
|
|
36167
36223
|
/**
|
|
36168
36224
|
* QueryProposalResponse is the response type for the Query/Proposal RPC method.
|
|
36169
36225
|
*
|
|
@@ -36346,7 +36402,7 @@ declare class ChainGrpcGovTransformer {
|
|
|
36346
36402
|
static grpcProposalToProposal(proposal: GrpcProposal): Proposal | undefined;
|
|
36347
36403
|
}
|
|
36348
36404
|
//#endregion
|
|
36349
|
-
//#region ../../node_modules/.pnpm/@injectivelabs+core-proto-ts-v2@1.
|
|
36405
|
+
//#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
|
|
36350
36406
|
/**
|
|
36351
36407
|
* QueryAccountResponse is the response type for the Query/Account RPC method.
|
|
36352
36408
|
*
|
|
@@ -36483,7 +36539,7 @@ declare class ChainGrpcEvmTransformer {
|
|
|
36483
36539
|
static paramsResponseToParams(response: QueryParamsResponse$9): EvmParams | undefined;
|
|
36484
36540
|
}
|
|
36485
36541
|
//#endregion
|
|
36486
|
-
//#region ../../node_modules/.pnpm/@injectivelabs+core-proto-ts-v2@1.
|
|
36542
|
+
//#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
|
|
36487
36543
|
/**
|
|
36488
36544
|
* QueryAccountsResponse is the response type for the Query/Accounts RPC method.
|
|
36489
36545
|
*
|
|
@@ -36558,7 +36614,7 @@ declare class ChainGrpcAuthTransformer {
|
|
|
36558
36614
|
};
|
|
36559
36615
|
}
|
|
36560
36616
|
//#endregion
|
|
36561
|
-
//#region ../../node_modules/.pnpm/@injectivelabs+core-proto-ts-v2@1.
|
|
36617
|
+
//#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
|
|
36562
36618
|
/**
|
|
36563
36619
|
* QueryBalanceResponse is the response type for the Query/Balance RPC method.
|
|
36564
36620
|
*
|
|
@@ -36747,7 +36803,7 @@ declare class ChainGrpcBankTransformer {
|
|
|
36747
36803
|
};
|
|
36748
36804
|
}
|
|
36749
36805
|
//#endregion
|
|
36750
|
-
//#region ../../node_modules/.pnpm/@injectivelabs+core-proto-ts-v2@1.
|
|
36806
|
+
//#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
|
|
36751
36807
|
/**
|
|
36752
36808
|
* QueryParamsResponse is the response type for the Query/Params RPC method.
|
|
36753
36809
|
*
|
|
@@ -36802,7 +36858,7 @@ declare class ChainGrpcWasmTransformer {
|
|
|
36802
36858
|
};
|
|
36803
36859
|
}
|
|
36804
36860
|
//#endregion
|
|
36805
|
-
//#region ../../node_modules/.pnpm/@injectivelabs+core-proto-ts-v2@1.
|
|
36861
|
+
//#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
|
|
36806
36862
|
/**
|
|
36807
36863
|
* QueryGrantsResponse is the response type for the Query/Authorizations RPC method.
|
|
36808
36864
|
*
|
|
@@ -36894,7 +36950,7 @@ declare class ChainGrpcAuthZTransformer {
|
|
|
36894
36950
|
};
|
|
36895
36951
|
}
|
|
36896
36952
|
//#endregion
|
|
36897
|
-
//#region ../../node_modules/.pnpm/@injectivelabs+core-proto-ts-v2@1.
|
|
36953
|
+
//#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
|
|
36898
36954
|
/**
|
|
36899
36955
|
* @generated from protobuf message injective.peggy.v1.QueryParamsResponse
|
|
36900
36956
|
*/
|
|
@@ -36917,7 +36973,7 @@ declare class ChainGrpcPeggyTransformer {
|
|
|
36917
36973
|
static moduleParamsResponseToModuleParams(response: QueryParamsResponse$5): PeggyModuleParams;
|
|
36918
36974
|
}
|
|
36919
36975
|
//#endregion
|
|
36920
|
-
//#region ../../node_modules/.pnpm/@injectivelabs+core-proto-ts-v2@1.
|
|
36976
|
+
//#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
|
|
36921
36977
|
/**
|
|
36922
36978
|
* QueryParamsResponse is the response type for the Query/Params RPC method.
|
|
36923
36979
|
*
|
|
@@ -36993,7 +37049,7 @@ declare class ChainGrpcCommonTransformer {
|
|
|
36993
37049
|
static grpcPaginationToPaginationV2(pagination: PageResponse | undefined): Pagination;
|
|
36994
37050
|
}
|
|
36995
37051
|
//#endregion
|
|
36996
|
-
//#region ../../node_modules/.pnpm/@injectivelabs+core-proto-ts-v2@1.
|
|
37052
|
+
//#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
|
|
36997
37053
|
/**
|
|
36998
37054
|
* GenesisState defines the auction module's genesis state.
|
|
36999
37055
|
*
|
|
@@ -37036,7 +37092,7 @@ interface GenesisState$2 {
|
|
|
37036
37092
|
*/
|
|
37037
37093
|
declare const GenesisState$2 = new GenesisState$Type();
|
|
37038
37094
|
//#endregion
|
|
37039
|
-
//#region ../../node_modules/.pnpm/@injectivelabs+core-proto-ts-v2@1.
|
|
37095
|
+
//#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
|
|
37040
37096
|
/**
|
|
37041
37097
|
* QueryAuctionParamsRequest is the response type for the Query/AuctionParams
|
|
37042
37098
|
* RPC method.
|
|
@@ -37139,7 +37195,7 @@ declare class ChainGrpcAuctionTransformer {
|
|
|
37139
37195
|
static lastAuctionResultResponseToLastAuctionResult(response: QueryLastAuctionResultResponse): AuctionLastAuctionResult | undefined;
|
|
37140
37196
|
}
|
|
37141
37197
|
//#endregion
|
|
37142
|
-
//#region ../../node_modules/.pnpm/@injectivelabs+core-proto-ts-v2@1.
|
|
37198
|
+
//#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
|
|
37143
37199
|
/**
|
|
37144
37200
|
* QueryValidatorsResponse is response type for the Query/Validators RPC method
|
|
37145
37201
|
*
|
|
@@ -37364,7 +37420,7 @@ declare class ChainGrpcExchangeTransformer {
|
|
|
37364
37420
|
static grpcFullDerivativeMarketToDerivativeMarket(market: GrpcChainFullDerivativeMarket): DerivativeMarket;
|
|
37365
37421
|
}
|
|
37366
37422
|
//#endregion
|
|
37367
|
-
//#region ../../node_modules/.pnpm/@injectivelabs+core-proto-ts-v2@1.
|
|
37423
|
+
//#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
|
|
37368
37424
|
/**
|
|
37369
37425
|
* GenesisState defines the permissions module's genesis state.
|
|
37370
37426
|
*
|
|
@@ -37395,7 +37451,7 @@ interface GenesisState$1 {
|
|
|
37395
37451
|
*/
|
|
37396
37452
|
declare const GenesisState$1 = new GenesisState$Type();
|
|
37397
37453
|
//#endregion
|
|
37398
|
-
//#region ../../node_modules/.pnpm/@injectivelabs+core-proto-ts-v2@1.
|
|
37454
|
+
//#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
|
|
37399
37455
|
/**
|
|
37400
37456
|
* QueryParamsResponse is the response type for the Query/Params RPC method.
|
|
37401
37457
|
*
|
|
@@ -37659,7 +37715,7 @@ declare class ChainGrpcPermissionsTransformer {
|
|
|
37659
37715
|
} | undefined;
|
|
37660
37716
|
}
|
|
37661
37717
|
//#endregion
|
|
37662
|
-
//#region ../../node_modules/.pnpm/@injectivelabs+core-proto-ts-v2@1.
|
|
37718
|
+
//#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
|
|
37663
37719
|
/**
|
|
37664
37720
|
* QueryParamsResponse is the response type for the Query/Params RPC method.
|
|
37665
37721
|
*
|
|
@@ -37730,7 +37786,7 @@ declare class ChainGrpcDistributionTransformer {
|
|
|
37730
37786
|
static totalDelegationRewardResponseToTotalReward(response: QueryDelegationTotalRewardsResponse): ValidatorRewards[];
|
|
37731
37787
|
}
|
|
37732
37788
|
//#endregion
|
|
37733
|
-
//#region ../../node_modules/.pnpm/@injectivelabs+core-proto-ts-v2@1.
|
|
37789
|
+
//#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
|
|
37734
37790
|
/**
|
|
37735
37791
|
* DenomAuthorityMetadata specifies metadata for addresses that have specific
|
|
37736
37792
|
* capabilities over a token factory denom. Right now there is only one Admin
|
|
@@ -37757,7 +37813,7 @@ interface DenomAuthorityMetadata {
|
|
|
37757
37813
|
*/
|
|
37758
37814
|
declare const DenomAuthorityMetadata = new DenomAuthorityMetadata$Type();
|
|
37759
37815
|
//#endregion
|
|
37760
|
-
//#region ../../node_modules/.pnpm/@injectivelabs+core-proto-ts-v2@1.
|
|
37816
|
+
//#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
|
|
37761
37817
|
/**
|
|
37762
37818
|
* GenesisState defines the tokenfactory module's genesis state.
|
|
37763
37819
|
*
|
|
@@ -37823,7 +37879,7 @@ declare const GenesisState = new GenesisState$Type();
|
|
|
37823
37879
|
*/
|
|
37824
37880
|
declare const GenesisDenom = new GenesisDenom$Type();
|
|
37825
37881
|
//#endregion
|
|
37826
|
-
//#region ../../node_modules/.pnpm/@injectivelabs+core-proto-ts-v2@1.
|
|
37882
|
+
//#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
|
|
37827
37883
|
/**
|
|
37828
37884
|
* QueryParamsResponse is the response type for the Query/Params RPC method.
|
|
37829
37885
|
*
|
|
@@ -37907,7 +37963,7 @@ declare class ChainGrpcTokenFactoryTransformer {
|
|
|
37907
37963
|
static authorityMetadataResponseToAuthorityMetadata(response: QueryDenomAuthorityMetadataResponse): AuthorityMetadata;
|
|
37908
37964
|
}
|
|
37909
37965
|
//#endregion
|
|
37910
|
-
//#region ../../node_modules/.pnpm/@injectivelabs+core-proto-ts-v2@1.
|
|
37966
|
+
//#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
|
|
37911
37967
|
/**
|
|
37912
37968
|
* QueryInsuranceParamsRequest is the response type for the
|
|
37913
37969
|
* Query/InsuranceParams RPC method.
|