CrossChainSwapResult
Documentation for eth_defi.lifi.crosschain.CrossChainSwapResult Python class.
- class CrossChainSwapResult
Bases:
objectResult of an executed cross-chain gas top-up.
Attributes summary
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
tx_hash (hexbytes.main.HexBytes) –
- Return type
None