UNPKG

387 BSource Map (JSON)View Raw
1{"version":3,"file":"routing.js","sourceRoot":"","sources":["routing.ts"],"names":[],"mappings":"","sourcesContent":["export interface Route {\n nextHop: string,\n path: string[],\n auth: Buffer\n}\n\nexport interface BroadcastRoute extends Route {\n prefix: string\n}\n\nexport interface IncomingRoute {\n peer: string,\n prefix: string,\n path: string[],\n auth: Buffer\n}\n"]}
\No newline at end of file