package
0.0.0-20240409024708-42fba537b5d4
Repository: https://github.com/timestopeofficial/feechain.git
Documentation: pkg.go.dev

# Packages

No description provided by the author

# README

Node struct is the core entity that represents a network node participating in the Feechain protocol.

A node is the main message handler to all kinds of protocol messages such as consensus message, block sync, transactions etc. A node contains all the necessary references to other objects (e.g. blockchain object and consensus object) to handle the incoming messages.