@thorwallet/xchain-litecoin
Version:
Custom Litecoin client and utilities used by XChainJS clients
7 lines (6 loc) • 311 B
TypeScript
export { getBalance } from './get-balance';
export { getAddress } from './get-address';
export * from './types';
export * from './client';
export { broadcastTx, getDefaultFees, getDefaultFeesWithRates, getPrefix, LTC_DECIMAL, validateAddress, calcFee, } from './utils';
export { createTxInfo } from './ledger';