@actnet/app-core - v0.1.0
    Preparing search index...

    Interface AccountInfo

    Public metadata returned by AppCore.getAccountInfo. Server-side lookup that does not require any prior interaction with the account.

    interface AccountInfo {
        did: string;
        displayName?: string;
        isBot: boolean;
    }
    Index

    Properties

    did: string
    displayName?: string

    Only populated for bot accounts. Human names live in encrypted profiles.

    isBot: boolean