Versions in this module Expand all Collapse all v0 v0.1.5 Aug 30, 2021 Changes in this version + var DeployCmd = &cobra.Command + type ChecksumAddr = medley.ChecksumAddr + type Contracts struct + BatcherContract common.Address + ConfigContract common.Address + DepositContract common.Address + ExecutorContract common.Address + FeeBankContract common.Address + KeyBroadcastContract common.Address + KeyperSlasherContract common.Address + TargetContract common.Address + TargetProxyContract common.Address + TokenContract common.Address + func LoadContractsJSON(path string) (*Contracts, error) + func (c *Contracts) LoadJSON(path string) error + func (c *Contracts) SaveJSON(outputFile string) error + func (c *Contracts) UnmarshalJSON(data []byte) error + func (c Contracts) MarshalJSON() ([]byte, error)