injectivejs 1.11.18 → 1.12.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/authz/v1beta1/tx.rpc.func.d.ts +3 -3
- package/cosmos/bank/v1beta1/tx.rpc.func.d.ts +4 -4
- 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/tx.rpc.func.d.ts +4 -4
- package/cosmos/group/v1/tx.rpc.func.d.ts +14 -14
- package/cosmos/staking/v1beta1/tx.rpc.func.d.ts +7 -7
- package/cosmos/vesting/v1beta1/tx.rpc.func.d.ts +3 -3
- package/cosmwasm/wasm/v1/tx.rpc.func.d.ts +17 -17
- package/esm/binary.js +1 -1
- package/esm/extern.js +1 -1
- package/esm/helper-func-types.js +1 -1
- package/esm/helpers.js +1 -1
- package/esm/index.js +1 -1
- package/esm/registry.js +1 -1
- package/esm/types.js +1 -1
- package/esm/utf8.js +1 -1
- package/esm/varint.js +1 -1
- package/extern.d.ts +2 -2
- package/extern.js +1 -1
- package/helper-func-types.d.ts +1 -1
- package/helper-func-types.js +1 -1
- package/helpers.d.ts +1 -1
- package/helpers.js +1 -1
- package/ibc/applications/transfer/v1/tx.rpc.func.d.ts +2 -2
- 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/exchange/v1beta1/tx.rpc.func.d.ts +36 -36
- package/injective/insurance/v1beta1/tx.rpc.func.d.ts +4 -4
- package/injective/ocr/v1beta1/tx.rpc.func.d.ts +9 -9
- 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/wasmx/v1/tx.rpc.func.d.ts +6 -6
- package/package.json +9 -9
- package/registry.d.ts +1 -1
- package/registry.js +1 -1
- 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
|
@@ -4,80 +4,80 @@ import { MsgValsetConfirm, MsgSendToEth, MsgRequestBatch, MsgConfirmBatch, MsgDe
|
|
|
4
4
|
* @package injective.peggy.v1
|
|
5
5
|
* @see proto service: injective.peggy.v1.ValsetConfirm
|
|
6
6
|
*/
|
|
7
|
-
export declare const valsetConfirm: (client: import("@interchainjs/cosmos/types").ISigningClient, signerAddress: string, message: MsgValsetConfirm | MsgValsetConfirm[], fee: import("../../..").StdFee | "auto", memo: string) => Promise<import("@interchainjs/types").DeliverTxResponse>;
|
|
7
|
+
export declare const valsetConfirm: (client: import("@interchainjs/cosmos/types/signing-client").ISigningClient, signerAddress: string, message: MsgValsetConfirm | MsgValsetConfirm[], fee: import("../../..").StdFee | "auto", memo: string) => Promise<import("@interchainjs/types").DeliverTxResponse>;
|
|
8
8
|
/**
|
|
9
9
|
* @name sendToEth
|
|
10
10
|
* @package injective.peggy.v1
|
|
11
11
|
* @see proto service: injective.peggy.v1.SendToEth
|
|
12
12
|
*/
|
|
13
|
-
export declare const sendToEth: (client: import("@interchainjs/cosmos/types").ISigningClient, signerAddress: string, message: MsgSendToEth | MsgSendToEth[], fee: import("../../..").StdFee | "auto", memo: string) => Promise<import("@interchainjs/types").DeliverTxResponse>;
|
|
13
|
+
export declare const sendToEth: (client: import("@interchainjs/cosmos/types/signing-client").ISigningClient, signerAddress: string, message: MsgSendToEth | MsgSendToEth[], fee: import("../../..").StdFee | "auto", memo: string) => Promise<import("@interchainjs/types").DeliverTxResponse>;
|
|
14
14
|
/**
|
|
15
15
|
* @name requestBatch
|
|
16
16
|
* @package injective.peggy.v1
|
|
17
17
|
* @see proto service: injective.peggy.v1.RequestBatch
|
|
18
18
|
*/
|
|
19
|
-
export declare const requestBatch: (client: import("@interchainjs/cosmos/types").ISigningClient, signerAddress: string, message: MsgRequestBatch | MsgRequestBatch[], fee: import("../../..").StdFee | "auto", memo: string) => Promise<import("@interchainjs/types").DeliverTxResponse>;
|
|
19
|
+
export declare const requestBatch: (client: import("@interchainjs/cosmos/types/signing-client").ISigningClient, signerAddress: string, message: MsgRequestBatch | MsgRequestBatch[], fee: import("../../..").StdFee | "auto", memo: string) => Promise<import("@interchainjs/types").DeliverTxResponse>;
|
|
20
20
|
/**
|
|
21
21
|
* @name confirmBatch
|
|
22
22
|
* @package injective.peggy.v1
|
|
23
23
|
* @see proto service: injective.peggy.v1.ConfirmBatch
|
|
24
24
|
*/
|
|
25
|
-
export declare const confirmBatch: (client: import("@interchainjs/cosmos/types").ISigningClient, signerAddress: string, message: MsgConfirmBatch | MsgConfirmBatch[], fee: import("../../..").StdFee | "auto", memo: string) => Promise<import("@interchainjs/types").DeliverTxResponse>;
|
|
25
|
+
export declare const confirmBatch: (client: import("@interchainjs/cosmos/types/signing-client").ISigningClient, signerAddress: string, message: MsgConfirmBatch | MsgConfirmBatch[], fee: import("../../..").StdFee | "auto", memo: string) => Promise<import("@interchainjs/types").DeliverTxResponse>;
|
|
26
26
|
/**
|
|
27
27
|
* @name depositClaim
|
|
28
28
|
* @package injective.peggy.v1
|
|
29
29
|
* @see proto service: injective.peggy.v1.DepositClaim
|
|
30
30
|
*/
|
|
31
|
-
export declare const depositClaim: (client: import("@interchainjs/cosmos/types").ISigningClient, signerAddress: string, message: MsgDepositClaim | MsgDepositClaim[], fee: import("../../..").StdFee | "auto", memo: string) => Promise<import("@interchainjs/types").DeliverTxResponse>;
|
|
31
|
+
export declare const depositClaim: (client: import("@interchainjs/cosmos/types/signing-client").ISigningClient, signerAddress: string, message: MsgDepositClaim | MsgDepositClaim[], fee: import("../../..").StdFee | "auto", memo: string) => Promise<import("@interchainjs/types").DeliverTxResponse>;
|
|
32
32
|
/**
|
|
33
33
|
* @name withdrawClaim
|
|
34
34
|
* @package injective.peggy.v1
|
|
35
35
|
* @see proto service: injective.peggy.v1.WithdrawClaim
|
|
36
36
|
*/
|
|
37
|
-
export declare const withdrawClaim: (client: import("@interchainjs/cosmos/types").ISigningClient, signerAddress: string, message: MsgWithdrawClaim | MsgWithdrawClaim[], fee: import("../../..").StdFee | "auto", memo: string) => Promise<import("@interchainjs/types").DeliverTxResponse>;
|
|
37
|
+
export declare const withdrawClaim: (client: import("@interchainjs/cosmos/types/signing-client").ISigningClient, signerAddress: string, message: MsgWithdrawClaim | MsgWithdrawClaim[], fee: import("../../..").StdFee | "auto", memo: string) => Promise<import("@interchainjs/types").DeliverTxResponse>;
|
|
38
38
|
/**
|
|
39
39
|
* @name valsetUpdateClaim
|
|
40
40
|
* @package injective.peggy.v1
|
|
41
41
|
* @see proto service: injective.peggy.v1.ValsetUpdateClaim
|
|
42
42
|
*/
|
|
43
|
-
export declare const valsetUpdateClaim: (client: import("@interchainjs/cosmos/types").ISigningClient, signerAddress: string, message: MsgValsetUpdatedClaim | MsgValsetUpdatedClaim[], fee: import("../../..").StdFee | "auto", memo: string) => Promise<import("@interchainjs/types").DeliverTxResponse>;
|
|
43
|
+
export declare const valsetUpdateClaim: (client: import("@interchainjs/cosmos/types/signing-client").ISigningClient, signerAddress: string, message: MsgValsetUpdatedClaim | MsgValsetUpdatedClaim[], fee: import("../../..").StdFee | "auto", memo: string) => Promise<import("@interchainjs/types").DeliverTxResponse>;
|
|
44
44
|
/**
|
|
45
45
|
* @name eRC20DeployedClaim
|
|
46
46
|
* @package injective.peggy.v1
|
|
47
47
|
* @see proto service: injective.peggy.v1.ERC20DeployedClaim
|
|
48
48
|
*/
|
|
49
|
-
export declare const eRC20DeployedClaim: (client: import("@interchainjs/cosmos/types").ISigningClient, signerAddress: string, message: MsgERC20DeployedClaim | MsgERC20DeployedClaim[], fee: import("../../..").StdFee | "auto", memo: string) => Promise<import("@interchainjs/types").DeliverTxResponse>;
|
|
49
|
+
export declare const eRC20DeployedClaim: (client: import("@interchainjs/cosmos/types/signing-client").ISigningClient, signerAddress: string, message: MsgERC20DeployedClaim | MsgERC20DeployedClaim[], fee: import("../../..").StdFee | "auto", memo: string) => Promise<import("@interchainjs/types").DeliverTxResponse>;
|
|
50
50
|
/**
|
|
51
51
|
* @name setOrchestratorAddresses
|
|
52
52
|
* @package injective.peggy.v1
|
|
53
53
|
* @see proto service: injective.peggy.v1.SetOrchestratorAddresses
|
|
54
54
|
*/
|
|
55
|
-
export declare const setOrchestratorAddresses: (client: import("@interchainjs/cosmos/types").ISigningClient, signerAddress: string, message: MsgSetOrchestratorAddresses | MsgSetOrchestratorAddresses[], fee: import("../../..").StdFee | "auto", memo: string) => Promise<import("@interchainjs/types").DeliverTxResponse>;
|
|
55
|
+
export declare const setOrchestratorAddresses: (client: import("@interchainjs/cosmos/types/signing-client").ISigningClient, signerAddress: string, message: MsgSetOrchestratorAddresses | MsgSetOrchestratorAddresses[], fee: import("../../..").StdFee | "auto", memo: string) => Promise<import("@interchainjs/types").DeliverTxResponse>;
|
|
56
56
|
/**
|
|
57
57
|
* @name cancelSendToEth
|
|
58
58
|
* @package injective.peggy.v1
|
|
59
59
|
* @see proto service: injective.peggy.v1.CancelSendToEth
|
|
60
60
|
*/
|
|
61
|
-
export declare const cancelSendToEth: (client: import("@interchainjs/cosmos/types").ISigningClient, signerAddress: string, message: MsgCancelSendToEth | MsgCancelSendToEth[], fee: import("../../..").StdFee | "auto", memo: string) => Promise<import("@interchainjs/types").DeliverTxResponse>;
|
|
61
|
+
export declare const cancelSendToEth: (client: import("@interchainjs/cosmos/types/signing-client").ISigningClient, signerAddress: string, message: MsgCancelSendToEth | MsgCancelSendToEth[], fee: import("../../..").StdFee | "auto", memo: string) => Promise<import("@interchainjs/types").DeliverTxResponse>;
|
|
62
62
|
/**
|
|
63
63
|
* @name submitBadSignatureEvidence
|
|
64
64
|
* @package injective.peggy.v1
|
|
65
65
|
* @see proto service: injective.peggy.v1.SubmitBadSignatureEvidence
|
|
66
66
|
*/
|
|
67
|
-
export declare const submitBadSignatureEvidence: (client: import("@interchainjs/cosmos/types").ISigningClient, signerAddress: string, message: MsgSubmitBadSignatureEvidence | MsgSubmitBadSignatureEvidence[], fee: import("../../..").StdFee | "auto", memo: string) => Promise<import("@interchainjs/types").DeliverTxResponse>;
|
|
67
|
+
export declare const submitBadSignatureEvidence: (client: import("@interchainjs/cosmos/types/signing-client").ISigningClient, signerAddress: string, message: MsgSubmitBadSignatureEvidence | MsgSubmitBadSignatureEvidence[], fee: import("../../..").StdFee | "auto", memo: string) => Promise<import("@interchainjs/types").DeliverTxResponse>;
|
|
68
68
|
/**
|
|
69
69
|
* @name updateParams
|
|
70
70
|
* @package injective.peggy.v1
|
|
71
71
|
* @see proto service: injective.peggy.v1.UpdateParams
|
|
72
72
|
*/
|
|
73
|
-
export declare const updateParams: (client: import("@interchainjs/cosmos/types").ISigningClient, signerAddress: string, message: MsgUpdateParams | MsgUpdateParams[], fee: import("../../..").StdFee | "auto", memo: string) => Promise<import("@interchainjs/types").DeliverTxResponse>;
|
|
73
|
+
export declare const updateParams: (client: import("@interchainjs/cosmos/types/signing-client").ISigningClient, signerAddress: string, message: MsgUpdateParams | MsgUpdateParams[], fee: import("../../..").StdFee | "auto", memo: string) => Promise<import("@interchainjs/types").DeliverTxResponse>;
|
|
74
74
|
/**
|
|
75
75
|
* BlacklistEthereumAddresses adds Ethereum addresses to the peggy blacklist.
|
|
76
76
|
* @name blacklistEthereumAddresses
|
|
77
77
|
* @package injective.peggy.v1
|
|
78
78
|
* @see proto service: injective.peggy.v1.BlacklistEthereumAddresses
|
|
79
79
|
*/
|
|
80
|
-
export declare const blacklistEthereumAddresses: (client: import("@interchainjs/cosmos/types").ISigningClient, signerAddress: string, message: MsgBlacklistEthereumAddresses | MsgBlacklistEthereumAddresses[], fee: import("../../..").StdFee | "auto", memo: string) => Promise<import("@interchainjs/types").DeliverTxResponse>;
|
|
80
|
+
export declare const blacklistEthereumAddresses: (client: import("@interchainjs/cosmos/types/signing-client").ISigningClient, signerAddress: string, message: MsgBlacklistEthereumAddresses | MsgBlacklistEthereumAddresses[], fee: import("../../..").StdFee | "auto", memo: string) => Promise<import("@interchainjs/types").DeliverTxResponse>;
|
|
81
81
|
/**
|
|
82
82
|
* RevokeEthereumBlacklist removes Ethereum addresses from the peggy
|
|
83
83
|
* blacklist.
|
|
@@ -85,4 +85,4 @@ export declare const blacklistEthereumAddresses: (client: import("@interchainjs/
|
|
|
85
85
|
* @package injective.peggy.v1
|
|
86
86
|
* @see proto service: injective.peggy.v1.RevokeEthereumBlacklist
|
|
87
87
|
*/
|
|
88
|
-
export declare const revokeEthereumBlacklist: (client: import("@interchainjs/cosmos/types").ISigningClient, signerAddress: string, message: MsgRevokeEthereumBlacklist | MsgRevokeEthereumBlacklist[], fee: import("../../..").StdFee | "auto", memo: string) => Promise<import("@interchainjs/types").DeliverTxResponse>;
|
|
88
|
+
export declare const revokeEthereumBlacklist: (client: import("@interchainjs/cosmos/types/signing-client").ISigningClient, signerAddress: string, message: MsgRevokeEthereumBlacklist | MsgRevokeEthereumBlacklist[], fee: import("../../..").StdFee | "auto", memo: string) => Promise<import("@interchainjs/types").DeliverTxResponse>;
|
|
@@ -4,28 +4,28 @@ import { MsgUpdateParams, MsgCreateNamespace, MsgUpdateNamespace, MsgUpdateActor
|
|
|
4
4
|
* @package injective.permissions.v1beta1
|
|
5
5
|
* @see proto service: injective.permissions.v1beta1.UpdateParams
|
|
6
6
|
*/
|
|
7
|
-
export declare const updateParams: (client: import("@interchainjs/cosmos/types").ISigningClient, signerAddress: string, message: MsgUpdateParams | MsgUpdateParams[], fee: import("../../..").StdFee | "auto", memo: string) => Promise<import("@interchainjs/types").DeliverTxResponse>;
|
|
7
|
+
export declare const updateParams: (client: import("@interchainjs/cosmos/types/signing-client").ISigningClient, signerAddress: string, message: MsgUpdateParams | MsgUpdateParams[], fee: import("../../..").StdFee | "auto", memo: string) => Promise<import("@interchainjs/types").DeliverTxResponse>;
|
|
8
8
|
/**
|
|
9
9
|
* @name createNamespace
|
|
10
10
|
* @package injective.permissions.v1beta1
|
|
11
11
|
* @see proto service: injective.permissions.v1beta1.CreateNamespace
|
|
12
12
|
*/
|
|
13
|
-
export declare const createNamespace: (client: import("@interchainjs/cosmos/types").ISigningClient, signerAddress: string, message: MsgCreateNamespace | MsgCreateNamespace[], fee: import("../../..").StdFee | "auto", memo: string) => Promise<import("@interchainjs/types").DeliverTxResponse>;
|
|
13
|
+
export declare const createNamespace: (client: import("@interchainjs/cosmos/types/signing-client").ISigningClient, signerAddress: string, message: MsgCreateNamespace | MsgCreateNamespace[], fee: import("../../..").StdFee | "auto", memo: string) => Promise<import("@interchainjs/types").DeliverTxResponse>;
|
|
14
14
|
/**
|
|
15
15
|
* @name updateNamespace
|
|
16
16
|
* @package injective.permissions.v1beta1
|
|
17
17
|
* @see proto service: injective.permissions.v1beta1.UpdateNamespace
|
|
18
18
|
*/
|
|
19
|
-
export declare const updateNamespace: (client: import("@interchainjs/cosmos/types").ISigningClient, signerAddress: string, message: MsgUpdateNamespace | MsgUpdateNamespace[], fee: import("../../..").StdFee | "auto", memo: string) => Promise<import("@interchainjs/types").DeliverTxResponse>;
|
|
19
|
+
export declare const updateNamespace: (client: import("@interchainjs/cosmos/types/signing-client").ISigningClient, signerAddress: string, message: MsgUpdateNamespace | MsgUpdateNamespace[], fee: import("../../..").StdFee | "auto", memo: string) => Promise<import("@interchainjs/types").DeliverTxResponse>;
|
|
20
20
|
/**
|
|
21
21
|
* @name updateActorRoles
|
|
22
22
|
* @package injective.permissions.v1beta1
|
|
23
23
|
* @see proto service: injective.permissions.v1beta1.UpdateActorRoles
|
|
24
24
|
*/
|
|
25
|
-
export declare const updateActorRoles: (client: import("@interchainjs/cosmos/types").ISigningClient, signerAddress: string, message: MsgUpdateActorRoles | MsgUpdateActorRoles[], fee: import("../../..").StdFee | "auto", memo: string) => Promise<import("@interchainjs/types").DeliverTxResponse>;
|
|
25
|
+
export declare const updateActorRoles: (client: import("@interchainjs/cosmos/types/signing-client").ISigningClient, signerAddress: string, message: MsgUpdateActorRoles | MsgUpdateActorRoles[], fee: import("../../..").StdFee | "auto", memo: string) => Promise<import("@interchainjs/types").DeliverTxResponse>;
|
|
26
26
|
/**
|
|
27
27
|
* @name claimVoucher
|
|
28
28
|
* @package injective.permissions.v1beta1
|
|
29
29
|
* @see proto service: injective.permissions.v1beta1.ClaimVoucher
|
|
30
30
|
*/
|
|
31
|
-
export declare const claimVoucher: (client: import("@interchainjs/cosmos/types").ISigningClient, signerAddress: string, message: MsgClaimVoucher | MsgClaimVoucher[], fee: import("../../..").StdFee | "auto", memo: string) => Promise<import("@interchainjs/types").DeliverTxResponse>;
|
|
31
|
+
export declare const claimVoucher: (client: import("@interchainjs/cosmos/types/signing-client").ISigningClient, signerAddress: string, message: MsgClaimVoucher | MsgClaimVoucher[], fee: import("../../..").StdFee | "auto", memo: string) => Promise<import("@interchainjs/types").DeliverTxResponse>;
|
|
@@ -4,34 +4,34 @@ import { MsgCreateDenom, MsgMint, MsgBurn, MsgChangeAdmin, MsgSetDenomMetadata,
|
|
|
4
4
|
* @package injective.tokenfactory.v1beta1
|
|
5
5
|
* @see proto service: injective.tokenfactory.v1beta1.CreateDenom
|
|
6
6
|
*/
|
|
7
|
-
export declare const createDenom: (client: import("@interchainjs/cosmos/types").ISigningClient, signerAddress: string, message: MsgCreateDenom | MsgCreateDenom[], fee: import("../../..").StdFee | "auto", memo: string) => Promise<import("@interchainjs/types").DeliverTxResponse>;
|
|
7
|
+
export declare const createDenom: (client: import("@interchainjs/cosmos/types/signing-client").ISigningClient, signerAddress: string, message: MsgCreateDenom | MsgCreateDenom[], fee: import("../../..").StdFee | "auto", memo: string) => Promise<import("@interchainjs/types").DeliverTxResponse>;
|
|
8
8
|
/**
|
|
9
9
|
* @name mint
|
|
10
10
|
* @package injective.tokenfactory.v1beta1
|
|
11
11
|
* @see proto service: injective.tokenfactory.v1beta1.Mint
|
|
12
12
|
*/
|
|
13
|
-
export declare const mint: (client: import("@interchainjs/cosmos/types").ISigningClient, signerAddress: string, message: MsgMint | MsgMint[], fee: import("../../..").StdFee | "auto", memo: string) => Promise<import("@interchainjs/types").DeliverTxResponse>;
|
|
13
|
+
export declare const mint: (client: import("@interchainjs/cosmos/types/signing-client").ISigningClient, signerAddress: string, message: MsgMint | MsgMint[], fee: import("../../..").StdFee | "auto", memo: string) => Promise<import("@interchainjs/types").DeliverTxResponse>;
|
|
14
14
|
/**
|
|
15
15
|
* @name burn
|
|
16
16
|
* @package injective.tokenfactory.v1beta1
|
|
17
17
|
* @see proto service: injective.tokenfactory.v1beta1.Burn
|
|
18
18
|
*/
|
|
19
|
-
export declare const burn: (client: import("@interchainjs/cosmos/types").ISigningClient, signerAddress: string, message: MsgBurn | MsgBurn[], fee: import("../../..").StdFee | "auto", memo: string) => Promise<import("@interchainjs/types").DeliverTxResponse>;
|
|
19
|
+
export declare const burn: (client: import("@interchainjs/cosmos/types/signing-client").ISigningClient, signerAddress: string, message: MsgBurn | MsgBurn[], fee: import("../../..").StdFee | "auto", memo: string) => Promise<import("@interchainjs/types").DeliverTxResponse>;
|
|
20
20
|
/**
|
|
21
21
|
* @name changeAdmin
|
|
22
22
|
* @package injective.tokenfactory.v1beta1
|
|
23
23
|
* @see proto service: injective.tokenfactory.v1beta1.ChangeAdmin
|
|
24
24
|
*/
|
|
25
|
-
export declare const changeAdmin: (client: import("@interchainjs/cosmos/types").ISigningClient, signerAddress: string, message: MsgChangeAdmin | MsgChangeAdmin[], fee: import("../../..").StdFee | "auto", memo: string) => Promise<import("@interchainjs/types").DeliverTxResponse>;
|
|
25
|
+
export declare const changeAdmin: (client: import("@interchainjs/cosmos/types/signing-client").ISigningClient, signerAddress: string, message: MsgChangeAdmin | MsgChangeAdmin[], fee: import("../../..").StdFee | "auto", memo: string) => Promise<import("@interchainjs/types").DeliverTxResponse>;
|
|
26
26
|
/**
|
|
27
27
|
* @name setDenomMetadata
|
|
28
28
|
* @package injective.tokenfactory.v1beta1
|
|
29
29
|
* @see proto service: injective.tokenfactory.v1beta1.SetDenomMetadata
|
|
30
30
|
*/
|
|
31
|
-
export declare const setDenomMetadata: (client: import("@interchainjs/cosmos/types").ISigningClient, signerAddress: string, message: MsgSetDenomMetadata | MsgSetDenomMetadata[], fee: import("../../..").StdFee | "auto", memo: string) => Promise<import("@interchainjs/types").DeliverTxResponse>;
|
|
31
|
+
export declare const setDenomMetadata: (client: import("@interchainjs/cosmos/types/signing-client").ISigningClient, signerAddress: string, message: MsgSetDenomMetadata | MsgSetDenomMetadata[], fee: import("../../..").StdFee | "auto", memo: string) => Promise<import("@interchainjs/types").DeliverTxResponse>;
|
|
32
32
|
/**
|
|
33
33
|
* @name updateParams
|
|
34
34
|
* @package injective.tokenfactory.v1beta1
|
|
35
35
|
* @see proto service: injective.tokenfactory.v1beta1.UpdateParams
|
|
36
36
|
*/
|
|
37
|
-
export declare const updateParams: (client: import("@interchainjs/cosmos/types").ISigningClient, signerAddress: string, message: MsgUpdateParams | MsgUpdateParams[], fee: import("../../..").StdFee | "auto", memo: string) => Promise<import("@interchainjs/types").DeliverTxResponse>;
|
|
37
|
+
export declare const updateParams: (client: import("@interchainjs/cosmos/types/signing-client").ISigningClient, signerAddress: string, message: MsgUpdateParams | MsgUpdateParams[], fee: import("../../..").StdFee | "auto", memo: string) => Promise<import("@interchainjs/types").DeliverTxResponse>;
|
|
@@ -4,4 +4,4 @@ import { MsgUpdateParams } from "./tx";
|
|
|
4
4
|
* @package injective.txfees.v1beta1
|
|
5
5
|
* @see proto service: injective.txfees.v1beta1.UpdateParams
|
|
6
6
|
*/
|
|
7
|
-
export declare const updateParams: (client: import("@interchainjs/cosmos/types").ISigningClient, signerAddress: string, message: MsgUpdateParams | MsgUpdateParams[], fee: import("../../..").StdFee | "auto", memo: string) => Promise<import("@interchainjs/types").DeliverTxResponse>;
|
|
7
|
+
export declare const updateParams: (client: import("@interchainjs/cosmos/types/signing-client").ISigningClient, signerAddress: string, message: MsgUpdateParams | MsgUpdateParams[], fee: import("../../..").StdFee | "auto", memo: string) => Promise<import("@interchainjs/types").DeliverTxResponse>;
|
|
@@ -4,34 +4,34 @@ import { MsgUpdateContract, MsgActivateContract, MsgDeactivateContract, MsgExecu
|
|
|
4
4
|
* @package injective.wasmx.v1
|
|
5
5
|
* @see proto service: injective.wasmx.v1.UpdateRegistryContractParams
|
|
6
6
|
*/
|
|
7
|
-
export declare const updateRegistryContractParams: (client: import("@interchainjs/cosmos/types").ISigningClient, signerAddress: string, message: MsgUpdateContract | MsgUpdateContract[], fee: import("../../..").StdFee | "auto", memo: string) => Promise<import("@interchainjs/types").DeliverTxResponse>;
|
|
7
|
+
export declare const updateRegistryContractParams: (client: import("@interchainjs/cosmos/types/signing-client").ISigningClient, signerAddress: string, message: MsgUpdateContract | MsgUpdateContract[], fee: import("../../..").StdFee | "auto", memo: string) => Promise<import("@interchainjs/types").DeliverTxResponse>;
|
|
8
8
|
/**
|
|
9
9
|
* @name activateRegistryContract
|
|
10
10
|
* @package injective.wasmx.v1
|
|
11
11
|
* @see proto service: injective.wasmx.v1.ActivateRegistryContract
|
|
12
12
|
*/
|
|
13
|
-
export declare const activateRegistryContract: (client: import("@interchainjs/cosmos/types").ISigningClient, signerAddress: string, message: MsgActivateContract | MsgActivateContract[], fee: import("../../..").StdFee | "auto", memo: string) => Promise<import("@interchainjs/types").DeliverTxResponse>;
|
|
13
|
+
export declare const activateRegistryContract: (client: import("@interchainjs/cosmos/types/signing-client").ISigningClient, signerAddress: string, message: MsgActivateContract | MsgActivateContract[], fee: import("../../..").StdFee | "auto", memo: string) => Promise<import("@interchainjs/types").DeliverTxResponse>;
|
|
14
14
|
/**
|
|
15
15
|
* @name deactivateRegistryContract
|
|
16
16
|
* @package injective.wasmx.v1
|
|
17
17
|
* @see proto service: injective.wasmx.v1.DeactivateRegistryContract
|
|
18
18
|
*/
|
|
19
|
-
export declare const deactivateRegistryContract: (client: import("@interchainjs/cosmos/types").ISigningClient, signerAddress: string, message: MsgDeactivateContract | MsgDeactivateContract[], fee: import("../../..").StdFee | "auto", memo: string) => Promise<import("@interchainjs/types").DeliverTxResponse>;
|
|
19
|
+
export declare const deactivateRegistryContract: (client: import("@interchainjs/cosmos/types/signing-client").ISigningClient, signerAddress: string, message: MsgDeactivateContract | MsgDeactivateContract[], fee: import("../../..").StdFee | "auto", memo: string) => Promise<import("@interchainjs/types").DeliverTxResponse>;
|
|
20
20
|
/**
|
|
21
21
|
* @name executeContractCompat
|
|
22
22
|
* @package injective.wasmx.v1
|
|
23
23
|
* @see proto service: injective.wasmx.v1.ExecuteContractCompat
|
|
24
24
|
*/
|
|
25
|
-
export declare const executeContractCompat: (client: import("@interchainjs/cosmos/types").ISigningClient, signerAddress: string, message: MsgExecuteContractCompat | MsgExecuteContractCompat[], fee: import("../../..").StdFee | "auto", memo: string) => Promise<import("@interchainjs/types").DeliverTxResponse>;
|
|
25
|
+
export declare const executeContractCompat: (client: import("@interchainjs/cosmos/types/signing-client").ISigningClient, signerAddress: string, message: MsgExecuteContractCompat | MsgExecuteContractCompat[], fee: import("../../..").StdFee | "auto", memo: string) => Promise<import("@interchainjs/types").DeliverTxResponse>;
|
|
26
26
|
/**
|
|
27
27
|
* @name updateParams
|
|
28
28
|
* @package injective.wasmx.v1
|
|
29
29
|
* @see proto service: injective.wasmx.v1.UpdateParams
|
|
30
30
|
*/
|
|
31
|
-
export declare const updateParams: (client: import("@interchainjs/cosmos/types").ISigningClient, signerAddress: string, message: MsgUpdateParams | MsgUpdateParams[], fee: import("../../..").StdFee | "auto", memo: string) => Promise<import("@interchainjs/types").DeliverTxResponse>;
|
|
31
|
+
export declare const updateParams: (client: import("@interchainjs/cosmos/types/signing-client").ISigningClient, signerAddress: string, message: MsgUpdateParams | MsgUpdateParams[], fee: import("../../..").StdFee | "auto", memo: string) => Promise<import("@interchainjs/types").DeliverTxResponse>;
|
|
32
32
|
/**
|
|
33
33
|
* @name registerContract
|
|
34
34
|
* @package injective.wasmx.v1
|
|
35
35
|
* @see proto service: injective.wasmx.v1.RegisterContract
|
|
36
36
|
*/
|
|
37
|
-
export declare const registerContract: (client: import("@interchainjs/cosmos/types").ISigningClient, signerAddress: string, message: MsgRegisterContract | MsgRegisterContract[], fee: import("../../..").StdFee | "auto", memo: string) => Promise<import("@interchainjs/types").DeliverTxResponse>;
|
|
37
|
+
export declare const registerContract: (client: import("@interchainjs/cosmos/types/signing-client").ISigningClient, signerAddress: string, message: MsgRegisterContract | MsgRegisterContract[], fee: import("../../..").StdFee | "auto", memo: string) => Promise<import("@interchainjs/types").DeliverTxResponse>;
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "injectivejs",
|
|
3
|
-
"version": "1.
|
|
3
|
+
"version": "1.12.0",
|
|
4
4
|
"description": "Injectivejs is a JavaScript library for interacting with injective sdk.",
|
|
5
5
|
"main": "index.js",
|
|
6
6
|
"module": "esm/index.js",
|
|
@@ -25,13 +25,13 @@
|
|
|
25
25
|
"prepare": "npm run build"
|
|
26
26
|
},
|
|
27
27
|
"dependencies": {
|
|
28
|
-
"@interchainjs/cosmos": "1.
|
|
29
|
-
"@interchainjs/cosmos-types": "1.
|
|
30
|
-
"@interchainjs/encoding": "1.
|
|
31
|
-
"@interchainjs/math": "1.
|
|
32
|
-
"@interchainjs/pubkey": "1.
|
|
33
|
-
"@interchainjs/types": "1.
|
|
34
|
-
"@interchainjs/utils": "1.
|
|
28
|
+
"@interchainjs/cosmos": "1.12.0",
|
|
29
|
+
"@interchainjs/cosmos-types": "1.12.0",
|
|
30
|
+
"@interchainjs/encoding": "1.12.0",
|
|
31
|
+
"@interchainjs/math": "1.12.0",
|
|
32
|
+
"@interchainjs/pubkey": "1.12.0",
|
|
33
|
+
"@interchainjs/types": "1.12.0",
|
|
34
|
+
"@interchainjs/utils": "1.12.0",
|
|
35
35
|
"@noble/hashes": "^1.3.1",
|
|
36
36
|
"decimal.js": "^10.4.3"
|
|
37
37
|
},
|
|
@@ -42,5 +42,5 @@
|
|
|
42
42
|
"cosmjs",
|
|
43
43
|
"wallet"
|
|
44
44
|
],
|
|
45
|
-
"gitHead": "
|
|
45
|
+
"gitHead": "d3a70d5e52d58068182ecb327ae7816f93b379fb"
|
|
46
46
|
}
|
package/registry.d.ts
CHANGED
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
/**
|
|
2
|
-
* This file and any referenced files were automatically generated by @cosmology/telescope@1.12.
|
|
2
|
+
* This file and any referenced files were automatically generated by @cosmology/telescope@1.12.20
|
|
3
3
|
* DO NOT MODIFY BY HAND. Instead, download the latest proto files for your chain
|
|
4
4
|
* and run the transpile command or npm scripts command that is used to regenerate this bundle.
|
|
5
5
|
*/
|
package/registry.js
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
"use strict";
|
|
2
2
|
/**
|
|
3
|
-
* This file and any referenced files were automatically generated by @cosmology/telescope@1.12.
|
|
3
|
+
* This file and any referenced files were automatically generated by @cosmology/telescope@1.12.20
|
|
4
4
|
* DO NOT MODIFY BY HAND. Instead, download the latest proto files for your chain
|
|
5
5
|
* and run the transpile command or npm scripts command that is used to regenerate this bundle.
|
|
6
6
|
*/
|
package/types.d.ts
CHANGED
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
/**
|
|
2
|
-
* This file and any referenced files were automatically generated by @cosmology/telescope@1.12.
|
|
2
|
+
* This file and any referenced files were automatically generated by @cosmology/telescope@1.12.20
|
|
3
3
|
* DO NOT MODIFY BY HAND. Instead, download the latest proto files for your chain
|
|
4
4
|
* and run the transpile command or npm scripts command that is used to regenerate this bundle.
|
|
5
5
|
*/
|
package/types.js
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
"use strict";
|
|
2
2
|
/**
|
|
3
|
-
* This file and any referenced files were automatically generated by @cosmology/telescope@1.12.
|
|
3
|
+
* This file and any referenced files were automatically generated by @cosmology/telescope@1.12.20
|
|
4
4
|
* DO NOT MODIFY BY HAND. Instead, download the latest proto files for your chain
|
|
5
5
|
* and run the transpile command or npm scripts command that is used to regenerate this bundle.
|
|
6
6
|
*/
|
package/utf8.d.ts
CHANGED
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
/**
|
|
2
|
-
* This file and any referenced files were automatically generated by @cosmology/telescope@1.12.
|
|
2
|
+
* This file and any referenced files were automatically generated by @cosmology/telescope@1.12.20
|
|
3
3
|
* DO NOT MODIFY BY HAND. Instead, download the latest proto files for your chain
|
|
4
4
|
* and run the transpile command or npm scripts command that is used to regenerate this bundle.
|
|
5
5
|
*/
|
package/utf8.js
CHANGED
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
/**
|
|
2
|
-
* This file and any referenced files were automatically generated by @cosmology/telescope@1.12.
|
|
2
|
+
* This file and any referenced files were automatically generated by @cosmology/telescope@1.12.20
|
|
3
3
|
* DO NOT MODIFY BY HAND. Instead, download the latest proto files for your chain
|
|
4
4
|
* and run the transpile command or npm scripts command that is used to regenerate this bundle.
|
|
5
5
|
*/
|
package/varint.d.ts
CHANGED
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
/**
|
|
2
|
-
* This file and any referenced files were automatically generated by @cosmology/telescope@1.12.
|
|
2
|
+
* This file and any referenced files were automatically generated by @cosmology/telescope@1.12.20
|
|
3
3
|
* DO NOT MODIFY BY HAND. Instead, download the latest proto files for your chain
|
|
4
4
|
* and run the transpile command or npm scripts command that is used to regenerate this bundle.
|
|
5
5
|
*/
|
package/varint.js
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
"use strict";
|
|
2
2
|
/**
|
|
3
|
-
* This file and any referenced files were automatically generated by @cosmology/telescope@1.12.
|
|
3
|
+
* This file and any referenced files were automatically generated by @cosmology/telescope@1.12.20
|
|
4
4
|
* DO NOT MODIFY BY HAND. Instead, download the latest proto files for your chain
|
|
5
5
|
* and run the transpile command or npm scripts command that is used to regenerate this bundle.
|
|
6
6
|
*/
|