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;
}

Required Associated Types§

source

type InnerError: Debug + Display + Send + Sync + 'static

Implementors§