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

    Interface PresentationDefinitionRequestGroup

    interface PresentationDefinitionRequestGroup {
        id: string;
        name?: string;
        purpose?: string;
        requestedCredentials: PresentationDefinitionRequestedCredential[];
        rule: PresentationDefinitionRule;
    }
    Index

    Properties

    id: string
    name?: string
    purpose?: string