Skip to content

Latest commit

 

History

History
33 lines (21 loc) · 1.46 KB

LeanContractDto.md

File metadata and controls

33 lines (21 loc) · 1.46 KB

LeanContractDto

Properties

Name Type Description Notes
id String The unique identifier of the contract template
name String The name of the contract template
description String A short description of the contract template
attributes ContractAttributes The attributes related to this contract template. It will be displayed in the tokenization page [optional]
isPublic Boolean Is this a contract that is viewable by all fireblocks's users or is it visible only for this workspace
canDeploy Boolean True if the workspace allowed to deploy this contract, false otherwise [optional]
owner String The workspace id of the owner of this contract template. If it's a private contract, only this workspace will be allowed to deploy it [optional]
vendor VendorDto The details of the vendor of this contract template. Applicable only for public contract templates [optional]
type TypeEnum [optional]

Enum: TypeEnum

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