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

10 lines (9 loc) 701 B
export type { Network, UtxoAddressType, BchAddressType, EvmAddressType, AddressType, AddressTypeConfig, NetworkInfo, NetworkInfoInternal, DetailedUtxoAddressType, } from './types'; export { NetworkDescriptor } from './NetworkDescriptor'; export { UtxoNetworkDescriptor } from './UtxoNetworkDescriptor'; export { BchNetworkDescriptor } from './BchNetworkDescriptor'; export { EvmNetworkDescriptor } from './EvmNetworkDescriptor'; export { EvmRpcNetworkDescriptor } from './EvmRpcNetworkDescriptor'; export type { EvmRpcConfig } from './EvmRpcNetworkDescriptor'; export { NETWORKS_INFO, createNetworkCollection } from './NetworkCollection'; export type { NetworkCollection } from './NetworkCollection';