Created
July 31, 2019 12:04
-
-
Save e00dan/44521d911b9e0e447404d942a62c527a to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
{ | |
"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