node

package
v0.0.0-...-83a01c7 Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: May 2, 2021 License: LGPL-3.0 Imports: 32 Imported by: 0

Documentation

Index

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 *luckyshare.Address
}

func (*Master) Address

func (m *Master) Address() luckyshare.Address

type Node

type Node struct {
	// contains filtered or unexported fields
}

func New

func New(
	master *Master,
	repo *chain.Repository,
	stater *state.Stater,
	logDB *logdb.LogDB,
	txPool *txpool.TxPool,
	txStashPath string,
	commu *commu.Communicator,
	targetGasLimit uint64,
	skipLogs bool,
	forkConfig luckyshare.ForkConfig,
) *Node

func (*Node) Run

func (n *Node) Run(ctx context.Context) error

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL