bluefin_api 1.7.0

Bluefin API
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
# WithdrawRequestSignedFields

## Properties

Name | Type | Description | Notes
------------ | ------------- | ------------- | -------------
**asset_symbol** | **String** | Asset symbol of the withdrawn asset | 
**account_address** | **String** | The Account Address from which to withdraw assets | 
**amount_e9** | **String** | The amount in e9 of the asset that the User will withdraw from their account | 
**salt** | **String** | A uniqueness modifier for the request. This is added to guarantee uniqueness of the request. Usually a mix of timestamp and a random number | 
**eds_id** | **String** | the ID of the external datastore for the target network | 
**signed_at_millis** | **i64** | The timestamp in milliseconds when the HTTP Request payload has been signed | 

[[Back to Model list]](../README.md#documentation-for-models) [[Back to API list]](../README.md#documentation-for-api-endpoints) [[Back to README]](../README.md)