Documentation ¶
Index ¶
- Variables
- func ExecuteBlocksEphemeral(s *Silkworm, txn kv.Tx, chainID *big.Int, startBlock uint64, maxBlock uint64, ...) (uint64, error)
- func ExecuteBlocksPerpetual(s *Silkworm, db kv.RwDB, chainID *big.Int, startBlock uint64, maxBlock uint64, ...) (uint64, error)
- type CanAddSnapshotsToSilkwarm
- type MappedBodySnapshot
- type MappedChainSnapshot
- type MappedHeaderSnapshot
- type MappedTxnSnapshot
- type RpcDaemonService
- type RpcDaemonSettings
- type RpcInterfaceLogSettings
- type SentryService
- type SentrySettings
- type Silkworm
- type SilkwormLogLevel
Constants ¶
This section is empty.
Variables ¶
View Source
var ErrInterrupted = silkworm_go.ErrInterrupted
View Source
var NewMappedBodySnapshot = silkworm_go.NewMappedBodySnapshot
View Source
var NewMappedHeaderSnapshot = silkworm_go.NewMappedHeaderSnapshot
View Source
var NewMappedTxnSnapshot = silkworm_go.NewMappedTxnSnapshot
View Source
var NewMemoryMappedRegion = silkworm_go.NewMemoryMappedRegion
Functions ¶
func ExecuteBlocksEphemeral ¶
Types ¶
type MappedBodySnapshot ¶
type MappedBodySnapshot = silkworm_go.MappedBodySnapshot
type MappedChainSnapshot ¶
type MappedChainSnapshot = silkworm_go.MappedChainSnapshot
type MappedHeaderSnapshot ¶
type MappedHeaderSnapshot = silkworm_go.MappedHeaderSnapshot
type MappedTxnSnapshot ¶
type MappedTxnSnapshot = silkworm_go.MappedTxnSnapshot
type RpcDaemonService ¶
type RpcDaemonService struct {
// contains filtered or unexported fields
}
func NewRpcDaemonService ¶
func NewRpcDaemonService(s *Silkworm, db kv.RoDB, settings RpcDaemonSettings) RpcDaemonService
func (RpcDaemonService) Start ¶
func (service RpcDaemonService) Start() error
func (RpcDaemonService) Stop ¶
func (service RpcDaemonService) Stop() error
type RpcDaemonSettings ¶
type RpcDaemonSettings = silkworm_go.RpcDaemonSettings
type RpcInterfaceLogSettings ¶
type RpcInterfaceLogSettings = silkworm_go.RpcInterfaceLogSettings
type SentryService ¶
type SentryService struct {
// contains filtered or unexported fields
}
func NewSentryService ¶
func NewSentryService(s *Silkworm, settings SentrySettings) SentryService
func (SentryService) Start ¶
func (service SentryService) Start() error
func (SentryService) Stop ¶
func (service SentryService) Stop() error
type SentrySettings ¶
type SentrySettings = silkworm_go.SentrySettings
type Silkworm ¶
type Silkworm = silkworm_go.Silkworm
type SilkwormLogLevel ¶
type SilkwormLogLevel = silkworm_go.SilkwormLogLevel
Click to show internal directories.
Click to hide internal directories.