(&self, method_id: [u32; 8], output: &T)
| 49 | } |
| 50 | |
| 51 | fn verify<T: borsh::BorshSerialize>(&self, method_id: [u32; 8], output: &T) { |
| 52 | env::verify(method_id, &borsh::to_vec(output).unwrap()).unwrap(); |
| 53 | } |
| 54 | } |
no outgoing calls
no test coverage detected