@procivis/react-native-one-core
    Preparing search index...

    Interface RemoteTrustEntity

    interface RemoteTrustEntity {
        createdDate: string;
        did?: DidListItem;
        id: string;
        lastModified: string;
        logo?: string;
        name: string;
        organisationId?: string;
        privacyUrl?: string;
        role: TrustEntityRoleEnum;
        state: TrustEntityStateEnum;
        termsUrl?: string;
        trustAnchor: TrustAnchor;
        website?: string;
    }

    Hierarchy (View Summary)

    Index

    Properties

    createdDate: string
    id: string
    lastModified: string
    logo?: string
    name: string
    organisationId?: string
    privacyUrl?: string
    termsUrl?: string
    trustAnchor: TrustAnchor
    website?: string