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