🚀Zcash is now supported in Web3data.js! 🙌
Use web3data.zec.* for easy Zcash integrations.
This release adds full support for Zcash with an added .zec
namespace.
As with Bitcoin release 0.5.7
, this update pre-configures all methods for UTXO data and ease of use.
Methods & Features Supported:
- address.getAllAddresses
- address.getInformation
- address.getMetadata
- address.getTransactions
- address.getPendingTransactions
- address.getBalance
- address.getLatestBalance
- address.getHistoricalBalance
- address.getMultipleBalances
- address.getBalancesBatch
- address.getMetrics
- block.getBlocks
- block.getBlock
- block.getBlockNumber
- block.getTransactions
- block.getTransactionFromBlock
- block.getMetrics
- transaction.getTransactions
- transaction.getTransaction
- transaction.getPendingTransactions
RPC is also supported using:
web3data.zec.rpc('getbestblockhash')