UNPKG

blockchain-api

Version:

API utilities for interacting with the Exatechl2 blockchain

10 lines (8 loc) 168 B
export { getAddressBalance, isContract, getAddressTransactionCount, getAddressTransactions, getAddressInfo, getAddressTokenBalances, } from './addresses';