totalNonRefundableResourceFeeCharged

The following are the components of the overall Soroban resource fee charged for the transaction. The following relation holds: resourceFeeCharged = totalNonRefundableResourceFeeCharged + totalRefundableResourceFeeCharged where resourceFeeCharged is the overall fee charged for the transaction. Also, resourceFeeCharged<= sorobanData.resourceFee i.e.we never charge more than the declared resource fee. The inclusion fee for charged the Soroban transaction can be found using the following equation: result.feeCharged = resourceFeeCharged + inclusionFeeCharged. Total amount (in stroops) that has been charged for non-refundable Soroban resources. Non-refundable resources are charged based on the usage declared in the transaction envelope (such as instructions, readBytes etc.) and is charged regardless of the success of the transaction.