Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
Types ¶
type ProjectConfig ¶
type ProjectConfig struct {
Name string
SafeMethods []string
SupportedStandards []string
Events []manifest.Event
Permissions []permission
}
ProjectConfig contains project metadata.
func ParseContractConfig ¶ added in v0.94.1
func ParseContractConfig(confFile string) (ProjectConfig, error)
ParseContractConfig reads contract configuration file (.yaml) and returns unmarshalled ProjectConfig.
Click to show internal directories.
Click to hide internal directories.