Skip to content

v0.28.0

Compare
Choose a tag to compare
@BitcoinZavior BitcoinZavior released this 16 May 21:29
a7d28a6

[0.28.0]

Updates for latest bdk-ffi version 0.28.0 and Flutter dependencies.

APIs added

  • Expose Address class's payload and network functions
  • Add fromScript constructor to Address class
  • Add SignOptions to Wallet.sign() params.
  • Add jsonSerialize function to PartiallySignedTransaction, to get the JSON serialized value of all PSBT fields.
  • Expose Transaction class's txid, weight, size, vsize, isCoinBase, isExplicitlyRbf, version, isLockTimeEnabled, lockTime, input and output functions.