LifiInternalStep

data class LifiInternalStep(val id: String, val type: LifiStepType, val tool: String, val toolDetails: LifiToolDetails, val action: LifiAction, val estimate: LifiEstimate)

Internal step (used in includedSteps)

Constructors

Link copied to clipboard
constructor(id: String, type: LifiStepType, tool: String, toolDetails: LifiToolDetails, action: LifiAction, estimate: LifiEstimate)

Properties

Link copied to clipboard

Object describing what happens in a Step

Link copied to clipboard

An estimate for the current transfer

Link copied to clipboard
val id: String

Unique identifier of the step

Link copied to clipboard

The tool used for this step. E.g. allbridge

Link copied to clipboard

The details of the tool used for this step. E.g. allbridge

Link copied to clipboard

The type of the step (swap, cross, or lifi)