@thirdweb-dev/contracts-js
Version:
26 lines • 455 B
JSON
[
{
"type": "function",
"name": "isValidSignature",
"inputs": [
{
"name": "_hash",
"type": "bytes32",
"internalType": "bytes32"
},
{
"name": "_signature",
"type": "bytes",
"internalType": "bytes"
}
],
"outputs": [
{
"name": "magicValue",
"type": "bytes4",
"internalType": "bytes4"
}
],
"stateMutability": "view"
}
]