Documentation ¶ Index ¶ type Master func (m *Master) Address() thor.Address type Node func New(master *Master, chain *chain.Chain, stateCreator *state.Creator, ...) *Node func (n *Node) Run(ctx context.Context) error Constants ¶ This section is empty. Variables ¶ This section is empty. Functions ¶ This section is empty. Types ¶ type Master ¶ type Master struct { PrivateKey *ecdsa.PrivateKey Beneficiary *thor.Address } func (*Master) Address ¶ func (m *Master) Address() thor.Address type Node ¶ type Node struct { // contains filtered or unexported fields } func New ¶ func New( master *Master, chain *chain.Chain, stateCreator *state.Creator, logDB *logdb.LogDB, txPool *txpool.TxPool, txStashPath string, comm *comm.Communicator, targetGasLimit uint64, skipLogs bool, forkConfig thor.ForkConfig, ) *Node func (*Node) Run ¶ func (n *Node) Run(ctx context.Context) error Source Files ¶ View all Source files master.go node.go packer_loop.go stats.go tx_stash.go Click to show internal directories. Click to hide internal directories.