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

    Interface CreateTrustEntityRequest

    interface CreateTrustEntityRequest {
        content?: string;
        didId?: string;
        identifierId?: string;
        logo?: string;
        name: string;
        organisationId: string;
        privacyUrl?: string;
        role: TrustEntityRoleEnum;
        termsUrl?: string;
        trustAnchorId: string;
        type: TrustEntityTypeEnum;
        website?: string;
    }
    Index

    Properties

    content?: string
    didId?: string
    identifierId?: string
    logo?: string
    name: string
    organisationId: string
    privacyUrl?: string
    termsUrl?: string
    trustAnchorId: string
    website?: string