UNPKG

chaingate

Version:

Multi-chain cryptocurrency SDK for TypeScript — unified API for Bitcoin, Ethereum, Litecoin, Dogecoin, Bitcoin Cash, Polygon, Arbitrum, and any EVM-compatible chain. Create wallets, query balances, send transactions, and manage tokens and NFTs across UTXO

6 lines (5 loc) 253 B
export { Keystore } from './Keystore'; export { LegacyKeystore } from './LegacyKeystore'; export type { LegacyKeystoreData } from './LegacyKeystore'; export { Web3Keystore } from './Web3Keystore'; export type { Web3KeystoreData } from './Web3Keystore';