Trait fuel_tx::field::InputContract

source ·
pub trait InputContract {
    // Required methods
    fn input_contract(&self) -> &Contract;
    fn input_contract_mut(&mut self) -> &mut Contract;
    fn input_contract_offset(&self) -> usize;
}

Required Methods§

Implementors§