injectivejs 1.16.7 → 1.17.0
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/binary.d.ts +1 -1
- package/binary.js +1 -1
- package/cosmos/auth/v1beta1/auth.d.ts +2 -0
- package/cosmos/auth/v1beta1/auth.js +2 -0
- package/cosmos/authz/v1beta1/authz.d.ts +1 -0
- package/cosmos/authz/v1beta1/authz.js +1 -0
- package/cosmos/authz/v1beta1/tx.rpc.func.d.ts +3 -3
- package/cosmos/bank/v1beta1/bank.d.ts +1 -0
- package/cosmos/bank/v1beta1/bank.js +1 -0
- package/cosmos/bank/v1beta1/tx.rpc.func.d.ts +4 -4
- package/cosmos/bundle.d.ts +13 -13
- package/cosmos/bundle.js +45 -45
- package/cosmos/distribution/v1beta1/distribution.d.ts +2 -0
- package/cosmos/distribution/v1beta1/distribution.js +2 -0
- package/cosmos/distribution/v1beta1/tx.rpc.func.d.ts +7 -7
- package/cosmos/feegrant/v1beta1/tx.rpc.func.d.ts +3 -3
- package/cosmos/gov/v1/tx.rpc.func.d.ts +7 -7
- package/cosmos/gov/v1beta1/gov.d.ts +1 -0
- package/cosmos/gov/v1beta1/gov.js +1 -0
- package/cosmos/gov/v1beta1/tx.rpc.func.d.ts +4 -4
- package/cosmos/group/v1/tx.rpc.func.d.ts +14 -14
- package/cosmos/group/v1/types.d.ts +2 -0
- package/cosmos/group/v1/types.js +2 -0
- package/cosmos/staking/v1beta1/tx.rpc.func.d.ts +7 -7
- package/cosmos/upgrade/v1beta1/upgrade.d.ts +2 -0
- package/cosmos/upgrade/v1beta1/upgrade.js +2 -0
- package/cosmos/vesting/v1beta1/tx.rpc.func.d.ts +3 -3
- package/cosmwasm/wasm/v1/authz.d.ts +9 -0
- package/cosmwasm/wasm/v1/authz.js +11 -1
- package/cosmwasm/wasm/v1/proposal_legacy.d.ts +12 -0
- package/cosmwasm/wasm/v1/proposal_legacy.js +12 -0
- package/cosmwasm/wasm/v1/tx.rpc.func.d.ts +17 -17
- package/esm/binary.js +1 -1
- package/esm/cosmos/auth/v1beta1/auth.js +2 -0
- package/esm/cosmos/authz/v1beta1/authz.js +1 -0
- package/esm/cosmos/bank/v1beta1/bank.js +1 -0
- package/esm/cosmos/bundle.js +13 -13
- package/esm/cosmos/distribution/v1beta1/distribution.js +2 -0
- package/esm/cosmos/gov/v1beta1/gov.js +1 -0
- package/esm/cosmos/group/v1/types.js +2 -0
- package/esm/cosmos/upgrade/v1beta1/upgrade.js +2 -0
- package/esm/cosmwasm/wasm/v1/authz.js +11 -1
- package/esm/cosmwasm/wasm/v1/proposal_legacy.js +12 -0
- package/esm/extern.js +1 -1
- package/esm/google/protobuf/any.js +1 -0
- package/esm/helper-func-types.js +2 -2
- package/esm/helpers.js +2 -2
- package/esm/ibc/bundle.js +1 -1
- package/esm/index.js +1 -1
- package/esm/injective/bundle.js +13 -13
- package/esm/injective/exchange/v1beta1/authz.js +11 -0
- package/esm/injective/exchange/v1beta1/proposal.js +17 -0
- package/esm/injective/ocr/v1beta1/ocr.js +2 -0
- package/esm/injective/oracle/v1beta1/proposal.js +11 -0
- package/esm/injective/types/v1beta1/account.js +1 -0
- package/esm/injective/wasmx/v1/authz.js +1 -0
- package/esm/injective/wasmx/v1/proposal.js +5 -0
- package/esm/registry.js +1 -1
- package/esm/tendermint/bundle.js +2 -2
- package/esm/types.js +1 -1
- package/esm/utf8.js +1 -1
- package/esm/varint.js +1 -1
- package/extern.d.ts +1 -1
- package/extern.js +1 -1
- package/google/protobuf/any.d.ts +1 -0
- package/google/protobuf/any.js +1 -0
- package/helper-func-types.d.ts +2 -2
- package/helper-func-types.js +4 -4
- package/helpers.d.ts +2 -2
- package/helpers.js +4 -4
- package/ibc/applications/transfer/v1/tx.rpc.func.d.ts +2 -2
- package/ibc/bundle.d.ts +1 -1
- package/ibc/bundle.js +4 -4
- package/ibc/core/channel/v1/tx.rpc.func.d.ts +10 -10
- package/ibc/core/client/v1/tx.rpc.func.d.ts +8 -8
- package/ibc/core/connection/v1/tx.rpc.func.d.ts +5 -5
- package/index.d.ts +1 -1
- package/index.js +1 -1
- package/injective/auction/v1beta1/tx.rpc.func.d.ts +2 -2
- package/injective/bundle.d.ts +13 -13
- package/injective/bundle.js +33 -33
- package/injective/exchange/v1beta1/authz.d.ts +11 -0
- package/injective/exchange/v1beta1/authz.js +11 -0
- package/injective/exchange/v1beta1/proposal.d.ts +17 -0
- package/injective/exchange/v1beta1/proposal.js +17 -0
- package/injective/exchange/v1beta1/tx.rpc.func.d.ts +36 -36
- package/injective/insurance/v1beta1/tx.rpc.func.d.ts +4 -4
- package/injective/ocr/v1beta1/ocr.d.ts +2 -0
- package/injective/ocr/v1beta1/ocr.js +2 -0
- package/injective/ocr/v1beta1/tx.rpc.func.d.ts +9 -9
- package/injective/oracle/v1beta1/proposal.d.ts +11 -0
- package/injective/oracle/v1beta1/proposal.js +11 -0
- package/injective/oracle/v1beta1/tx.rpc.func.d.ts +8 -8
- package/injective/peggy/v1/msgs.rpc.func.d.ts +14 -14
- package/injective/permissions/v1beta1/tx.rpc.func.d.ts +5 -5
- package/injective/tokenfactory/v1beta1/tx.rpc.func.d.ts +6 -6
- package/injective/txfees/v1beta1/tx.rpc.func.d.ts +1 -1
- package/injective/types/v1beta1/account.d.ts +1 -0
- package/injective/types/v1beta1/account.js +1 -0
- package/injective/wasmx/v1/authz.d.ts +1 -0
- package/injective/wasmx/v1/authz.js +1 -0
- package/injective/wasmx/v1/proposal.d.ts +5 -0
- package/injective/wasmx/v1/proposal.js +5 -0
- package/injective/wasmx/v1/tx.rpc.func.d.ts +6 -6
- package/package.json +17 -9
- package/registry.d.ts +1 -1
- package/registry.js +1 -1
- package/tendermint/bundle.d.ts +2 -2
- package/tendermint/bundle.js +4 -4
- package/types.d.ts +1 -1
- package/types.js +1 -1
- package/utf8.d.ts +1 -1
- package/utf8.js +1 -1
- package/varint.d.ts +1 -1
- package/varint.js +1 -1
|
@@ -6,7 +6,7 @@ import { MsgDeposit, MsgWithdraw, MsgInstantSpotMarketLaunch, MsgInstantPerpetua
|
|
|
6
6
|
* @package injective.exchange.v1beta1
|
|
7
7
|
* @see proto service: injective.exchange.v1beta1.Deposit
|
|
8
8
|
*/
|
|
9
|
-
export declare const deposit: (client: import("@interchainjs/cosmos
|
|
9
|
+
export declare const deposit: (client: import("@interchainjs/cosmos").ISigningClient, signerAddress: string, message: MsgDeposit | MsgDeposit[], fee: import("../../..").StdFee | "auto", memo: string) => Promise<import("@interchainjs/types").DeliverTxResponse>;
|
|
10
10
|
/**
|
|
11
11
|
* Withdraw defines a method for withdrawing coins from a subaccount's
|
|
12
12
|
* deposits to the user's bank balance
|
|
@@ -14,7 +14,7 @@ export declare const deposit: (client: import("@interchainjs/cosmos/types/signin
|
|
|
14
14
|
* @package injective.exchange.v1beta1
|
|
15
15
|
* @see proto service: injective.exchange.v1beta1.Withdraw
|
|
16
16
|
*/
|
|
17
|
-
export declare const withdraw: (client: import("@interchainjs/cosmos
|
|
17
|
+
export declare const withdraw: (client: import("@interchainjs/cosmos").ISigningClient, signerAddress: string, message: MsgWithdraw | MsgWithdraw[], fee: import("../../..").StdFee | "auto", memo: string) => Promise<import("@interchainjs/types").DeliverTxResponse>;
|
|
18
18
|
/**
|
|
19
19
|
* InstantSpotMarketLaunch defines method for creating a spot market by paying
|
|
20
20
|
* listing fee without governance
|
|
@@ -22,7 +22,7 @@ export declare const withdraw: (client: import("@interchainjs/cosmos/types/signi
|
|
|
22
22
|
* @package injective.exchange.v1beta1
|
|
23
23
|
* @see proto service: injective.exchange.v1beta1.InstantSpotMarketLaunch
|
|
24
24
|
*/
|
|
25
|
-
export declare const instantSpotMarketLaunch: (client: import("@interchainjs/cosmos
|
|
25
|
+
export declare const instantSpotMarketLaunch: (client: import("@interchainjs/cosmos").ISigningClient, signerAddress: string, message: MsgInstantSpotMarketLaunch | MsgInstantSpotMarketLaunch[], fee: import("../../..").StdFee | "auto", memo: string) => Promise<import("@interchainjs/types").DeliverTxResponse>;
|
|
26
26
|
/**
|
|
27
27
|
* InstantPerpetualMarketLaunch defines a method for creating a new perpetual
|
|
28
28
|
* futures market by paying listing fee without governance
|
|
@@ -30,7 +30,7 @@ export declare const instantSpotMarketLaunch: (client: import("@interchainjs/cos
|
|
|
30
30
|
* @package injective.exchange.v1beta1
|
|
31
31
|
* @see proto service: injective.exchange.v1beta1.InstantPerpetualMarketLaunch
|
|
32
32
|
*/
|
|
33
|
-
export declare const instantPerpetualMarketLaunch: (client: import("@interchainjs/cosmos
|
|
33
|
+
export declare const instantPerpetualMarketLaunch: (client: import("@interchainjs/cosmos").ISigningClient, signerAddress: string, message: MsgInstantPerpetualMarketLaunch | MsgInstantPerpetualMarketLaunch[], fee: import("../../..").StdFee | "auto", memo: string) => Promise<import("@interchainjs/types").DeliverTxResponse>;
|
|
34
34
|
/**
|
|
35
35
|
* InstantExpiryFuturesMarketLaunch defines a method for creating a new expiry
|
|
36
36
|
* futures market by paying listing fee without governance
|
|
@@ -38,14 +38,14 @@ export declare const instantPerpetualMarketLaunch: (client: import("@interchainj
|
|
|
38
38
|
* @package injective.exchange.v1beta1
|
|
39
39
|
* @see proto service: injective.exchange.v1beta1.InstantExpiryFuturesMarketLaunch
|
|
40
40
|
*/
|
|
41
|
-
export declare const instantExpiryFuturesMarketLaunch: (client: import("@interchainjs/cosmos
|
|
41
|
+
export declare const instantExpiryFuturesMarketLaunch: (client: import("@interchainjs/cosmos").ISigningClient, signerAddress: string, message: MsgInstantExpiryFuturesMarketLaunch | MsgInstantExpiryFuturesMarketLaunch[], fee: import("../../..").StdFee | "auto", memo: string) => Promise<import("@interchainjs/types").DeliverTxResponse>;
|
|
42
42
|
/**
|
|
43
43
|
* CreateSpotLimitOrder defines a method for creating a new spot limit order.
|
|
44
44
|
* @name createSpotLimitOrder
|
|
45
45
|
* @package injective.exchange.v1beta1
|
|
46
46
|
* @see proto service: injective.exchange.v1beta1.CreateSpotLimitOrder
|
|
47
47
|
*/
|
|
48
|
-
export declare const createSpotLimitOrder: (client: import("@interchainjs/cosmos
|
|
48
|
+
export declare const createSpotLimitOrder: (client: import("@interchainjs/cosmos").ISigningClient, signerAddress: string, message: MsgCreateSpotLimitOrder | MsgCreateSpotLimitOrder[], fee: import("../../..").StdFee | "auto", memo: string) => Promise<import("@interchainjs/types").DeliverTxResponse>;
|
|
49
49
|
/**
|
|
50
50
|
* BatchCreateSpotLimitOrder defines a method for creating a new batch of spot
|
|
51
51
|
* limit orders.
|
|
@@ -53,7 +53,7 @@ export declare const createSpotLimitOrder: (client: import("@interchainjs/cosmos
|
|
|
53
53
|
* @package injective.exchange.v1beta1
|
|
54
54
|
* @see proto service: injective.exchange.v1beta1.BatchCreateSpotLimitOrders
|
|
55
55
|
*/
|
|
56
|
-
export declare const batchCreateSpotLimitOrders: (client: import("@interchainjs/cosmos
|
|
56
|
+
export declare const batchCreateSpotLimitOrders: (client: import("@interchainjs/cosmos").ISigningClient, signerAddress: string, message: MsgBatchCreateSpotLimitOrders | MsgBatchCreateSpotLimitOrders[], fee: import("../../..").StdFee | "auto", memo: string) => Promise<import("@interchainjs/types").DeliverTxResponse>;
|
|
57
57
|
/**
|
|
58
58
|
* CreateSpotMarketOrder defines a method for creating a new spot market
|
|
59
59
|
* order.
|
|
@@ -61,14 +61,14 @@ export declare const batchCreateSpotLimitOrders: (client: import("@interchainjs/
|
|
|
61
61
|
* @package injective.exchange.v1beta1
|
|
62
62
|
* @see proto service: injective.exchange.v1beta1.CreateSpotMarketOrder
|
|
63
63
|
*/
|
|
64
|
-
export declare const createSpotMarketOrder: (client: import("@interchainjs/cosmos
|
|
64
|
+
export declare const createSpotMarketOrder: (client: import("@interchainjs/cosmos").ISigningClient, signerAddress: string, message: MsgCreateSpotMarketOrder | MsgCreateSpotMarketOrder[], fee: import("../../..").StdFee | "auto", memo: string) => Promise<import("@interchainjs/types").DeliverTxResponse>;
|
|
65
65
|
/**
|
|
66
66
|
* MsgCancelSpotOrder defines a method for cancelling a spot order.
|
|
67
67
|
* @name cancelSpotOrder
|
|
68
68
|
* @package injective.exchange.v1beta1
|
|
69
69
|
* @see proto service: injective.exchange.v1beta1.CancelSpotOrder
|
|
70
70
|
*/
|
|
71
|
-
export declare const cancelSpotOrder: (client: import("@interchainjs/cosmos
|
|
71
|
+
export declare const cancelSpotOrder: (client: import("@interchainjs/cosmos").ISigningClient, signerAddress: string, message: MsgCancelSpotOrder | MsgCancelSpotOrder[], fee: import("../../..").StdFee | "auto", memo: string) => Promise<import("@interchainjs/types").DeliverTxResponse>;
|
|
72
72
|
/**
|
|
73
73
|
* BatchCancelSpotOrders defines a method for cancelling a batch of spot
|
|
74
74
|
* orders in a given market.
|
|
@@ -76,14 +76,14 @@ export declare const cancelSpotOrder: (client: import("@interchainjs/cosmos/type
|
|
|
76
76
|
* @package injective.exchange.v1beta1
|
|
77
77
|
* @see proto service: injective.exchange.v1beta1.BatchCancelSpotOrders
|
|
78
78
|
*/
|
|
79
|
-
export declare const batchCancelSpotOrders: (client: import("@interchainjs/cosmos
|
|
79
|
+
export declare const batchCancelSpotOrders: (client: import("@interchainjs/cosmos").ISigningClient, signerAddress: string, message: MsgBatchCancelSpotOrders | MsgBatchCancelSpotOrders[], fee: import("../../..").StdFee | "auto", memo: string) => Promise<import("@interchainjs/types").DeliverTxResponse>;
|
|
80
80
|
/**
|
|
81
81
|
* BatchUpdateOrders defines a method for updating a batch of orders.
|
|
82
82
|
* @name batchUpdateOrders
|
|
83
83
|
* @package injective.exchange.v1beta1
|
|
84
84
|
* @see proto service: injective.exchange.v1beta1.BatchUpdateOrders
|
|
85
85
|
*/
|
|
86
|
-
export declare const batchUpdateOrders: (client: import("@interchainjs/cosmos
|
|
86
|
+
export declare const batchUpdateOrders: (client: import("@interchainjs/cosmos").ISigningClient, signerAddress: string, message: MsgBatchUpdateOrders | MsgBatchUpdateOrders[], fee: import("../../..").StdFee | "auto", memo: string) => Promise<import("@interchainjs/types").DeliverTxResponse>;
|
|
87
87
|
/**
|
|
88
88
|
* PrivilegedExecuteContract defines a method for executing a Cosmwasm
|
|
89
89
|
* contract from the exchange module with privileged capabilities.
|
|
@@ -91,7 +91,7 @@ export declare const batchUpdateOrders: (client: import("@interchainjs/cosmos/ty
|
|
|
91
91
|
* @package injective.exchange.v1beta1
|
|
92
92
|
* @see proto service: injective.exchange.v1beta1.PrivilegedExecuteContract
|
|
93
93
|
*/
|
|
94
|
-
export declare const privilegedExecuteContract: (client: import("@interchainjs/cosmos
|
|
94
|
+
export declare const privilegedExecuteContract: (client: import("@interchainjs/cosmos").ISigningClient, signerAddress: string, message: MsgPrivilegedExecuteContract | MsgPrivilegedExecuteContract[], fee: import("../../..").StdFee | "auto", memo: string) => Promise<import("@interchainjs/types").DeliverTxResponse>;
|
|
95
95
|
/**
|
|
96
96
|
* CreateDerivativeLimitOrder defines a method for creating a new derivative
|
|
97
97
|
* limit order.
|
|
@@ -99,7 +99,7 @@ export declare const privilegedExecuteContract: (client: import("@interchainjs/c
|
|
|
99
99
|
* @package injective.exchange.v1beta1
|
|
100
100
|
* @see proto service: injective.exchange.v1beta1.CreateDerivativeLimitOrder
|
|
101
101
|
*/
|
|
102
|
-
export declare const createDerivativeLimitOrder: (client: import("@interchainjs/cosmos
|
|
102
|
+
export declare const createDerivativeLimitOrder: (client: import("@interchainjs/cosmos").ISigningClient, signerAddress: string, message: MsgCreateDerivativeLimitOrder | MsgCreateDerivativeLimitOrder[], fee: import("../../..").StdFee | "auto", memo: string) => Promise<import("@interchainjs/types").DeliverTxResponse>;
|
|
103
103
|
/**
|
|
104
104
|
* BatchCreateDerivativeLimitOrders defines a method for creating a new batch
|
|
105
105
|
* of derivative limit orders.
|
|
@@ -107,7 +107,7 @@ export declare const createDerivativeLimitOrder: (client: import("@interchainjs/
|
|
|
107
107
|
* @package injective.exchange.v1beta1
|
|
108
108
|
* @see proto service: injective.exchange.v1beta1.BatchCreateDerivativeLimitOrders
|
|
109
109
|
*/
|
|
110
|
-
export declare const batchCreateDerivativeLimitOrders: (client: import("@interchainjs/cosmos
|
|
110
|
+
export declare const batchCreateDerivativeLimitOrders: (client: import("@interchainjs/cosmos").ISigningClient, signerAddress: string, message: MsgBatchCreateDerivativeLimitOrders | MsgBatchCreateDerivativeLimitOrders[], fee: import("../../..").StdFee | "auto", memo: string) => Promise<import("@interchainjs/types").DeliverTxResponse>;
|
|
111
111
|
/**
|
|
112
112
|
* MsgCreateDerivativeLimitOrder defines a method for creating a new
|
|
113
113
|
* derivative market order.
|
|
@@ -115,7 +115,7 @@ export declare const batchCreateDerivativeLimitOrders: (client: import("@interch
|
|
|
115
115
|
* @package injective.exchange.v1beta1
|
|
116
116
|
* @see proto service: injective.exchange.v1beta1.CreateDerivativeMarketOrder
|
|
117
117
|
*/
|
|
118
|
-
export declare const createDerivativeMarketOrder: (client: import("@interchainjs/cosmos
|
|
118
|
+
export declare const createDerivativeMarketOrder: (client: import("@interchainjs/cosmos").ISigningClient, signerAddress: string, message: MsgCreateDerivativeMarketOrder | MsgCreateDerivativeMarketOrder[], fee: import("../../..").StdFee | "auto", memo: string) => Promise<import("@interchainjs/types").DeliverTxResponse>;
|
|
119
119
|
/**
|
|
120
120
|
* MsgCancelDerivativeOrder defines a method for cancelling a derivative
|
|
121
121
|
* order.
|
|
@@ -123,7 +123,7 @@ export declare const createDerivativeMarketOrder: (client: import("@interchainjs
|
|
|
123
123
|
* @package injective.exchange.v1beta1
|
|
124
124
|
* @see proto service: injective.exchange.v1beta1.CancelDerivativeOrder
|
|
125
125
|
*/
|
|
126
|
-
export declare const cancelDerivativeOrder: (client: import("@interchainjs/cosmos
|
|
126
|
+
export declare const cancelDerivativeOrder: (client: import("@interchainjs/cosmos").ISigningClient, signerAddress: string, message: MsgCancelDerivativeOrder | MsgCancelDerivativeOrder[], fee: import("../../..").StdFee | "auto", memo: string) => Promise<import("@interchainjs/types").DeliverTxResponse>;
|
|
127
127
|
/**
|
|
128
128
|
* MsgBatchCancelDerivativeOrders defines a method for cancelling a batch of
|
|
129
129
|
* derivative limit orders.
|
|
@@ -131,7 +131,7 @@ export declare const cancelDerivativeOrder: (client: import("@interchainjs/cosmo
|
|
|
131
131
|
* @package injective.exchange.v1beta1
|
|
132
132
|
* @see proto service: injective.exchange.v1beta1.BatchCancelDerivativeOrders
|
|
133
133
|
*/
|
|
134
|
-
export declare const batchCancelDerivativeOrders: (client: import("@interchainjs/cosmos
|
|
134
|
+
export declare const batchCancelDerivativeOrders: (client: import("@interchainjs/cosmos").ISigningClient, signerAddress: string, message: MsgBatchCancelDerivativeOrders | MsgBatchCancelDerivativeOrders[], fee: import("../../..").StdFee | "auto", memo: string) => Promise<import("@interchainjs/types").DeliverTxResponse>;
|
|
135
135
|
/**
|
|
136
136
|
* InstantBinaryOptionsMarketLaunch defines method for creating a binary
|
|
137
137
|
* options market by paying listing fee without governance
|
|
@@ -139,7 +139,7 @@ export declare const batchCancelDerivativeOrders: (client: import("@interchainjs
|
|
|
139
139
|
* @package injective.exchange.v1beta1
|
|
140
140
|
* @see proto service: injective.exchange.v1beta1.InstantBinaryOptionsMarketLaunch
|
|
141
141
|
*/
|
|
142
|
-
export declare const instantBinaryOptionsMarketLaunch: (client: import("@interchainjs/cosmos
|
|
142
|
+
export declare const instantBinaryOptionsMarketLaunch: (client: import("@interchainjs/cosmos").ISigningClient, signerAddress: string, message: MsgInstantBinaryOptionsMarketLaunch | MsgInstantBinaryOptionsMarketLaunch[], fee: import("../../..").StdFee | "auto", memo: string) => Promise<import("@interchainjs/types").DeliverTxResponse>;
|
|
143
143
|
/**
|
|
144
144
|
* CreateBinaryOptionsLimitOrder defines a method for creating a new binary
|
|
145
145
|
* options limit order.
|
|
@@ -147,7 +147,7 @@ export declare const instantBinaryOptionsMarketLaunch: (client: import("@interch
|
|
|
147
147
|
* @package injective.exchange.v1beta1
|
|
148
148
|
* @see proto service: injective.exchange.v1beta1.CreateBinaryOptionsLimitOrder
|
|
149
149
|
*/
|
|
150
|
-
export declare const createBinaryOptionsLimitOrder: (client: import("@interchainjs/cosmos
|
|
150
|
+
export declare const createBinaryOptionsLimitOrder: (client: import("@interchainjs/cosmos").ISigningClient, signerAddress: string, message: MsgCreateBinaryOptionsLimitOrder | MsgCreateBinaryOptionsLimitOrder[], fee: import("../../..").StdFee | "auto", memo: string) => Promise<import("@interchainjs/types").DeliverTxResponse>;
|
|
151
151
|
/**
|
|
152
152
|
* CreateBinaryOptionsMarketOrder defines a method for creating a new binary
|
|
153
153
|
* options market order.
|
|
@@ -155,7 +155,7 @@ export declare const createBinaryOptionsLimitOrder: (client: import("@interchain
|
|
|
155
155
|
* @package injective.exchange.v1beta1
|
|
156
156
|
* @see proto service: injective.exchange.v1beta1.CreateBinaryOptionsMarketOrder
|
|
157
157
|
*/
|
|
158
|
-
export declare const createBinaryOptionsMarketOrder: (client: import("@interchainjs/cosmos
|
|
158
|
+
export declare const createBinaryOptionsMarketOrder: (client: import("@interchainjs/cosmos").ISigningClient, signerAddress: string, message: MsgCreateBinaryOptionsMarketOrder | MsgCreateBinaryOptionsMarketOrder[], fee: import("../../..").StdFee | "auto", memo: string) => Promise<import("@interchainjs/types").DeliverTxResponse>;
|
|
159
159
|
/**
|
|
160
160
|
* MsgCancelBinaryOptionsOrder defines a method for cancelling a binary
|
|
161
161
|
* options order.
|
|
@@ -163,7 +163,7 @@ export declare const createBinaryOptionsMarketOrder: (client: import("@interchai
|
|
|
163
163
|
* @package injective.exchange.v1beta1
|
|
164
164
|
* @see proto service: injective.exchange.v1beta1.CancelBinaryOptionsOrder
|
|
165
165
|
*/
|
|
166
|
-
export declare const cancelBinaryOptionsOrder: (client: import("@interchainjs/cosmos
|
|
166
|
+
export declare const cancelBinaryOptionsOrder: (client: import("@interchainjs/cosmos").ISigningClient, signerAddress: string, message: MsgCancelBinaryOptionsOrder | MsgCancelBinaryOptionsOrder[], fee: import("../../..").StdFee | "auto", memo: string) => Promise<import("@interchainjs/types").DeliverTxResponse>;
|
|
167
167
|
/**
|
|
168
168
|
* BatchCancelBinaryOptionsOrders defines a method for cancelling a batch of
|
|
169
169
|
* binary options limit orders.
|
|
@@ -171,56 +171,56 @@ export declare const cancelBinaryOptionsOrder: (client: import("@interchainjs/co
|
|
|
171
171
|
* @package injective.exchange.v1beta1
|
|
172
172
|
* @see proto service: injective.exchange.v1beta1.BatchCancelBinaryOptionsOrders
|
|
173
173
|
*/
|
|
174
|
-
export declare const batchCancelBinaryOptionsOrders: (client: import("@interchainjs/cosmos
|
|
174
|
+
export declare const batchCancelBinaryOptionsOrders: (client: import("@interchainjs/cosmos").ISigningClient, signerAddress: string, message: MsgBatchCancelBinaryOptionsOrders | MsgBatchCancelBinaryOptionsOrders[], fee: import("../../..").StdFee | "auto", memo: string) => Promise<import("@interchainjs/types").DeliverTxResponse>;
|
|
175
175
|
/**
|
|
176
176
|
* SubaccountTransfer defines a method for transfer between subaccounts
|
|
177
177
|
* @name subaccountTransfer
|
|
178
178
|
* @package injective.exchange.v1beta1
|
|
179
179
|
* @see proto service: injective.exchange.v1beta1.SubaccountTransfer
|
|
180
180
|
*/
|
|
181
|
-
export declare const subaccountTransfer: (client: import("@interchainjs/cosmos
|
|
181
|
+
export declare const subaccountTransfer: (client: import("@interchainjs/cosmos").ISigningClient, signerAddress: string, message: MsgSubaccountTransfer | MsgSubaccountTransfer[], fee: import("../../..").StdFee | "auto", memo: string) => Promise<import("@interchainjs/types").DeliverTxResponse>;
|
|
182
182
|
/**
|
|
183
183
|
* ExternalTransfer defines a method for transfer between external accounts
|
|
184
184
|
* @name externalTransfer
|
|
185
185
|
* @package injective.exchange.v1beta1
|
|
186
186
|
* @see proto service: injective.exchange.v1beta1.ExternalTransfer
|
|
187
187
|
*/
|
|
188
|
-
export declare const externalTransfer: (client: import("@interchainjs/cosmos
|
|
188
|
+
export declare const externalTransfer: (client: import("@interchainjs/cosmos").ISigningClient, signerAddress: string, message: MsgExternalTransfer | MsgExternalTransfer[], fee: import("../../..").StdFee | "auto", memo: string) => Promise<import("@interchainjs/types").DeliverTxResponse>;
|
|
189
189
|
/**
|
|
190
190
|
* LiquidatePosition defines a method for liquidating a position
|
|
191
191
|
* @name liquidatePosition
|
|
192
192
|
* @package injective.exchange.v1beta1
|
|
193
193
|
* @see proto service: injective.exchange.v1beta1.LiquidatePosition
|
|
194
194
|
*/
|
|
195
|
-
export declare const liquidatePosition: (client: import("@interchainjs/cosmos
|
|
195
|
+
export declare const liquidatePosition: (client: import("@interchainjs/cosmos").ISigningClient, signerAddress: string, message: MsgLiquidatePosition | MsgLiquidatePosition[], fee: import("../../..").StdFee | "auto", memo: string) => Promise<import("@interchainjs/types").DeliverTxResponse>;
|
|
196
196
|
/**
|
|
197
197
|
* EmergencySettleMarket defines a method for emergency settling a market
|
|
198
198
|
* @name emergencySettleMarket
|
|
199
199
|
* @package injective.exchange.v1beta1
|
|
200
200
|
* @see proto service: injective.exchange.v1beta1.EmergencySettleMarket
|
|
201
201
|
*/
|
|
202
|
-
export declare const emergencySettleMarket: (client: import("@interchainjs/cosmos
|
|
202
|
+
export declare const emergencySettleMarket: (client: import("@interchainjs/cosmos").ISigningClient, signerAddress: string, message: MsgEmergencySettleMarket | MsgEmergencySettleMarket[], fee: import("../../..").StdFee | "auto", memo: string) => Promise<import("@interchainjs/types").DeliverTxResponse>;
|
|
203
203
|
/**
|
|
204
204
|
* IncreasePositionMargin defines a method for increasing margin of a position
|
|
205
205
|
* @name increasePositionMargin
|
|
206
206
|
* @package injective.exchange.v1beta1
|
|
207
207
|
* @see proto service: injective.exchange.v1beta1.IncreasePositionMargin
|
|
208
208
|
*/
|
|
209
|
-
export declare const increasePositionMargin: (client: import("@interchainjs/cosmos
|
|
209
|
+
export declare const increasePositionMargin: (client: import("@interchainjs/cosmos").ISigningClient, signerAddress: string, message: MsgIncreasePositionMargin | MsgIncreasePositionMargin[], fee: import("../../..").StdFee | "auto", memo: string) => Promise<import("@interchainjs/types").DeliverTxResponse>;
|
|
210
210
|
/**
|
|
211
211
|
* DecreasePositionMargin defines a method for decreasing margin of a position
|
|
212
212
|
* @name decreasePositionMargin
|
|
213
213
|
* @package injective.exchange.v1beta1
|
|
214
214
|
* @see proto service: injective.exchange.v1beta1.DecreasePositionMargin
|
|
215
215
|
*/
|
|
216
|
-
export declare const decreasePositionMargin: (client: import("@interchainjs/cosmos
|
|
216
|
+
export declare const decreasePositionMargin: (client: import("@interchainjs/cosmos").ISigningClient, signerAddress: string, message: MsgDecreasePositionMargin | MsgDecreasePositionMargin[], fee: import("../../..").StdFee | "auto", memo: string) => Promise<import("@interchainjs/types").DeliverTxResponse>;
|
|
217
217
|
/**
|
|
218
218
|
* RewardsOptOut defines a method for opting out of rewards
|
|
219
219
|
* @name rewardsOptOut
|
|
220
220
|
* @package injective.exchange.v1beta1
|
|
221
221
|
* @see proto service: injective.exchange.v1beta1.RewardsOptOut
|
|
222
222
|
*/
|
|
223
|
-
export declare const rewardsOptOut: (client: import("@interchainjs/cosmos
|
|
223
|
+
export declare const rewardsOptOut: (client: import("@interchainjs/cosmos").ISigningClient, signerAddress: string, message: MsgRewardsOptOut | MsgRewardsOptOut[], fee: import("../../..").StdFee | "auto", memo: string) => Promise<import("@interchainjs/types").DeliverTxResponse>;
|
|
224
224
|
/**
|
|
225
225
|
* AdminUpdateBinaryOptionsMarket defines method for updating a binary options
|
|
226
226
|
* market by admin
|
|
@@ -228,20 +228,20 @@ export declare const rewardsOptOut: (client: import("@interchainjs/cosmos/types/
|
|
|
228
228
|
* @package injective.exchange.v1beta1
|
|
229
229
|
* @see proto service: injective.exchange.v1beta1.AdminUpdateBinaryOptionsMarket
|
|
230
230
|
*/
|
|
231
|
-
export declare const adminUpdateBinaryOptionsMarket: (client: import("@interchainjs/cosmos
|
|
231
|
+
export declare const adminUpdateBinaryOptionsMarket: (client: import("@interchainjs/cosmos").ISigningClient, signerAddress: string, message: MsgAdminUpdateBinaryOptionsMarket | MsgAdminUpdateBinaryOptionsMarket[], fee: import("../../..").StdFee | "auto", memo: string) => Promise<import("@interchainjs/types").DeliverTxResponse>;
|
|
232
232
|
/**
|
|
233
233
|
* @name updateParams
|
|
234
234
|
* @package injective.exchange.v1beta1
|
|
235
235
|
* @see proto service: injective.exchange.v1beta1.UpdateParams
|
|
236
236
|
*/
|
|
237
|
-
export declare const updateParams: (client: import("@interchainjs/cosmos
|
|
237
|
+
export declare const updateParams: (client: import("@interchainjs/cosmos").ISigningClient, signerAddress: string, message: MsgUpdateParams | MsgUpdateParams[], fee: import("../../..").StdFee | "auto", memo: string) => Promise<import("@interchainjs/types").DeliverTxResponse>;
|
|
238
238
|
/**
|
|
239
239
|
* UpdateSpotMarket modifies certain spot market fields (admin only)
|
|
240
240
|
* @name updateSpotMarket
|
|
241
241
|
* @package injective.exchange.v1beta1
|
|
242
242
|
* @see proto service: injective.exchange.v1beta1.UpdateSpotMarket
|
|
243
243
|
*/
|
|
244
|
-
export declare const updateSpotMarket: (client: import("@interchainjs/cosmos
|
|
244
|
+
export declare const updateSpotMarket: (client: import("@interchainjs/cosmos").ISigningClient, signerAddress: string, message: MsgUpdateSpotMarket | MsgUpdateSpotMarket[], fee: import("../../..").StdFee | "auto", memo: string) => Promise<import("@interchainjs/types").DeliverTxResponse>;
|
|
245
245
|
/**
|
|
246
246
|
* UpdateDerivativeMarket modifies certain derivative market fields (admin
|
|
247
247
|
* only)
|
|
@@ -249,22 +249,22 @@ export declare const updateSpotMarket: (client: import("@interchainjs/cosmos/typ
|
|
|
249
249
|
* @package injective.exchange.v1beta1
|
|
250
250
|
* @see proto service: injective.exchange.v1beta1.UpdateDerivativeMarket
|
|
251
251
|
*/
|
|
252
|
-
export declare const updateDerivativeMarket: (client: import("@interchainjs/cosmos
|
|
252
|
+
export declare const updateDerivativeMarket: (client: import("@interchainjs/cosmos").ISigningClient, signerAddress: string, message: MsgUpdateDerivativeMarket | MsgUpdateDerivativeMarket[], fee: import("../../..").StdFee | "auto", memo: string) => Promise<import("@interchainjs/types").DeliverTxResponse>;
|
|
253
253
|
/**
|
|
254
254
|
* @name authorizeStakeGrants
|
|
255
255
|
* @package injective.exchange.v1beta1
|
|
256
256
|
* @see proto service: injective.exchange.v1beta1.AuthorizeStakeGrants
|
|
257
257
|
*/
|
|
258
|
-
export declare const authorizeStakeGrants: (client: import("@interchainjs/cosmos
|
|
258
|
+
export declare const authorizeStakeGrants: (client: import("@interchainjs/cosmos").ISigningClient, signerAddress: string, message: MsgAuthorizeStakeGrants | MsgAuthorizeStakeGrants[], fee: import("../../..").StdFee | "auto", memo: string) => Promise<import("@interchainjs/types").DeliverTxResponse>;
|
|
259
259
|
/**
|
|
260
260
|
* @name activateStakeGrant
|
|
261
261
|
* @package injective.exchange.v1beta1
|
|
262
262
|
* @see proto service: injective.exchange.v1beta1.ActivateStakeGrant
|
|
263
263
|
*/
|
|
264
|
-
export declare const activateStakeGrant: (client: import("@interchainjs/cosmos
|
|
264
|
+
export declare const activateStakeGrant: (client: import("@interchainjs/cosmos").ISigningClient, signerAddress: string, message: MsgActivateStakeGrant | MsgActivateStakeGrant[], fee: import("../../..").StdFee | "auto", memo: string) => Promise<import("@interchainjs/types").DeliverTxResponse>;
|
|
265
265
|
/**
|
|
266
266
|
* @name batchExchangeModification
|
|
267
267
|
* @package injective.exchange.v1beta1
|
|
268
268
|
* @see proto service: injective.exchange.v1beta1.BatchExchangeModification
|
|
269
269
|
*/
|
|
270
|
-
export declare const batchExchangeModification: (client: import("@interchainjs/cosmos
|
|
270
|
+
export declare const batchExchangeModification: (client: import("@interchainjs/cosmos").ISigningClient, signerAddress: string, message: MsgBatchExchangeModification | MsgBatchExchangeModification[], fee: import("../../..").StdFee | "auto", memo: string) => Promise<import("@interchainjs/types").DeliverTxResponse>;
|
|
@@ -5,7 +5,7 @@ import { MsgCreateInsuranceFund, MsgUnderwrite, MsgRequestRedemption, MsgUpdateP
|
|
|
5
5
|
* @package injective.insurance.v1beta1
|
|
6
6
|
* @see proto service: injective.insurance.v1beta1.CreateInsuranceFund
|
|
7
7
|
*/
|
|
8
|
-
export declare const createInsuranceFund: (client: import("@interchainjs/cosmos
|
|
8
|
+
export declare const createInsuranceFund: (client: import("@interchainjs/cosmos").ISigningClient, signerAddress: string, message: MsgCreateInsuranceFund | MsgCreateInsuranceFund[], fee: import("../../..").StdFee | "auto", memo: string) => Promise<import("@interchainjs/types").DeliverTxResponse>;
|
|
9
9
|
/**
|
|
10
10
|
* Underwrite defines a method for depositing tokens to underwrite an
|
|
11
11
|
* insurance fund
|
|
@@ -13,7 +13,7 @@ export declare const createInsuranceFund: (client: import("@interchainjs/cosmos/
|
|
|
13
13
|
* @package injective.insurance.v1beta1
|
|
14
14
|
* @see proto service: injective.insurance.v1beta1.Underwrite
|
|
15
15
|
*/
|
|
16
|
-
export declare const underwrite: (client: import("@interchainjs/cosmos
|
|
16
|
+
export declare const underwrite: (client: import("@interchainjs/cosmos").ISigningClient, signerAddress: string, message: MsgUnderwrite | MsgUnderwrite[], fee: import("../../..").StdFee | "auto", memo: string) => Promise<import("@interchainjs/types").DeliverTxResponse>;
|
|
17
17
|
/**
|
|
18
18
|
* RequestRedemption defines a method for requesting a redemption of the
|
|
19
19
|
* sender's insurance fund tokens
|
|
@@ -21,10 +21,10 @@ export declare const underwrite: (client: import("@interchainjs/cosmos/types/sig
|
|
|
21
21
|
* @package injective.insurance.v1beta1
|
|
22
22
|
* @see proto service: injective.insurance.v1beta1.RequestRedemption
|
|
23
23
|
*/
|
|
24
|
-
export declare const requestRedemption: (client: import("@interchainjs/cosmos
|
|
24
|
+
export declare const requestRedemption: (client: import("@interchainjs/cosmos").ISigningClient, signerAddress: string, message: MsgRequestRedemption | MsgRequestRedemption[], fee: import("../../..").StdFee | "auto", memo: string) => Promise<import("@interchainjs/types").DeliverTxResponse>;
|
|
25
25
|
/**
|
|
26
26
|
* @name updateParams
|
|
27
27
|
* @package injective.insurance.v1beta1
|
|
28
28
|
* @see proto service: injective.insurance.v1beta1.UpdateParams
|
|
29
29
|
*/
|
|
30
|
-
export declare const updateParams: (client: import("@interchainjs/cosmos
|
|
30
|
+
export declare const updateParams: (client: import("@interchainjs/cosmos").ISigningClient, signerAddress: string, message: MsgUpdateParams | MsgUpdateParams[], fee: import("../../..").StdFee | "auto", memo: string) => Promise<import("@interchainjs/types").DeliverTxResponse>;
|
|
@@ -371,6 +371,7 @@ export interface ContractConfigAminoMsg {
|
|
|
371
371
|
* @see proto type: injective.ocr.v1beta1.SetConfigProposal
|
|
372
372
|
*/
|
|
373
373
|
export interface SetConfigProposal {
|
|
374
|
+
$typeUrl?: "/injective.ocr.v1beta1.SetConfigProposal";
|
|
374
375
|
title: string;
|
|
375
376
|
description: string;
|
|
376
377
|
config?: FeedConfig;
|
|
@@ -517,6 +518,7 @@ export interface FeedPropertiesAminoMsg {
|
|
|
517
518
|
* @see proto type: injective.ocr.v1beta1.SetBatchConfigProposal
|
|
518
519
|
*/
|
|
519
520
|
export interface SetBatchConfigProposal {
|
|
521
|
+
$typeUrl?: "/injective.ocr.v1beta1.SetBatchConfigProposal";
|
|
520
522
|
title: string;
|
|
521
523
|
description: string;
|
|
522
524
|
/**
|
|
@@ -732,6 +732,7 @@ exports.ContractConfig = {
|
|
|
732
732
|
};
|
|
733
733
|
function createBaseSetConfigProposal() {
|
|
734
734
|
return {
|
|
735
|
+
$typeUrl: "/injective.ocr.v1beta1.SetConfigProposal",
|
|
735
736
|
title: "",
|
|
736
737
|
description: "",
|
|
737
738
|
config: undefined
|
|
@@ -1040,6 +1041,7 @@ exports.FeedProperties = {
|
|
|
1040
1041
|
};
|
|
1041
1042
|
function createBaseSetBatchConfigProposal() {
|
|
1042
1043
|
return {
|
|
1044
|
+
$typeUrl: "/injective.ocr.v1beta1.SetBatchConfigProposal",
|
|
1043
1045
|
title: "",
|
|
1044
1046
|
description: "",
|
|
1045
1047
|
signers: [],
|
|
@@ -5,7 +5,7 @@ import { MsgCreateFeed, MsgUpdateFeed, MsgTransmit, MsgFundFeedRewardPool, MsgWi
|
|
|
5
5
|
* @package injective.ocr.v1beta1
|
|
6
6
|
* @see proto service: injective.ocr.v1beta1.CreateFeed
|
|
7
7
|
*/
|
|
8
|
-
export declare const createFeed: (client: import("@interchainjs/cosmos
|
|
8
|
+
export declare const createFeed: (client: import("@interchainjs/cosmos").ISigningClient, signerAddress: string, message: MsgCreateFeed | MsgCreateFeed[], fee: import("../../..").StdFee | "auto", memo: string) => Promise<import("@interchainjs/types").DeliverTxResponse>;
|
|
9
9
|
/**
|
|
10
10
|
* CreateFeed defines a method for creating feed by feed admin or feed billing
|
|
11
11
|
* admin
|
|
@@ -13,21 +13,21 @@ export declare const createFeed: (client: import("@interchainjs/cosmos/types/sig
|
|
|
13
13
|
* @package injective.ocr.v1beta1
|
|
14
14
|
* @see proto service: injective.ocr.v1beta1.UpdateFeed
|
|
15
15
|
*/
|
|
16
|
-
export declare const updateFeed: (client: import("@interchainjs/cosmos
|
|
16
|
+
export declare const updateFeed: (client: import("@interchainjs/cosmos").ISigningClient, signerAddress: string, message: MsgUpdateFeed | MsgUpdateFeed[], fee: import("../../..").StdFee | "auto", memo: string) => Promise<import("@interchainjs/types").DeliverTxResponse>;
|
|
17
17
|
/**
|
|
18
18
|
* Transmit defines a method for transmitting the feed info by transmitter
|
|
19
19
|
* @name transmit
|
|
20
20
|
* @package injective.ocr.v1beta1
|
|
21
21
|
* @see proto service: injective.ocr.v1beta1.Transmit
|
|
22
22
|
*/
|
|
23
|
-
export declare const transmit: (client: import("@interchainjs/cosmos
|
|
23
|
+
export declare const transmit: (client: import("@interchainjs/cosmos").ISigningClient, signerAddress: string, message: MsgTransmit | MsgTransmit[], fee: import("../../..").StdFee | "auto", memo: string) => Promise<import("@interchainjs/types").DeliverTxResponse>;
|
|
24
24
|
/**
|
|
25
25
|
* FundFeedRewardPool defines a method to put funds into feed reward pool
|
|
26
26
|
* @name fundFeedRewardPool
|
|
27
27
|
* @package injective.ocr.v1beta1
|
|
28
28
|
* @see proto service: injective.ocr.v1beta1.FundFeedRewardPool
|
|
29
29
|
*/
|
|
30
|
-
export declare const fundFeedRewardPool: (client: import("@interchainjs/cosmos
|
|
30
|
+
export declare const fundFeedRewardPool: (client: import("@interchainjs/cosmos").ISigningClient, signerAddress: string, message: MsgFundFeedRewardPool | MsgFundFeedRewardPool[], fee: import("../../..").StdFee | "auto", memo: string) => Promise<import("@interchainjs/types").DeliverTxResponse>;
|
|
31
31
|
/**
|
|
32
32
|
* WithdrawFeedRewardPool defines a method to witdhraw feed reward by feed
|
|
33
33
|
* admin or billing admin
|
|
@@ -35,14 +35,14 @@ export declare const fundFeedRewardPool: (client: import("@interchainjs/cosmos/t
|
|
|
35
35
|
* @package injective.ocr.v1beta1
|
|
36
36
|
* @see proto service: injective.ocr.v1beta1.WithdrawFeedRewardPool
|
|
37
37
|
*/
|
|
38
|
-
export declare const withdrawFeedRewardPool: (client: import("@interchainjs/cosmos
|
|
38
|
+
export declare const withdrawFeedRewardPool: (client: import("@interchainjs/cosmos").ISigningClient, signerAddress: string, message: MsgWithdrawFeedRewardPool | MsgWithdrawFeedRewardPool[], fee: import("../../..").StdFee | "auto", memo: string) => Promise<import("@interchainjs/types").DeliverTxResponse>;
|
|
39
39
|
/**
|
|
40
40
|
* SetPayees defines a method to set payees for transmitters (batch action)
|
|
41
41
|
* @name setPayees
|
|
42
42
|
* @package injective.ocr.v1beta1
|
|
43
43
|
* @see proto service: injective.ocr.v1beta1.SetPayees
|
|
44
44
|
*/
|
|
45
|
-
export declare const setPayees: (client: import("@interchainjs/cosmos
|
|
45
|
+
export declare const setPayees: (client: import("@interchainjs/cosmos").ISigningClient, signerAddress: string, message: MsgSetPayees | MsgSetPayees[], fee: import("../../..").StdFee | "auto", memo: string) => Promise<import("@interchainjs/types").DeliverTxResponse>;
|
|
46
46
|
/**
|
|
47
47
|
* TransferPayeeship defines a method for a payee to transfer reward receive
|
|
48
48
|
* ownership
|
|
@@ -50,7 +50,7 @@ export declare const setPayees: (client: import("@interchainjs/cosmos/types/sign
|
|
|
50
50
|
* @package injective.ocr.v1beta1
|
|
51
51
|
* @see proto service: injective.ocr.v1beta1.TransferPayeeship
|
|
52
52
|
*/
|
|
53
|
-
export declare const transferPayeeship: (client: import("@interchainjs/cosmos
|
|
53
|
+
export declare const transferPayeeship: (client: import("@interchainjs/cosmos").ISigningClient, signerAddress: string, message: MsgTransferPayeeship | MsgTransferPayeeship[], fee: import("../../..").StdFee | "auto", memo: string) => Promise<import("@interchainjs/types").DeliverTxResponse>;
|
|
54
54
|
/**
|
|
55
55
|
* AcceptPayeeship defines a method for a new payee to accept reward receive
|
|
56
56
|
* ownership
|
|
@@ -58,10 +58,10 @@ export declare const transferPayeeship: (client: import("@interchainjs/cosmos/ty
|
|
|
58
58
|
* @package injective.ocr.v1beta1
|
|
59
59
|
* @see proto service: injective.ocr.v1beta1.AcceptPayeeship
|
|
60
60
|
*/
|
|
61
|
-
export declare const acceptPayeeship: (client: import("@interchainjs/cosmos
|
|
61
|
+
export declare const acceptPayeeship: (client: import("@interchainjs/cosmos").ISigningClient, signerAddress: string, message: MsgAcceptPayeeship | MsgAcceptPayeeship[], fee: import("../../..").StdFee | "auto", memo: string) => Promise<import("@interchainjs/types").DeliverTxResponse>;
|
|
62
62
|
/**
|
|
63
63
|
* @name updateParams
|
|
64
64
|
* @package injective.ocr.v1beta1
|
|
65
65
|
* @see proto service: injective.ocr.v1beta1.UpdateParams
|
|
66
66
|
*/
|
|
67
|
-
export declare const updateParams: (client: import("@interchainjs/cosmos
|
|
67
|
+
export declare const updateParams: (client: import("@interchainjs/cosmos").ISigningClient, signerAddress: string, message: MsgUpdateParams | MsgUpdateParams[], fee: import("../../..").StdFee | "auto", memo: string) => Promise<import("@interchainjs/types").DeliverTxResponse>;
|
|
@@ -7,6 +7,7 @@ import { DeepPartial } from "../../../helpers";
|
|
|
7
7
|
* @see proto type: injective.oracle.v1beta1.GrantBandOraclePrivilegeProposal
|
|
8
8
|
*/
|
|
9
9
|
export interface GrantBandOraclePrivilegeProposal {
|
|
10
|
+
$typeUrl?: "/injective.oracle.v1beta1.GrantBandOraclePrivilegeProposal";
|
|
10
11
|
title: string;
|
|
11
12
|
description: string;
|
|
12
13
|
relayers: string[];
|
|
@@ -35,6 +36,7 @@ export interface GrantBandOraclePrivilegeProposalAminoMsg {
|
|
|
35
36
|
* @see proto type: injective.oracle.v1beta1.RevokeBandOraclePrivilegeProposal
|
|
36
37
|
*/
|
|
37
38
|
export interface RevokeBandOraclePrivilegeProposal {
|
|
39
|
+
$typeUrl?: "/injective.oracle.v1beta1.RevokeBandOraclePrivilegeProposal";
|
|
38
40
|
title: string;
|
|
39
41
|
description: string;
|
|
40
42
|
relayers: string[];
|
|
@@ -63,6 +65,7 @@ export interface RevokeBandOraclePrivilegeProposalAminoMsg {
|
|
|
63
65
|
* @see proto type: injective.oracle.v1beta1.GrantPriceFeederPrivilegeProposal
|
|
64
66
|
*/
|
|
65
67
|
export interface GrantPriceFeederPrivilegeProposal {
|
|
68
|
+
$typeUrl?: "/injective.oracle.v1beta1.GrantPriceFeederPrivilegeProposal";
|
|
66
69
|
title: string;
|
|
67
70
|
description: string;
|
|
68
71
|
base: string;
|
|
@@ -95,6 +98,7 @@ export interface GrantPriceFeederPrivilegeProposalAminoMsg {
|
|
|
95
98
|
* @see proto type: injective.oracle.v1beta1.GrantProviderPrivilegeProposal
|
|
96
99
|
*/
|
|
97
100
|
export interface GrantProviderPrivilegeProposal {
|
|
101
|
+
$typeUrl?: "/injective.oracle.v1beta1.GrantProviderPrivilegeProposal";
|
|
98
102
|
title: string;
|
|
99
103
|
description: string;
|
|
100
104
|
provider: string;
|
|
@@ -125,6 +129,7 @@ export interface GrantProviderPrivilegeProposalAminoMsg {
|
|
|
125
129
|
* @see proto type: injective.oracle.v1beta1.RevokeProviderPrivilegeProposal
|
|
126
130
|
*/
|
|
127
131
|
export interface RevokeProviderPrivilegeProposal {
|
|
132
|
+
$typeUrl?: "/injective.oracle.v1beta1.RevokeProviderPrivilegeProposal";
|
|
128
133
|
title: string;
|
|
129
134
|
description: string;
|
|
130
135
|
provider: string;
|
|
@@ -155,6 +160,7 @@ export interface RevokeProviderPrivilegeProposalAminoMsg {
|
|
|
155
160
|
* @see proto type: injective.oracle.v1beta1.RevokePriceFeederPrivilegeProposal
|
|
156
161
|
*/
|
|
157
162
|
export interface RevokePriceFeederPrivilegeProposal {
|
|
163
|
+
$typeUrl?: "/injective.oracle.v1beta1.RevokePriceFeederPrivilegeProposal";
|
|
158
164
|
title: string;
|
|
159
165
|
description: string;
|
|
160
166
|
base: string;
|
|
@@ -187,6 +193,7 @@ export interface RevokePriceFeederPrivilegeProposalAminoMsg {
|
|
|
187
193
|
* @see proto type: injective.oracle.v1beta1.AuthorizeBandOracleRequestProposal
|
|
188
194
|
*/
|
|
189
195
|
export interface AuthorizeBandOracleRequestProposal {
|
|
196
|
+
$typeUrl?: "/injective.oracle.v1beta1.AuthorizeBandOracleRequestProposal";
|
|
190
197
|
title: string;
|
|
191
198
|
description: string;
|
|
192
199
|
request: BandOracleRequest;
|
|
@@ -215,6 +222,7 @@ export interface AuthorizeBandOracleRequestProposalAminoMsg {
|
|
|
215
222
|
* @see proto type: injective.oracle.v1beta1.UpdateBandOracleRequestProposal
|
|
216
223
|
*/
|
|
217
224
|
export interface UpdateBandOracleRequestProposal {
|
|
225
|
+
$typeUrl?: "/injective.oracle.v1beta1.UpdateBandOracleRequestProposal";
|
|
218
226
|
title: string;
|
|
219
227
|
description: string;
|
|
220
228
|
deleteRequestIds: bigint[];
|
|
@@ -245,6 +253,7 @@ export interface UpdateBandOracleRequestProposalAminoMsg {
|
|
|
245
253
|
* @see proto type: injective.oracle.v1beta1.EnableBandIBCProposal
|
|
246
254
|
*/
|
|
247
255
|
export interface EnableBandIBCProposal {
|
|
256
|
+
$typeUrl?: "/injective.oracle.v1beta1.EnableBandIBCProposal";
|
|
248
257
|
title: string;
|
|
249
258
|
description: string;
|
|
250
259
|
bandIbcParams: BandIBCParams;
|
|
@@ -273,6 +282,7 @@ export interface EnableBandIBCProposalAminoMsg {
|
|
|
273
282
|
* @see proto type: injective.oracle.v1beta1.GrantStorkPublisherPrivilegeProposal
|
|
274
283
|
*/
|
|
275
284
|
export interface GrantStorkPublisherPrivilegeProposal {
|
|
285
|
+
$typeUrl?: "/injective.oracle.v1beta1.GrantStorkPublisherPrivilegeProposal";
|
|
276
286
|
title: string;
|
|
277
287
|
description: string;
|
|
278
288
|
storkPublishers: string[];
|
|
@@ -301,6 +311,7 @@ export interface GrantStorkPublisherPrivilegeProposalAminoMsg {
|
|
|
301
311
|
* @see proto type: injective.oracle.v1beta1.RevokeStorkPublisherPrivilegeProposal
|
|
302
312
|
*/
|
|
303
313
|
export interface RevokeStorkPublisherPrivilegeProposal {
|
|
314
|
+
$typeUrl?: "/injective.oracle.v1beta1.RevokeStorkPublisherPrivilegeProposal";
|
|
304
315
|
title: string;
|
|
305
316
|
description: string;
|
|
306
317
|
storkPublishers: string[];
|