Skip to main content

encode

Function encode 

Source
pub fn encode<T>(signed_transaction: &T) -> XRPLCoreResult<String>
where T: Serialize,
Expand description

Encode a transaction (or any XRPL object) to hex-encoded binary.