compiler: specify safe methods in config

This commit is contained in:
Evgenii Stratonikov 2020-12-10 17:55:52 +03:00
parent d7194e4da5
commit 2341ae0c53
5 changed files with 16 additions and 1 deletions

View file

@ -51,6 +51,9 @@ type Options struct {
// The list of standards supported by the contract.
ContractSupportedStandards []string
// SafeMethods contains list of methods which will be marked as safe in manifest.
SafeMethods []string
}
type buildInfo struct {