Function monero_wallet::io::write_point
source ยท pub fn write_point<W>(point: &EdwardsPoint, w: &mut W) -> Result<(), Error>where
W: Write,
Expand description
Write a point.
pub fn write_point<W>(point: &EdwardsPoint, w: &mut W) -> Result<(), Error>where
W: Write,
Write a point.