aeso_compiler
Module
aeso_compiler
Description
Types
contract_string() = string() | binary()
contract_map() = #{bytecode => binary(),
compiler_version => binary(),
contract_souce => string(),
type_info => type_info()}
type_info()
errorstring() = binary()Exports
file(File)
file(File, Options) -> CompRet
from_string(ContractString, Options) -> CompRet
Options to control which compiler optimizations should run:
check_call(ContractString, Options) -> CheckRet
version() -> {ok, Version} | {error, term()}
Last updated
Was this helpful?