compiler: specify safe methods in config
This commit is contained in:
parent
d7194e4da5
commit
2341ae0c53
5 changed files with 16 additions and 1 deletions
|
@ -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 {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue