pub fn seal_m(
server_root: &[u8; 32],
join_material_json: &[u8],
) -> Result<String, String>Expand description
Seal the v2 JoinMaterial under the v1 server root at publish time. Errors past NIP-44’s 65535-byte plaintext cap — the wizard surfaces that as a clean abort, never a truncation.