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
18
# CreateVaultAssetResponse

## Properties

Name | Type | Description | Notes
------------ | ------------- | ------------- | -------------
**id** | **String** |  | 
**address** | **String** |  | 
**legacy_address** | Option<**String**> | For BTC and some BTC forked assets only | [optional]
**enterprise_address** | Option<**String**> | For ADA (Cardano) only | [optional]
**tag** | Option<**String**> | For Tag/Memo based assets only | [optional]
**eos_account_name** | Option<**String**> | For EOS only | [optional]
**status** | Option<**String**> |  | [optional]
**activation_tx_id** | Option<**String**> |  | [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)