UNPKG

multichain-controller

Version:

A Multichain crypto wallet library that supports Ethereum, Bitcoin, Solana, Waves and other EVM compatible blockchains E.g. Binance Smart Chain, Polygon, Avalanche etc.

12 lines (11 loc) 282 B
export declare const MULTICHAIN_URLS: { BTC: string; BTCTEST: string; ZEC: string; ZECTEST: string; BCH: string; BCHTEST: string; }; export declare const JSONRPC: { broadcastTransaction: (url: string) => (txHex: string) => Promise<string>; };