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
# Asset

## Properties

Name | Type | Description | Notes
------------ | ------------- | ------------- | -------------
**id** | **String** | The ID of the asset | 
**legacy_id** | **String** | The Legacy ID of the asset | 
**blockchain_id** | Option<**String**> | The ID of the asset's blockchain | [optional]
**display_name** | **String** | Asset's display name | 
**display_symbol** | **String** | Asset's display symbol | 
**asset_class** | [**models::AssetClass**]AssetClass.md |  | 
**onchain** | Option<[**models::AssetDetailsOnchain**]AssetDetailsOnchain.md> |  | [optional]
**metadata** | [**models::AssetDetailsMetadata**]AssetDetailsMetadata.md |  | 

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