package
0.43.0
Repository: https://github.com/nspcc-dev/neofs-node.git
Documentation: pkg.go.dev

# Functions

BoltDB configures Blockchain to use BoltDB located in given path.
InMemory configures Blockchain to use volatile RAM storage.
LevelDB configures Blockchain to use LevelDB located in given path.
New returns new Blockchain configured by the specified Config.

# Structs

Blockchain provides Neo blockchain services consumed by NeoFS Inner Ring (hereinafter node).
Config configures Blockchain.
P2PConfig configures communication over Neo P2P protocol.
PingConfig configures P2P pinging mechanism.
RPCConfig configures RPC serving.
StorageConfig configures Blockchain storage.
TLSConfig configures additional RPC serving over TLS.