Type for a time duration string in Go (cosmos-sdk). For example, "1h", "3m".
Note: this does not support composite values like "1h30m", "1m30s", which are allowed in Go.
https://pkg.go.dev/time#ParseDuration
Type for a time duration string in Go (cosmos-sdk). For example, "1h", "3m".
Note: this does not support composite values like "1h30m", "1m30s", which are allowed in Go.