> For the complete documentation index, see [llms.txt](https://snowconedao.gitbook.io/snowconedao/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://snowconedao.gitbook.io/snowconedao/api/data-structures.md).

# Data Structures

Welcome to the Data Structures section of Snowcone documentation. Here you'll find comprehensive details about the different data structures used within Snowcone. We'll go through each of these data structures one by one and discuss how they are used.

### Contents

1. [SNOW721PricingParams](#snow721pricingparams)
2. [SNOW721Tier](#snow721tier)
3. [SNOW721TierParams](#snow721tierparams)
4. [SNOWBitmapWord](#snowbitmapword)
5. [SNOWDeployTiered721DelegateData](#snowdeploytiered721delegatedata)
6. [SNOWDidPayData](#snowdidpaydata)

### SNOW721PricingParams

This section covers the SNOW721PricingParams data structure, which manages the pricing parameters for Snowcone's NFTs.

[Read More](#snow721pricingparams)

### SNOW721Tier

This section covers the SNOW721Tier data structure, which is used to define the different tiers for Snowcone's NFTs.

[Read More](#snow721tier)

### SNOW721TierParams

Here we discuss the SNOW721TierParams data structure, which is used to set up the parameters for each tier.

[Read More](#snow721tierparams)

### SNOWBitmapWord

This section covers the SNOWBitmapWord data structure, which is used to handle bitmap-based operations.

[Read More](#snowbitmapword)

### SNOWDeployTiered721DelegateData

In this section, we explore the SNOWDeployTiered721DelegateData data structure, which sets up the delegate data for the tiered 721 tokens.

[Read More](#snowdeploytiered721delegatedata)

### SNOWDidPayData

This section covers the SNOWDidPayData data structure, which is used to manage payment data in the Snowcone protocol.

[Read More](#snowdidpaydata)

We hope this guide helps you understand the various data structures used in the Snowcone protocol. If you have any questions or need further clarification, please reach out to our team.


---

# Agent Instructions
This documentation is published with GitBook. GitBook is the documentation platform designed so that both humans and AI agents can read, navigate, and reason over technical content effectively. Learn more at gitbook.com.

## Querying This Documentation
If you need additional information that is not directly available in this page, you can query the documentation dynamically by asking a question.

Perform an HTTP GET request on the current page URL with the `ask` query parameter, and the optional `goal` query parameter:

```
GET https://snowconedao.gitbook.io/snowconedao/api/data-structures.md?ask=<question>&goal=<endgoal>
```

`ask` is the immediate question: it should be specific, self-contained, and written in natural language.
`goal` is optional and describes the broader end goal you are ultimately trying to accomplish on behalf of the user. GitBook uses it to tailor the answer towards what is most useful for that goal.

The response will contain a direct answer to the question and relevant excerpts and sources from the documentation.

Use this mechanism when the answer is not explicitly present in the current page, you need clarification or additional context, or you want to retrieve related documentation sections.
