Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Type ¶
type Type uint8
Type defines the Node type (e.g. `light`, `bridge`) for identity purposes. The zero value for Type is invalid.
const ( // Bridge is a Celestia Node that bridges the Celestia consensus network and data availability network. // It maintains a trusted channel/connection to a Celestia Core node via the core.Client API. Bridge Type = iota + 1 // Light is a stripped-down Celestia Node which aims to be lightweight while preserving the highest possible // security guarantees. Light // Full is a Celestia Node that stores blocks in their entirety. Full )
Click to show internal directories.
Click to hide internal directories.