Function encode

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