Document include_child_contract_symbols option

This commit is contained in:
Gaith Hallak 2022-10-07 15:42:03 +03:00
parent 66d05535ee
commit 36f46bb163

View File

@ -51,6 +51,8 @@ The **pp_** options all print to standard output the following:
`pp_assembler` - print the generated assembler code
The option `include_child_contract_symbols` includes the symbols of child contracts functions in the generated fate code. It is turned off by default to avoid making contracts bigger on chain.
#### check_call(ContractString, Options) -> CheckRet
Types