interface IoMRequest {
    $type$: "IoMRequest";
    alternateId: SHA256IdHash<Person>;
    initiator: SHA256IdHash<Person>;
    mainId: SHA256IdHash<Person>;
    mode: "full" | "light";
    timestamp: number;
}

Properties

$type$: "IoMRequest"
alternateId: SHA256IdHash<Person>
initiator: SHA256IdHash<Person>
mainId: SHA256IdHash<Person>
mode: "full" | "light"
timestamp: number