UNPKG
intents-framework
Version:
latest (1.0.0)
1.0.0
A reference ERC7683 implementation with TypeScript support
intents-framework
/
abi
/
Initializable.json
15 lines
•
231 B
JSON
View Raw
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
[
{
"type"
:
"event"
,
"name"
:
"Initialized"
,
"inputs"
:
[
{
"name"
:
"version"
,
"type"
:
"uint8"
,
"indexed"
:
false
,
"internalType"
:
"uint8"
}
]
,
"anonymous"
:
false
}
]