Upload contract templateCopy Pagepost https://api.fireblocks.io/v1/tokenization/templatesUpload a new contract template. This contract template will be available for the workspaceBody ParamsnamestringrequiredThe name of the contract templatedescriptionstringrequiredA short description of the contract templatelongDescriptionstringA full description of the contract template. May contain to break the linesbytecodestringrequiredThe compiled artifact of this smart contract. Used for deployment of this contract templatesourcecodestringThe source code of the contract. Optional.typestringenumrequiredThe type of the contract templateFUNGIBLE_TOKENNON_FUNGIBLE_TOKENNON_TOKENTOKEN_EXTENSIONTOKEN_UTILITYAllowed:FUNGIBLE_TOKENNON_FUNGIBLE_TOKENNON_TOKENTOKEN_EXTENSIONTOKEN_UTILITYdocsobjectA natspec compliant documentation json. Can be retrieved from the output json after compilationdocs objectabiarray of objectsrequiredThe abi of the contract template. Necessary for displaying and for after deployment encodingabi*ADD objectattributesobjectThe attributes related to this contract template. It will be displayed in the tokenization pageattributes objectprotocolstringenumThe protocol that the template will be used forETHETHSOLAllowed:ETHSOLHeadersIdempotency-KeystringA unique identifier for the request. If the request is sent multiple times with the same idempotency key, the server will return the same response as the first request. The idempotency key is valid for 24 hours.Responses 201Contract was uploaded successfully defaultError ResponseUpdated 5 months ago