public static class NotaryError.Conflict
extends NotaryError
NotaryError.Conflict, NotaryError.SignaturesInvalid, NotaryError.SignaturesMissing, NotaryError.TimestampInvalid, NotaryError.TransactionInvalid
Constructor and Description |
---|
Conflict(WireTransaction tx,
SignedData<net.corda.core.node.services.UniquenessProvider.Conflict> conflict) |
Modifier and Type | Method and Description |
---|---|
SignedData<net.corda.core.node.services.UniquenessProvider.Conflict> |
getConflict() |
WireTransaction |
getTx() |
java.lang.String |
toString() |
public Conflict(WireTransaction tx, SignedData<net.corda.core.node.services.UniquenessProvider.Conflict> conflict)
public java.lang.String toString()
public WireTransaction getTx()
public SignedData<net.corda.core.node.services.UniquenessProvider.Conflict> getConflict()