| Name | Type | Description | Notes |
|---|---|---|---|
| id | String | The token link id | |
| status | StatusEnum | The token status | |
| type | TypeEnum | The type of token | [optional] |
| refId | String | The Fireblocks' reference id | [optional] |
| displayName | String | The token display name. If was not provided, would be taken from the contract template | [optional] |
| tokenMetadata | TokenLinkDtoTokenMetadata | [optional] |
| Name | Value |
|---|---|
| PENDING | "PENDING" |
| COMPLETED | "COMPLETED" |
| Name | Value |
|---|---|
| FUNGIBLE_TOKEN | "FUNGIBLE_TOKEN" |
| NON_FUNGIBLE_TOKEN | "NON_FUNGIBLE_TOKEN" |
| TOKEN_UTILITY | "TOKEN_UTILITY" |
| TOKEN_EXTENSION | "TOKEN_EXTENSION" |