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 tx_hash Methods summary __init__(swap, tx_hash) __init__(swap, tx_hash) Parameters swap (eth_defi.lifi.crosschain.CrossChainSwap) – tx_hash (hexbytes.main.HexBytes) – Return type None