Constant MINIMUM_GAS_LIMIT
pub const MINIMUM_GAS_LIMIT: u64 = 5000; // 5_000u64
Available on crate feature
node-api
only.Expand description
Minimum gas limit allowed for transactions.
pub const MINIMUM_GAS_LIMIT: u64 = 5000; // 5_000u64
node-api
only.Minimum gas limit allowed for transactions.