Return contract template's constructor
Return contract template’s constructor ABI
GET
TypeScript
Documentation Index
Fetch the complete documentation index at: https://developers.fireblocks.com/llms.txt
Use this file to discover all available pages before exploring further.
Path Parameters
The Contract Template identifier
Query Parameters
true if you want to get the abi with its docs
Response
Contract template's constructor 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)
TypeScript