core / TransactionBuilder / <init>

<init>

TransactionBuilder(inputs: MutableList<StateRef> = arrayListOf(), attachments: MutableList<SecureHash> = arrayListOf(), outputs: MutableList<ContractState> = arrayListOf(), commands: MutableList<Command> = arrayListOf())

A mutable transaction thats in the process of being built, before all signatures are present.