Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
Types ¶
type Cert ¶ added in v1.3.0
type Cert struct {
Files []string `arg:"" help:"certificate or key files to be read"`
}
type ECDSASignature ¶ added in v1.3.0
type NodeID ¶
type NodeID struct {
Decode Decode `cmd:"" help:"Decode base64 nodeid to binary"`
Read Read `cmd:""`
Encode Encode `cmd:"" help:"encode raw nodeid to base64"`
Remote Remote `cmd:"" help:"read nodeid from remote DRPC port"`
Generate Generate `cmd:""`
Noise Noise `cmd:""`
Sign Sign `cmd:"" help:"Cross sign identity"`
Cert Cert `cmd:"" help:"List details of certificate files"`
}
type NullEncoding ¶
type NullEncoding struct {
}
Click to show internal directories.
Click to hide internal directories.