UNPKG
@q-dev/gdk-sdk
Version:
latest (1.0.0-rc.16)
1.0.0-rc.16
1.0.0-rc.15
1.0.0-rc.14
1.0.0-rc.13
1.0.0-rc.12
1.0.0-rc.11
1.0.0-rc.10
1.0.0-rc.9
1.0.0-rc.8
1.0.0-rc.7
1.0.0-rc.6
1.0.0-rc.5
1.0.0-rc.3
1.0.0-rc.2
1.0.0-rc.1
0.14.4
0.14.3
0.14.1
0.14.0
0.13.0
0.12.13
0.12.12
0.12.11
0.12.8
0.12.7
0.12.5
0.12.2
0.12.1
0.12.0
0.11.0
0.10.0
0.9.7
0.9.6
0.9.5
0.9.4
0.9.0
0.8.1
0.7.11
0.7.8
0.7.7
0.7.5
0.7.4
0.7.3
0.7.0
0.6.2
0.6.1
0.6.0
0.5.3
0.5.2
0.5.1
0.4.1
0.3.2
0.3.1
0.3.0
0.2.4
0.2.3
0.2.2
0.2.1
0.2.0
Typescript Library to interact with GDK Contracts
gitlab.com/q-dev/q-gdk/gdk-sdk
@q-dev/gdk-sdk
/
lib
/
abi
/
IERC165.json
22 lines
(21 loc)
•
343 B
JSON
View Raw
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
[
{
"inputs"
:
[
{
"internalType"
:
"bytes4"
,
"name"
:
"interfaceId"
,
"type"
:
"bytes4"
}
]
,
"name"
:
"supportsInterface"
,
"outputs"
:
[
{
"internalType"
:
"bool"
,
"name"
:
""
,
"type"
:
"bool"
}
]
,
"stateMutability"
:
"view"
,
"type"
:
"function"
}
]