aergoio/aergo

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

Summary

Maintainability
Test Coverage
state.var {
    Say = state.value()
}

function hello(say)
    return "Hello " .. say
end

abi.register(hello)