Trait multiversx_sc::types::TxGas
source · pub trait TxGas<Env>where
Env: TxEnv,{
// Required methods
fn gas_annotation(&self, env: &Env) -> ManagedBuffer<Env::Api>;
fn gas_value(&self, env: &Env) -> u64;
fn explicit_or_gas_left(&self, env: &Env) -> u64;
}