()
| 65 | |
| 66 | impl Default for TransferSolInstructionData { |
| 67 | fn default() -> Self { |
| 68 | Self::new() |
| 69 | } |
| 70 | } |
| 71 | |
| 72 | #[derive(BorshSerialize, BorshDeserialize, Clone, Debug, Eq, PartialEq)] |
nothing calls this directly
no outgoing calls
no test coverage detected