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

    Interface TransactionDataResponse

    Transaction data attached to a proof request.

    interface TransactionDataResponse {
        credentialSchemaIds: string[];
        data?: string;
        type: string;
    }
    Index

    Properties

    credentialSchemaIds: string[]

    The credential schemas the transaction data applies to.

    data?: string

    Type-specific transaction data content, encoded as a JSON string.

    type: string

    The transaction data provider used.