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