摘要: 一、区块链与区块链结构 # Block.pyimport hashlib from datetime import datetime class Block: """ 区块链结构: prev_hash: 父区块哈希值 data: 区块内容 timestamp: 区块创建时间 hash: 区块哈希值 阅读全文
posted @ 2023-11-22 13:40 aaronthon 阅读(53) 评论(0) 推荐(0) 编辑