public class TransactionParts
The minimum amount of information needed to notarise a transaction. Note that this does not include any sensitive transaction details.
Constructor and Description |
---|
TransactionParts(SecureHash id,
java.util.List<net.corda.core.contracts.StateRef> inputs,
Timestamp timestamp)
The minimum amount of information needed to notarise a transaction. Note that this does not include
any sensitive transaction details.
|
Modifier and Type | Method and Description |
---|---|
SecureHash |
component1() |
java.util.List<net.corda.core.contracts.StateRef> |
component2() |
Timestamp |
component3() |
TransactionParts |
copy(SecureHash id,
java.util.List<net.corda.core.contracts.StateRef> inputs,
Timestamp timestamp)
The minimum amount of information needed to notarise a transaction. Note that this does not include
any sensitive transaction details.
|
boolean |
equals(java.lang.Object p) |
SecureHash |
getId() |
java.util.List<net.corda.core.contracts.StateRef> |
getInputs() |
Timestamp |
getTimestamp() |
int |
hashCode() |
java.lang.String |
toString() |
public TransactionParts(SecureHash id, java.util.List<net.corda.core.contracts.StateRef> inputs, Timestamp timestamp)
The minimum amount of information needed to notarise a transaction. Note that this does not include any sensitive transaction details.
public SecureHash getId()
public java.util.List<net.corda.core.contracts.StateRef> getInputs()
public Timestamp getTimestamp()
public SecureHash component1()
public java.util.List<net.corda.core.contracts.StateRef> component2()
public Timestamp component3()
public TransactionParts copy(SecureHash id, java.util.List<net.corda.core.contracts.StateRef> inputs, Timestamp timestamp)
The minimum amount of information needed to notarise a transaction. Note that this does not include any sensitive transaction details.
public java.lang.String toString()
public int hashCode()
public boolean equals(java.lang.Object p)