@injectivelabs/sdk-ts 1.14.7-beta.1 → 1.14.7

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.7-beta.1",
4
+ "version": "1.14.7",
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.7-beta.1",
51
+ "@injectivelabs/token-metadata": "^1.14.7",
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": "6e007030aa53bb11d7898617d89d23e05f55d9f5",
72
+ "gitHead": "1d2e277eedb7d20a96fc347df94956ef63e45de0",
73
73
  "typedoc": {
74
74
  "entryPoint": "./src/index.ts",
75
75
  "readmeFile": "./README.md",