Skip to content

Latest commit

 

History

History
39 lines (19 loc) · 1.3 KB

TokenLinkDto.md

File metadata and controls

39 lines (19 loc) · 1.3 KB

TokenLinkDto

Properties

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. Can be a Fireblocks' supported asset, collectionId or contractId [optional] [default to undefined]
displayName string The token display name. If was not provided, would be taken from the contract template name [optional] [default to undefined]
tokenMetadata TokenLinkDtoTokenMetadata [optional] [default to undefined]

Enum: TokenLinkDtoStatusEnum

  • Pending (value: 'PENDING')

  • Completed (value: 'COMPLETED')

Enum: TokenLinkDtoTypeEnum

  • 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]