Function count_operations_from_xdr

Source
pub fn count_operations_from_xdr(
    xdr: &str,
) -> Result<usize, StellarTransactionUtilsError>
Expand description

Count operations in a transaction envelope from XDR base64 string

Parses the XDR string, extracts operations, and returns the count.