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
|
@@ -292,6 +292,7 @@ export interface FeePoolAminoMsg {
|
|
|
292
292
|
* @deprecated
|
|
293
293
|
*/
|
|
294
294
|
export interface CommunityPoolSpendProposal {
|
|
295
|
+
$typeUrl?: "/cosmos.distribution.v1beta1.CommunityPoolSpendProposal";
|
|
295
296
|
title: string;
|
|
296
297
|
description: string;
|
|
297
298
|
recipient: string;
|
|
@@ -403,6 +404,7 @@ export interface DelegationDelegatorRewardAminoMsg {
|
|
|
403
404
|
* @see proto type: cosmos.distribution.v1beta1.CommunityPoolSpendProposalWithDeposit
|
|
404
405
|
*/
|
|
405
406
|
export interface CommunityPoolSpendProposalWithDeposit {
|
|
407
|
+
$typeUrl?: "/cosmos.distribution.v1beta1.CommunityPoolSpendProposalWithDeposit";
|
|
406
408
|
title: string;
|
|
407
409
|
description: string;
|
|
408
410
|
recipient: string;
|
|
@@ -809,6 +809,7 @@ exports.FeePool = {
|
|
|
809
809
|
};
|
|
810
810
|
function createBaseCommunityPoolSpendProposal() {
|
|
811
811
|
return {
|
|
812
|
+
$typeUrl: "/cosmos.distribution.v1beta1.CommunityPoolSpendProposal",
|
|
812
813
|
title: "",
|
|
813
814
|
description: "",
|
|
814
815
|
recipient: "",
|
|
@@ -1162,6 +1163,7 @@ exports.DelegationDelegatorReward = {
|
|
|
1162
1163
|
};
|
|
1163
1164
|
function createBaseCommunityPoolSpendProposalWithDeposit() {
|
|
1164
1165
|
return {
|
|
1166
|
+
$typeUrl: "/cosmos.distribution.v1beta1.CommunityPoolSpendProposalWithDeposit",
|
|
1165
1167
|
title: "",
|
|
1166
1168
|
description: "",
|
|
1167
1169
|
recipient: "",
|
|
@@ -6,7 +6,7 @@ import { MsgSetWithdrawAddress, MsgWithdrawDelegatorReward, MsgWithdrawValidator
|
|
|
6
6
|
* @package cosmos.distribution.v1beta1
|
|
7
7
|
* @see proto service: cosmos.distribution.v1beta1.SetWithdrawAddress
|
|
8
8
|
*/
|
|
9
|
-
export declare const setWithdrawAddress: (client: import("@interchainjs/cosmos
|
|
9
|
+
export declare const setWithdrawAddress: (client: import("@interchainjs/cosmos").ISigningClient, signerAddress: string, message: MsgSetWithdrawAddress | MsgSetWithdrawAddress[], fee: import("../../..").StdFee | "auto", memo: string) => Promise<import("@interchainjs/types").DeliverTxResponse>;
|
|
10
10
|
/**
|
|
11
11
|
* WithdrawDelegatorReward defines a method to withdraw rewards of delegator
|
|
12
12
|
* from a single validator.
|
|
@@ -14,7 +14,7 @@ export declare const setWithdrawAddress: (client: import("@interchainjs/cosmos/t
|
|
|
14
14
|
* @package cosmos.distribution.v1beta1
|
|
15
15
|
* @see proto service: cosmos.distribution.v1beta1.WithdrawDelegatorReward
|
|
16
16
|
*/
|
|
17
|
-
export declare const withdrawDelegatorReward: (client: import("@interchainjs/cosmos
|
|
17
|
+
export declare const withdrawDelegatorReward: (client: import("@interchainjs/cosmos").ISigningClient, signerAddress: string, message: MsgWithdrawDelegatorReward | MsgWithdrawDelegatorReward[], fee: import("../../..").StdFee | "auto", memo: string) => Promise<import("@interchainjs/types").DeliverTxResponse>;
|
|
18
18
|
/**
|
|
19
19
|
* WithdrawValidatorCommission defines a method to withdraw the
|
|
20
20
|
* full commission to the validator address.
|
|
@@ -22,7 +22,7 @@ export declare const withdrawDelegatorReward: (client: import("@interchainjs/cos
|
|
|
22
22
|
* @package cosmos.distribution.v1beta1
|
|
23
23
|
* @see proto service: cosmos.distribution.v1beta1.WithdrawValidatorCommission
|
|
24
24
|
*/
|
|
25
|
-
export declare const withdrawValidatorCommission: (client: import("@interchainjs/cosmos
|
|
25
|
+
export declare const withdrawValidatorCommission: (client: import("@interchainjs/cosmos").ISigningClient, signerAddress: string, message: MsgWithdrawValidatorCommission | MsgWithdrawValidatorCommission[], fee: import("../../..").StdFee | "auto", memo: string) => Promise<import("@interchainjs/types").DeliverTxResponse>;
|
|
26
26
|
/**
|
|
27
27
|
* FundCommunityPool defines a method to allow an account to directly
|
|
28
28
|
* fund the community pool.
|
|
@@ -32,7 +32,7 @@ export declare const withdrawValidatorCommission: (client: import("@interchainjs
|
|
|
32
32
|
* @package cosmos.distribution.v1beta1
|
|
33
33
|
* @see proto service: cosmos.distribution.v1beta1.FundCommunityPool
|
|
34
34
|
*/
|
|
35
|
-
export declare const fundCommunityPool: (client: import("@interchainjs/cosmos
|
|
35
|
+
export declare const fundCommunityPool: (client: import("@interchainjs/cosmos").ISigningClient, signerAddress: string, message: MsgFundCommunityPool | MsgFundCommunityPool[], fee: import("../../..").StdFee | "auto", memo: string) => Promise<import("@interchainjs/types").DeliverTxResponse>;
|
|
36
36
|
/**
|
|
37
37
|
* UpdateParams defines a governance operation for updating the x/distribution
|
|
38
38
|
* module parameters. The authority is defined in the keeper.
|
|
@@ -40,7 +40,7 @@ export declare const fundCommunityPool: (client: import("@interchainjs/cosmos/ty
|
|
|
40
40
|
* @package cosmos.distribution.v1beta1
|
|
41
41
|
* @see proto service: cosmos.distribution.v1beta1.UpdateParams
|
|
42
42
|
*/
|
|
43
|
-
export declare const updateParams: (client: import("@interchainjs/cosmos
|
|
43
|
+
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>;
|
|
44
44
|
/**
|
|
45
45
|
* CommunityPoolSpend defines a governance operation for sending tokens from
|
|
46
46
|
* the community pool in the x/distribution module to another account, which
|
|
@@ -52,7 +52,7 @@ export declare const updateParams: (client: import("@interchainjs/cosmos/types/s
|
|
|
52
52
|
* @package cosmos.distribution.v1beta1
|
|
53
53
|
* @see proto service: cosmos.distribution.v1beta1.CommunityPoolSpend
|
|
54
54
|
*/
|
|
55
|
-
export declare const communityPoolSpend: (client: import("@interchainjs/cosmos
|
|
55
|
+
export declare const communityPoolSpend: (client: import("@interchainjs/cosmos").ISigningClient, signerAddress: string, message: MsgCommunityPoolSpend | MsgCommunityPoolSpend[], fee: import("../../..").StdFee | "auto", memo: string) => Promise<import("@interchainjs/types").DeliverTxResponse>;
|
|
56
56
|
/**
|
|
57
57
|
* DepositValidatorRewardsPool defines a method to provide additional rewards
|
|
58
58
|
* to delegators to a specific validator.
|
|
@@ -60,4 +60,4 @@ export declare const communityPoolSpend: (client: import("@interchainjs/cosmos/t
|
|
|
60
60
|
* @package cosmos.distribution.v1beta1
|
|
61
61
|
* @see proto service: cosmos.distribution.v1beta1.DepositValidatorRewardsPool
|
|
62
62
|
*/
|
|
63
|
-
export declare const depositValidatorRewardsPool: (client: import("@interchainjs/cosmos
|
|
63
|
+
export declare const depositValidatorRewardsPool: (client: import("@interchainjs/cosmos").ISigningClient, signerAddress: string, message: MsgDepositValidatorRewardsPool | MsgDepositValidatorRewardsPool[], fee: import("../../..").StdFee | "auto", memo: string) => Promise<import("@interchainjs/types").DeliverTxResponse>;
|
|
@@ -6,7 +6,7 @@ import { MsgGrantAllowance, MsgRevokeAllowance, MsgPruneAllowances } from "./tx"
|
|
|
6
6
|
* @package cosmos.feegrant.v1beta1
|
|
7
7
|
* @see proto service: cosmos.feegrant.v1beta1.GrantAllowance
|
|
8
8
|
*/
|
|
9
|
-
export declare const grantAllowance: (client: import("@interchainjs/cosmos
|
|
9
|
+
export declare const grantAllowance: (client: import("@interchainjs/cosmos").ISigningClient, signerAddress: string, message: MsgGrantAllowance | MsgGrantAllowance[], fee: import("../../..").StdFee | "auto", memo: string) => Promise<import("@interchainjs/types").DeliverTxResponse>;
|
|
10
10
|
/**
|
|
11
11
|
* RevokeAllowance revokes any fee allowance of granter's account that
|
|
12
12
|
* has been granted to the grantee.
|
|
@@ -14,11 +14,11 @@ export declare const grantAllowance: (client: import("@interchainjs/cosmos/types
|
|
|
14
14
|
* @package cosmos.feegrant.v1beta1
|
|
15
15
|
* @see proto service: cosmos.feegrant.v1beta1.RevokeAllowance
|
|
16
16
|
*/
|
|
17
|
-
export declare const revokeAllowance: (client: import("@interchainjs/cosmos
|
|
17
|
+
export declare const revokeAllowance: (client: import("@interchainjs/cosmos").ISigningClient, signerAddress: string, message: MsgRevokeAllowance | MsgRevokeAllowance[], fee: import("../../..").StdFee | "auto", memo: string) => Promise<import("@interchainjs/types").DeliverTxResponse>;
|
|
18
18
|
/**
|
|
19
19
|
* PruneAllowances prunes expired fee allowances, currently up to 75 at a time.
|
|
20
20
|
* @name pruneAllowances
|
|
21
21
|
* @package cosmos.feegrant.v1beta1
|
|
22
22
|
* @see proto service: cosmos.feegrant.v1beta1.PruneAllowances
|
|
23
23
|
*/
|
|
24
|
-
export declare const pruneAllowances: (client: import("@interchainjs/cosmos
|
|
24
|
+
export declare const pruneAllowances: (client: import("@interchainjs/cosmos").ISigningClient, signerAddress: string, message: MsgPruneAllowances | MsgPruneAllowances[], fee: import("../../..").StdFee | "auto", memo: string) => Promise<import("@interchainjs/types").DeliverTxResponse>;
|
|
@@ -5,7 +5,7 @@ import { MsgSubmitProposal, MsgExecLegacyContent, MsgVote, MsgVoteWeighted, MsgD
|
|
|
5
5
|
* @package cosmos.gov.v1
|
|
6
6
|
* @see proto service: cosmos.gov.v1.SubmitProposal
|
|
7
7
|
*/
|
|
8
|
-
export declare const submitProposal: (client: import("@interchainjs/cosmos
|
|
8
|
+
export declare const submitProposal: (client: import("@interchainjs/cosmos").ISigningClient, signerAddress: string, message: MsgSubmitProposal | MsgSubmitProposal[], fee: import("../../..").StdFee | "auto", memo: string) => Promise<import("@interchainjs/types").DeliverTxResponse>;
|
|
9
9
|
/**
|
|
10
10
|
* ExecLegacyContent defines a Msg to be in included in a MsgSubmitProposal
|
|
11
11
|
* to execute a legacy content-based proposal.
|
|
@@ -13,28 +13,28 @@ export declare const submitProposal: (client: import("@interchainjs/cosmos/types
|
|
|
13
13
|
* @package cosmos.gov.v1
|
|
14
14
|
* @see proto service: cosmos.gov.v1.ExecLegacyContent
|
|
15
15
|
*/
|
|
16
|
-
export declare const execLegacyContent: (client: import("@interchainjs/cosmos
|
|
16
|
+
export declare const execLegacyContent: (client: import("@interchainjs/cosmos").ISigningClient, signerAddress: string, message: MsgExecLegacyContent | MsgExecLegacyContent[], fee: import("../../..").StdFee | "auto", memo: string) => Promise<import("@interchainjs/types").DeliverTxResponse>;
|
|
17
17
|
/**
|
|
18
18
|
* Vote defines a method to add a vote on a specific proposal.
|
|
19
19
|
* @name vote
|
|
20
20
|
* @package cosmos.gov.v1
|
|
21
21
|
* @see proto service: cosmos.gov.v1.Vote
|
|
22
22
|
*/
|
|
23
|
-
export declare const vote: (client: import("@interchainjs/cosmos
|
|
23
|
+
export declare const vote: (client: import("@interchainjs/cosmos").ISigningClient, signerAddress: string, message: MsgVote | MsgVote[], fee: import("../../..").StdFee | "auto", memo: string) => Promise<import("@interchainjs/types").DeliverTxResponse>;
|
|
24
24
|
/**
|
|
25
25
|
* VoteWeighted defines a method to add a weighted vote on a specific proposal.
|
|
26
26
|
* @name voteWeighted
|
|
27
27
|
* @package cosmos.gov.v1
|
|
28
28
|
* @see proto service: cosmos.gov.v1.VoteWeighted
|
|
29
29
|
*/
|
|
30
|
-
export declare const voteWeighted: (client: import("@interchainjs/cosmos
|
|
30
|
+
export declare const voteWeighted: (client: import("@interchainjs/cosmos").ISigningClient, signerAddress: string, message: MsgVoteWeighted | MsgVoteWeighted[], fee: import("../../..").StdFee | "auto", memo: string) => Promise<import("@interchainjs/types").DeliverTxResponse>;
|
|
31
31
|
/**
|
|
32
32
|
* Deposit defines a method to add deposit on a specific proposal.
|
|
33
33
|
* @name deposit
|
|
34
34
|
* @package cosmos.gov.v1
|
|
35
35
|
* @see proto service: cosmos.gov.v1.Deposit
|
|
36
36
|
*/
|
|
37
|
-
export declare const deposit: (client: import("@interchainjs/cosmos
|
|
37
|
+
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>;
|
|
38
38
|
/**
|
|
39
39
|
* UpdateParams defines a governance operation for updating the x/gov module
|
|
40
40
|
* parameters. The authority is defined in the keeper.
|
|
@@ -42,11 +42,11 @@ export declare const deposit: (client: import("@interchainjs/cosmos/types/signin
|
|
|
42
42
|
* @package cosmos.gov.v1
|
|
43
43
|
* @see proto service: cosmos.gov.v1.UpdateParams
|
|
44
44
|
*/
|
|
45
|
-
export declare const updateParams: (client: import("@interchainjs/cosmos
|
|
45
|
+
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>;
|
|
46
46
|
/**
|
|
47
47
|
* CancelProposal defines a method to cancel governance proposal
|
|
48
48
|
* @name cancelProposal
|
|
49
49
|
* @package cosmos.gov.v1
|
|
50
50
|
* @see proto service: cosmos.gov.v1.CancelProposal
|
|
51
51
|
*/
|
|
52
|
-
export declare const cancelProposal: (client: import("@interchainjs/cosmos
|
|
52
|
+
export declare const cancelProposal: (client: import("@interchainjs/cosmos").ISigningClient, signerAddress: string, message: MsgCancelProposal | MsgCancelProposal[], fee: import("../../..").StdFee | "auto", memo: string) => Promise<import("@interchainjs/types").DeliverTxResponse>;
|
|
@@ -5,25 +5,25 @@ import { MsgSubmitProposal, MsgVote, MsgVoteWeighted, MsgDeposit } from "./tx";
|
|
|
5
5
|
* @package cosmos.gov.v1beta1
|
|
6
6
|
* @see proto service: cosmos.gov.v1beta1.SubmitProposal
|
|
7
7
|
*/
|
|
8
|
-
export declare const submitProposal: (client: import("@interchainjs/cosmos
|
|
8
|
+
export declare const submitProposal: (client: import("@interchainjs/cosmos").ISigningClient, signerAddress: string, message: MsgSubmitProposal | MsgSubmitProposal[], fee: import("../../..").StdFee | "auto", memo: string) => Promise<import("@interchainjs/types").DeliverTxResponse>;
|
|
9
9
|
/**
|
|
10
10
|
* Vote defines a method to add a vote on a specific proposal.
|
|
11
11
|
* @name vote
|
|
12
12
|
* @package cosmos.gov.v1beta1
|
|
13
13
|
* @see proto service: cosmos.gov.v1beta1.Vote
|
|
14
14
|
*/
|
|
15
|
-
export declare const vote: (client: import("@interchainjs/cosmos
|
|
15
|
+
export declare const vote: (client: import("@interchainjs/cosmos").ISigningClient, signerAddress: string, message: MsgVote | MsgVote[], fee: import("../../..").StdFee | "auto", memo: string) => Promise<import("@interchainjs/types").DeliverTxResponse>;
|
|
16
16
|
/**
|
|
17
17
|
* VoteWeighted defines a method to add a weighted vote on a specific proposal.
|
|
18
18
|
* @name voteWeighted
|
|
19
19
|
* @package cosmos.gov.v1beta1
|
|
20
20
|
* @see proto service: cosmos.gov.v1beta1.VoteWeighted
|
|
21
21
|
*/
|
|
22
|
-
export declare const voteWeighted: (client: import("@interchainjs/cosmos
|
|
22
|
+
export declare const voteWeighted: (client: import("@interchainjs/cosmos").ISigningClient, signerAddress: string, message: MsgVoteWeighted | MsgVoteWeighted[], fee: import("../../..").StdFee | "auto", memo: string) => Promise<import("@interchainjs/types").DeliverTxResponse>;
|
|
23
23
|
/**
|
|
24
24
|
* Deposit defines a method to add deposit on a specific proposal.
|
|
25
25
|
* @name deposit
|
|
26
26
|
* @package cosmos.gov.v1beta1
|
|
27
27
|
* @see proto service: cosmos.gov.v1beta1.Deposit
|
|
28
28
|
*/
|
|
29
|
-
export declare const deposit: (client: import("@interchainjs/cosmos
|
|
29
|
+
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>;
|
|
@@ -5,95 +5,95 @@ import { MsgCreateGroup, MsgUpdateGroupMembers, MsgUpdateGroupAdmin, MsgUpdateGr
|
|
|
5
5
|
* @package cosmos.group.v1
|
|
6
6
|
* @see proto service: cosmos.group.v1.CreateGroup
|
|
7
7
|
*/
|
|
8
|
-
export declare const createGroup: (client: import("@interchainjs/cosmos
|
|
8
|
+
export declare const createGroup: (client: import("@interchainjs/cosmos").ISigningClient, signerAddress: string, message: MsgCreateGroup | MsgCreateGroup[], fee: import("../../..").StdFee | "auto", memo: string) => Promise<import("@interchainjs/types").DeliverTxResponse>;
|
|
9
9
|
/**
|
|
10
10
|
* UpdateGroupMembers updates the group members with given group id and admin address.
|
|
11
11
|
* @name updateGroupMembers
|
|
12
12
|
* @package cosmos.group.v1
|
|
13
13
|
* @see proto service: cosmos.group.v1.UpdateGroupMembers
|
|
14
14
|
*/
|
|
15
|
-
export declare const updateGroupMembers: (client: import("@interchainjs/cosmos
|
|
15
|
+
export declare const updateGroupMembers: (client: import("@interchainjs/cosmos").ISigningClient, signerAddress: string, message: MsgUpdateGroupMembers | MsgUpdateGroupMembers[], fee: import("../../..").StdFee | "auto", memo: string) => Promise<import("@interchainjs/types").DeliverTxResponse>;
|
|
16
16
|
/**
|
|
17
17
|
* UpdateGroupAdmin updates the group admin with given group id and previous admin address.
|
|
18
18
|
* @name updateGroupAdmin
|
|
19
19
|
* @package cosmos.group.v1
|
|
20
20
|
* @see proto service: cosmos.group.v1.UpdateGroupAdmin
|
|
21
21
|
*/
|
|
22
|
-
export declare const updateGroupAdmin: (client: import("@interchainjs/cosmos
|
|
22
|
+
export declare const updateGroupAdmin: (client: import("@interchainjs/cosmos").ISigningClient, signerAddress: string, message: MsgUpdateGroupAdmin | MsgUpdateGroupAdmin[], fee: import("../../..").StdFee | "auto", memo: string) => Promise<import("@interchainjs/types").DeliverTxResponse>;
|
|
23
23
|
/**
|
|
24
24
|
* UpdateGroupMetadata updates the group metadata with given group id and admin address.
|
|
25
25
|
* @name updateGroupMetadata
|
|
26
26
|
* @package cosmos.group.v1
|
|
27
27
|
* @see proto service: cosmos.group.v1.UpdateGroupMetadata
|
|
28
28
|
*/
|
|
29
|
-
export declare const updateGroupMetadata: (client: import("@interchainjs/cosmos
|
|
29
|
+
export declare const updateGroupMetadata: (client: import("@interchainjs/cosmos").ISigningClient, signerAddress: string, message: MsgUpdateGroupMetadata | MsgUpdateGroupMetadata[], fee: import("../../..").StdFee | "auto", memo: string) => Promise<import("@interchainjs/types").DeliverTxResponse>;
|
|
30
30
|
/**
|
|
31
31
|
* CreateGroupPolicy creates a new group policy using given DecisionPolicy.
|
|
32
32
|
* @name createGroupPolicy
|
|
33
33
|
* @package cosmos.group.v1
|
|
34
34
|
* @see proto service: cosmos.group.v1.CreateGroupPolicy
|
|
35
35
|
*/
|
|
36
|
-
export declare const createGroupPolicy: (client: import("@interchainjs/cosmos
|
|
36
|
+
export declare const createGroupPolicy: (client: import("@interchainjs/cosmos").ISigningClient, signerAddress: string, message: MsgCreateGroupPolicy | MsgCreateGroupPolicy[], fee: import("../../..").StdFee | "auto", memo: string) => Promise<import("@interchainjs/types").DeliverTxResponse>;
|
|
37
37
|
/**
|
|
38
38
|
* CreateGroupWithPolicy creates a new group with policy.
|
|
39
39
|
* @name createGroupWithPolicy
|
|
40
40
|
* @package cosmos.group.v1
|
|
41
41
|
* @see proto service: cosmos.group.v1.CreateGroupWithPolicy
|
|
42
42
|
*/
|
|
43
|
-
export declare const createGroupWithPolicy: (client: import("@interchainjs/cosmos
|
|
43
|
+
export declare const createGroupWithPolicy: (client: import("@interchainjs/cosmos").ISigningClient, signerAddress: string, message: MsgCreateGroupWithPolicy | MsgCreateGroupWithPolicy[], fee: import("../../..").StdFee | "auto", memo: string) => Promise<import("@interchainjs/types").DeliverTxResponse>;
|
|
44
44
|
/**
|
|
45
45
|
* UpdateGroupPolicyAdmin updates a group policy admin.
|
|
46
46
|
* @name updateGroupPolicyAdmin
|
|
47
47
|
* @package cosmos.group.v1
|
|
48
48
|
* @see proto service: cosmos.group.v1.UpdateGroupPolicyAdmin
|
|
49
49
|
*/
|
|
50
|
-
export declare const updateGroupPolicyAdmin: (client: import("@interchainjs/cosmos
|
|
50
|
+
export declare const updateGroupPolicyAdmin: (client: import("@interchainjs/cosmos").ISigningClient, signerAddress: string, message: MsgUpdateGroupPolicyAdmin | MsgUpdateGroupPolicyAdmin[], fee: import("../../..").StdFee | "auto", memo: string) => Promise<import("@interchainjs/types").DeliverTxResponse>;
|
|
51
51
|
/**
|
|
52
52
|
* UpdateGroupPolicyDecisionPolicy allows a group policy's decision policy to be updated.
|
|
53
53
|
* @name updateGroupPolicyDecisionPolicy
|
|
54
54
|
* @package cosmos.group.v1
|
|
55
55
|
* @see proto service: cosmos.group.v1.UpdateGroupPolicyDecisionPolicy
|
|
56
56
|
*/
|
|
57
|
-
export declare const updateGroupPolicyDecisionPolicy: (client: import("@interchainjs/cosmos
|
|
57
|
+
export declare const updateGroupPolicyDecisionPolicy: (client: import("@interchainjs/cosmos").ISigningClient, signerAddress: string, message: MsgUpdateGroupPolicyDecisionPolicy | MsgUpdateGroupPolicyDecisionPolicy[], fee: import("../../..").StdFee | "auto", memo: string) => Promise<import("@interchainjs/types").DeliverTxResponse>;
|
|
58
58
|
/**
|
|
59
59
|
* UpdateGroupPolicyMetadata updates a group policy metadata.
|
|
60
60
|
* @name updateGroupPolicyMetadata
|
|
61
61
|
* @package cosmos.group.v1
|
|
62
62
|
* @see proto service: cosmos.group.v1.UpdateGroupPolicyMetadata
|
|
63
63
|
*/
|
|
64
|
-
export declare const updateGroupPolicyMetadata: (client: import("@interchainjs/cosmos
|
|
64
|
+
export declare const updateGroupPolicyMetadata: (client: import("@interchainjs/cosmos").ISigningClient, signerAddress: string, message: MsgUpdateGroupPolicyMetadata | MsgUpdateGroupPolicyMetadata[], fee: import("../../..").StdFee | "auto", memo: string) => Promise<import("@interchainjs/types").DeliverTxResponse>;
|
|
65
65
|
/**
|
|
66
66
|
* SubmitProposal submits a new proposal.
|
|
67
67
|
* @name submitProposal
|
|
68
68
|
* @package cosmos.group.v1
|
|
69
69
|
* @see proto service: cosmos.group.v1.SubmitProposal
|
|
70
70
|
*/
|
|
71
|
-
export declare const submitProposal: (client: import("@interchainjs/cosmos
|
|
71
|
+
export declare const submitProposal: (client: import("@interchainjs/cosmos").ISigningClient, signerAddress: string, message: MsgSubmitProposal | MsgSubmitProposal[], fee: import("../../..").StdFee | "auto", memo: string) => Promise<import("@interchainjs/types").DeliverTxResponse>;
|
|
72
72
|
/**
|
|
73
73
|
* WithdrawProposal withdraws a proposal.
|
|
74
74
|
* @name withdrawProposal
|
|
75
75
|
* @package cosmos.group.v1
|
|
76
76
|
* @see proto service: cosmos.group.v1.WithdrawProposal
|
|
77
77
|
*/
|
|
78
|
-
export declare const withdrawProposal: (client: import("@interchainjs/cosmos
|
|
78
|
+
export declare const withdrawProposal: (client: import("@interchainjs/cosmos").ISigningClient, signerAddress: string, message: MsgWithdrawProposal | MsgWithdrawProposal[], fee: import("../../..").StdFee | "auto", memo: string) => Promise<import("@interchainjs/types").DeliverTxResponse>;
|
|
79
79
|
/**
|
|
80
80
|
* Vote allows a voter to vote on a proposal.
|
|
81
81
|
* @name vote
|
|
82
82
|
* @package cosmos.group.v1
|
|
83
83
|
* @see proto service: cosmos.group.v1.Vote
|
|
84
84
|
*/
|
|
85
|
-
export declare const vote: (client: import("@interchainjs/cosmos
|
|
85
|
+
export declare const vote: (client: import("@interchainjs/cosmos").ISigningClient, signerAddress: string, message: MsgVote | MsgVote[], fee: import("../../..").StdFee | "auto", memo: string) => Promise<import("@interchainjs/types").DeliverTxResponse>;
|
|
86
86
|
/**
|
|
87
87
|
* Exec executes a proposal.
|
|
88
88
|
* @name exec
|
|
89
89
|
* @package cosmos.group.v1
|
|
90
90
|
* @see proto service: cosmos.group.v1.Exec
|
|
91
91
|
*/
|
|
92
|
-
export declare const exec: (client: import("@interchainjs/cosmos
|
|
92
|
+
export declare const exec: (client: import("@interchainjs/cosmos").ISigningClient, signerAddress: string, message: MsgExec | MsgExec[], fee: import("../../..").StdFee | "auto", memo: string) => Promise<import("@interchainjs/types").DeliverTxResponse>;
|
|
93
93
|
/**
|
|
94
94
|
* LeaveGroup allows a group member to leave the group.
|
|
95
95
|
* @name leaveGroup
|
|
96
96
|
* @package cosmos.group.v1
|
|
97
97
|
* @see proto service: cosmos.group.v1.LeaveGroup
|
|
98
98
|
*/
|
|
99
|
-
export declare const leaveGroup: (client: import("@interchainjs/cosmos
|
|
99
|
+
export declare const leaveGroup: (client: import("@interchainjs/cosmos").ISigningClient, signerAddress: string, message: MsgLeaveGroup | MsgLeaveGroup[], fee: import("../../..").StdFee | "auto", memo: string) => Promise<import("@interchainjs/types").DeliverTxResponse>;
|
|
@@ -190,6 +190,7 @@ export interface MemberRequestAminoMsg {
|
|
|
190
190
|
* @see proto type: cosmos.group.v1.ThresholdDecisionPolicy
|
|
191
191
|
*/
|
|
192
192
|
export interface ThresholdDecisionPolicy {
|
|
193
|
+
$typeUrl?: "/cosmos.group.v1.ThresholdDecisionPolicy";
|
|
193
194
|
/**
|
|
194
195
|
* threshold is the minimum weighted sum of `YES` votes that must be met or
|
|
195
196
|
* exceeded for a proposal to succeed.
|
|
@@ -242,6 +243,7 @@ export interface ThresholdDecisionPolicyAminoMsg {
|
|
|
242
243
|
* @see proto type: cosmos.group.v1.PercentageDecisionPolicy
|
|
243
244
|
*/
|
|
244
245
|
export interface PercentageDecisionPolicy {
|
|
246
|
+
$typeUrl?: "/cosmos.group.v1.PercentageDecisionPolicy";
|
|
245
247
|
/**
|
|
246
248
|
* percentage is the minimum percentage of the weighted sum of `YES` votes must
|
|
247
249
|
* meet for a proposal to succeed.
|
package/cosmos/group/v1/types.js
CHANGED
|
@@ -427,6 +427,7 @@ exports.MemberRequest = {
|
|
|
427
427
|
};
|
|
428
428
|
function createBaseThresholdDecisionPolicy() {
|
|
429
429
|
return {
|
|
430
|
+
$typeUrl: "/cosmos.group.v1.ThresholdDecisionPolicy",
|
|
430
431
|
threshold: "",
|
|
431
432
|
windows: undefined
|
|
432
433
|
};
|
|
@@ -534,6 +535,7 @@ exports.ThresholdDecisionPolicy = {
|
|
|
534
535
|
};
|
|
535
536
|
function createBasePercentageDecisionPolicy() {
|
|
536
537
|
return {
|
|
538
|
+
$typeUrl: "/cosmos.group.v1.PercentageDecisionPolicy",
|
|
537
539
|
percentage: "",
|
|
538
540
|
windows: undefined
|
|
539
541
|
};
|
|
@@ -5,14 +5,14 @@ import { MsgCreateValidator, MsgEditValidator, MsgDelegate, MsgBeginRedelegate,
|
|
|
5
5
|
* @package cosmos.staking.v1beta1
|
|
6
6
|
* @see proto service: cosmos.staking.v1beta1.CreateValidator
|
|
7
7
|
*/
|
|
8
|
-
export declare const createValidator: (client: import("@interchainjs/cosmos
|
|
8
|
+
export declare const createValidator: (client: import("@interchainjs/cosmos").ISigningClient, signerAddress: string, message: MsgCreateValidator | MsgCreateValidator[], fee: import("../../..").StdFee | "auto", memo: string) => Promise<import("@interchainjs/types").DeliverTxResponse>;
|
|
9
9
|
/**
|
|
10
10
|
* EditValidator defines a method for editing an existing validator.
|
|
11
11
|
* @name editValidator
|
|
12
12
|
* @package cosmos.staking.v1beta1
|
|
13
13
|
* @see proto service: cosmos.staking.v1beta1.EditValidator
|
|
14
14
|
*/
|
|
15
|
-
export declare const editValidator: (client: import("@interchainjs/cosmos
|
|
15
|
+
export declare const editValidator: (client: import("@interchainjs/cosmos").ISigningClient, signerAddress: string, message: MsgEditValidator | MsgEditValidator[], fee: import("../../..").StdFee | "auto", memo: string) => Promise<import("@interchainjs/types").DeliverTxResponse>;
|
|
16
16
|
/**
|
|
17
17
|
* Delegate defines a method for performing a delegation of coins
|
|
18
18
|
* from a delegator to a validator.
|
|
@@ -20,7 +20,7 @@ export declare const editValidator: (client: import("@interchainjs/cosmos/types/
|
|
|
20
20
|
* @package cosmos.staking.v1beta1
|
|
21
21
|
* @see proto service: cosmos.staking.v1beta1.Delegate
|
|
22
22
|
*/
|
|
23
|
-
export declare const delegate: (client: import("@interchainjs/cosmos
|
|
23
|
+
export declare const delegate: (client: import("@interchainjs/cosmos").ISigningClient, signerAddress: string, message: MsgDelegate | MsgDelegate[], fee: import("../../..").StdFee | "auto", memo: string) => Promise<import("@interchainjs/types").DeliverTxResponse>;
|
|
24
24
|
/**
|
|
25
25
|
* BeginRedelegate defines a method for performing a redelegation
|
|
26
26
|
* of coins from a delegator and source validator to a destination validator.
|
|
@@ -28,7 +28,7 @@ export declare const delegate: (client: import("@interchainjs/cosmos/types/signi
|
|
|
28
28
|
* @package cosmos.staking.v1beta1
|
|
29
29
|
* @see proto service: cosmos.staking.v1beta1.BeginRedelegate
|
|
30
30
|
*/
|
|
31
|
-
export declare const beginRedelegate: (client: import("@interchainjs/cosmos
|
|
31
|
+
export declare const beginRedelegate: (client: import("@interchainjs/cosmos").ISigningClient, signerAddress: string, message: MsgBeginRedelegate | MsgBeginRedelegate[], fee: import("../../..").StdFee | "auto", memo: string) => Promise<import("@interchainjs/types").DeliverTxResponse>;
|
|
32
32
|
/**
|
|
33
33
|
* Undelegate defines a method for performing an undelegation from a
|
|
34
34
|
* delegate and a validator.
|
|
@@ -36,7 +36,7 @@ export declare const beginRedelegate: (client: import("@interchainjs/cosmos/type
|
|
|
36
36
|
* @package cosmos.staking.v1beta1
|
|
37
37
|
* @see proto service: cosmos.staking.v1beta1.Undelegate
|
|
38
38
|
*/
|
|
39
|
-
export declare const undelegate: (client: import("@interchainjs/cosmos
|
|
39
|
+
export declare const undelegate: (client: import("@interchainjs/cosmos").ISigningClient, signerAddress: string, message: MsgUndelegate | MsgUndelegate[], fee: import("../../..").StdFee | "auto", memo: string) => Promise<import("@interchainjs/types").DeliverTxResponse>;
|
|
40
40
|
/**
|
|
41
41
|
* CancelUnbondingDelegation defines a method for performing canceling the unbonding delegation
|
|
42
42
|
* and delegate back to previous validator.
|
|
@@ -44,7 +44,7 @@ export declare const undelegate: (client: import("@interchainjs/cosmos/types/sig
|
|
|
44
44
|
* @package cosmos.staking.v1beta1
|
|
45
45
|
* @see proto service: cosmos.staking.v1beta1.CancelUnbondingDelegation
|
|
46
46
|
*/
|
|
47
|
-
export declare const cancelUnbondingDelegation: (client: import("@interchainjs/cosmos
|
|
47
|
+
export declare const cancelUnbondingDelegation: (client: import("@interchainjs/cosmos").ISigningClient, signerAddress: string, message: MsgCancelUnbondingDelegation | MsgCancelUnbondingDelegation[], fee: import("../../..").StdFee | "auto", memo: string) => Promise<import("@interchainjs/types").DeliverTxResponse>;
|
|
48
48
|
/**
|
|
49
49
|
* UpdateParams defines an operation for updating the x/staking module
|
|
50
50
|
* parameters.
|
|
@@ -52,4 +52,4 @@ export declare const cancelUnbondingDelegation: (client: import("@interchainjs/c
|
|
|
52
52
|
* @package cosmos.staking.v1beta1
|
|
53
53
|
* @see proto service: cosmos.staking.v1beta1.UpdateParams
|
|
54
54
|
*/
|
|
55
|
-
export declare const updateParams: (client: import("@interchainjs/cosmos
|
|
55
|
+
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>;
|
|
@@ -102,6 +102,7 @@ export interface PlanAminoMsg {
|
|
|
102
102
|
* @deprecated
|
|
103
103
|
*/
|
|
104
104
|
export interface SoftwareUpgradeProposal {
|
|
105
|
+
$typeUrl?: "/cosmos.upgrade.v1beta1.SoftwareUpgradeProposal";
|
|
105
106
|
/**
|
|
106
107
|
* title of the proposal
|
|
107
108
|
*/
|
|
@@ -158,6 +159,7 @@ export interface SoftwareUpgradeProposalAminoMsg {
|
|
|
158
159
|
* @deprecated
|
|
159
160
|
*/
|
|
160
161
|
export interface CancelSoftwareUpgradeProposal {
|
|
162
|
+
$typeUrl?: "/cosmos.upgrade.v1beta1.CancelSoftwareUpgradeProposal";
|
|
161
163
|
/**
|
|
162
164
|
* title of the proposal
|
|
163
165
|
*/
|
|
@@ -139,6 +139,7 @@ exports.Plan = {
|
|
|
139
139
|
};
|
|
140
140
|
function createBaseSoftwareUpgradeProposal() {
|
|
141
141
|
return {
|
|
142
|
+
$typeUrl: "/cosmos.upgrade.v1beta1.SoftwareUpgradeProposal",
|
|
142
143
|
title: "",
|
|
143
144
|
description: "",
|
|
144
145
|
plan: exports.Plan.fromPartial({})
|
|
@@ -257,6 +258,7 @@ exports.SoftwareUpgradeProposal = {
|
|
|
257
258
|
};
|
|
258
259
|
function createBaseCancelSoftwareUpgradeProposal() {
|
|
259
260
|
return {
|
|
261
|
+
$typeUrl: "/cosmos.upgrade.v1beta1.CancelSoftwareUpgradeProposal",
|
|
260
262
|
title: "",
|
|
261
263
|
description: ""
|
|
262
264
|
};
|
|
@@ -6,7 +6,7 @@ import { MsgCreateVestingAccount, MsgCreatePermanentLockedAccount, MsgCreatePeri
|
|
|
6
6
|
* @package cosmos.vesting.v1beta1
|
|
7
7
|
* @see proto service: cosmos.vesting.v1beta1.CreateVestingAccount
|
|
8
8
|
*/
|
|
9
|
-
export declare const createVestingAccount: (client: import("@interchainjs/cosmos
|
|
9
|
+
export declare const createVestingAccount: (client: import("@interchainjs/cosmos").ISigningClient, signerAddress: string, message: MsgCreateVestingAccount | MsgCreateVestingAccount[], fee: import("../../..").StdFee | "auto", memo: string) => Promise<import("@interchainjs/types").DeliverTxResponse>;
|
|
10
10
|
/**
|
|
11
11
|
* CreatePermanentLockedAccount defines a method that enables creating a permanent
|
|
12
12
|
* locked account.
|
|
@@ -14,7 +14,7 @@ export declare const createVestingAccount: (client: import("@interchainjs/cosmos
|
|
|
14
14
|
* @package cosmos.vesting.v1beta1
|
|
15
15
|
* @see proto service: cosmos.vesting.v1beta1.CreatePermanentLockedAccount
|
|
16
16
|
*/
|
|
17
|
-
export declare const createPermanentLockedAccount: (client: import("@interchainjs/cosmos
|
|
17
|
+
export declare const createPermanentLockedAccount: (client: import("@interchainjs/cosmos").ISigningClient, signerAddress: string, message: MsgCreatePermanentLockedAccount | MsgCreatePermanentLockedAccount[], fee: import("../../..").StdFee | "auto", memo: string) => Promise<import("@interchainjs/types").DeliverTxResponse>;
|
|
18
18
|
/**
|
|
19
19
|
* CreatePeriodicVestingAccount defines a method that enables creating a
|
|
20
20
|
* periodic vesting account.
|
|
@@ -22,4 +22,4 @@ export declare const createPermanentLockedAccount: (client: import("@interchainj
|
|
|
22
22
|
* @package cosmos.vesting.v1beta1
|
|
23
23
|
* @see proto service: cosmos.vesting.v1beta1.CreatePeriodicVestingAccount
|
|
24
24
|
*/
|
|
25
|
-
export declare const createPeriodicVestingAccount: (client: import("@interchainjs/cosmos
|
|
25
|
+
export declare const createPeriodicVestingAccount: (client: import("@interchainjs/cosmos").ISigningClient, signerAddress: string, message: MsgCreatePeriodicVestingAccount | MsgCreatePeriodicVestingAccount[], fee: import("../../..").StdFee | "auto", memo: string) => Promise<import("@interchainjs/types").DeliverTxResponse>;
|
|
@@ -11,6 +11,7 @@ import { DeepPartial } from "../../../helpers";
|
|
|
11
11
|
* @see proto type: cosmwasm.wasm.v1.StoreCodeAuthorization
|
|
12
12
|
*/
|
|
13
13
|
export interface StoreCodeAuthorization {
|
|
14
|
+
$typeUrl?: "/cosmwasm.wasm.v1.StoreCodeAuthorization";
|
|
14
15
|
/**
|
|
15
16
|
* Grants for code upload
|
|
16
17
|
*/
|
|
@@ -45,6 +46,7 @@ export interface StoreCodeAuthorizationAminoMsg {
|
|
|
45
46
|
* @see proto type: cosmwasm.wasm.v1.ContractExecutionAuthorization
|
|
46
47
|
*/
|
|
47
48
|
export interface ContractExecutionAuthorization {
|
|
49
|
+
$typeUrl?: "/cosmwasm.wasm.v1.ContractExecutionAuthorization";
|
|
48
50
|
/**
|
|
49
51
|
* Grants for contract executions
|
|
50
52
|
*/
|
|
@@ -79,6 +81,7 @@ export interface ContractExecutionAuthorizationAminoMsg {
|
|
|
79
81
|
* @see proto type: cosmwasm.wasm.v1.ContractMigrationAuthorization
|
|
80
82
|
*/
|
|
81
83
|
export interface ContractMigrationAuthorization {
|
|
84
|
+
$typeUrl?: "/cosmwasm.wasm.v1.ContractMigrationAuthorization";
|
|
82
85
|
/**
|
|
83
86
|
* Grants for contract migrations
|
|
84
87
|
*/
|
|
@@ -228,6 +231,7 @@ export interface ContractGrantAminoMsg {
|
|
|
228
231
|
* @see proto type: cosmwasm.wasm.v1.MaxCallsLimit
|
|
229
232
|
*/
|
|
230
233
|
export interface MaxCallsLimit {
|
|
234
|
+
$typeUrl?: "/cosmwasm.wasm.v1.MaxCallsLimit";
|
|
231
235
|
/**
|
|
232
236
|
* Remaining number that is decremented on each execution
|
|
233
237
|
*/
|
|
@@ -262,6 +266,7 @@ export interface MaxCallsLimitAminoMsg {
|
|
|
262
266
|
* @see proto type: cosmwasm.wasm.v1.MaxFundsLimit
|
|
263
267
|
*/
|
|
264
268
|
export interface MaxFundsLimit {
|
|
269
|
+
$typeUrl?: "/cosmwasm.wasm.v1.MaxFundsLimit";
|
|
265
270
|
/**
|
|
266
271
|
* Amounts is the maximal amount of tokens transferable to the contract.
|
|
267
272
|
*/
|
|
@@ -297,6 +302,7 @@ export interface MaxFundsLimitAminoMsg {
|
|
|
297
302
|
* @see proto type: cosmwasm.wasm.v1.CombinedLimit
|
|
298
303
|
*/
|
|
299
304
|
export interface CombinedLimit {
|
|
305
|
+
$typeUrl?: "/cosmwasm.wasm.v1.CombinedLimit";
|
|
300
306
|
/**
|
|
301
307
|
* Remaining number that is decremented on each execution
|
|
302
308
|
*/
|
|
@@ -341,6 +347,7 @@ export interface CombinedLimitAminoMsg {
|
|
|
341
347
|
* @see proto type: cosmwasm.wasm.v1.AllowAllMessagesFilter
|
|
342
348
|
*/
|
|
343
349
|
export interface AllowAllMessagesFilter {
|
|
350
|
+
$typeUrl?: "/cosmwasm.wasm.v1.AllowAllMessagesFilter";
|
|
344
351
|
}
|
|
345
352
|
export interface AllowAllMessagesFilterProtoMsg {
|
|
346
353
|
typeUrl: "/cosmwasm.wasm.v1.AllowAllMessagesFilter";
|
|
@@ -369,6 +376,7 @@ export interface AllowAllMessagesFilterAminoMsg {
|
|
|
369
376
|
* @see proto type: cosmwasm.wasm.v1.AcceptedMessageKeysFilter
|
|
370
377
|
*/
|
|
371
378
|
export interface AcceptedMessageKeysFilter {
|
|
379
|
+
$typeUrl?: "/cosmwasm.wasm.v1.AcceptedMessageKeysFilter";
|
|
372
380
|
/**
|
|
373
381
|
* Messages is the list of unique keys
|
|
374
382
|
*/
|
|
@@ -405,6 +413,7 @@ export interface AcceptedMessageKeysFilterAminoMsg {
|
|
|
405
413
|
* @see proto type: cosmwasm.wasm.v1.AcceptedMessagesFilter
|
|
406
414
|
*/
|
|
407
415
|
export interface AcceptedMessagesFilter {
|
|
416
|
+
$typeUrl?: "/cosmwasm.wasm.v1.AcceptedMessagesFilter";
|
|
408
417
|
/**
|
|
409
418
|
* Messages is the list of raw contract messages
|
|
410
419
|
*/
|