hooks_rs::api

Function trace_num

Source
pub fn trace_num(msg: &[u8], number: i64) -> Result<u64>
Expand description

Write an integer to the XRPLD trace log

ยงExample

let _ = trace_num(b"my number", 42);