interface DocumentInfo {
    $type$: "DocumentInfo";
    document: SHA256Hash<BLOB>;
}

Properties

Properties

$type$: "DocumentInfo"
document: SHA256Hash<BLOB>