Skip to main content
. 2022 Dec 10;22(24):9670. doi: 10.3390/s22249670
Algorithm 1: The smart contract of registration.
Var APInfo[] APs;fuction Registration(String x_id, String x_detail, Roles x_roleType){  APInfo ap=new APInfo();  AP.ID=x_id;  AP.detail=x_detail;  AP.roleType=x_roleType;  return x_keypairs;}