Identifier of the tenant.
Request containing template edit transaction details.
Request model for invoking a smart contract method with typed parameters.
Name of the smart contract function to invoke.
"mint"
Ordered list of parameters to pass to the smart contract function.
"[{\"name\": \"to\", \"value\": \"0x...\", \"blockchainType\": \"address\", ...}]"
Optional caller context for the transaction.
{
"name": "recipient",
"value": "0x1234567890abcdef1234567890abcdef12345678",
"blockchainType": "address",
"blockchainName": "Ethereum",
"order": 0,
"fields": []
}Template edit transaction created successfully.
Wrapper for API operation results containing success status, error information, and return value.
True if the operation completed successfully, false otherwise.
true
True if the operation failed, false otherwise.
false
Error information returned when the operation fails.
{
"code": "ValidationError",
"message": "The request parameters failed validation.",
"info": [
"The Name field is required.",
"The Id field must be greater than 0."
]
}The result value returned when the operation is successful.
{ "proposalId": 10042 }