[
{
"constant": true,
"inputs": [
{
"name":"_did",
"type":"bytes32"
}
],
"name": "getRecord",
"outputs": [
{
"name":"",
"type":"string"
}
],
"payable": false,
"stateMutability": "view",
"type": "function"
},
{
"constant": false,
"inputs": [
{
"name": "did",
"type": "bytes32"
},
{
"name": "_newHash",
"type": "string"
}
],
"name": "setRecord",
"outputs": [],
"payable": false,
"stateMutability": "nonpayable",
"type": "function"
},
{
"inputs": [],
"payable": false,
"stateMutability": "nonpayable",
"type": "constructor"
},
{
"anonymous": false,
"inputs": [],
"name": "registrationFailure",
"type": "event"
},
{
"anonymous": false,
"inputs": [
{
"indexed": false,
"name": "_ddoHash",
"type": "string"
}
],
"name": "registrationSuccess",
"type": "event"
}
]