You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
🏗️ Since we are no longer calling the option round directly, the user will need to specify which round they are referencing when submitting the txn (all but 2).
place_bid & update_bid are both only for the current round ID. This means we do not have to reference which round ID the user is placing/updating bids for, since it will always only be for the current round.
refund_unused_bids & exercise_options & mint_options can each be for any round ID (≤ current round ID). This means we will need to add an input param for round_id (i.e., Alice is exercising options for round_id X).
The text was updated successfully, but these errors were encountered:
Sub Task 3:
🏗️ Since we are no longer calling the option round directly, the user will need to specify which round they are referencing when submitting the txn (all but 2).
The text was updated successfully, but these errors were encountered: