🙌Litecoin is now part of web3data.js 🙌
Use web3data.ltc.* for easy Litecoin integrations
This release adds full support for Litecoin with an added .ltc
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.ltc.rpc('getbestblockhash')
-- See full example: Litecoin RPC Example