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
|
@@ -5,7 +5,7 @@ import { MsgStoreCode, MsgInstantiateContract, MsgInstantiateContract2, MsgExecu
|
|
|
5
5
|
* @package cosmwasm.wasm.v1
|
|
6
6
|
* @see proto service: cosmwasm.wasm.v1.StoreCode
|
|
7
7
|
*/
|
|
8
|
-
export declare const storeCode: (client: import("@interchainjs/cosmos/types").ISigningClient, signerAddress: string, message: MsgStoreCode | MsgStoreCode[], fee: import("../../..").StdFee | "auto", memo: string) => Promise<import("@interchainjs/types").DeliverTxResponse>;
|
|
8
|
+
export declare const storeCode: (client: import("@interchainjs/cosmos/types/signing-client").ISigningClient, signerAddress: string, message: MsgStoreCode | MsgStoreCode[], fee: import("../../..").StdFee | "auto", memo: string) => Promise<import("@interchainjs/types").DeliverTxResponse>;
|
|
9
9
|
/**
|
|
10
10
|
* InstantiateContract creates a new smart contract instance for the given
|
|
11
11
|
* code id.
|
|
@@ -13,7 +13,7 @@ export declare const storeCode: (client: import("@interchainjs/cosmos/types").IS
|
|
|
13
13
|
* @package cosmwasm.wasm.v1
|
|
14
14
|
* @see proto service: cosmwasm.wasm.v1.InstantiateContract
|
|
15
15
|
*/
|
|
16
|
-
export declare const instantiateContract: (client: import("@interchainjs/cosmos/types").ISigningClient, signerAddress: string, message: MsgInstantiateContract | MsgInstantiateContract[], fee: import("../../..").StdFee | "auto", memo: string) => Promise<import("@interchainjs/types").DeliverTxResponse>;
|
|
16
|
+
export declare const instantiateContract: (client: import("@interchainjs/cosmos/types/signing-client").ISigningClient, signerAddress: string, message: MsgInstantiateContract | MsgInstantiateContract[], fee: import("../../..").StdFee | "auto", memo: string) => Promise<import("@interchainjs/types").DeliverTxResponse>;
|
|
17
17
|
/**
|
|
18
18
|
* InstantiateContract2 creates a new smart contract instance for the given
|
|
19
19
|
* code id with a predictable address
|
|
@@ -21,42 +21,42 @@ export declare const instantiateContract: (client: import("@interchainjs/cosmos/
|
|
|
21
21
|
* @package cosmwasm.wasm.v1
|
|
22
22
|
* @see proto service: cosmwasm.wasm.v1.InstantiateContract2
|
|
23
23
|
*/
|
|
24
|
-
export declare const instantiateContract2: (client: import("@interchainjs/cosmos/types").ISigningClient, signerAddress: string, message: MsgInstantiateContract2 | MsgInstantiateContract2[], fee: import("../../..").StdFee | "auto", memo: string) => Promise<import("@interchainjs/types").DeliverTxResponse>;
|
|
24
|
+
export declare const instantiateContract2: (client: import("@interchainjs/cosmos/types/signing-client").ISigningClient, signerAddress: string, message: MsgInstantiateContract2 | MsgInstantiateContract2[], fee: import("../../..").StdFee | "auto", memo: string) => Promise<import("@interchainjs/types").DeliverTxResponse>;
|
|
25
25
|
/**
|
|
26
26
|
* Execute submits the given message data to a smart contract
|
|
27
27
|
* @name executeContract
|
|
28
28
|
* @package cosmwasm.wasm.v1
|
|
29
29
|
* @see proto service: cosmwasm.wasm.v1.ExecuteContract
|
|
30
30
|
*/
|
|
31
|
-
export declare const executeContract: (client: import("@interchainjs/cosmos/types").ISigningClient, signerAddress: string, message: MsgExecuteContract | MsgExecuteContract[], fee: import("../../..").StdFee | "auto", memo: string) => Promise<import("@interchainjs/types").DeliverTxResponse>;
|
|
31
|
+
export declare const executeContract: (client: import("@interchainjs/cosmos/types/signing-client").ISigningClient, signerAddress: string, message: MsgExecuteContract | MsgExecuteContract[], fee: import("../../..").StdFee | "auto", memo: string) => Promise<import("@interchainjs/types").DeliverTxResponse>;
|
|
32
32
|
/**
|
|
33
33
|
* Migrate runs a code upgrade/ downgrade for a smart contract
|
|
34
34
|
* @name migrateContract
|
|
35
35
|
* @package cosmwasm.wasm.v1
|
|
36
36
|
* @see proto service: cosmwasm.wasm.v1.MigrateContract
|
|
37
37
|
*/
|
|
38
|
-
export declare const migrateContract: (client: import("@interchainjs/cosmos/types").ISigningClient, signerAddress: string, message: MsgMigrateContract | MsgMigrateContract[], fee: import("../../..").StdFee | "auto", memo: string) => Promise<import("@interchainjs/types").DeliverTxResponse>;
|
|
38
|
+
export declare const migrateContract: (client: import("@interchainjs/cosmos/types/signing-client").ISigningClient, signerAddress: string, message: MsgMigrateContract | MsgMigrateContract[], fee: import("../../..").StdFee | "auto", memo: string) => Promise<import("@interchainjs/types").DeliverTxResponse>;
|
|
39
39
|
/**
|
|
40
40
|
* UpdateAdmin sets a new admin for a smart contract
|
|
41
41
|
* @name updateAdmin
|
|
42
42
|
* @package cosmwasm.wasm.v1
|
|
43
43
|
* @see proto service: cosmwasm.wasm.v1.UpdateAdmin
|
|
44
44
|
*/
|
|
45
|
-
export declare const updateAdmin: (client: import("@interchainjs/cosmos/types").ISigningClient, signerAddress: string, message: MsgUpdateAdmin | MsgUpdateAdmin[], fee: import("../../..").StdFee | "auto", memo: string) => Promise<import("@interchainjs/types").DeliverTxResponse>;
|
|
45
|
+
export declare const updateAdmin: (client: import("@interchainjs/cosmos/types/signing-client").ISigningClient, signerAddress: string, message: MsgUpdateAdmin | MsgUpdateAdmin[], fee: import("../../..").StdFee | "auto", memo: string) => Promise<import("@interchainjs/types").DeliverTxResponse>;
|
|
46
46
|
/**
|
|
47
47
|
* ClearAdmin removes any admin stored for a smart contract
|
|
48
48
|
* @name clearAdmin
|
|
49
49
|
* @package cosmwasm.wasm.v1
|
|
50
50
|
* @see proto service: cosmwasm.wasm.v1.ClearAdmin
|
|
51
51
|
*/
|
|
52
|
-
export declare const clearAdmin: (client: import("@interchainjs/cosmos/types").ISigningClient, signerAddress: string, message: MsgClearAdmin | MsgClearAdmin[], fee: import("../../..").StdFee | "auto", memo: string) => Promise<import("@interchainjs/types").DeliverTxResponse>;
|
|
52
|
+
export declare const clearAdmin: (client: import("@interchainjs/cosmos/types/signing-client").ISigningClient, signerAddress: string, message: MsgClearAdmin | MsgClearAdmin[], fee: import("../../..").StdFee | "auto", memo: string) => Promise<import("@interchainjs/types").DeliverTxResponse>;
|
|
53
53
|
/**
|
|
54
54
|
* UpdateInstantiateConfig updates instantiate config for a smart contract
|
|
55
55
|
* @name updateInstantiateConfig
|
|
56
56
|
* @package cosmwasm.wasm.v1
|
|
57
57
|
* @see proto service: cosmwasm.wasm.v1.UpdateInstantiateConfig
|
|
58
58
|
*/
|
|
59
|
-
export declare const updateInstantiateConfig: (client: import("@interchainjs/cosmos/types").ISigningClient, signerAddress: string, message: MsgUpdateInstantiateConfig | MsgUpdateInstantiateConfig[], fee: import("../../..").StdFee | "auto", memo: string) => Promise<import("@interchainjs/types").DeliverTxResponse>;
|
|
59
|
+
export declare const updateInstantiateConfig: (client: import("@interchainjs/cosmos/types/signing-client").ISigningClient, signerAddress: string, message: MsgUpdateInstantiateConfig | MsgUpdateInstantiateConfig[], fee: import("../../..").StdFee | "auto", memo: string) => Promise<import("@interchainjs/types").DeliverTxResponse>;
|
|
60
60
|
/**
|
|
61
61
|
* UpdateParams defines a governance operation for updating the x/wasm
|
|
62
62
|
* module parameters. The authority is defined in the keeper.
|
|
@@ -66,7 +66,7 @@ export declare const updateInstantiateConfig: (client: import("@interchainjs/cos
|
|
|
66
66
|
* @package cosmwasm.wasm.v1
|
|
67
67
|
* @see proto service: cosmwasm.wasm.v1.UpdateParams
|
|
68
68
|
*/
|
|
69
|
-
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>;
|
|
69
|
+
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>;
|
|
70
70
|
/**
|
|
71
71
|
* SudoContract defines a governance operation for calling sudo
|
|
72
72
|
* on a contract. The authority is defined in the keeper.
|
|
@@ -76,7 +76,7 @@ export declare const updateParams: (client: import("@interchainjs/cosmos/types")
|
|
|
76
76
|
* @package cosmwasm.wasm.v1
|
|
77
77
|
* @see proto service: cosmwasm.wasm.v1.SudoContract
|
|
78
78
|
*/
|
|
79
|
-
export declare const sudoContract: (client: import("@interchainjs/cosmos/types").ISigningClient, signerAddress: string, message: MsgSudoContract | MsgSudoContract[], fee: import("../../..").StdFee | "auto", memo: string) => Promise<import("@interchainjs/types").DeliverTxResponse>;
|
|
79
|
+
export declare const sudoContract: (client: import("@interchainjs/cosmos/types/signing-client").ISigningClient, signerAddress: string, message: MsgSudoContract | MsgSudoContract[], fee: import("../../..").StdFee | "auto", memo: string) => Promise<import("@interchainjs/types").DeliverTxResponse>;
|
|
80
80
|
/**
|
|
81
81
|
* PinCodes defines a governance operation for pinning a set of
|
|
82
82
|
* code ids in the wasmvm cache. The authority is defined in the keeper.
|
|
@@ -86,7 +86,7 @@ export declare const sudoContract: (client: import("@interchainjs/cosmos/types")
|
|
|
86
86
|
* @package cosmwasm.wasm.v1
|
|
87
87
|
* @see proto service: cosmwasm.wasm.v1.PinCodes
|
|
88
88
|
*/
|
|
89
|
-
export declare const pinCodes: (client: import("@interchainjs/cosmos/types").ISigningClient, signerAddress: string, message: MsgPinCodes | MsgPinCodes[], fee: import("../../..").StdFee | "auto", memo: string) => Promise<import("@interchainjs/types").DeliverTxResponse>;
|
|
89
|
+
export declare const pinCodes: (client: import("@interchainjs/cosmos/types/signing-client").ISigningClient, signerAddress: string, message: MsgPinCodes | MsgPinCodes[], fee: import("../../..").StdFee | "auto", memo: string) => Promise<import("@interchainjs/types").DeliverTxResponse>;
|
|
90
90
|
/**
|
|
91
91
|
* UnpinCodes defines a governance operation for unpinning a set of
|
|
92
92
|
* code ids in the wasmvm cache. The authority is defined in the keeper.
|
|
@@ -96,7 +96,7 @@ export declare const pinCodes: (client: import("@interchainjs/cosmos/types").ISi
|
|
|
96
96
|
* @package cosmwasm.wasm.v1
|
|
97
97
|
* @see proto service: cosmwasm.wasm.v1.UnpinCodes
|
|
98
98
|
*/
|
|
99
|
-
export declare const unpinCodes: (client: import("@interchainjs/cosmos/types").ISigningClient, signerAddress: string, message: MsgUnpinCodes | MsgUnpinCodes[], fee: import("../../..").StdFee | "auto", memo: string) => Promise<import("@interchainjs/types").DeliverTxResponse>;
|
|
99
|
+
export declare const unpinCodes: (client: import("@interchainjs/cosmos/types/signing-client").ISigningClient, signerAddress: string, message: MsgUnpinCodes | MsgUnpinCodes[], fee: import("../../..").StdFee | "auto", memo: string) => Promise<import("@interchainjs/types").DeliverTxResponse>;
|
|
100
100
|
/**
|
|
101
101
|
* StoreAndInstantiateContract defines a governance operation for storing
|
|
102
102
|
* and instantiating the contract. The authority is defined in the keeper.
|
|
@@ -106,7 +106,7 @@ export declare const unpinCodes: (client: import("@interchainjs/cosmos/types").I
|
|
|
106
106
|
* @package cosmwasm.wasm.v1
|
|
107
107
|
* @see proto service: cosmwasm.wasm.v1.StoreAndInstantiateContract
|
|
108
108
|
*/
|
|
109
|
-
export declare const storeAndInstantiateContract: (client: import("@interchainjs/cosmos/types").ISigningClient, signerAddress: string, message: MsgStoreAndInstantiateContract | MsgStoreAndInstantiateContract[], fee: import("../../..").StdFee | "auto", memo: string) => Promise<import("@interchainjs/types").DeliverTxResponse>;
|
|
109
|
+
export declare const storeAndInstantiateContract: (client: import("@interchainjs/cosmos/types/signing-client").ISigningClient, signerAddress: string, message: MsgStoreAndInstantiateContract | MsgStoreAndInstantiateContract[], fee: import("../../..").StdFee | "auto", memo: string) => Promise<import("@interchainjs/types").DeliverTxResponse>;
|
|
110
110
|
/**
|
|
111
111
|
* RemoveCodeUploadParamsAddresses defines a governance operation for
|
|
112
112
|
* removing addresses from code upload params.
|
|
@@ -115,7 +115,7 @@ export declare const storeAndInstantiateContract: (client: import("@interchainjs
|
|
|
115
115
|
* @package cosmwasm.wasm.v1
|
|
116
116
|
* @see proto service: cosmwasm.wasm.v1.RemoveCodeUploadParamsAddresses
|
|
117
117
|
*/
|
|
118
|
-
export declare const removeCodeUploadParamsAddresses: (client: import("@interchainjs/cosmos/types").ISigningClient, signerAddress: string, message: MsgRemoveCodeUploadParamsAddresses | MsgRemoveCodeUploadParamsAddresses[], fee: import("../../..").StdFee | "auto", memo: string) => Promise<import("@interchainjs/types").DeliverTxResponse>;
|
|
118
|
+
export declare const removeCodeUploadParamsAddresses: (client: import("@interchainjs/cosmos/types/signing-client").ISigningClient, signerAddress: string, message: MsgRemoveCodeUploadParamsAddresses | MsgRemoveCodeUploadParamsAddresses[], fee: import("../../..").StdFee | "auto", memo: string) => Promise<import("@interchainjs/types").DeliverTxResponse>;
|
|
119
119
|
/**
|
|
120
120
|
* AddCodeUploadParamsAddresses defines a governance operation for
|
|
121
121
|
* adding addresses to code upload params.
|
|
@@ -124,7 +124,7 @@ export declare const removeCodeUploadParamsAddresses: (client: import("@intercha
|
|
|
124
124
|
* @package cosmwasm.wasm.v1
|
|
125
125
|
* @see proto service: cosmwasm.wasm.v1.AddCodeUploadParamsAddresses
|
|
126
126
|
*/
|
|
127
|
-
export declare const addCodeUploadParamsAddresses: (client: import("@interchainjs/cosmos/types").ISigningClient, signerAddress: string, message: MsgAddCodeUploadParamsAddresses | MsgAddCodeUploadParamsAddresses[], fee: import("../../..").StdFee | "auto", memo: string) => Promise<import("@interchainjs/types").DeliverTxResponse>;
|
|
127
|
+
export declare const addCodeUploadParamsAddresses: (client: import("@interchainjs/cosmos/types/signing-client").ISigningClient, signerAddress: string, message: MsgAddCodeUploadParamsAddresses | MsgAddCodeUploadParamsAddresses[], fee: import("../../..").StdFee | "auto", memo: string) => Promise<import("@interchainjs/types").DeliverTxResponse>;
|
|
128
128
|
/**
|
|
129
129
|
* StoreAndMigrateContract defines a governance operation for storing
|
|
130
130
|
* and migrating the contract. The authority is defined in the keeper.
|
|
@@ -134,7 +134,7 @@ export declare const addCodeUploadParamsAddresses: (client: import("@interchainj
|
|
|
134
134
|
* @package cosmwasm.wasm.v1
|
|
135
135
|
* @see proto service: cosmwasm.wasm.v1.StoreAndMigrateContract
|
|
136
136
|
*/
|
|
137
|
-
export declare const storeAndMigrateContract: (client: import("@interchainjs/cosmos/types").ISigningClient, signerAddress: string, message: MsgStoreAndMigrateContract | MsgStoreAndMigrateContract[], fee: import("../../..").StdFee | "auto", memo: string) => Promise<import("@interchainjs/types").DeliverTxResponse>;
|
|
137
|
+
export declare const storeAndMigrateContract: (client: import("@interchainjs/cosmos/types/signing-client").ISigningClient, signerAddress: string, message: MsgStoreAndMigrateContract | MsgStoreAndMigrateContract[], fee: import("../../..").StdFee | "auto", memo: string) => Promise<import("@interchainjs/types").DeliverTxResponse>;
|
|
138
138
|
/**
|
|
139
139
|
* UpdateContractLabel sets a new label for a smart contract
|
|
140
140
|
*
|
|
@@ -143,4 +143,4 @@ export declare const storeAndMigrateContract: (client: import("@interchainjs/cos
|
|
|
143
143
|
* @package cosmwasm.wasm.v1
|
|
144
144
|
* @see proto service: cosmwasm.wasm.v1.UpdateContractLabel
|
|
145
145
|
*/
|
|
146
|
-
export declare const updateContractLabel: (client: import("@interchainjs/cosmos/types").ISigningClient, signerAddress: string, message: MsgUpdateContractLabel | MsgUpdateContractLabel[], fee: import("../../..").StdFee | "auto", memo: string) => Promise<import("@interchainjs/types").DeliverTxResponse>;
|
|
146
|
+
export declare const updateContractLabel: (client: import("@interchainjs/cosmos/types/signing-client").ISigningClient, signerAddress: string, message: MsgUpdateContractLabel | MsgUpdateContractLabel[], fee: import("../../..").StdFee | "auto", memo: string) => Promise<import("@interchainjs/types").DeliverTxResponse>;
|
package/esm/binary.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/esm/extern.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/esm/helper-func-types.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/esm/helpers.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/esm/index.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/esm/registry.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/esm/types.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/esm/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/esm/varint.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/extern.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
|
*/
|
|
@@ -7,4 +7,4 @@ import { HttpEndpoint } from "@interchainjs/types";
|
|
|
7
7
|
import { Rpc } from "./helpers";
|
|
8
8
|
export declare const getRpcEndpointKey: (rpcEndpoint: string | HttpEndpoint) => string;
|
|
9
9
|
export declare const getRpcClient: (rpcEndpoint: string | HttpEndpoint) => Promise<Rpc>;
|
|
10
|
-
export declare const createRpcClient: (rpcEndpoint: string | HttpEndpoint) => Promise<import("@interchainjs/types").
|
|
10
|
+
export declare const createRpcClient: (rpcEndpoint: string | HttpEndpoint) => Promise<import("@interchainjs/types").Rpc>;
|
package/extern.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/helper-func-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/helper-func-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/helpers.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/helpers.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
|
*/
|
|
@@ -5,11 +5,11 @@ import { MsgTransfer, MsgUpdateParams } from "./tx";
|
|
|
5
5
|
* @package ibc.applications.transfer.v1
|
|
6
6
|
* @see proto service: ibc.applications.transfer.v1.Transfer
|
|
7
7
|
*/
|
|
8
|
-
export declare const transfer: (client: import("@interchainjs/cosmos/types").ISigningClient, signerAddress: string, message: MsgTransfer | MsgTransfer[], fee: import("../../../..").StdFee | "auto", memo: string) => Promise<import("@interchainjs/types").DeliverTxResponse>;
|
|
8
|
+
export declare const transfer: (client: import("@interchainjs/cosmos/types/signing-client").ISigningClient, signerAddress: string, message: MsgTransfer | MsgTransfer[], fee: import("../../../..").StdFee | "auto", memo: string) => Promise<import("@interchainjs/types").DeliverTxResponse>;
|
|
9
9
|
/**
|
|
10
10
|
* UpdateParams defines a rpc handler for MsgUpdateParams.
|
|
11
11
|
* @name updateParams
|
|
12
12
|
* @package ibc.applications.transfer.v1
|
|
13
13
|
* @see proto service: ibc.applications.transfer.v1.UpdateParams
|
|
14
14
|
*/
|
|
15
|
-
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>;
|
|
15
|
+
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>;
|
|
@@ -5,35 +5,35 @@ import { MsgChannelOpenInit, MsgChannelOpenTry, MsgChannelOpenAck, MsgChannelOpe
|
|
|
5
5
|
* @package ibc.core.channel.v1
|
|
6
6
|
* @see proto service: ibc.core.channel.v1.ChannelOpenInit
|
|
7
7
|
*/
|
|
8
|
-
export declare const channelOpenInit: (client: import("@interchainjs/cosmos/types").ISigningClient, signerAddress: string, message: MsgChannelOpenInit | MsgChannelOpenInit[], fee: import("../../../..").StdFee | "auto", memo: string) => Promise<import("@interchainjs/types").DeliverTxResponse>;
|
|
8
|
+
export declare const channelOpenInit: (client: import("@interchainjs/cosmos/types/signing-client").ISigningClient, signerAddress: string, message: MsgChannelOpenInit | MsgChannelOpenInit[], fee: import("../../../..").StdFee | "auto", memo: string) => Promise<import("@interchainjs/types").DeliverTxResponse>;
|
|
9
9
|
/**
|
|
10
10
|
* ChannelOpenTry defines a rpc handler method for MsgChannelOpenTry.
|
|
11
11
|
* @name channelOpenTry
|
|
12
12
|
* @package ibc.core.channel.v1
|
|
13
13
|
* @see proto service: ibc.core.channel.v1.ChannelOpenTry
|
|
14
14
|
*/
|
|
15
|
-
export declare const channelOpenTry: (client: import("@interchainjs/cosmos/types").ISigningClient, signerAddress: string, message: MsgChannelOpenTry | MsgChannelOpenTry[], fee: import("../../../..").StdFee | "auto", memo: string) => Promise<import("@interchainjs/types").DeliverTxResponse>;
|
|
15
|
+
export declare const channelOpenTry: (client: import("@interchainjs/cosmos/types/signing-client").ISigningClient, signerAddress: string, message: MsgChannelOpenTry | MsgChannelOpenTry[], fee: import("../../../..").StdFee | "auto", memo: string) => Promise<import("@interchainjs/types").DeliverTxResponse>;
|
|
16
16
|
/**
|
|
17
17
|
* ChannelOpenAck defines a rpc handler method for MsgChannelOpenAck.
|
|
18
18
|
* @name channelOpenAck
|
|
19
19
|
* @package ibc.core.channel.v1
|
|
20
20
|
* @see proto service: ibc.core.channel.v1.ChannelOpenAck
|
|
21
21
|
*/
|
|
22
|
-
export declare const channelOpenAck: (client: import("@interchainjs/cosmos/types").ISigningClient, signerAddress: string, message: MsgChannelOpenAck | MsgChannelOpenAck[], fee: import("../../../..").StdFee | "auto", memo: string) => Promise<import("@interchainjs/types").DeliverTxResponse>;
|
|
22
|
+
export declare const channelOpenAck: (client: import("@interchainjs/cosmos/types/signing-client").ISigningClient, signerAddress: string, message: MsgChannelOpenAck | MsgChannelOpenAck[], fee: import("../../../..").StdFee | "auto", memo: string) => Promise<import("@interchainjs/types").DeliverTxResponse>;
|
|
23
23
|
/**
|
|
24
24
|
* ChannelOpenConfirm defines a rpc handler method for MsgChannelOpenConfirm.
|
|
25
25
|
* @name channelOpenConfirm
|
|
26
26
|
* @package ibc.core.channel.v1
|
|
27
27
|
* @see proto service: ibc.core.channel.v1.ChannelOpenConfirm
|
|
28
28
|
*/
|
|
29
|
-
export declare const channelOpenConfirm: (client: import("@interchainjs/cosmos/types").ISigningClient, signerAddress: string, message: MsgChannelOpenConfirm | MsgChannelOpenConfirm[], fee: import("../../../..").StdFee | "auto", memo: string) => Promise<import("@interchainjs/types").DeliverTxResponse>;
|
|
29
|
+
export declare const channelOpenConfirm: (client: import("@interchainjs/cosmos/types/signing-client").ISigningClient, signerAddress: string, message: MsgChannelOpenConfirm | MsgChannelOpenConfirm[], fee: import("../../../..").StdFee | "auto", memo: string) => Promise<import("@interchainjs/types").DeliverTxResponse>;
|
|
30
30
|
/**
|
|
31
31
|
* ChannelCloseInit defines a rpc handler method for MsgChannelCloseInit.
|
|
32
32
|
* @name channelCloseInit
|
|
33
33
|
* @package ibc.core.channel.v1
|
|
34
34
|
* @see proto service: ibc.core.channel.v1.ChannelCloseInit
|
|
35
35
|
*/
|
|
36
|
-
export declare const channelCloseInit: (client: import("@interchainjs/cosmos/types").ISigningClient, signerAddress: string, message: MsgChannelCloseInit | MsgChannelCloseInit[], fee: import("../../../..").StdFee | "auto", memo: string) => Promise<import("@interchainjs/types").DeliverTxResponse>;
|
|
36
|
+
export declare const channelCloseInit: (client: import("@interchainjs/cosmos/types/signing-client").ISigningClient, signerAddress: string, message: MsgChannelCloseInit | MsgChannelCloseInit[], fee: import("../../../..").StdFee | "auto", memo: string) => Promise<import("@interchainjs/types").DeliverTxResponse>;
|
|
37
37
|
/**
|
|
38
38
|
* ChannelCloseConfirm defines a rpc handler method for
|
|
39
39
|
* MsgChannelCloseConfirm.
|
|
@@ -41,32 +41,32 @@ export declare const channelCloseInit: (client: import("@interchainjs/cosmos/typ
|
|
|
41
41
|
* @package ibc.core.channel.v1
|
|
42
42
|
* @see proto service: ibc.core.channel.v1.ChannelCloseConfirm
|
|
43
43
|
*/
|
|
44
|
-
export declare const channelCloseConfirm: (client: import("@interchainjs/cosmos/types").ISigningClient, signerAddress: string, message: MsgChannelCloseConfirm | MsgChannelCloseConfirm[], fee: import("../../../..").StdFee | "auto", memo: string) => Promise<import("@interchainjs/types").DeliverTxResponse>;
|
|
44
|
+
export declare const channelCloseConfirm: (client: import("@interchainjs/cosmos/types/signing-client").ISigningClient, signerAddress: string, message: MsgChannelCloseConfirm | MsgChannelCloseConfirm[], fee: import("../../../..").StdFee | "auto", memo: string) => Promise<import("@interchainjs/types").DeliverTxResponse>;
|
|
45
45
|
/**
|
|
46
46
|
* RecvPacket defines a rpc handler method for MsgRecvPacket.
|
|
47
47
|
* @name recvPacket
|
|
48
48
|
* @package ibc.core.channel.v1
|
|
49
49
|
* @see proto service: ibc.core.channel.v1.RecvPacket
|
|
50
50
|
*/
|
|
51
|
-
export declare const recvPacket: (client: import("@interchainjs/cosmos/types").ISigningClient, signerAddress: string, message: MsgRecvPacket | MsgRecvPacket[], fee: import("../../../..").StdFee | "auto", memo: string) => Promise<import("@interchainjs/types").DeliverTxResponse>;
|
|
51
|
+
export declare const recvPacket: (client: import("@interchainjs/cosmos/types/signing-client").ISigningClient, signerAddress: string, message: MsgRecvPacket | MsgRecvPacket[], fee: import("../../../..").StdFee | "auto", memo: string) => Promise<import("@interchainjs/types").DeliverTxResponse>;
|
|
52
52
|
/**
|
|
53
53
|
* Timeout defines a rpc handler method for MsgTimeout.
|
|
54
54
|
* @name timeout
|
|
55
55
|
* @package ibc.core.channel.v1
|
|
56
56
|
* @see proto service: ibc.core.channel.v1.Timeout
|
|
57
57
|
*/
|
|
58
|
-
export declare const timeout: (client: import("@interchainjs/cosmos/types").ISigningClient, signerAddress: string, message: MsgTimeout | MsgTimeout[], fee: import("../../../..").StdFee | "auto", memo: string) => Promise<import("@interchainjs/types").DeliverTxResponse>;
|
|
58
|
+
export declare const timeout: (client: import("@interchainjs/cosmos/types/signing-client").ISigningClient, signerAddress: string, message: MsgTimeout | MsgTimeout[], fee: import("../../../..").StdFee | "auto", memo: string) => Promise<import("@interchainjs/types").DeliverTxResponse>;
|
|
59
59
|
/**
|
|
60
60
|
* TimeoutOnClose defines a rpc handler method for MsgTimeoutOnClose.
|
|
61
61
|
* @name timeoutOnClose
|
|
62
62
|
* @package ibc.core.channel.v1
|
|
63
63
|
* @see proto service: ibc.core.channel.v1.TimeoutOnClose
|
|
64
64
|
*/
|
|
65
|
-
export declare const timeoutOnClose: (client: import("@interchainjs/cosmos/types").ISigningClient, signerAddress: string, message: MsgTimeoutOnClose | MsgTimeoutOnClose[], fee: import("../../../..").StdFee | "auto", memo: string) => Promise<import("@interchainjs/types").DeliverTxResponse>;
|
|
65
|
+
export declare const timeoutOnClose: (client: import("@interchainjs/cosmos/types/signing-client").ISigningClient, signerAddress: string, message: MsgTimeoutOnClose | MsgTimeoutOnClose[], fee: import("../../../..").StdFee | "auto", memo: string) => Promise<import("@interchainjs/types").DeliverTxResponse>;
|
|
66
66
|
/**
|
|
67
67
|
* Acknowledgement defines a rpc handler method for MsgAcknowledgement.
|
|
68
68
|
* @name acknowledgement
|
|
69
69
|
* @package ibc.core.channel.v1
|
|
70
70
|
* @see proto service: ibc.core.channel.v1.Acknowledgement
|
|
71
71
|
*/
|
|
72
|
-
export declare const acknowledgement: (client: import("@interchainjs/cosmos/types").ISigningClient, signerAddress: string, message: MsgAcknowledgement | MsgAcknowledgement[], fee: import("../../../..").StdFee | "auto", memo: string) => Promise<import("@interchainjs/types").DeliverTxResponse>;
|
|
72
|
+
export declare const acknowledgement: (client: import("@interchainjs/cosmos/types/signing-client").ISigningClient, signerAddress: string, message: MsgAcknowledgement | MsgAcknowledgement[], fee: import("../../../..").StdFee | "auto", memo: string) => Promise<import("@interchainjs/types").DeliverTxResponse>;
|
|
@@ -5,53 +5,53 @@ import { MsgCreateClient, MsgUpdateClient, MsgUpgradeClient, MsgSubmitMisbehavio
|
|
|
5
5
|
* @package ibc.core.client.v1
|
|
6
6
|
* @see proto service: ibc.core.client.v1.CreateClient
|
|
7
7
|
*/
|
|
8
|
-
export declare const createClient: (client: import("@interchainjs/cosmos/types").ISigningClient, signerAddress: string, message: MsgCreateClient | MsgCreateClient[], fee: import("../../../..").StdFee | "auto", memo: string) => Promise<import("@interchainjs/types").DeliverTxResponse>;
|
|
8
|
+
export declare const createClient: (client: import("@interchainjs/cosmos/types/signing-client").ISigningClient, signerAddress: string, message: MsgCreateClient | MsgCreateClient[], fee: import("../../../..").StdFee | "auto", memo: string) => Promise<import("@interchainjs/types").DeliverTxResponse>;
|
|
9
9
|
/**
|
|
10
10
|
* UpdateClient defines a rpc handler method for MsgUpdateClient.
|
|
11
11
|
* @name updateClient
|
|
12
12
|
* @package ibc.core.client.v1
|
|
13
13
|
* @see proto service: ibc.core.client.v1.UpdateClient
|
|
14
14
|
*/
|
|
15
|
-
export declare const updateClient: (client: import("@interchainjs/cosmos/types").ISigningClient, signerAddress: string, message: MsgUpdateClient | MsgUpdateClient[], fee: import("../../../..").StdFee | "auto", memo: string) => Promise<import("@interchainjs/types").DeliverTxResponse>;
|
|
15
|
+
export declare const updateClient: (client: import("@interchainjs/cosmos/types/signing-client").ISigningClient, signerAddress: string, message: MsgUpdateClient | MsgUpdateClient[], fee: import("../../../..").StdFee | "auto", memo: string) => Promise<import("@interchainjs/types").DeliverTxResponse>;
|
|
16
16
|
/**
|
|
17
17
|
* UpgradeClient defines a rpc handler method for MsgUpgradeClient.
|
|
18
18
|
* @name upgradeClient
|
|
19
19
|
* @package ibc.core.client.v1
|
|
20
20
|
* @see proto service: ibc.core.client.v1.UpgradeClient
|
|
21
21
|
*/
|
|
22
|
-
export declare const upgradeClient: (client: import("@interchainjs/cosmos/types").ISigningClient, signerAddress: string, message: MsgUpgradeClient | MsgUpgradeClient[], fee: import("../../../..").StdFee | "auto", memo: string) => Promise<import("@interchainjs/types").DeliverTxResponse>;
|
|
22
|
+
export declare const upgradeClient: (client: import("@interchainjs/cosmos/types/signing-client").ISigningClient, signerAddress: string, message: MsgUpgradeClient | MsgUpgradeClient[], fee: import("../../../..").StdFee | "auto", memo: string) => Promise<import("@interchainjs/types").DeliverTxResponse>;
|
|
23
23
|
/**
|
|
24
24
|
* SubmitMisbehaviour defines a rpc handler method for MsgSubmitMisbehaviour.
|
|
25
25
|
* @name submitMisbehaviour
|
|
26
26
|
* @package ibc.core.client.v1
|
|
27
27
|
* @see proto service: ibc.core.client.v1.SubmitMisbehaviour
|
|
28
28
|
*/
|
|
29
|
-
export declare const submitMisbehaviour: (client: import("@interchainjs/cosmos/types").ISigningClient, signerAddress: string, message: MsgSubmitMisbehaviour | MsgSubmitMisbehaviour[], fee: import("../../../..").StdFee | "auto", memo: string) => Promise<import("@interchainjs/types").DeliverTxResponse>;
|
|
29
|
+
export declare const submitMisbehaviour: (client: import("@interchainjs/cosmos/types/signing-client").ISigningClient, signerAddress: string, message: MsgSubmitMisbehaviour | MsgSubmitMisbehaviour[], fee: import("../../../..").StdFee | "auto", memo: string) => Promise<import("@interchainjs/types").DeliverTxResponse>;
|
|
30
30
|
/**
|
|
31
31
|
* RecoverClient defines a rpc handler method for MsgRecoverClient.
|
|
32
32
|
* @name recoverClient
|
|
33
33
|
* @package ibc.core.client.v1
|
|
34
34
|
* @see proto service: ibc.core.client.v1.RecoverClient
|
|
35
35
|
*/
|
|
36
|
-
export declare const recoverClient: (client: import("@interchainjs/cosmos/types").ISigningClient, signerAddress: string, message: MsgRecoverClient | MsgRecoverClient[], fee: import("../../../..").StdFee | "auto", memo: string) => Promise<import("@interchainjs/types").DeliverTxResponse>;
|
|
36
|
+
export declare const recoverClient: (client: import("@interchainjs/cosmos/types/signing-client").ISigningClient, signerAddress: string, message: MsgRecoverClient | MsgRecoverClient[], fee: import("../../../..").StdFee | "auto", memo: string) => Promise<import("@interchainjs/types").DeliverTxResponse>;
|
|
37
37
|
/**
|
|
38
38
|
* IBCSoftwareUpgrade defines a rpc handler method for MsgIBCSoftwareUpgrade.
|
|
39
39
|
* @name iBCSoftwareUpgrade
|
|
40
40
|
* @package ibc.core.client.v1
|
|
41
41
|
* @see proto service: ibc.core.client.v1.IBCSoftwareUpgrade
|
|
42
42
|
*/
|
|
43
|
-
export declare const iBCSoftwareUpgrade: (client: import("@interchainjs/cosmos/types").ISigningClient, signerAddress: string, message: MsgIBCSoftwareUpgrade | MsgIBCSoftwareUpgrade[], fee: import("../../../..").StdFee | "auto", memo: string) => Promise<import("@interchainjs/types").DeliverTxResponse>;
|
|
43
|
+
export declare const iBCSoftwareUpgrade: (client: import("@interchainjs/cosmos/types/signing-client").ISigningClient, signerAddress: string, message: MsgIBCSoftwareUpgrade | MsgIBCSoftwareUpgrade[], fee: import("../../../..").StdFee | "auto", memo: string) => Promise<import("@interchainjs/types").DeliverTxResponse>;
|
|
44
44
|
/**
|
|
45
45
|
* UpdateClientParams defines a rpc handler method for MsgUpdateParams.
|
|
46
46
|
* @name updateClientParams
|
|
47
47
|
* @package ibc.core.client.v1
|
|
48
48
|
* @see proto service: ibc.core.client.v1.UpdateClientParams
|
|
49
49
|
*/
|
|
50
|
-
export declare const updateClientParams: (client: import("@interchainjs/cosmos/types").ISigningClient, signerAddress: string, message: MsgUpdateParams | MsgUpdateParams[], fee: import("../../../..").StdFee | "auto", memo: string) => Promise<import("@interchainjs/types").DeliverTxResponse>;
|
|
50
|
+
export declare const updateClientParams: (client: import("@interchainjs/cosmos/types/signing-client").ISigningClient, signerAddress: string, message: MsgUpdateParams | MsgUpdateParams[], fee: import("../../../..").StdFee | "auto", memo: string) => Promise<import("@interchainjs/types").DeliverTxResponse>;
|
|
51
51
|
/**
|
|
52
52
|
* DeleteClientCreator defines a rpc handler method for MsgDeleteClientCreator.
|
|
53
53
|
* @name deleteClientCreator
|
|
54
54
|
* @package ibc.core.client.v1
|
|
55
55
|
* @see proto service: ibc.core.client.v1.DeleteClientCreator
|
|
56
56
|
*/
|
|
57
|
-
export declare const deleteClientCreator: (client: import("@interchainjs/cosmos/types").ISigningClient, signerAddress: string, message: MsgDeleteClientCreator | MsgDeleteClientCreator[], fee: import("../../../..").StdFee | "auto", memo: string) => Promise<import("@interchainjs/types").DeliverTxResponse>;
|
|
57
|
+
export declare const deleteClientCreator: (client: import("@interchainjs/cosmos/types/signing-client").ISigningClient, signerAddress: string, message: MsgDeleteClientCreator | MsgDeleteClientCreator[], fee: import("../../../..").StdFee | "auto", memo: string) => Promise<import("@interchainjs/types").DeliverTxResponse>;
|
|
@@ -5,21 +5,21 @@ import { MsgConnectionOpenInit, MsgConnectionOpenTry, MsgConnectionOpenAck, MsgC
|
|
|
5
5
|
* @package ibc.core.connection.v1
|
|
6
6
|
* @see proto service: ibc.core.connection.v1.ConnectionOpenInit
|
|
7
7
|
*/
|
|
8
|
-
export declare const connectionOpenInit: (client: import("@interchainjs/cosmos/types").ISigningClient, signerAddress: string, message: MsgConnectionOpenInit | MsgConnectionOpenInit[], fee: import("../../../..").StdFee | "auto", memo: string) => Promise<import("@interchainjs/types").DeliverTxResponse>;
|
|
8
|
+
export declare const connectionOpenInit: (client: import("@interchainjs/cosmos/types/signing-client").ISigningClient, signerAddress: string, message: MsgConnectionOpenInit | MsgConnectionOpenInit[], fee: import("../../../..").StdFee | "auto", memo: string) => Promise<import("@interchainjs/types").DeliverTxResponse>;
|
|
9
9
|
/**
|
|
10
10
|
* ConnectionOpenTry defines a rpc handler method for MsgConnectionOpenTry.
|
|
11
11
|
* @name connectionOpenTry
|
|
12
12
|
* @package ibc.core.connection.v1
|
|
13
13
|
* @see proto service: ibc.core.connection.v1.ConnectionOpenTry
|
|
14
14
|
*/
|
|
15
|
-
export declare const connectionOpenTry: (client: import("@interchainjs/cosmos/types").ISigningClient, signerAddress: string, message: MsgConnectionOpenTry | MsgConnectionOpenTry[], fee: import("../../../..").StdFee | "auto", memo: string) => Promise<import("@interchainjs/types").DeliverTxResponse>;
|
|
15
|
+
export declare const connectionOpenTry: (client: import("@interchainjs/cosmos/types/signing-client").ISigningClient, signerAddress: string, message: MsgConnectionOpenTry | MsgConnectionOpenTry[], fee: import("../../../..").StdFee | "auto", memo: string) => Promise<import("@interchainjs/types").DeliverTxResponse>;
|
|
16
16
|
/**
|
|
17
17
|
* ConnectionOpenAck defines a rpc handler method for MsgConnectionOpenAck.
|
|
18
18
|
* @name connectionOpenAck
|
|
19
19
|
* @package ibc.core.connection.v1
|
|
20
20
|
* @see proto service: ibc.core.connection.v1.ConnectionOpenAck
|
|
21
21
|
*/
|
|
22
|
-
export declare const connectionOpenAck: (client: import("@interchainjs/cosmos/types").ISigningClient, signerAddress: string, message: MsgConnectionOpenAck | MsgConnectionOpenAck[], fee: import("../../../..").StdFee | "auto", memo: string) => Promise<import("@interchainjs/types").DeliverTxResponse>;
|
|
22
|
+
export declare const connectionOpenAck: (client: import("@interchainjs/cosmos/types/signing-client").ISigningClient, signerAddress: string, message: MsgConnectionOpenAck | MsgConnectionOpenAck[], fee: import("../../../..").StdFee | "auto", memo: string) => Promise<import("@interchainjs/types").DeliverTxResponse>;
|
|
23
23
|
/**
|
|
24
24
|
* ConnectionOpenConfirm defines a rpc handler method for
|
|
25
25
|
* MsgConnectionOpenConfirm.
|
|
@@ -27,7 +27,7 @@ export declare const connectionOpenAck: (client: import("@interchainjs/cosmos/ty
|
|
|
27
27
|
* @package ibc.core.connection.v1
|
|
28
28
|
* @see proto service: ibc.core.connection.v1.ConnectionOpenConfirm
|
|
29
29
|
*/
|
|
30
|
-
export declare const connectionOpenConfirm: (client: import("@interchainjs/cosmos/types").ISigningClient, signerAddress: string, message: MsgConnectionOpenConfirm | MsgConnectionOpenConfirm[], fee: import("../../../..").StdFee | "auto", memo: string) => Promise<import("@interchainjs/types").DeliverTxResponse>;
|
|
30
|
+
export declare const connectionOpenConfirm: (client: import("@interchainjs/cosmos/types/signing-client").ISigningClient, signerAddress: string, message: MsgConnectionOpenConfirm | MsgConnectionOpenConfirm[], fee: import("../../../..").StdFee | "auto", memo: string) => Promise<import("@interchainjs/types").DeliverTxResponse>;
|
|
31
31
|
/**
|
|
32
32
|
* UpdateConnectionParams defines a rpc handler method for
|
|
33
33
|
* MsgUpdateParams.
|
|
@@ -35,4 +35,4 @@ export declare const connectionOpenConfirm: (client: import("@interchainjs/cosmo
|
|
|
35
35
|
* @package ibc.core.connection.v1
|
|
36
36
|
* @see proto service: ibc.core.connection.v1.UpdateConnectionParams
|
|
37
37
|
*/
|
|
38
|
-
export declare const updateConnectionParams: (client: import("@interchainjs/cosmos/types").ISigningClient, signerAddress: string, message: MsgUpdateParams | MsgUpdateParams[], fee: import("../../../..").StdFee | "auto", memo: string) => Promise<import("@interchainjs/types").DeliverTxResponse>;
|
|
38
|
+
export declare const updateConnectionParams: (client: import("@interchainjs/cosmos/types/signing-client").ISigningClient, signerAddress: string, message: MsgUpdateParams | MsgUpdateParams[], fee: import("../../../..").StdFee | "auto", memo: string) => Promise<import("@interchainjs/types").DeliverTxResponse>;
|
package/index.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/index.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
|
*/
|
|
@@ -5,10 +5,10 @@ import { MsgBid, MsgUpdateParams } from "./tx";
|
|
|
5
5
|
* @package injective.auction.v1beta1
|
|
6
6
|
* @see proto service: injective.auction.v1beta1.Bid
|
|
7
7
|
*/
|
|
8
|
-
export declare const bid: (client: import("@interchainjs/cosmos/types").ISigningClient, signerAddress: string, message: MsgBid | MsgBid[], fee: import("../../..").StdFee | "auto", memo: string) => Promise<import("@interchainjs/types").DeliverTxResponse>;
|
|
8
|
+
export declare const bid: (client: import("@interchainjs/cosmos/types/signing-client").ISigningClient, signerAddress: string, message: MsgBid | MsgBid[], fee: import("../../..").StdFee | "auto", memo: string) => Promise<import("@interchainjs/types").DeliverTxResponse>;
|
|
9
9
|
/**
|
|
10
10
|
* @name updateParams
|
|
11
11
|
* @package injective.auction.v1beta1
|
|
12
12
|
* @see proto service: injective.auction.v1beta1.UpdateParams
|
|
13
13
|
*/
|
|
14
|
-
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>;
|
|
14
|
+
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>;
|