cryptoapis 1.3.0

Rust library/SDK for Crypto APIs 2.0
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
# ListSupportedTokensRi

## Properties

Name | Type | Description | Notes
------------ | ------------- | ------------- | -------------
**decimals** | **i32** | Defines the token's decimal number or all of its points after the zero. | 
**identifier** | **String** | Represents a unique identifier for the specific blockchain and network, e.g. smart contract address, property ID, etc. | 
**name** | **String** | Defines the token name. | 
**symbol** | **String** | Defines the token's unique symbol in the Crypto APIs listings. | 
**_type** | **String** | Represents the token's type representation, e.g. ERC-20, Omni, etc. | 

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