chainline-contracts / chainline.contracts / WalletContract / Main

Main

fun Main(signature: ByteArray): Boolean (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.