package
10.9.0+incompatible
Repository: https://github.com/status-im/status-go.git
Documentation: pkg.go.dev
# README
Structure
A Status node is a container of services. These services are passed to geth and registered with geth as APIs and Protocols.
Status node manages all the services and the geth node.
Status node is managed by api/geth_backend.go
So:
GethBackend
manages StatusNode
, StatusNode
manages GethNode
# Variables
errors.
errors.
Errors related to node and services creation.
Errors related to node and services creation.
Errors related to node and services creation.
errors.
errors.
errors.
Errors related to node and services creation.
Errors related to node and services creation.
ErrRPCClientUnavailable is returned if an RPC client can't be retrieved.
errors.
errors.
Errors related to node and services creation.
ErrWakuClearIdentitiesFailure clearing whisper identities has failed.
Errors related to node and services creation.
Errors related to node and services creation.
# Structs
No description provided by the author
StartOptions allows to control some parameters of Start() method.
StatusNode abstracts contained geth node and provides helper methods to interact with it.