cryptoapis 1.1.0

Rust library/SDK for Crypto APIs 2.0
Documentation
# AddressTokensTransactionConfirmedEachConfirmationToken

## Properties

Name | Type | Description | Notes
------------ | ------------- | ------------- | -------------
**name** | **String** | Specifies the name of the token. | 
**symbol** | **String** | Specifies an identifier of the token, where up to five alphanumeric characters can be used for it. | 
**decimals** | Option<**String**> | Defines how many decimals can be used to break the token. | [optional]
**amount** | **String** | Defines the amount of tokens sent with the confirmed transaction. | 
**contract_address** | **String** | Specifies the address of the contract. | 
**token_id** | **String** | Specifies the ID of the token. | 
**property_id** | **String** | Defines the ID of the property for Omni Layer. | 
**transaction_type** | **String** | Defines the type of the transaction. | 
**created_by_transaction_id** | **String** | The transaction ID used to create the token. | 

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