Skip to content

Commit

Permalink
move check stubs #2
Browse files Browse the repository at this point in the history
  • Loading branch information
utgarda committed Dec 4, 2022
1 parent 57da625 commit 424078f
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions arbiter.jsligo
Original file line number Diff line number Diff line change
Expand Up @@ -73,3 +73,9 @@ const move_is_signed_by_mover = (signed_move: signed_game_move) => {
None: () => false
});
};

const player_is_in_game = (player: key, game_id: nat) => false;

const game_move_is_signed_by = (game_move: game_move, key: key) => false;

const game_move_is_valid = (game_move: game_move) => false;

0 comments on commit 424078f

Please sign in to comment.