Constant CODEDEPOSIT
pub const CODEDEPOSIT: u64 = 200; // 200u64
Available on crate feature
evm
only.Expand description
Gas cost per byte for code deposit during contract creation.
pub const CODEDEPOSIT: u64 = 200; // 200u64
evm
only.Gas cost per byte for code deposit during contract creation.