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

    Interface PresentationSubmitV2CredentialRequest

    interface PresentationSubmitV2CredentialRequest {
        credentialId: string;
        transactionDataIds?: string[];
        userSelections?: string[];
    }
    Index

    Properties

    credentialId: string

    ID of the credential to submit.

    transactionDataIds?: string[]

    Optional ids of transaction-data entries to bind to this credential. Entries not listed here are auto-assigned. Ids must reference transaction data applicable to this credential. Omit entirely or use an empty array to auto-assign all transaction data.

    userSelections?: string[]

    Array of claim paths for claims where userSelection: true that the holder chooses to share. Only include paths for optional claims the holder selects. Omit entirely or use an empty array if withholding all optional claims.