v1

latestSwagger 2.02026-07-17252638.9 KB

Calls the given function from the given smart contract.

post/cmd/executeFunction

Request body

nicknamestring required

Account nickname used to sign the operation.

namestring required

Function name to call.

asyncboolean

Whether the function should be called without waiting for first event.

atstring required

Smart contract address exporting the function to call.

argsstring

Arguments to pass to the function.

maxGasstring

Amount in integer string.

coinsnumber

Set the coin amount that will be transferred to the smartContract.

expiryinteger

Set the expiry duration (in number of slots) of the transaction.

feestring

Amount in integer string.

descriptionstring

Description of the operation.

Response

OK.

operationIdstring

Operation id.