Type Alias SignedGas

Source
pub type SignedGas = i64;
Expand description

Type to represent some gas which may be below zero. This is used primarily for the invoke hostcall API which must be able to return a negative gas amount in case of a gas overrun.