27 lines
458 B
JSON
27 lines
458 B
JSON
[
|
|
{
|
|
"inputs": [
|
|
{
|
|
"internalType": "address",
|
|
"name": "protocol",
|
|
"type": "address"
|
|
},
|
|
{
|
|
"internalType": "bytes",
|
|
"name": "permissionKey",
|
|
"type": "bytes"
|
|
}
|
|
],
|
|
"name": "isPermissioned",
|
|
"outputs": [
|
|
{
|
|
"internalType": "bool",
|
|
"name": "permissioned",
|
|
"type": "bool"
|
|
}
|
|
],
|
|
"stateMutability": "view",
|
|
"type": "function"
|
|
}
|
|
]
|