| 14 | } |
| 15 | |
| 16 | pub struct Signature { |
| 17 | pub v: u64, |
| 18 | pub r: H256, |
| 19 | pub s: H256, |
| 20 | } |
| 21 | |
| 22 | impl From<RecoverableSignature> for Signature { |
| 23 | fn from(value: RecoverableSignature) -> Self { |
nothing calls this directly
no outgoing calls
no test coverage detected