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

    Interface ProofTransactionData

    Details of a single (holder-side) transaction data entry of a proof request.

    interface ProofTransactionData {
        credentialQueryIds: string[];
        id: string;
        rawTransactionData?: string;
        transactionDataDisplay: TransactionDataDisplay[];
        type: string;
    }
    Index

    Properties

    credentialQueryIds: string[]

    Credential query ids the transaction data is bound to.

    id: string
    rawTransactionData?: string

    The raw transaction data received from the verifier, encoded as a JSON string.

    transactionDataDisplay: TransactionDataDisplay[]

    Grouped key-value data for displaying the transaction to the user.

    type: string

    The transaction data provider that validated this entry.