Skip to content

Integrity

This content is not available in your language yet.

type Integrity = {
hash: string;
previousHash: string | null;
};

记录完整性字段(IntegritySchema 推导)。

hash: string;

previousHash: string | null;