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.
pub fn encode<T>(signed_transaction: &T) -> XRPLCoreResult<String>where
T: Serialize,Encode a transaction (or any XRPL object) to hex-encoded binary.