Constant MIN_CALLEE_GAS
pub const MIN_CALLEE_GAS: u64 = CALL_STIPEND; // 2_300u64Available on crate feature
evm only.Expand description
Minimum gas that must be provided to a callee.
pub const MIN_CALLEE_GAS: u64 = CALL_STIPEND; // 2_300u64evm only.Minimum gas that must be provided to a callee.