Module node_id

Source
Expand description

Node identifier (encoded pubkey)

This module provides the NodeId type and the related error types.

Structsยง

DecodeError
Error returned when decoding raw bytes fails
InvalidNodeId
Error returned when attempting to convert bytes to NodeId
NodeId
Byte representation of a node identifier.
ParseError
Error returned when parsing text representation fails.