pub fn parse_transaction_envelope(
transaction_json: &Value,
) -> Result<TransactionEnvelope, StellarTransactionUtilsError>Expand description
Parse transaction envelope from JSON value
pub fn parse_transaction_envelope(
transaction_json: &Value,
) -> Result<TransactionEnvelope, StellarTransactionUtilsError>Parse transaction envelope from JSON value