Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type MockFetcher ¶
type MockFetcher struct { BeaconState iface.BeaconState BeaconStateRoot []byte }
MockFetcher is a fake implementation of statefetcher.Fetcher.
func (*MockFetcher) State ¶
func (m *MockFetcher) State(context.Context, []byte) (iface.BeaconState, error)
State --
Click to show internal directories.
Click to hide internal directories.