corda / net.corda.core.contracts / TransactionVerificationException / UntrustedAttachmentsException

UntrustedAttachmentsException

class UntrustedAttachmentsException : CordaException

Thrown during classloading upon encountering an untrusted attachment (eg. not in the TRUSTED_UPLOADERS list)

Constructors

<init>

Thrown during classloading upon encountering an untrusted attachment (eg. not in the TRUSTED_UPLOADERS list)

UntrustedAttachmentsException(txId: SecureHash, ids: List<SecureHash>)

Properties

ids

val ids: List<SecureHash>

txId

val txId: SecureHash