interface FormattedRoute {
    path: string;
    pricesPerHop: string;
    finalPrice: string;
    finalPriceRaw: number;
    volumeScore: string;
    poolVolumes: string;
    shortcut: RouteShortcut;
}

Properties

path: string
pricesPerHop: string
finalPrice: string
finalPriceRaw: number
volumeScore: string
poolVolumes: string
shortcut: RouteShortcut