@towns-protocol/generated
Version:
## How to generate contract types
57 lines (56 loc) • 1.13 kB
text/typescript
export default [
{
"type": "function",
"name": "isEntitled",
"inputs": [
{
"name": "users",
"type": "address[]",
"internalType": "address[]"
},
{
"name": "parameters",
"type": "bytes",
"internalType": "bytes"
}
],
"outputs": [
{
"name": "",
"type": "bool",
"internalType": "bool"
}
],
"stateMutability": "view"
},
{
"type": "function",
"name": "parameters",
"inputs": [],
"outputs": [
{
"name": "",
"type": "tuple[]",
"internalType": "struct ICrossChainEntitlement.Parameter[]",
"components": [
{
"name": "name",
"type": "string",
"internalType": "string"
},
{
"name": "primitive",
"type": "string",
"internalType": "string"
},
{
"name": "description",
"type": "string",
"internalType": "string"
}
]
}
],
"stateMutability": "view"
}
] as const