Skip to content

Latest commit

 

History

History
35 lines (20 loc) · 1.79 KB

LeanContractDto.md

File metadata and controls

35 lines (20 loc) · 1.79 KB

LeanContractDto

Properties

Name Type Description Notes
id string The unique identifier of the contract template [default to undefined]
name string The name of the contract template [default to undefined]
description string A short description of the contract template [default to undefined]
isPublic boolean Is this a contract that is viewable by all fireblocks's users or is it visible only for this workspace [default to undefined]
attributes ContractAttributes The attributes related to this contract template. It will be displayed in the tokenization page [optional] [default to undefined]
canDeploy boolean True if the workspace allowed to deploy this contract, false otherwise [optional] [default to undefined]
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] [default to undefined]
vendor VendorDto The details of the vendor of this contract template. Applicable only for public contract templates [optional] [default to undefined]
type string [optional] [default to undefined]

Enum: LeanContractDtoTypeEnum

  • FungibleToken (value: 'FUNGIBLE_TOKEN')

  • NonFungibleToken (value: 'NON_FUNGIBLE_TOKEN')

  • NonToken (value: 'NON_TOKEN')

  • TokenExtension (value: 'TOKEN_EXTENSION')

  • TokenUtility (value: 'TOKEN_UTILITY')

[Back to top] [Back to API list] [Back to Model list] [Back to README]