Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type EnrValueGetCmd ¶
type EnrValueGetCmd struct { Raw bool `ask:"--raw" help:"To get the raw RLP value, instead of deserialized data"` Key string `ask:"<key>" help:"The key of the value to extract from the ENR"` Enr flags.EnrFlag `ask:"<enr>" help:"The ENR to view, url-base64 (RFC 4648). With optional 'enr:' or 'enr://' prefix."` Out io.Writer }
func (*EnrValueGetCmd) Help ¶
func (c *EnrValueGetCmd) Help() string
Click to show internal directories.
Click to hide internal directories.