Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Config ¶
type Config struct {
NodeURL string `mapstructure:"NODE_URL"`
TimelockAddress string `mapstructure:"TIMELOCK_ADDRESS"`
CallProxyAddress string `mapstructure:"CALL_PROXY_ADDRESS"`
PrivateKey string `mapstructure:"PRIVATE_KEY"`
FromBlock int64 `mapstructure:"FROM_BLOCK"`
PollPeriod int64 `mapstructure:"POLL_PERIOD"`
}
Config holds the timelock.env configuration structure.
func NewTimelockCLI ¶
NewTimelockCLI return a new Timelock instance configured.
Click to show internal directories.
Click to hide internal directories.