pub fn update_envelope_sequence(
envelope: &mut TransactionEnvelope,
sequence: i64,
) -> Result<(), StellarTransactionUtilsError>Expand description
Update the sequence number in a transaction envelope.
Only V1 (Tx) envelopes are supported; V0 and fee-bump envelopes return an error.