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

    Interface HolderAcceptCredentialRequest

    interface HolderAcceptCredentialRequest {
        didId?: string;
        holderWalletUnitId?: string;
        identifierId?: string;
        interactionId: string;
        keyId?: string;
        txCode?: string;
    }
    Index

    Properties

    didId?: string

    Deprecated. Use identifierId.

    holderWalletUnitId?: string
    identifierId?: string
    interactionId: string

    ID for this issuance.

    keyId?: string

    If you are using an identifier with multiple keys for authentication, specify which key to use. If no key is specified, the first suitable key listed will be used.

    txCode?: string

    User-provided transaction code.