Generated stub for json_to_pubkey */
| 95 | { fprintf(stderr, "json_to_outpoint called!\n"); abort(); } |
| 96 | /* Generated stub for json_to_pubkey */ |
| 97 | bool json_to_pubkey(const char *buffer UNNEEDED, const jsmntok_t *tok UNNEEDED, |
| 98 | struct pubkey *pubkey UNNEEDED) |
| 99 | { fprintf(stderr, "json_to_pubkey called!\n"); abort(); } |
| 100 | /* Generated stub for json_to_s64 */ |
| 101 | bool json_to_s64(const char *buffer UNNEEDED, const jsmntok_t *tok UNNEEDED, s64 *num UNNEEDED) |
| 102 | { fprintf(stderr, "json_to_s64 called!\n"); abort(); } |
no test coverage detected