Libticketto
    Preparing search index...

    Interface DirectoryCalls

    interface DirectoryCalls {
        insert(accountId: string, identity: AccountIdentity): Promise<void>;
        setIdentity(
            accountId: string,
            identity: Partial<AccountIdentity>,
        ): Promise<void>;
    }
    Index

    Methods