UNPKG

@cityofzion/neo-js

Version:

Running NEO blockchain full node with Node.js and MongoDB.

19 lines (18 loc) 334 B
declare const profiles: { rpc: { mainnet: { endpoint: string; }[]; testnet: { endpoint: string; }[]; }; assets: { id: string; name: string; symbol: string; type: string; precision: number; }[]; }; export default profiles;