LifiStatusRequest

data class LifiStatusRequest(val txHash: String, val bridge: LifiStatusBridge? = null, val fromChain: String? = null, val toChain: String? = null)

Used to check the status of a cross chain transfer

Constructors

Link copied to clipboard
constructor(txHash: String, bridge: LifiStatusBridge? = null, fromChain: String? = null, toChain: String? = null)

Properties

Link copied to clipboard

The bridging tool used for the transfer

Link copied to clipboard
val fromChain: String? = null

The sending chain. Can be the chain id or chain key

Link copied to clipboard
val toChain: String? = null

The receiving chain. Can be the chain id or chain key

Link copied to clipboard

The transaction hash on the sending chain, destination chain or lifi step id (required)