@berrywallet/core
Version:
Berrywallet main Core for work with common cryptocurrencies like Bitcoin, Ethereum, Dash, Litecoin
12 lines (11 loc) • 400 B
TypeScript
export { getNetworkAdapter, getNetworkAdapters } from './utils';
import { TAdapterOption } from './api';
export declare enum AdapterType {
INSIGHT = "insight",
BLOCKBOOK = "blockbook",
ETHERSCAN = "etherscan",
INFURA = "infura",
BLOCKCYPHER_BIP = "blockcypher-bip",
BLOCKCYPHER_ETHER = "blockcypher-ether",
}
export declare const AdapterMap: Record<string, TAdapterOption[]>;