aergoio/aergo

View on GitHub
contract/vm_dummy/test_files/abi_localfunc.lua

Summary

Maintainability
Test Coverage
function dummy()
    system.print("dummy")
end

local function helper()
    system.print("helper")
end
abi.register(helper)