net.corda.core.transactions / BaseTransaction / <init>

<init>

BaseTransaction(inputs: List<*>, outputs: List<TransactionState<ContractState>>, notary: Party?, mustSign: List<PublicKey>, type: TransactionType, timestamp: Timestamp?)

An abstract class defining fields shared by all transaction types in the system.