ZeroXFill

data class ZeroXFill(val from: String, val to: String, val source: String, val proportionBps: String)

A single fill in a swap route.

Parameters

from

The source token address.

to

The destination token address.

source

The liquidity source used.

proportionBps

The proportion of the swap in basis points.

Constructors

Link copied to clipboard
constructor(from: String, to: String, source: String, proportionBps: String)

Properties

Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
val to: String