@refinio/one.ui
    Preparing search index...
    type IoMInfo = {
        active: boolean;
        alternateId: { profile: ProfileModel; signed: boolean };
        initiator: ProfileModel;
        mainId: { profile: ProfileModel; signed: boolean };
        request: IoMRequest;
        requestHash: SHA256Hash<IoMRequest>;
        signable: boolean;
        timestamp: number;
    }
    Index

    Properties

    active: boolean
    alternateId: { profile: ProfileModel; signed: boolean }
    initiator: ProfileModel
    mainId: { profile: ProfileModel; signed: boolean }
    request: IoMRequest
    requestHash: SHA256Hash<IoMRequest>
    signable: boolean
    timestamp: number