Run Smart Contract Function

Run function [[ var properties = onTestnet ? contract.PropertiesOnTestnet : contract.PropertiesOnNodeDebug; ]] [[ if (onTestnet) { ]]
[[ } else { ]]
[[ } ]]
An exported function of your smart contract.
Use a line break to seprate more arguments. Arguments that start with 0x will be sent as they are, with the prefix removed. Other arguments will be interpreted as numbers and converted to hex before sending.