Documentation ¶ Index ¶ type Service Constants ¶ This section is empty. Variables ¶ This section is empty. Functions ¶ This section is empty. Types ¶ type Service ¶ type Service interface { // OnBlock handles a block. // This requires the context to hold an active transaction. OnBlock(ctx context.Context, signedBlock *spec.SignedBeaconBlock) error } Service defines a block service. Source Files ¶ View all Source files service.go Directories ¶ Show internal Expand all Path Synopsis mock standard Click to show internal directories. Click to hide internal directories.