pub fn encode_for_signing<T>(prepared_transaction: &T) -> XRPLCoreResult<String>where
T: Serialize,Expand description
Encode a transaction for signing (prepends the signing prefix).
pub fn encode_for_signing<T>(prepared_transaction: &T) -> XRPLCoreResult<String>where
T: Serialize,Encode a transaction for signing (prepends the signing prefix).