pub fn write_partial(
partial: &IndexedSignature,
output_path: &Path,
) -> Result<PathBuf, MultiSigError>Expand description
Write a partial signature to disk at output_path for hand-off between
devices.
pub fn write_partial(
partial: &IndexedSignature,
output_path: &Path,
) -> Result<PathBuf, MultiSigError>Write a partial signature to disk at output_path for hand-off between
devices.