Versions in this module Expand all Collapse all v0 v0.1.102 Jan 21, 2026 v0.1.101 Jan 21, 2026 Changes in this version + const DefaultRPCURL + const PrivateKey + const PrivateKeyEnvVar + const RPCURL + const RPCURLEnvVar + func GetPrivateKey(cmd *cobra.Command) (string, error) + func GetRPCURL(cmd *cobra.Command) (string, error) + func GetRequiredPrivateKey(cmd *cobra.Command) (string, error) + func GetRequiredRPCURL(cmd *cobra.Command) (string, error) + func MarkFlagsRequired(cmd *cobra.Command, flagNames ...string) + func MarkPersistentFlagsRequired(cmd *cobra.Command, flagNames ...string) + type BigIntValue struct + Val *big.Int + func (b *BigIntValue) Set(s string) error + func (b *BigIntValue) String() string + func (b *BigIntValue) Type() string