Research Article

Blockchain-Based Privacy-Preserving Sensor Data Sharing with Fine-Grained Authorization in Microgrid

Algorithm 4

uploadRes .
Require: send a to the service provider
Ensure: upload response successfully.
(1)if ST(status of ) = ; then//the tip has been sent
(2) Res.text[] = ;
(3) Res.owner = ;
(4) Res.consumer = ;
(5)else
(6) return “please send a agreeing to the request”;
(7)end if