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
|
@@ -7,6 +7,7 @@ import { DeepPartial } from "../../../helpers";
|
|
|
7
7
|
* @see proto type: injective.exchange.v1beta1.CreateSpotLimitOrderAuthz
|
|
8
8
|
*/
|
|
9
9
|
export interface CreateSpotLimitOrderAuthz {
|
|
10
|
+
$typeUrl?: "/injective.exchange.v1beta1.CreateSpotLimitOrderAuthz";
|
|
10
11
|
subaccountId: string;
|
|
11
12
|
marketIds: string[];
|
|
12
13
|
}
|
|
@@ -34,6 +35,7 @@ export interface CreateSpotLimitOrderAuthzAminoMsg {
|
|
|
34
35
|
* @see proto type: injective.exchange.v1beta1.CreateSpotMarketOrderAuthz
|
|
35
36
|
*/
|
|
36
37
|
export interface CreateSpotMarketOrderAuthz {
|
|
38
|
+
$typeUrl?: "/injective.exchange.v1beta1.CreateSpotMarketOrderAuthz";
|
|
37
39
|
subaccountId: string;
|
|
38
40
|
marketIds: string[];
|
|
39
41
|
}
|
|
@@ -60,6 +62,7 @@ export interface CreateSpotMarketOrderAuthzAminoMsg {
|
|
|
60
62
|
* @see proto type: injective.exchange.v1beta1.BatchCreateSpotLimitOrdersAuthz
|
|
61
63
|
*/
|
|
62
64
|
export interface BatchCreateSpotLimitOrdersAuthz {
|
|
65
|
+
$typeUrl?: "/injective.exchange.v1beta1.BatchCreateSpotLimitOrdersAuthz";
|
|
63
66
|
subaccountId: string;
|
|
64
67
|
marketIds: string[];
|
|
65
68
|
}
|
|
@@ -86,6 +89,7 @@ export interface BatchCreateSpotLimitOrdersAuthzAminoMsg {
|
|
|
86
89
|
* @see proto type: injective.exchange.v1beta1.CancelSpotOrderAuthz
|
|
87
90
|
*/
|
|
88
91
|
export interface CancelSpotOrderAuthz {
|
|
92
|
+
$typeUrl?: "/injective.exchange.v1beta1.CancelSpotOrderAuthz";
|
|
89
93
|
subaccountId: string;
|
|
90
94
|
marketIds: string[];
|
|
91
95
|
}
|
|
@@ -112,6 +116,7 @@ export interface CancelSpotOrderAuthzAminoMsg {
|
|
|
112
116
|
* @see proto type: injective.exchange.v1beta1.BatchCancelSpotOrdersAuthz
|
|
113
117
|
*/
|
|
114
118
|
export interface BatchCancelSpotOrdersAuthz {
|
|
119
|
+
$typeUrl?: "/injective.exchange.v1beta1.BatchCancelSpotOrdersAuthz";
|
|
115
120
|
subaccountId: string;
|
|
116
121
|
marketIds: string[];
|
|
117
122
|
}
|
|
@@ -139,6 +144,7 @@ export interface BatchCancelSpotOrdersAuthzAminoMsg {
|
|
|
139
144
|
* @see proto type: injective.exchange.v1beta1.CreateDerivativeLimitOrderAuthz
|
|
140
145
|
*/
|
|
141
146
|
export interface CreateDerivativeLimitOrderAuthz {
|
|
147
|
+
$typeUrl?: "/injective.exchange.v1beta1.CreateDerivativeLimitOrderAuthz";
|
|
142
148
|
subaccountId: string;
|
|
143
149
|
marketIds: string[];
|
|
144
150
|
}
|
|
@@ -166,6 +172,7 @@ export interface CreateDerivativeLimitOrderAuthzAminoMsg {
|
|
|
166
172
|
* @see proto type: injective.exchange.v1beta1.CreateDerivativeMarketOrderAuthz
|
|
167
173
|
*/
|
|
168
174
|
export interface CreateDerivativeMarketOrderAuthz {
|
|
175
|
+
$typeUrl?: "/injective.exchange.v1beta1.CreateDerivativeMarketOrderAuthz";
|
|
169
176
|
subaccountId: string;
|
|
170
177
|
marketIds: string[];
|
|
171
178
|
}
|
|
@@ -192,6 +199,7 @@ export interface CreateDerivativeMarketOrderAuthzAminoMsg {
|
|
|
192
199
|
* @see proto type: injective.exchange.v1beta1.BatchCreateDerivativeLimitOrdersAuthz
|
|
193
200
|
*/
|
|
194
201
|
export interface BatchCreateDerivativeLimitOrdersAuthz {
|
|
202
|
+
$typeUrl?: "/injective.exchange.v1beta1.BatchCreateDerivativeLimitOrdersAuthz";
|
|
195
203
|
subaccountId: string;
|
|
196
204
|
marketIds: string[];
|
|
197
205
|
}
|
|
@@ -218,6 +226,7 @@ export interface BatchCreateDerivativeLimitOrdersAuthzAminoMsg {
|
|
|
218
226
|
* @see proto type: injective.exchange.v1beta1.CancelDerivativeOrderAuthz
|
|
219
227
|
*/
|
|
220
228
|
export interface CancelDerivativeOrderAuthz {
|
|
229
|
+
$typeUrl?: "/injective.exchange.v1beta1.CancelDerivativeOrderAuthz";
|
|
221
230
|
subaccountId: string;
|
|
222
231
|
marketIds: string[];
|
|
223
232
|
}
|
|
@@ -244,6 +253,7 @@ export interface CancelDerivativeOrderAuthzAminoMsg {
|
|
|
244
253
|
* @see proto type: injective.exchange.v1beta1.BatchCancelDerivativeOrdersAuthz
|
|
245
254
|
*/
|
|
246
255
|
export interface BatchCancelDerivativeOrdersAuthz {
|
|
256
|
+
$typeUrl?: "/injective.exchange.v1beta1.BatchCancelDerivativeOrdersAuthz";
|
|
247
257
|
subaccountId: string;
|
|
248
258
|
marketIds: string[];
|
|
249
259
|
}
|
|
@@ -271,6 +281,7 @@ export interface BatchCancelDerivativeOrdersAuthzAminoMsg {
|
|
|
271
281
|
* @see proto type: injective.exchange.v1beta1.BatchUpdateOrdersAuthz
|
|
272
282
|
*/
|
|
273
283
|
export interface BatchUpdateOrdersAuthz {
|
|
284
|
+
$typeUrl?: "/injective.exchange.v1beta1.BatchUpdateOrdersAuthz";
|
|
274
285
|
subaccountId: string;
|
|
275
286
|
spotMarkets: string[];
|
|
276
287
|
derivativeMarkets: string[];
|
|
@@ -5,6 +5,7 @@ const binary_1 = require("../../../binary");
|
|
|
5
5
|
const registry_1 = require("../../../registry");
|
|
6
6
|
function createBaseCreateSpotLimitOrderAuthz() {
|
|
7
7
|
return {
|
|
8
|
+
$typeUrl: "/injective.exchange.v1beta1.CreateSpotLimitOrderAuthz",
|
|
8
9
|
subaccountId: "",
|
|
9
10
|
marketIds: []
|
|
10
11
|
};
|
|
@@ -109,6 +110,7 @@ exports.CreateSpotLimitOrderAuthz = {
|
|
|
109
110
|
};
|
|
110
111
|
function createBaseCreateSpotMarketOrderAuthz() {
|
|
111
112
|
return {
|
|
113
|
+
$typeUrl: "/injective.exchange.v1beta1.CreateSpotMarketOrderAuthz",
|
|
112
114
|
subaccountId: "",
|
|
113
115
|
marketIds: []
|
|
114
116
|
};
|
|
@@ -212,6 +214,7 @@ exports.CreateSpotMarketOrderAuthz = {
|
|
|
212
214
|
};
|
|
213
215
|
function createBaseBatchCreateSpotLimitOrdersAuthz() {
|
|
214
216
|
return {
|
|
217
|
+
$typeUrl: "/injective.exchange.v1beta1.BatchCreateSpotLimitOrdersAuthz",
|
|
215
218
|
subaccountId: "",
|
|
216
219
|
marketIds: []
|
|
217
220
|
};
|
|
@@ -315,6 +318,7 @@ exports.BatchCreateSpotLimitOrdersAuthz = {
|
|
|
315
318
|
};
|
|
316
319
|
function createBaseCancelSpotOrderAuthz() {
|
|
317
320
|
return {
|
|
321
|
+
$typeUrl: "/injective.exchange.v1beta1.CancelSpotOrderAuthz",
|
|
318
322
|
subaccountId: "",
|
|
319
323
|
marketIds: []
|
|
320
324
|
};
|
|
@@ -418,6 +422,7 @@ exports.CancelSpotOrderAuthz = {
|
|
|
418
422
|
};
|
|
419
423
|
function createBaseBatchCancelSpotOrdersAuthz() {
|
|
420
424
|
return {
|
|
425
|
+
$typeUrl: "/injective.exchange.v1beta1.BatchCancelSpotOrdersAuthz",
|
|
421
426
|
subaccountId: "",
|
|
422
427
|
marketIds: []
|
|
423
428
|
};
|
|
@@ -521,6 +526,7 @@ exports.BatchCancelSpotOrdersAuthz = {
|
|
|
521
526
|
};
|
|
522
527
|
function createBaseCreateDerivativeLimitOrderAuthz() {
|
|
523
528
|
return {
|
|
529
|
+
$typeUrl: "/injective.exchange.v1beta1.CreateDerivativeLimitOrderAuthz",
|
|
524
530
|
subaccountId: "",
|
|
525
531
|
marketIds: []
|
|
526
532
|
};
|
|
@@ -625,6 +631,7 @@ exports.CreateDerivativeLimitOrderAuthz = {
|
|
|
625
631
|
};
|
|
626
632
|
function createBaseCreateDerivativeMarketOrderAuthz() {
|
|
627
633
|
return {
|
|
634
|
+
$typeUrl: "/injective.exchange.v1beta1.CreateDerivativeMarketOrderAuthz",
|
|
628
635
|
subaccountId: "",
|
|
629
636
|
marketIds: []
|
|
630
637
|
};
|
|
@@ -728,6 +735,7 @@ exports.CreateDerivativeMarketOrderAuthz = {
|
|
|
728
735
|
};
|
|
729
736
|
function createBaseBatchCreateDerivativeLimitOrdersAuthz() {
|
|
730
737
|
return {
|
|
738
|
+
$typeUrl: "/injective.exchange.v1beta1.BatchCreateDerivativeLimitOrdersAuthz",
|
|
731
739
|
subaccountId: "",
|
|
732
740
|
marketIds: []
|
|
733
741
|
};
|
|
@@ -831,6 +839,7 @@ exports.BatchCreateDerivativeLimitOrdersAuthz = {
|
|
|
831
839
|
};
|
|
832
840
|
function createBaseCancelDerivativeOrderAuthz() {
|
|
833
841
|
return {
|
|
842
|
+
$typeUrl: "/injective.exchange.v1beta1.CancelDerivativeOrderAuthz",
|
|
834
843
|
subaccountId: "",
|
|
835
844
|
marketIds: []
|
|
836
845
|
};
|
|
@@ -934,6 +943,7 @@ exports.CancelDerivativeOrderAuthz = {
|
|
|
934
943
|
};
|
|
935
944
|
function createBaseBatchCancelDerivativeOrdersAuthz() {
|
|
936
945
|
return {
|
|
946
|
+
$typeUrl: "/injective.exchange.v1beta1.BatchCancelDerivativeOrdersAuthz",
|
|
937
947
|
subaccountId: "",
|
|
938
948
|
marketIds: []
|
|
939
949
|
};
|
|
@@ -1037,6 +1047,7 @@ exports.BatchCancelDerivativeOrdersAuthz = {
|
|
|
1037
1047
|
};
|
|
1038
1048
|
function createBaseBatchUpdateOrdersAuthz() {
|
|
1039
1049
|
return {
|
|
1050
|
+
$typeUrl: "/injective.exchange.v1beta1.BatchUpdateOrdersAuthz",
|
|
1040
1051
|
subaccountId: "",
|
|
1041
1052
|
spotMarkets: [],
|
|
1042
1053
|
derivativeMarkets: []
|
|
@@ -18,6 +18,7 @@ export declare function exchangeTypeToJSON(object: ExchangeType): string;
|
|
|
18
18
|
* @see proto type: injective.exchange.v1beta1.SpotMarketParamUpdateProposal
|
|
19
19
|
*/
|
|
20
20
|
export interface SpotMarketParamUpdateProposal {
|
|
21
|
+
$typeUrl?: "/injective.exchange.v1beta1.SpotMarketParamUpdateProposal";
|
|
21
22
|
title: string;
|
|
22
23
|
description: string;
|
|
23
24
|
marketId: string;
|
|
@@ -152,6 +153,7 @@ export interface ExchangeEnableProposalAminoMsg {
|
|
|
152
153
|
* @see proto type: injective.exchange.v1beta1.BatchExchangeModificationProposal
|
|
153
154
|
*/
|
|
154
155
|
export interface BatchExchangeModificationProposal {
|
|
156
|
+
$typeUrl?: "/injective.exchange.v1beta1.BatchExchangeModificationProposal";
|
|
155
157
|
title: string;
|
|
156
158
|
description: string;
|
|
157
159
|
spotMarketParamUpdateProposals: SpotMarketParamUpdateProposal[];
|
|
@@ -204,6 +206,7 @@ export interface BatchExchangeModificationProposalAminoMsg {
|
|
|
204
206
|
* @see proto type: injective.exchange.v1beta1.SpotMarketLaunchProposal
|
|
205
207
|
*/
|
|
206
208
|
export interface SpotMarketLaunchProposal {
|
|
209
|
+
$typeUrl?: "/injective.exchange.v1beta1.SpotMarketLaunchProposal";
|
|
207
210
|
title: string;
|
|
208
211
|
description: string;
|
|
209
212
|
/**
|
|
@@ -318,6 +321,7 @@ export interface SpotMarketLaunchProposalAminoMsg {
|
|
|
318
321
|
* @see proto type: injective.exchange.v1beta1.PerpetualMarketLaunchProposal
|
|
319
322
|
*/
|
|
320
323
|
export interface PerpetualMarketLaunchProposal {
|
|
324
|
+
$typeUrl?: "/injective.exchange.v1beta1.PerpetualMarketLaunchProposal";
|
|
321
325
|
title: string;
|
|
322
326
|
description: string;
|
|
323
327
|
/**
|
|
@@ -466,6 +470,7 @@ export interface PerpetualMarketLaunchProposalAminoMsg {
|
|
|
466
470
|
* @see proto type: injective.exchange.v1beta1.BinaryOptionsMarketLaunchProposal
|
|
467
471
|
*/
|
|
468
472
|
export interface BinaryOptionsMarketLaunchProposal {
|
|
473
|
+
$typeUrl?: "/injective.exchange.v1beta1.BinaryOptionsMarketLaunchProposal";
|
|
469
474
|
title: string;
|
|
470
475
|
description: string;
|
|
471
476
|
/**
|
|
@@ -614,6 +619,7 @@ export interface BinaryOptionsMarketLaunchProposalAminoMsg {
|
|
|
614
619
|
* @see proto type: injective.exchange.v1beta1.ExpiryFuturesMarketLaunchProposal
|
|
615
620
|
*/
|
|
616
621
|
export interface ExpiryFuturesMarketLaunchProposal {
|
|
622
|
+
$typeUrl?: "/injective.exchange.v1beta1.ExpiryFuturesMarketLaunchProposal";
|
|
617
623
|
title: string;
|
|
618
624
|
description: string;
|
|
619
625
|
/**
|
|
@@ -770,6 +776,7 @@ export interface ExpiryFuturesMarketLaunchProposalAminoMsg {
|
|
|
770
776
|
* @see proto type: injective.exchange.v1beta1.DerivativeMarketParamUpdateProposal
|
|
771
777
|
*/
|
|
772
778
|
export interface DerivativeMarketParamUpdateProposal {
|
|
779
|
+
$typeUrl?: "/injective.exchange.v1beta1.DerivativeMarketParamUpdateProposal";
|
|
773
780
|
title: string;
|
|
774
781
|
description: string;
|
|
775
782
|
marketId: string;
|
|
@@ -930,6 +937,7 @@ export interface AdminInfoAminoMsg {
|
|
|
930
937
|
* @see proto type: injective.exchange.v1beta1.MarketForcedSettlementProposal
|
|
931
938
|
*/
|
|
932
939
|
export interface MarketForcedSettlementProposal {
|
|
940
|
+
$typeUrl?: "/injective.exchange.v1beta1.MarketForcedSettlementProposal";
|
|
933
941
|
title: string;
|
|
934
942
|
description: string;
|
|
935
943
|
marketId: string;
|
|
@@ -960,6 +968,7 @@ export interface MarketForcedSettlementProposalAminoMsg {
|
|
|
960
968
|
* @see proto type: injective.exchange.v1beta1.UpdateDenomDecimalsProposal
|
|
961
969
|
*/
|
|
962
970
|
export interface UpdateDenomDecimalsProposal {
|
|
971
|
+
$typeUrl?: "/injective.exchange.v1beta1.UpdateDenomDecimalsProposal";
|
|
963
972
|
title: string;
|
|
964
973
|
description: string;
|
|
965
974
|
denomDecimals: DenomDecimals[];
|
|
@@ -988,6 +997,7 @@ export interface UpdateDenomDecimalsProposalAminoMsg {
|
|
|
988
997
|
* @see proto type: injective.exchange.v1beta1.BinaryOptionsMarketParamUpdateProposal
|
|
989
998
|
*/
|
|
990
999
|
export interface BinaryOptionsMarketParamUpdateProposal {
|
|
1000
|
+
$typeUrl?: "/injective.exchange.v1beta1.BinaryOptionsMarketParamUpdateProposal";
|
|
991
1001
|
title: string;
|
|
992
1002
|
description: string;
|
|
993
1003
|
marketId: string;
|
|
@@ -1222,6 +1232,7 @@ export interface OracleParamsAminoMsg {
|
|
|
1222
1232
|
* @see proto type: injective.exchange.v1beta1.TradingRewardCampaignLaunchProposal
|
|
1223
1233
|
*/
|
|
1224
1234
|
export interface TradingRewardCampaignLaunchProposal {
|
|
1235
|
+
$typeUrl?: "/injective.exchange.v1beta1.TradingRewardCampaignLaunchProposal";
|
|
1225
1236
|
title: string;
|
|
1226
1237
|
description: string;
|
|
1227
1238
|
campaignInfo?: TradingRewardCampaignInfo;
|
|
@@ -1252,6 +1263,7 @@ export interface TradingRewardCampaignLaunchProposalAminoMsg {
|
|
|
1252
1263
|
* @see proto type: injective.exchange.v1beta1.TradingRewardCampaignUpdateProposal
|
|
1253
1264
|
*/
|
|
1254
1265
|
export interface TradingRewardCampaignUpdateProposal {
|
|
1266
|
+
$typeUrl?: "/injective.exchange.v1beta1.TradingRewardCampaignUpdateProposal";
|
|
1255
1267
|
title: string;
|
|
1256
1268
|
description: string;
|
|
1257
1269
|
campaignInfo?: TradingRewardCampaignInfo;
|
|
@@ -1316,6 +1328,7 @@ export interface RewardPointUpdateAminoMsg {
|
|
|
1316
1328
|
* @see proto type: injective.exchange.v1beta1.TradingRewardPendingPointsUpdateProposal
|
|
1317
1329
|
*/
|
|
1318
1330
|
export interface TradingRewardPendingPointsUpdateProposal {
|
|
1331
|
+
$typeUrl?: "/injective.exchange.v1beta1.TradingRewardPendingPointsUpdateProposal";
|
|
1319
1332
|
title: string;
|
|
1320
1333
|
description: string;
|
|
1321
1334
|
pendingPoolTimestamp: bigint;
|
|
@@ -1346,6 +1359,7 @@ export interface TradingRewardPendingPointsUpdateProposalAminoMsg {
|
|
|
1346
1359
|
* @see proto type: injective.exchange.v1beta1.FeeDiscountProposal
|
|
1347
1360
|
*/
|
|
1348
1361
|
export interface FeeDiscountProposal {
|
|
1362
|
+
$typeUrl?: "/injective.exchange.v1beta1.FeeDiscountProposal";
|
|
1349
1363
|
title: string;
|
|
1350
1364
|
description: string;
|
|
1351
1365
|
schedule?: FeeDiscountSchedule;
|
|
@@ -1374,6 +1388,7 @@ export interface FeeDiscountProposalAminoMsg {
|
|
|
1374
1388
|
* @see proto type: injective.exchange.v1beta1.BatchCommunityPoolSpendProposal
|
|
1375
1389
|
*/
|
|
1376
1390
|
export interface BatchCommunityPoolSpendProposal {
|
|
1391
|
+
$typeUrl?: "/injective.exchange.v1beta1.BatchCommunityPoolSpendProposal";
|
|
1377
1392
|
title: string;
|
|
1378
1393
|
description: string;
|
|
1379
1394
|
proposals: CommunityPoolSpendProposal[];
|
|
@@ -1404,6 +1419,7 @@ export interface BatchCommunityPoolSpendProposalAminoMsg {
|
|
|
1404
1419
|
* @see proto type: injective.exchange.v1beta1.AtomicMarketOrderFeeMultiplierScheduleProposal
|
|
1405
1420
|
*/
|
|
1406
1421
|
export interface AtomicMarketOrderFeeMultiplierScheduleProposal {
|
|
1422
|
+
$typeUrl?: "/injective.exchange.v1beta1.AtomicMarketOrderFeeMultiplierScheduleProposal";
|
|
1407
1423
|
title: string;
|
|
1408
1424
|
description: string;
|
|
1409
1425
|
marketFeeMultipliers: MarketFeeMultiplier[];
|
|
@@ -1434,6 +1450,7 @@ export interface AtomicMarketOrderFeeMultiplierScheduleProposalAminoMsg {
|
|
|
1434
1450
|
* @see proto type: injective.exchange.v1beta1.DenomMinNotionalProposal
|
|
1435
1451
|
*/
|
|
1436
1452
|
export interface DenomMinNotionalProposal {
|
|
1453
|
+
$typeUrl?: "/injective.exchange.v1beta1.DenomMinNotionalProposal";
|
|
1437
1454
|
title: string;
|
|
1438
1455
|
description: string;
|
|
1439
1456
|
denomMinNotionals: DenomMinNotional[];
|
|
@@ -49,6 +49,7 @@ function exchangeTypeToJSON(object) {
|
|
|
49
49
|
}
|
|
50
50
|
function createBaseSpotMarketParamUpdateProposal() {
|
|
51
51
|
return {
|
|
52
|
+
$typeUrl: "/injective.exchange.v1beta1.SpotMarketParamUpdateProposal",
|
|
52
53
|
title: "",
|
|
53
54
|
description: "",
|
|
54
55
|
marketId: "",
|
|
@@ -400,6 +401,7 @@ exports.ExchangeEnableProposal = {
|
|
|
400
401
|
};
|
|
401
402
|
function createBaseBatchExchangeModificationProposal() {
|
|
402
403
|
return {
|
|
404
|
+
$typeUrl: "/injective.exchange.v1beta1.BatchExchangeModificationProposal",
|
|
403
405
|
title: "",
|
|
404
406
|
description: "",
|
|
405
407
|
spotMarketParamUpdateProposals: [],
|
|
@@ -680,6 +682,7 @@ exports.BatchExchangeModificationProposal = {
|
|
|
680
682
|
};
|
|
681
683
|
function createBaseSpotMarketLaunchProposal() {
|
|
682
684
|
return {
|
|
685
|
+
$typeUrl: "/injective.exchange.v1beta1.SpotMarketLaunchProposal",
|
|
683
686
|
title: "",
|
|
684
687
|
description: "",
|
|
685
688
|
ticker: "",
|
|
@@ -915,6 +918,7 @@ exports.SpotMarketLaunchProposal = {
|
|
|
915
918
|
};
|
|
916
919
|
function createBasePerpetualMarketLaunchProposal() {
|
|
917
920
|
return {
|
|
921
|
+
$typeUrl: "/injective.exchange.v1beta1.PerpetualMarketLaunchProposal",
|
|
918
922
|
title: "",
|
|
919
923
|
description: "",
|
|
920
924
|
ticker: "",
|
|
@@ -1186,6 +1190,7 @@ exports.PerpetualMarketLaunchProposal = {
|
|
|
1186
1190
|
};
|
|
1187
1191
|
function createBaseBinaryOptionsMarketLaunchProposal() {
|
|
1188
1192
|
return {
|
|
1193
|
+
$typeUrl: "/injective.exchange.v1beta1.BinaryOptionsMarketLaunchProposal",
|
|
1189
1194
|
title: "",
|
|
1190
1195
|
description: "",
|
|
1191
1196
|
ticker: "",
|
|
@@ -1466,6 +1471,7 @@ exports.BinaryOptionsMarketLaunchProposal = {
|
|
|
1466
1471
|
};
|
|
1467
1472
|
function createBaseExpiryFuturesMarketLaunchProposal() {
|
|
1468
1473
|
return {
|
|
1474
|
+
$typeUrl: "/injective.exchange.v1beta1.ExpiryFuturesMarketLaunchProposal",
|
|
1469
1475
|
title: "",
|
|
1470
1476
|
description: "",
|
|
1471
1477
|
ticker: "",
|
|
@@ -1749,6 +1755,7 @@ exports.ExpiryFuturesMarketLaunchProposal = {
|
|
|
1749
1755
|
};
|
|
1750
1756
|
function createBaseDerivativeMarketParamUpdateProposal() {
|
|
1751
1757
|
return {
|
|
1758
|
+
$typeUrl: "/injective.exchange.v1beta1.DerivativeMarketParamUpdateProposal",
|
|
1752
1759
|
title: "",
|
|
1753
1760
|
description: "",
|
|
1754
1761
|
marketId: "",
|
|
@@ -2118,6 +2125,7 @@ exports.AdminInfo = {
|
|
|
2118
2125
|
};
|
|
2119
2126
|
function createBaseMarketForcedSettlementProposal() {
|
|
2120
2127
|
return {
|
|
2128
|
+
$typeUrl: "/injective.exchange.v1beta1.MarketForcedSettlementProposal",
|
|
2121
2129
|
title: "",
|
|
2122
2130
|
description: "",
|
|
2123
2131
|
marketId: "",
|
|
@@ -2242,6 +2250,7 @@ exports.MarketForcedSettlementProposal = {
|
|
|
2242
2250
|
};
|
|
2243
2251
|
function createBaseUpdateDenomDecimalsProposal() {
|
|
2244
2252
|
return {
|
|
2253
|
+
$typeUrl: "/injective.exchange.v1beta1.UpdateDenomDecimalsProposal",
|
|
2245
2254
|
title: "",
|
|
2246
2255
|
description: "",
|
|
2247
2256
|
denomDecimals: []
|
|
@@ -2358,6 +2367,7 @@ exports.UpdateDenomDecimalsProposal = {
|
|
|
2358
2367
|
};
|
|
2359
2368
|
function createBaseBinaryOptionsMarketParamUpdateProposal() {
|
|
2360
2369
|
return {
|
|
2370
|
+
$typeUrl: "/injective.exchange.v1beta1.BinaryOptionsMarketParamUpdateProposal",
|
|
2361
2371
|
title: "",
|
|
2362
2372
|
description: "",
|
|
2363
2373
|
marketId: "",
|
|
@@ -2849,6 +2859,7 @@ exports.OracleParams = {
|
|
|
2849
2859
|
};
|
|
2850
2860
|
function createBaseTradingRewardCampaignLaunchProposal() {
|
|
2851
2861
|
return {
|
|
2862
|
+
$typeUrl: "/injective.exchange.v1beta1.TradingRewardCampaignLaunchProposal",
|
|
2852
2863
|
title: "",
|
|
2853
2864
|
description: "",
|
|
2854
2865
|
campaignInfo: undefined,
|
|
@@ -2978,6 +2989,7 @@ exports.TradingRewardCampaignLaunchProposal = {
|
|
|
2978
2989
|
};
|
|
2979
2990
|
function createBaseTradingRewardCampaignUpdateProposal() {
|
|
2980
2991
|
return {
|
|
2992
|
+
$typeUrl: "/injective.exchange.v1beta1.TradingRewardCampaignUpdateProposal",
|
|
2981
2993
|
title: "",
|
|
2982
2994
|
description: "",
|
|
2983
2995
|
campaignInfo: undefined,
|
|
@@ -3209,6 +3221,7 @@ exports.RewardPointUpdate = {
|
|
|
3209
3221
|
};
|
|
3210
3222
|
function createBaseTradingRewardPendingPointsUpdateProposal() {
|
|
3211
3223
|
return {
|
|
3224
|
+
$typeUrl: "/injective.exchange.v1beta1.TradingRewardPendingPointsUpdateProposal",
|
|
3212
3225
|
title: "",
|
|
3213
3226
|
description: "",
|
|
3214
3227
|
pendingPoolTimestamp: BigInt(0),
|
|
@@ -3337,6 +3350,7 @@ exports.TradingRewardPendingPointsUpdateProposal = {
|
|
|
3337
3350
|
};
|
|
3338
3351
|
function createBaseFeeDiscountProposal() {
|
|
3339
3352
|
return {
|
|
3353
|
+
$typeUrl: "/injective.exchange.v1beta1.FeeDiscountProposal",
|
|
3340
3354
|
title: "",
|
|
3341
3355
|
description: "",
|
|
3342
3356
|
schedule: undefined
|
|
@@ -3450,6 +3464,7 @@ exports.FeeDiscountProposal = {
|
|
|
3450
3464
|
};
|
|
3451
3465
|
function createBaseBatchCommunityPoolSpendProposal() {
|
|
3452
3466
|
return {
|
|
3467
|
+
$typeUrl: "/injective.exchange.v1beta1.BatchCommunityPoolSpendProposal",
|
|
3453
3468
|
title: "",
|
|
3454
3469
|
description: "",
|
|
3455
3470
|
proposals: []
|
|
@@ -3566,6 +3581,7 @@ exports.BatchCommunityPoolSpendProposal = {
|
|
|
3566
3581
|
};
|
|
3567
3582
|
function createBaseAtomicMarketOrderFeeMultiplierScheduleProposal() {
|
|
3568
3583
|
return {
|
|
3584
|
+
$typeUrl: "/injective.exchange.v1beta1.AtomicMarketOrderFeeMultiplierScheduleProposal",
|
|
3569
3585
|
title: "",
|
|
3570
3586
|
description: "",
|
|
3571
3587
|
marketFeeMultipliers: []
|
|
@@ -3684,6 +3700,7 @@ exports.AtomicMarketOrderFeeMultiplierScheduleProposal = {
|
|
|
3684
3700
|
};
|
|
3685
3701
|
function createBaseDenomMinNotionalProposal() {
|
|
3686
3702
|
return {
|
|
3703
|
+
$typeUrl: "/injective.exchange.v1beta1.DenomMinNotionalProposal",
|
|
3687
3704
|
title: "",
|
|
3688
3705
|
description: "",
|
|
3689
3706
|
denomMinNotionals: []
|