# QuoteSaverWithdrawResponse ## Properties Name | Type | Description | Notes ------------ | ------------- | ------------- | ------------- **inbound_address** | **String** | the inbound address for the transaction on the source chain | **inbound_confirmation_blocks** | Option<**i64**> | the approximate number of source chain blocks required before processing | [optional] **inbound_confirmation_seconds** | Option<**i64**> | the approximate seconds for block confirmations required before processing | [optional] **outbound_delay_blocks** | **i64** | the number of mayachain blocks the outbound will be delayed | **outbound_delay_seconds** | **i64** | the approximate seconds for the outbound delay before it will be sent | **fees** | [**crate::models::QuoteFees**](QuoteFees.md) | | **router** | Option<**String**> | the EVM chain router contract address | [optional] **expiry** | **i64** | expiration timestamp in unix seconds | **warning** | **String** | static warning message | **notes** | **String** | chain specific quote notes | **dust_threshold** | Option<**String**> | Defines the minimum transaction size for the chain in base units (sats, wei, uatom). Transactions with asset amounts lower than the dust_threshold are ignored. | [optional] **recommended_min_amount_in** | Option<**String**> | The recommended minimum inbound amount for this transaction type & inbound asset. Sending less than this amount could result in failed refunds. | [optional] **recommended_gas_rate** | **String** | the recommended gas rate to use for the inbound to ensure timely confirmation | **gas_rate_units** | **String** | the units of the recommended gas rate | **memo** | **String** | generated memo for the withdraw, the client can use this OR send the dust amount | **dust_amount** | **String** | the dust amount of the target asset the user should send to initialize the withdraw, the client can send this OR provide the memo | **expected_amount_out** | **String** | the amount of the target asset the user can expect to withdraw after fees in 1e8 decimals | [[Back to Model list]](../README.md#documentation-for-models) [[Back to API list]](../README.md#documentation-for-api-endpoints) [[Back to README]](../README.md)