Trait fuel_core_executor::refs::ContractStorageTrait
source · pub trait ContractStorageTrait: StorageInspect<ContractsLatestUtxo, Error = Self::InnerError> + MerkleRootStorage<ContractId, ContractsState, Error = Self::InnerError> + MerkleRootStorage<ContractId, ContractsAssets, Error = Self::InnerError> {
type InnerError: Debug + Display + Send + Sync + 'static;
}