Node SDK 1.1.0
This release is a minor version update, and contains new features and deprecations. It is not compatible with cored 1.0.x; please upgrade cored before updating your SDKs.
- The
createControlProgram
method is deprecated. Instead, usecreateReceiver
. - The
controlWithProgram
transaction builder method is deprecated. UsecontrolWithReceiver
instead. - Transaction output objects and unspent outputs now have an
id
property, which is unique for that output across the history of the blockchain. - The
spentOutput
property on transaction inputs is deprecated. UsespentOutputId
instead. - The
spendUnspentOutput
method now takes anoutputId
parameter. ThetransactionId
andposition
parameters are deprecated.