VeloraSwapTransaction

Documentation for eth_defi.velora.swap.VeloraSwapTransaction Python class.

class VeloraSwapTransaction

Bases: object

Velora swap transaction data.

Contains all information needed to execute a swap on Augustus Swapper.

Attributes summary

buy_token

sell_token

amount_in

min_amount_out

to

calldata

value

price_route

Methods summary

__init__(buy_token, sell_token, amount_in, ...)

__init__(buy_token, sell_token, amount_in, min_amount_out, to, calldata, value, price_route)
Parameters
Return type

None