chainline-contracts / chainline.contracts / HubContract / Main

Main

fun Main(operation: String, vararg args: ByteArray): Any (source)

The entry point of the smart contract.

Parameters

operation - the method to run, specified as a string.

args - a variable length array of arguments provided to the method.