Skip to content
This repository has been archived by the owner on Oct 24, 2020. It is now read-only.

Official 1.0.0 Release

Compare
Choose a tag to compare
@josecelano josecelano released this 30 Jun 09:43
· 112 commits to master since this release
  • Added TXRefTest::received property
  • Renamed TXConfidence::age_seconds TXConfidence::age_millis
  • Added BtcConverter
  • Added TokenValidator
  • Added BlockCypherCoinSymbolConstants
  • Added missing property TX::next_inputs
  • Added Wallet API
  • Get wallet as address
  • Get wallet balance as address balance
  • Get full wallet as full address
  • Allow create, sign and send transactions
  • Added docs site samples for Blockchain API and Address API (without wallets and multisign endpoint)
  • Added Payment API
  • Added Microtransaction API
  • Added Decode Raw Transaction Endpoint
  • Added Push Raw Transaction Endpoint
  • Multisign txs (fund and spend)
  • Improved usability for MicroTX
  • Extracted methods from MicroTX to MicroTXClient