@aragon/apps-payroll
Version:
_**Code in Github:**_ [aragon-apps/apps/payroll](https://github.com/aragon/aragon-apps/tree/master/future-apps/payroll)
49 lines • 875 B
JSON
{
"abi": [
{
"constant": false,
"inputs": [
{
"name": "permissionsCreator",
"type": "address"
}
],
"name": "initialize",
"outputs": [],
"payable": false,
"stateMutability": "nonpayable",
"type": "function"
},
{
"constant": true,
"inputs": [
{
"name": "who",
"type": "address"
},
{
"name": "where",
"type": "address"
},
{
"name": "what",
"type": "bytes32"
},
{
"name": "how",
"type": "bytes"
}
],
"name": "hasPermission",
"outputs": [
{
"name": "",
"type": "bool"
}
],
"payable": false,
"stateMutability": "view",
"type": "function"
}
]
}