corda / net.corda.core.contracts / TransactionVerificationException / DuplicateAttachmentsRejection

DuplicateAttachmentsRejection

class DuplicateAttachmentsRejection : TransactionVerificationException

Indicates that the same attachment has been added multiple times to a transaction.

Constructors

<init>

Indicates that the same attachment has been added multiple times to a transaction.

DuplicateAttachmentsRejection(txId: SecureHash, attachmentId: Attachment)

Properties

attachmentId

val attachmentId: Attachment