Open saberistic opened 1 year ago
Title: Double the Stakes As a: Player I want to: Be able to double the stakes or bets in the game So that: I can increase the risk and potential reward.
#[derive(Accounts)] pub struct DoubleStakes<'info> { // TODO: Define the accounts needed for doubling the stakes }
Title: Double the Stakes As a: Player I want to: Be able to double the stakes or bets in the game So that: I can increase the risk and potential reward.