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
pub fn parse_transaction_and_count_operations(
transaction_json: &Value,
) -> Result<usize, StellarTransactionUtilsError>Parse transaction and count operations
Supports both XDR (base64 string) and operations array formats