| 3 | #[account] |
| 4 | #[derive(Default)] |
| 5 | pub struct SwapState { |
| 6 | pub start_balance: u64, // start of swap balance |
| 7 | pub swap_input: u64, // output of swap |
| 8 | pub is_valid: bool, // saftey |
| 9 | } |
nothing calls this directly
no outgoing calls
no test coverage detected