pub fn serialize_signed_note(body: &str, signatures: &[String]) -> StringExpand description
Serialize a signed note from body text and signatures.
Args:
body— The note body (must end with\n).signatures— Formatted signature lines frombuild_signature_line.
Usage:
ⓘ
let note = serialize_signed_note(&body, &[sig_line]);