hooks_rs::api

Function trace_float

Source
pub fn trace_float(msg: &[u8], float: XFL) -> Result<u64>
Expand description

Write a XFL float to the XRPLD trace log

ยงExample

let _ = trace_float(b"my float", XFL(42.0));