Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type PoolMock ¶
type PoolMock struct {
Exits []*eth.SignedVoluntaryExit
}
PoolMock is a fake implementation of PoolManager.
func (*PoolMock) InsertVoluntaryExit ¶
func (m *PoolMock) InsertVoluntaryExit(_ context.Context, _ state.ReadOnlyBeaconState, exit *eth.SignedVoluntaryExit)
InsertVoluntaryExit --
func (*PoolMock) MarkIncluded ¶
func (*PoolMock) MarkIncluded(_ *eth.SignedVoluntaryExit)
MarkIncluded --
func (*PoolMock) PendingExits ¶
func (m *PoolMock) PendingExits(_ state.ReadOnlyBeaconState, _ primitives.Slot, _ bool) []*eth.SignedVoluntaryExit
PendingExits --
Click to show internal directories.
Click to hide internal directories.