corda / net.corda.core.contracts / AttachmentResolutionException

AttachmentResolutionException

class AttachmentResolutionException : FlowException

The node asked a remote peer for the attachment identified by hash because it is a dependency of a transaction being resolved, but the remote peer would not provide it.

Constructors

<init>

The node asked a remote peer for the attachment identified by hash because it is a dependency of a transaction being resolved, but the remote peer would not provide it.

AttachmentResolutionException(hash: AttachmentId)

Properties

hash

Hash of the bytes of the attachment, see Attachment.id

val hash: AttachmentId