interface RouteShortcut {
    poolIds: string[];
    tokenPath: string[];
}

Properties

Properties

poolIds: string[]
tokenPath: string[]