CrossChainSwapResult

Documentation for eth_defi.lifi.crosschain.CrossChainSwapResult Python class.

class CrossChainSwapResult

Bases: object

Result of an executed cross-chain gas top-up.

Attributes summary

swap

The swap that was executed

tx_hash

Transaction hash on the source chain

Methods summary

__init__(swap, tx_hash)

swap: eth_defi.lifi.crosschain.CrossChainSwap

The swap that was executed

tx_hash: hexbytes.main.HexBytes

Transaction hash on the source chain

__init__(swap, tx_hash)
Parameters
Return type

None