Function near_lake_framework::s3_fetchers::list_block_heights

source ·
pub async fn list_block_heights(
    lake_s3_client: &dyn S3Client,
    s3_bucket_name: &str,
    start_from_block_height: u64
) -> Result<Vec<u64>, LakeError>
Expand description

Queries the list of the objects in the bucket, grouped by “/” delimiter. Returns the list of block heights that can be fetched