Research Article

Antitampering Scheme of Evidence Transfer Information in Judicial System Based on Blockchain

Table 1

Data structure of a transaction proposal.

typedef tx struct{

int type;
int timestamp;
int recID;
int txID;
mapprooflist;
string ack;
string note;
}