We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3f4552c commit 82e4198Copy full SHA for 82e4198
package.json
@@ -1,6 +1,6 @@
1
{
2
"name": "@safe-global/safe-gateway-typescript-sdk",
3
- "version": "3.7.2",
+ "version": "3.7.3",
4
"main": "dist/index.js",
5
"types": "dist/index.d.ts",
6
"files": [
src/types/transactions.ts
@@ -11,7 +11,7 @@ export type InternalTransaction = {
11
operation: Operation
12
to: string
13
value?: string
14
- data?: string
+ data: string | null
15
dataDecoded?: DataDecoded
16
}
17
0 commit comments