ZeroXRoute

data class ZeroXRoute(val fills: List<ZeroXFill>? = null, val tokens: List<ZeroXRouteToken>? = null)

Route information for a swap.

Parameters

fills

List of fills that make up the route.

tokens

List of tokens involved in the route.

Constructors

Link copied to clipboard
constructor(fills: List<ZeroXFill>? = null, tokens: List<ZeroXRouteToken>? = null)

Properties

Link copied to clipboard
val fills: List<ZeroXFill>? = null
Link copied to clipboard