mirror of
https://github.com/corda/corda.git
synced 2025-04-09 04:15:35 +00:00
Update release notes regarding use of TransactionBuilder
This commit is contained in:
parent
55675ef799
commit
b30e431766
@ -53,6 +53,7 @@ Summary of API changes (not exhaustive):
|
||||
Currently two types are supported: General (runs the default build and validation logic) and NotaryChange (
|
||||
contract code is not run during validation, checks that the notary field is the only difference between the
|
||||
inputs and outputs).
|
||||
``TransactionBuilder()`` is now abstract, you should use ``TransactionType.General.Builder()`` for building transactions.
|
||||
|
||||
* The cash contract has moved from ``com.r3corda.contracts`` to ``com.r3corda.contracts.cash``
|
||||
* ``Amount`` class is now generic, to support non-currency types such as physical assets. Where you previously had just
|
||||
|
Loading…
x
Reference in New Issue
Block a user