Enum xrpl_hooks::error::Result [−][src]
pub enum Result<T> {
Ok(T),
Err(i64),
}Expand description
Simple version of Result type to comply XRPL Hooks Webassembly restrictions
Variants
Err(i64)Tuple Fields of Err
0: i64