Skip to main content

decode

Function decode 

Source
pub fn decode(hex_string: &str) -> XRPLCoreResult<Value>
Expand description

Decode a hex-encoded XRPL binary blob into a JSON object.

This is the inverse of encode. It takes a hex string representing a serialized XRPL transaction (or other object) and returns its JSON representation as a serde_json::Value.