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