Trait fuel_core::query::ChainQueryData

source ·
pub trait ChainQueryData: Send + Sync {
    // Required method
    fn da_height(&self) -> StorageResult<DaBlockHeight>;
}

Required Methods§

Implementors§