Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Callback ¶
type Callback struct { HeavyCheck HeavyCheck LightCheck LightCheck }
type Checker ¶
type Checker struct { HeavyCheck HeavyCheck LightCheck LightCheck }
type HeavyCheck ¶
type HeavyCheck interface {
Enqueue(bvs inter.LlrSignedBlockVotes, checked func(error)) error
}
type LightCheck ¶
type LightCheck func(bvs inter.LlrSignedBlockVotes) error
Click to show internal directories.
Click to hide internal directories.