eosws

package
v0.9.0-beta9 Latest Latest
Warning

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

Go to latest
Published: Apr 19, 2021 License: Apache-2.0 Imports: 32 Imported by: 0

Documentation

Overview

Deprecated: The features in the eosws package will be moved to other packages like Dgraphql

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type App deprecated

type App struct {
	*shutter.Shutter
	Config  *Config
	Modules *Modules
}

Deprecated: The features in the eosws package will be moved to other packages like Dgraphql

func New deprecated

func New(config *Config, modules *Modules) *App

Deprecated: The features in the eosws package will be moved to other packages like Dgraphql

func (*App) IsReady

func (a *App) IsReady() bool

func (*App) Run deprecated

func (a *App) Run() error

Deprecated: The features in the eosws package will be moved to other packages like Dgraphql

type Config deprecated

type Config struct {
	HTTPListenAddr              string
	NodeosRPCEndpoint           string
	NodeosRPCPushExtraEndpoints []string
	BlockmetaAddr               string
	KVDBDSN                     string
	BlockStreamAddr             string
	SourceStoreURL              string
	SearchAddr                  string
	SearchAddrSecondary         string
	StateDBHTTPAddr             string
	StateDBGRPCAddr             string

	StateDBHTTPProxyRetries int
	NodeosRPCProxyRetries   int

	AuthenticateNodeosAPI bool

	MeteringPlugin           string
	AuthPlugin               string
	UseOpencensusStackdriver bool

	ChainCoreSymbol string
	FetchPrice      bool
	FetchVoteTally  bool
	WithCompletion  bool

	FilesourceRateLimitPerBlock time.Duration
	BlocksBufferSize            int
	RealtimeTolerance           time.Duration

	DataIntegrityProofSecret string
	HealthzSecret            string

	MaxStreamCountPerConnection int

	DisabledWsMessage map[string]interface{}
}

Deprecated: The features in the eosws package will be moved to other packages like Dgraphql

type Modules

type Modules struct {
	BlockFilter func(blk *bstream.Block) error
}

Jump to

Keyboard shortcuts

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