dkg-evm-module
Version:
Smart contracts for OriginTrail V8
35 lines (34 loc) • 513 B
JSON
[
{
"inputs": [
{
"internalType": "uint8",
"name": "id",
"type": "uint8"
}
],
"name": "ContractAlreadyExists",
"type": "error"
},
{
"inputs": [
{
"internalType": "uint8",
"name": "id",
"type": "uint8"
}
],
"name": "ContractDoesNotExist",
"type": "error"
},
{
"inputs": [],
"name": "ZeroAddress",
"type": "error"
},
{
"inputs": [],
"name": "ZeroId",
"type": "error"
}
]