@towns-protocol/generated
Version:
## How to generate contract types
50 lines (49 loc) • 789 B
text/typescript
export default [
{
"type": "error",
"name": "AppAlreadyInstalled",
"inputs": []
},
{
"type": "error",
"name": "InvalidAppAddress",
"inputs": [
{
"name": "app",
"type": "address",
"internalType": "address"
}
]
},
{
"type": "error",
"name": "InvalidCaller",
"inputs": []
},
{
"type": "error",
"name": "InvalidManifest",
"inputs": []
},
{
"type": "error",
"name": "NotEnoughEth",
"inputs": []
},
{
"type": "error",
"name": "UnauthorizedApp",
"inputs": [
{
"name": "app",
"type": "address",
"internalType": "address"
}
]
},
{
"type": "error",
"name": "UnauthorizedSelector",
"inputs": []
}
] as const