pub async fn descriptions(
    client: &Client,
    cursor: Option<&str>
) -> Result<Descriptions>
Expand description

Retrieves block descriptions. Blocks descriptions are paged. A cursor field will be in the response when more results are available.