Skip to main content

write_bool

Function write_bool 

Source
pub fn write_bool(writer: &mut impl Write, v: bool) -> Result<(), WalletError>
Expand description

Write a bool: 0x00=false, 0x01=true.