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

## Properties

Name | Type | Description | Notes
------------ | ------------- | ------------- | -------------
**base_asset_id** | **String** | The blockchain base assetId | 
**vault_account_id** | **String** | The id of the vault account that initiated the request to issue the token | 
**r#type** | [**models::CollectionType**]CollectionType.md |  | 
**name** | **String** | A string that represents the name of the collection | 
**symbol** | **String** | A string that represents the symbol of the collection | 
**admin_address** | **String** | The EVM address of the user that will be set as the admin user of the collection | 
**display_name** | Option<**String**> | A string to display as a name of the collection | [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)