| Name | Type | Description | Notes |
|---|---|---|---|
| decimals | str | Defines how many decimals can be used to break the token. | [optional] |
| name | str | Specifies the name of the token. | [optional] |
| symbol | str | Specifies an identifier of the token, where up to five alphanumeric characters can be used for it. | [optional] |
| amount | str | Defines the amount of tokens sent with the transaction that is pending confirmation. | [optional] |
| contract_address | str | Specifies the address of the contract. | [optional] |
| token_id | str | Specifies the unique ID of the token. | [optional] |
| property_id | str | Defines the ID of the property for Omni Layer. | [optional] |
| transaction_type | str | Defines the type of the transaction made. | [optional] |
| created_by_transaction_id | str | The transaction ID used to create the token. | [optional] |
| any string name | bool, date, datetime, dict, float, int, list, str, none_type | any string name can be used but the value must be the correct type | [optional] |