@injectivelabs/sdk-ts 1.14.7-beta.1 → 1.14.10
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,6 +85,11 @@ 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
|
+
} | {
|
|
88
93
|
type: string;
|
|
89
94
|
value: {
|
|
90
95
|
granter: string;
|
|
@@ -151,11 +156,6 @@ export declare const getAminoStdSignDoc: ({ memo, chainId, accountNumber, timeou
|
|
|
151
156
|
value: {
|
|
152
157
|
validator_address: string;
|
|
153
158
|
};
|
|
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
|
-
sender: string;
|
|
51
50
|
funds: CosmosBaseV1Beta1Coin.Coin[];
|
|
51
|
+
sender: string;
|
|
52
52
|
contract: string;
|
|
53
53
|
msg: any;
|
|
54
54
|
'@type': string;
|
|
@@ -85,6 +85,11 @@ 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
|
+
} | {
|
|
88
93
|
type: string;
|
|
89
94
|
value: {
|
|
90
95
|
granter: string;
|
|
@@ -151,11 +156,6 @@ export declare const getAminoStdSignDoc: ({ memo, chainId, accountNumber, timeou
|
|
|
151
156
|
value: {
|
|
152
157
|
validator_address: string;
|
|
153
158
|
};
|
|
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
|
-
sender: string;
|
|
51
50
|
funds: CosmosBaseV1Beta1Coin.Coin[];
|
|
51
|
+
sender: string;
|
|
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.10",
|
|
5
5
|
"sideEffects": false,
|
|
6
6
|
"license": "Apache-2.0",
|
|
7
7
|
"author": {
|
|
@@ -40,17 +40,17 @@
|
|
|
40
40
|
"@ethersproject/bytes": "^5.7.0",
|
|
41
41
|
"@injectivelabs/core-proto-ts": "^0.0.21",
|
|
42
42
|
"@injectivelabs/dmm-proto-ts": "1.0.19",
|
|
43
|
-
"@injectivelabs/exceptions": "^1.14.
|
|
43
|
+
"@injectivelabs/exceptions": "^1.14.10",
|
|
44
44
|
"@injectivelabs/grpc-web": "^0.0.1",
|
|
45
45
|
"@injectivelabs/grpc-web-node-http-transport": "^0.0.2",
|
|
46
46
|
"@injectivelabs/grpc-web-react-native-transport": "^0.0.2",
|
|
47
47
|
"@injectivelabs/indexer-proto-ts": "1.11.36",
|
|
48
48
|
"@injectivelabs/mito-proto-ts": "1.0.62",
|
|
49
|
-
"@injectivelabs/networks": "^1.14.
|
|
49
|
+
"@injectivelabs/networks": "^1.14.10",
|
|
50
50
|
"@injectivelabs/test-utils": "^1.14.3",
|
|
51
|
-
"@injectivelabs/token-metadata": "^1.14.
|
|
52
|
-
"@injectivelabs/ts-types": "^1.14.
|
|
53
|
-
"@injectivelabs/utils": "^1.14.
|
|
51
|
+
"@injectivelabs/token-metadata": "^1.14.10",
|
|
52
|
+
"@injectivelabs/ts-types": "^1.14.10",
|
|
53
|
+
"@injectivelabs/utils": "^1.14.10",
|
|
54
54
|
"@metamask/eth-sig-util": "^4.0.0",
|
|
55
55
|
"axios": "^0.27.2",
|
|
56
56
|
"bech32": "^2.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": "e4bb7f4ae454ebd0b04d64b67a5beea085d92a99",
|
|
73
73
|
"typedoc": {
|
|
74
74
|
"entryPoint": "./src/index.ts",
|
|
75
75
|
"readmeFile": "./README.md",
|