fun Main(operation: String, vararg args: ByteArray): Any
The entry point of the smart contract.
operation - the method to run, specified as a string.
operation
args - a variable length array of arguments provided to the method.
args