Skip to main content

Method Signature

align.crossChain.getPermanentRoute(routeId: string): Promise<PermanentRouteAddress>

Example

const route = await align.crossChain.getPermanentRoute("route_123...");

console.log(`Deposit Address: ${route.deposit_address}`);
console.log(`Route: ${route.source_network}${route.destination_network}`);