Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type StubGamePlayer ¶
type StubGamePlayer struct { Addr common.Address ProgressCount int StatusValue types.GameStatus Dir string PrestateErr error }
func (*StubGamePlayer) ProgressGame ¶
func (g *StubGamePlayer) ProgressGame(_ context.Context) types.GameStatus
func (*StubGamePlayer) Status ¶
func (g *StubGamePlayer) Status() types.GameStatus
func (*StubGamePlayer) ValidatePrestate ¶
func (g *StubGamePlayer) ValidatePrestate(_ context.Context) error
Click to show internal directories.
Click to hide internal directories.