This is a global collection of all people known to the user.

interface IoMRequestsRegistry {
    $type$: "IoMRequestsRegistry";
    $versionHash$?: SHA256Hash<VersionNode>;
    appId: "one.iom";
    requests: Set<SHA256Hash<IoMRequest>>;
}

Properties

$type$: "IoMRequestsRegistry"
$versionHash$?: SHA256Hash<VersionNode>
appId: "one.iom"
requests: Set<SHA256Hash<IoMRequest>>