Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type EnrGenKeyCmd ¶
func (*EnrGenKeyCmd) Help ¶
func (c *EnrGenKeyCmd) Help() string
type EnrMakeCmd ¶
type EnrMakeCmd struct {
*base.Base
IP net.IP `ask:"--ip" help:"IP address (v4 or v6). None if empty."`
TCP uint16 `ask:"--tcp" help:"TCP port. None if 0"`
UDP uint16 `ask:"--udp" help:"UDP port. None if 0"`
Priv flags.P2pPrivKeyFlag `` /* 149-byte string literal not displayed */
}
func (*EnrMakeCmd) Help ¶
func (c *EnrMakeCmd) Help() string
type EnrViewCmd ¶
type EnrViewCmd struct {
*base.Base
KvMode bool `ask:"--kv" help:"Print the full set of Key-Value pairs"`
Enr flags.EnrFlag `ask:"<enr>" help:"The ENR to view, url-base64 (RFC 4648). With optional 'enr:' or 'enr://' prefix."`
}
func (*EnrViewCmd) Help ¶
func (c *EnrViewCmd) Help() string
Click to show internal directories.
Click to hide internal directories.