Constant CALL_VALUE
pub const CALL_VALUE: u64 = _; // 10_300u64Available on crate feature
evm only.Expand description
CALL value transfer cost: ACCOUNT_WRITE + CALL_STIPEND per the EIP.
pub const CALL_VALUE: u64 = _; // 10_300u64evm only.CALL value transfer cost: ACCOUNT_WRITE + CALL_STIPEND per the EIP.