Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Node ¶
type Node struct {
// contains filtered or unexported fields
}
Node defines a w3bstream node
func NewNode ¶
func NewNode(cfg Config, ac access.Control, client web3.Client, rawDB storage.KVStore) (*Node, error)
NewNode creates a new w3bstream node
func (*Node) AccessControl ¶
AccessControl returns the instance of access control
func (*Node) Put ¶
Put puts message into db after processing
Single node mode, without consensus module
func (*Node) Web3Client ¶
Web3Client returns the web3 client
Click to show internal directories.
Click to hide internal directories.