UNPKG

bitcore-node

Version:

A blockchain indexing node with extended capabilities using bitcore

9 lines (8 loc) 261 B
import { EVMRouter } from '../../../providers/chain-state/evm/api/routes'; import { ETH } from './csp'; class ETHRouter extends EVMRouter { constructor() { super(ETH, 'ETH', { multisig: true }); } } export const EthRoutes = new ETHRouter().getRouter();