Function parse_transaction_and_count_operations

Source
pub fn parse_transaction_and_count_operations(
    transaction_json: &Value,
) -> Result<usize, StellarTransactionUtilsError>
Expand description

Parse transaction and count operations

Supports both XDR (base64 string) and operations array formats