Function near_primitives_core::runtime::fees::transfer_exec_fee[][src]

pub fn transfer_exec_fee(
    cfg: &ActionCreationConfig,
    is_receiver_implicit: bool
) -> Gas
Expand description

Helper functions for computing Transfer fees. In case of implicit account creation they always include extra fees for the CreateAccount and AddFullAccessKey actions that are implicit. We can assume that no overflow will happen here.