Trait fuels::programs::contract::SettableContract
source · pub trait SettableContract {
// Required methods
fn id(&self) -> Bech32ContractId;
fn log_decoder(&self) -> LogDecoder;
}
pub trait SettableContract {
// Required methods
fn id(&self) -> Bech32ContractId;
fn log_decoder(&self) -> LogDecoder;
}