Trait snarkvm_console_network::prelude::ToBytes
source · [−]pub trait ToBytes {
fn write_le<W>(&self, writer: W) -> Result<(), Error>
where
W: Write;
fn to_bytes_le(&self) -> Result<Vec<u8, Global>, Error> { ... }
}