@thirdweb-dev/contracts-js
Version:
58 lines • 1.02 kB
JSON
[
{
"type": "function",
"name": "MAGICVALUE",
"inputs": [],
"outputs": [
{
"name": "",
"type": "bytes4",
"internalType": "bytes4"
}
],
"stateMutability": "view"
},
{
"type": "function",
"name": "getMessageHash",
"inputs": [
{
"name": "_hash",
"type": "bytes32",
"internalType": "bytes32"
}
],
"outputs": [
{
"name": "",
"type": "bytes32",
"internalType": "bytes32"
}
],
"stateMutability": "view"
},
{
"type": "function",
"name": "isValidSignature",
"inputs": [
{
"name": "_message",
"type": "bytes32",
"internalType": "bytes32"
},
{
"name": "_signature",
"type": "bytes",
"internalType": "bytes"
}
],
"outputs": [
{
"name": "magicValue",
"type": "bytes4",
"internalType": "bytes4"
}
],
"stateMutability": "view"
}
]