WireTransaction

constructor(componentGroups: List<ComponentGroup>)
constructor(componentGroups: List<ComponentGroup>, privacySalt: PrivacySalt, digestService: DigestService)


constructor(componentGroups: List<ComponentGroup>, privacySalt: PrivacySalt = PrivacySalt())

Old version of WireTransaction constructor for ABI compatibility.


constructor(inputs: List<StateRef>, attachments: List<SecureHash>, outputs: List<TransactionState<ContractState>>, commands: List<Command<*>>, notary: Party?, timeWindow: TimeWindow?, privacySalt: PrivacySalt = PrivacySalt())

Deprecated

Required only in some unit-tests and for backwards compatibility purposes.

Replace with

WireTransaction(val componentGroups: List<ComponentGroup>, override val privacySalt: PrivacySalt)