Skip to content

Node SDK 1.1.0

Compare
Choose a tag to compare
@jeffomatic jeffomatic released this 24 Feb 23:23

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, use createReceiver.
  • The controlWithProgram transaction builder method is deprecated. Use controlWithReceiver 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. Use spentOutputId instead.
  • The spendUnspentOutput method now takes an outputId parameter. The transactionId and position parameters are deprecated.