fireblocks-sdk 2.1.0

Rust implementation of the Fireblocks SDK
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
# TransactionResponseDestination

## Properties

Name | Type | Description | Notes
------------ | ------------- | ------------- | -------------
**destination_address** | Option<**String**> | Address where the asset was transferred. | [optional]
**destination_address_description** | Option<**String**> | Description of the address. | [optional]
**amount** | Option<**String**> | The amount to be sent to this destination. | [optional]
**amount_usd** | Option<**String**> | The USD value of the requested amount. | [optional]
**aml_screening_result** | Option<[**models::AmlScreeningResult**]AmlScreeningResult.md> |  | [optional]
**destination** | Option<[**models::DestinationTransferPeerPathResponse**]DestinationTransferPeerPathResponse.md> |  | [optional]
**authorization_info** | Option<[**models::AuthorizationInfo**]AuthorizationInfo.md> |  | [optional]

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