package
0.108.1
Repository: https://github.com/nspcc-dev/neo-go.git
Documentation: pkg.go.dev

# Functions

NewMulti creates a new blockchain instance with four validators and six committee members.
NewMultiWithCustomConfig is similar to NewMulti, except it allows to override the default configuration.
NewMultiWithCustomConfigAndStore is similar to NewMultiWithCustomConfig, but also allows to override backend Store being used.
NewMultiWithCustomConfigAndStoreNoCheck is similar to NewMultiWithCustomConfig, but do not perform Blockchain run and do not check Blockchain constructor error.
NewMultiWithOptions creates a new blockchain instance with four validators and six committee members.
NewMultiWithOptionsNoCheck is similar to NewMultiWithOptions, but does not verify blockchain constructor error.
NewSingle creates a new blockchain instance with a single validator and setups cleanup functions.
NewSingleWithCustomConfig is similar to NewSingle, but allows to override the default configuration.
NewSingleWithCustomConfigAndStore is similar to NewSingleWithCustomConfig, but also allows to override backend Store being used.
NewSingleWithOptions creates a new blockchain instance with a single validator using specified options.

# Constants

MaxTraceableBlocks is the default MaxTraceableBlocks setting used for test chains.
TimePerBlock is the default TimePerBlock setting used for test chains (1s).

# Structs

Options contains parameters to customize parameters of the test chain.