@injectivelabs/sdk-ts 1.14.6 → 1.14.7-beta.1
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.
|
@@ -85,11 +85,6 @@ export declare const getAminoStdSignDoc: ({ memo, chainId, accountNumber, timeou
|
|
|
85
85
|
feePayer: string | undefined;
|
|
86
86
|
};
|
|
87
87
|
msgs: ({
|
|
88
|
-
type: string;
|
|
89
|
-
value: {
|
|
90
|
-
sender: string;
|
|
91
|
-
};
|
|
92
|
-
} | {
|
|
93
88
|
type: string;
|
|
94
89
|
value: {
|
|
95
90
|
granter: string;
|
|
@@ -156,6 +151,11 @@ export declare const getAminoStdSignDoc: ({ memo, chainId, accountNumber, timeou
|
|
|
156
151
|
value: {
|
|
157
152
|
validator_address: string;
|
|
158
153
|
};
|
|
154
|
+
} | {
|
|
155
|
+
type: string;
|
|
156
|
+
value: {
|
|
157
|
+
sender: string;
|
|
158
|
+
};
|
|
159
159
|
} | {
|
|
160
160
|
type: string;
|
|
161
161
|
value: import("../../staking/msgs/MsgCreateValidator").MsgCreateValidator.Object;
|
|
@@ -47,8 +47,8 @@ export default class MsgExecuteContract extends MsgBase<MsgExecuteContract.Param
|
|
|
47
47
|
value: MsgExecuteContract.Object;
|
|
48
48
|
};
|
|
49
49
|
toWeb3(): {
|
|
50
|
-
funds: CosmosBaseV1Beta1Coin.Coin[];
|
|
51
50
|
sender: string;
|
|
51
|
+
funds: CosmosBaseV1Beta1Coin.Coin[];
|
|
52
52
|
contract: string;
|
|
53
53
|
msg: any;
|
|
54
54
|
'@type': string;
|
|
@@ -85,11 +85,6 @@ export declare const getAminoStdSignDoc: ({ memo, chainId, accountNumber, timeou
|
|
|
85
85
|
feePayer: string | undefined;
|
|
86
86
|
};
|
|
87
87
|
msgs: ({
|
|
88
|
-
type: string;
|
|
89
|
-
value: {
|
|
90
|
-
sender: string;
|
|
91
|
-
};
|
|
92
|
-
} | {
|
|
93
88
|
type: string;
|
|
94
89
|
value: {
|
|
95
90
|
granter: string;
|
|
@@ -156,6 +151,11 @@ export declare const getAminoStdSignDoc: ({ memo, chainId, accountNumber, timeou
|
|
|
156
151
|
value: {
|
|
157
152
|
validator_address: string;
|
|
158
153
|
};
|
|
154
|
+
} | {
|
|
155
|
+
type: string;
|
|
156
|
+
value: {
|
|
157
|
+
sender: string;
|
|
158
|
+
};
|
|
159
159
|
} | {
|
|
160
160
|
type: string;
|
|
161
161
|
value: import("../../staking/msgs/MsgCreateValidator").MsgCreateValidator.Object;
|
|
@@ -47,8 +47,8 @@ export default class MsgExecuteContract extends MsgBase<MsgExecuteContract.Param
|
|
|
47
47
|
value: MsgExecuteContract.Object;
|
|
48
48
|
};
|
|
49
49
|
toWeb3(): {
|
|
50
|
-
funds: CosmosBaseV1Beta1Coin.Coin[];
|
|
51
50
|
sender: string;
|
|
51
|
+
funds: CosmosBaseV1Beta1Coin.Coin[];
|
|
52
52
|
contract: string;
|
|
53
53
|
msg: any;
|
|
54
54
|
'@type': string;
|
package/package.json
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@injectivelabs/sdk-ts",
|
|
3
3
|
"description": "SDK in TypeScript for building Injective applications in a browser, node, and react native environment.",
|
|
4
|
-
"version": "1.14.
|
|
4
|
+
"version": "1.14.7-beta.1",
|
|
5
5
|
"sideEffects": false,
|
|
6
6
|
"license": "Apache-2.0",
|
|
7
7
|
"author": {
|
|
@@ -48,7 +48,7 @@
|
|
|
48
48
|
"@injectivelabs/mito-proto-ts": "1.0.62",
|
|
49
49
|
"@injectivelabs/networks": "^1.14.6",
|
|
50
50
|
"@injectivelabs/test-utils": "^1.14.3",
|
|
51
|
-
"@injectivelabs/token-metadata": "^1.14.
|
|
51
|
+
"@injectivelabs/token-metadata": "^1.14.7-beta.1",
|
|
52
52
|
"@injectivelabs/ts-types": "^1.14.6",
|
|
53
53
|
"@injectivelabs/utils": "^1.14.6",
|
|
54
54
|
"@metamask/eth-sig-util": "^4.0.0",
|
|
@@ -69,7 +69,7 @@
|
|
|
69
69
|
"shx": "^0.3.2",
|
|
70
70
|
"snakecase-keys": "^5.4.1"
|
|
71
71
|
},
|
|
72
|
-
"gitHead": "
|
|
72
|
+
"gitHead": "6e007030aa53bb11d7898617d89d23e05f55d9f5",
|
|
73
73
|
"typedoc": {
|
|
74
74
|
"entryPoint": "./src/index.ts",
|
|
75
75
|
"readmeFile": "./README.md",
|