pub fn calculate_transaction_lane(
entry_point: &TransactionEntryPoint,
target: &TransactionTarget,
pricing_mode: &PricingMode,
config: &TransactionV1Config,
size_estimation: u64,
runtime_args_size: u64,
) -> Result<u8, InvalidTransactionV1>Available on crate feature
std only.Expand description
Calculates the laned based on properties of the transaction