Skip to content

Instantly share code, notes, and snippets.

@e00dan
Created July 31, 2019 12:04
Show Gist options
  • Save e00dan/44521d911b9e0e447404d942a62c527a to your computer and use it in GitHub Desktop.
Save e00dan/44521d911b9e0e447404d942a62c527a to your computer and use it in GitHub Desktop.
{
"constant": false,
"inputs": [
{
"name": "_assetId",
"type": "uint256"
},
{
"name": "_newMeterRead",
"type": "uint256"
},
{
"name": "_lastSmartMeterReadFileHash",
"type": "string"
},
{
"name": "_timestamp",
"type": "uint256"
},
{
"name": "_supplyId",
"type": "uint256"
},
{
"name": "_averagePower",
"type": "uint256"
},
{
"name": "_powerProfileURL",
"type": "string"
},
{
"name": "_powerProfileHash",
"type": "string"
}
],
"name": "saveSmartMeterRead",
"outputs": [],
"payable": false,
"stateMutability": "nonpayable",
"type": "function"
},
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment