Journals
Publish with us
Publishing partnerships
About us
Blog
Security and Communication Networks
Journal overview
For authors
For reviewers
For editors
Table of Contents
Special Issues
Security and Communication Networks
/
2022
/
Article
/
Tab 1
/
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
;
map
prooflist
;
string
ack
;
string
note
;
}