Add contract function
Authorizations
Body
contractIdstringRequired
functionSignaturestringRequired
abiVersionstringRequired
Responses
201Success
post
POST /v1/contracts/add-contract-function HTTP/1.1
Host:
Authorization: Bearer Bearer
Content-Type: application/json
Accept: */*
Content-Length: 125
{
"contractId": "text",
"functionSignature": "text",
"fixedFunctionParams": {
"ANY_ADDITIONAL_PROPERTY": "text"
},
"abiVersion": "text"
}
201Success
No content