Module soroban_env_host::fees
source · Structs
- Fee-related network configuration.
- Change in a single ledger entry with parameters relevant for rent fee computations.
- Rent fee-related network configuration.
- These are the resource upper bounds specified by the Soroban transaction.
- Network configuration used to determine the ledger write fee.
Constants
- Estimate for any
TtlEntry
ledger entry - This module defines the fee computation protocol for Soroban.
Functions
- Computes the total rent-related fee for the provided ledger entry changes.
- Computes the resource fee for a transaction based on the resource consumption and the fee-related network configuration.
- Computes the effective write fee per 1 KB of data written to ledger.