LifiEstimateData

data class LifiEstimateData(val bid: LifiBid? = null, val bidSignature: String? = null, val gasFeeInReceivingToken: String? = null, val totalFee: String? = null, val metaTxRelayerFee: String? = null, val routerFee: String? = null)

Estimate data (arbitrary data that depends on the tool)

Constructors

Link copied to clipboard
constructor(bid: LifiBid? = null, bidSignature: String? = null, gasFeeInReceivingToken: String? = null, totalFee: String? = null, metaTxRelayerFee: String? = null, routerFee: String? = null)

Properties

Link copied to clipboard
val bid: LifiBid? = null

Bid information for the transfer

Link copied to clipboard
val bidSignature: String? = null

Bid signature

Link copied to clipboard

Gas fee in receiving token

Link copied to clipboard

Meta transaction relayer fee

Link copied to clipboard
val routerFee: String? = null

Router fee

Link copied to clipboard
val totalFee: String? = null

Total fee