saberistic-team / snakesAndLadders

0 stars 0 forks source link

Bet on the Winner #4

Open saberistic opened 11 months ago

saberistic commented 11 months ago

Title: Place a Bet on Game Outcome As a: Player I want to: Be able to bet on which player will win the game So that: I can add an extra layer of excitement and challenge to the game.

saberistic commented 11 months ago
#[derive(Accounts)]
pub struct PlaceBet<'info> {
    // TODO: Define the accounts needed for placing a bet
}