pub type NodeFeatures = Features<NodeContext>;
Expand description

Features used within a node_announcement message.

Trait Implementations

Reads a Self in from the given Read

Writes self out to the given Writer

Writes self out to a Vec

Writes self out to a Vec

Gets the length of this object after it has been serialized. This can be overridden to optimize cases where we prepend an object with its length. Read more