(assn: Assertions, secrets: Vec<String>)
| 46 | ); |
| 47 | |
| 48 | pub fn api_get_signature_from_assertion(assn: Assertions, secrets: Vec<String>) -> Signatures { |
| 49 | get_signature_from_assertion(assn, secrets) |
| 50 | } |
| 51 | |
| 52 | pub fn api_get_assertions_from_signature(signed_asserts: Signatures) -> Assertions { |
| 53 | get_assertions_from_signature(signed_asserts) |
nothing calls this directly
no test coverage detected