()
| 55 | |
| 56 | impl TransferSolInstructionData { |
| 57 | pub fn new() -> Self { |
| 58 | Self { discriminator: 2 } |
| 59 | } |
| 60 | |
| 61 | pub(crate) fn try_to_vec(&self) -> Result<Vec<u8>, std::io::Error> { |
| 62 | borsh::to_vec(self) |
nothing calls this directly
no outgoing calls
no test coverage detected