Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
View Source
var DefaultConfig = Config{}
DefaultConfig returns a default configuration for a node
Functions ¶
func RegisterAPI ¶
func RegisterAPI(node *Node)
Types ¶
type Node ¶
type Node struct {
service.BaseService
// contains filtered or unexported fields
}
Node is the highest level interface to a full node. It includes all configuration information and running services.
func (*Node) Chain ¶
func (n *Node) Chain() *core.BlockChain
Click to show internal directories.
Click to hide internal directories.