UNPKG

blockchain-api

Version:

API utilities for interacting with the Exatechl2 blockchain

2 lines (1 loc) 155 B
export { getAddressBalance, isContract, getAddressTransactionCount, getAddressTransactions, getAddressInfo, getAddressTokenBalances, } from './addresses';