pub fn extract_soroban_resource_fee(
envelope: &TransactionEnvelope,
) -> Option<i64>Expand description
Extract the resource fee from a transaction’s SorobanTransactionData if present.
Returns Some(resource_fee) if the transaction has TransactionExt::V1 with resourceFee > 0. Returns None if TransactionExt::V0 or resourceFee is 0 or the transaction is V0 format.