Research Article

A Blockchain-Based Secure Radio Frequency Identification Ownership Transfer Protocol

Table 4

EnrollProduct function.

function EnrollProduct(uint tid, uint seed) {
   require(msg.sender = = creator);
   Seed = seed;
   TagID = tid;
}