Properties
| Property | Type | Description |
|---|---|---|
account | `0x${string}` | The taker address. |
network | EvmSwapsNetwork | The network. |
fromToken | string | The fromToken address. |
toToken | string | The toToken address. |
fromAmount | string | Amount of fromToken sold, in atomic units. |
toAmount | string | Expected output from the quote, in atomic units. |
minToAmount | string | Minimum guaranteed output, in atomic units. |
fees | | null | SwapFees | Fees as quoted at execute time, or null. |
totalNetworkFee | null | string | The estimated total network cost of the swap. On chains where there is no L1 data cost, it is calculated as gas * gasPrice. On chains where there is an L1 data cost, it is calculated as gas * gasPrice + L1 data cost. |
type | "evm-smart" | Always “evm-smart”. |
userOpHash | `0x${string}` | The user operation hash. |