Versions in this module Expand all Collapse all v0 v0.55.2 Apr 12, 2025 v0.55.1 Apr 12, 2025 Changes in this version + func Address(key string, def types.Address) (v types.Address) + func Bool(key string, def bool) bool + func Duration(key string, def time.Duration) (v time.Duration) + func Float64(key string, def float64) float64 + func HexBytes(key string, def []byte) []byte + func HexBytesOfSize(key string, l int) ([]byte, error) + func Int(key string, def int) (v int) + func Int64(key string, def int64) int64 + func ReaderFromHexOrRandomOfSize(key string, size int) io.Reader + func SetSeparatorKey(s string) + func String(key, def string) string + func Strings(key string, def []string) []string + func Uint64(key string, def uint64) uint64