Documentation
¶
Index ¶
- type Option
- type Service
- func (s *Service) BaseStateStore() dstore.Store
- func (s *Service) BlockType() string
- func (s *Service) Blocks(request *pbsubstreams.Request, streamSrv pbsubstreams.Stream_BlocksServer) (grpcError error)
- func (s *Service) Register(server dgrpcserver.Server, mergedBlocksStore dstore.Store, ...)
- func (s *Service) WasmExtensions() []wasm.WASMExtensioner
- type StreamFactory
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Option ¶
type Option func(*Service)
func WithPartialMode ¶
func WithPartialMode() Option
func WithPipelineOptions ¶
func WithPipelineOptions(f pipeline.PipelineOptioner) Option
func WithRequestStats ¶ added in v0.0.21
func WithRequestStats() Option
func WithStoresSaveInterval ¶
func WithWASMExtension ¶
func WithWASMExtension(ext wasm.WASMExtensioner) Option
type Service ¶
type Service struct {
// contains filtered or unexported fields
}
func (*Service) BaseStateStore ¶
func (*Service) Blocks ¶
func (s *Service) Blocks(request *pbsubstreams.Request, streamSrv pbsubstreams.Stream_BlocksServer) (grpcError error)
func (*Service) WasmExtensions ¶
func (s *Service) WasmExtensions() []wasm.WASMExtensioner
Click to show internal directories.
Click to hide internal directories.