Skip to content

🙌Litecoin is now part of web3data.js 🙌

Compare
Choose a tag to compare
@TrevorJTClarke TrevorJTClarke released this 18 Oct 18:55
· 198 commits to master since this release
a4dfeae

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.

Social_Blog_Litecoin

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