pub trait ContractStorageTrait: StorageInspect<ContractsLatestUtxo, Error = Self::InnerError> + MerkleRootStorage<ContractId, ContractsState, Error = Self::InnerError> + MerkleRootStorage<ContractId, ContractsAssets, Error = Self::InnerError> {
    type InnerError: StdError + Send + Sync + 'static;
}

Required Associated Types§

source

type InnerError: StdError + Send + Sync + 'static

Implementors§