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 497cef1 commit b4224e8Copy full SHA for b4224e8
src/types/decoded-data.ts
@@ -14,7 +14,7 @@ export type DecodedDataParameterValue = {
14
operation: 0 | 1
15
to: string
16
value: string
17
- data: string
+ data: string | null
18
dataDecoded?: {
19
method: string
20
parameters: DecodedDataBasicParameter[]
0 commit comments