Skip to content

Latest commit

 

History

History
38 lines (22 loc) · 1020 Bytes

TokenLinkDto.md

File metadata and controls

38 lines (22 loc) · 1020 Bytes

TokenLinkDto

Properties

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]

Enum: StatusEnum

Name Value
PENDING "PENDING"
COMPLETED "COMPLETED"

Enum: TypeEnum

Name Value
FUNGIBLE_TOKEN "FUNGIBLE_TOKEN"
NON_FUNGIBLE_TOKEN "NON_FUNGIBLE_TOKEN"
TOKEN_UTILITY "TOKEN_UTILITY"
TOKEN_EXTENSION "TOKEN_EXTENSION"