(s: str)
| 203 | associated_user: Pubkey, |
| 204 | user: Pubkey, |
| 205 | creator_vault: Pubkey, |
| 206 | token_amount: int, |
| 207 | max_sol_cost: int, |
| 208 | track_volume: bool = True, |
| 209 | is_mayhem_mode: bool = False, |
| 210 | ) -> Instruction: |
no outgoing calls
no test coverage detected