@aragon/apps-payroll
Version:
_**Code in Github:**_ [aragon-apps/apps/payroll](https://github.com/aragon/aragon-apps/tree/master/future-apps/payroll)
26 lines • 440 B
JSON
{
"abi": [
{
"anonymous": false,
"inputs": [
{
"indexed": true,
"name": "namespace",
"type": "bytes32"
},
{
"indexed": true,
"name": "appId",
"type": "bytes32"
},
{
"indexed": false,
"name": "app",
"type": "address"
}
],
"name": "SetApp",
"type": "event"
}
]
}