| 21 | #[derive(Clone, Copy, BorshDeserialize, BorshSerialize, BorshSize, Pod, Zeroable)] |
| 22 | #[repr(C)] |
| 23 | pub struct Params {} |
| 24 | |
| 25 | #[derive(InstructionsAccount)] |
| 26 | pub struct Accounts<'a, T> { |
nothing calls this directly
no outgoing calls
no test coverage detected