Versions in this module Expand all Collapse all v1 v1.20.8 Aug 4, 2026 Changes in this version + const MinDAOMemberIDLength + const TimeFormat + func GetDateTimeString(dateTime uint64) string + func GetPrettyAddress(address common.Address) string + func Parent(c *cli.Command) *cli.Command + func PrettyError(err error) string + func PrintDepositMismatchError(rpNetwork, beaconNetwork uint64, ...) + func PrintMultiTransactionNonceWarning() + func PrintNetwork(currentNetwork cfgtypes.Network, isNew bool) error + func PrintTransactionHash(rp *rocketpool.Client, hash common.Hash) + func PrintTransactionHashNoCancel(rp *rocketpool.Client, hash common.Hash) + func ValidateAddress(name, value string) (common.Address, error) + func ValidateAddresses(name, value string) ([]common.Address, error) + func ValidateArgCount(c *cli.Command, count int) error + func ValidateBigInt(name, value string) (*big.Int, error) + func ValidateBool(name, value string) (bool, error) + func ValidateBurnableTokenType(name, value string) (string, error) + func ValidateByteArray(name, value string) ([]byte, error) + func ValidateDAOMemberID(name, value string) (string, error) + func ValidateDuration(name, value string) (time.Duration, error) + func ValidateEthAmount(name, value string) (float64, error) + func ValidateFloat(rawEnabled bool, name string, value string, isFraction bool, yes bool) (*big.Int, error) + func ValidateFraction(name, value string) (float64, error) + func ValidateNodePassword(name, value string) (string, error) + func ValidatePercentage(name, value string) (float64, error) + func ValidatePositiveEthAmount(name, value string) (float64, error) + func ValidatePositiveOrZeroWeiAmount(name, value string) (*big.Int, error) + func ValidatePositiveUint(name, value string) (uint64, error) + func ValidatePositiveUint32(name, value string) (uint32, error) + func ValidatePositiveUints(name, value string) ([]uint64, error) + func ValidatePositiveWeiAmount(name, value string) (*big.Int, error) + func ValidateProposalType(name, value string) (string, error) + func ValidatePubkey(name, value string) (types.ValidatorPubkey, error) + func ValidateSignature(name, signature string) (string, error) + func ValidateTimezoneLocation(name, value string) (string, error) + func ValidateTokenType(name, value string) (string, error) + func ValidateTxHash(name, value string) (common.Hash, error) + func ValidateUint(name, value string) (uint64, error) + func ValidateUint32(name, value string) (uint32, error) + func ValidateVoteDirection(name, value string) (types.VoteDirection, error) + func ValidateWalletMnemonic(name, value string) (string, error) + func ValidateWeiAmount(name, value string) (*big.Int, error)