Integrity
This content is not available in your language yet.
type Integrity = { hash: string; previousHash: string | null;};记录完整性字段(IntegritySchema 推导)。
hash: string;previousHash
Section titled “previousHash”previousHash: string | null;Was this page helpful?
Thanks for your feedback.