Skip to content

Commit 9f955ee

Browse files
refactor(sdk): move ERC734 ABI to core for whitelist functionality
1 parent c8f0462 commit 9f955ee

File tree

1 file changed

+26
-0
lines changed

1 file changed

+26
-0
lines changed
Lines changed: 26 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,26 @@
1+
[
2+
{
3+
"inputs": [
4+
{
5+
"internalType": "bytes32",
6+
"name": "key",
7+
"type": "bytes32"
8+
},
9+
{
10+
"internalType": "uint256",
11+
"name": "purpose",
12+
"type": "uint256"
13+
}
14+
],
15+
"name": "keyHasPurpose",
16+
"outputs": [
17+
{
18+
"internalType": "bool",
19+
"name": "",
20+
"type": "bool"
21+
}
22+
],
23+
"stateMutability": "view",
24+
"type": "function"
25+
}
26+
]

0 commit comments

Comments
 (0)