LifiFilteredRoute

data class LifiFilteredRoute(val overallPath: String? = null, val reason: String? = null)

Filtered out route

Constructors

Link copied to clipboard
constructor(overallPath: String? = null, reason: String? = null)

Properties

Link copied to clipboard
val overallPath: String? = null

The complete representation of the attempted route (e.g., "100:USDC-hop-137:USDC-137:USDC~137:SUSHI")

Link copied to clipboard
val reason: String? = null

Our best attempt at describing the failure