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

    Interface ProofRequestTransactionData

    Transaction data to include in a proof request.

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

    Properties

    credentialSchemaIds: string[]

    The credential schemas (of the given proof schema) the transaction data applies to.

    data?: string

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

    type: string

    The transaction data provider to use.