iface

package
v0.0.25-debug-fork3 Latest Latest
Warning

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

Go to latest
Published: Jul 17, 2021 License: Apache-2.0 Imports: 3 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type PandoraHeaderCache

type PandoraHeaderCache interface {
	Put(ctx context.Context, slot uint64, header *eth1Types.Header) error
	Get(ctx context.Context, slot uint64) (*eth1Types.Header, error)
	Remove(ctx context.Context, slot uint64)
}

type VanguardShardInfoCache

type VanguardShardInfoCache interface {
	Put(ctx context.Context, slot uint64, shardInfo *types.VanguardShardInfo) error
	Get(ctx context.Context, slot uint64) (*types.VanguardShardInfo, error)
	Remove(ctx context.Context, slot uint64)
}

VanguardShardInfoCache interface for pandora sharding info cache

Jump to

Keyboard shortcuts

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