corda / net.corda.flows / NotaryError / Conflict

Conflict

class Conflict : NotaryError

Constructors

<init> Conflict(txId: SecureHash, conflict: SignedData<Conflict>)

Properties

conflict val conflict: SignedData<Conflict>
txId val txId: SecureHash

Functions

toString fun toString(): String