LifiTradeAssetResult

data class LifiTradeAssetResult(val hashes: List<String>, val steps: List<LifiStep>, val route: LifiRoute)

The result of a successful tradeAsset execution.

Constructors

Link copied to clipboard
constructor(hashes: List<String>, steps: List<LifiStep>, route: LifiRoute)

Properties

Link copied to clipboard

One transaction hash per executed step, in execution order.

Link copied to clipboard

The route that was selected and executed.

Link copied to clipboard

The enriched steps (with populated transactionRequest) that were executed.