Name | Type | Description | Notes |
---|---|---|---|
id | string | The token link id | [default to undefined] |
status | string | The token status | [default to undefined] |
type | string | The type of token | [optional] [default to undefined] |
refId | string | The Fireblocks' reference id | [optional] [default to undefined] |
displayName | string | The token display name. If was not provided, would be taken from the contract template | [optional] [default to undefined] |
tokenMetadata | TokenLinkDtoTokenMetadata | [optional] [default to undefined] |
-
Pending
(value:'PENDING'
) -
Completed
(value:'COMPLETED'
)
-
FungibleToken
(value:'FUNGIBLE_TOKEN'
) -
NonFungibleToken
(value:'NON_FUNGIBLE_TOKEN'
) -
TokenUtility
(value:'TOKEN_UTILITY'
) -
TokenExtension
(value:'TOKEN_EXTENSION'
)
[Back to top] [Back to API list] [Back to Model list] [Back to README]