UNPKG

@aragon/apps-payroll

Version:

_**Code in Github:**_ [aragon-apps/apps/payroll](https://github.com/aragon/aragon-apps/tree/master/future-apps/payroll)

56 lines 1.03 kB
{ "abi": [ { "constant": false, "inputs": [ { "name": "executor", "type": "address" } ], "name": "addScriptExecutor", "outputs": [ { "name": "id", "type": "uint256" } ], "payable": false, "stateMutability": "nonpayable", "type": "function" }, { "constant": false, "inputs": [ { "name": "executorId", "type": "uint256" } ], "name": "disableScriptExecutor", "outputs": [], "payable": false, "stateMutability": "nonpayable", "type": "function" }, { "constant": true, "inputs": [ { "name": "script", "type": "bytes" } ], "name": "getScriptExecutor", "outputs": [ { "name": "", "type": "address" } ], "payable": false, "stateMutability": "view", "type": "function" } ] }