Return contract template's function
Return contract template`s function ABI by signature
GET
TypeScript
Path Parameters
The Contract Template identifier
Query Parameters
Response
Contract template`s function ABI was returned successfully
The type of the function
Available options:
[object Object], function, error, event, receive, fallback Example:
"constructor"
The name of the contract function as it appears in the ABI
Example:
"mint"
The state mutability of the contract function as it appears in the ABI
Available options:
pure, view, nonpayable, payable Example:
"pure"
The parameters that this function/constructor posses
The parameters that this 'read' function returns
The documentation of this function (if has any)
Previous
Deploy contractDeploy a new contract by contract template id. If you wish to deploy a token (ERC20, ERC721 etc), and create asset please use POST /tokenization
Next
TypeScript