# 数据结构及组件

为满足股东按表决权比例排序、回溯查询表决权历史数据等目的，系统采用了<mark style="color:blue;">**历史状态序列**</mark>、<mark style="color:blue;">**T型链表**</mark>、<mark style="color:blue;">**可枚举集合**</mark>等特殊的数据结构。

{% content-ref url="/pages/CKAUeQSYifDaTyMb22KH" %}
[历史状态序列库](/whitepaper-cn/ji-shu-shou-ce/shu-ju-jie-gou-ji-zu-jian/li-shi-zhuang-tai-xu-lie-ku.md)
{% endcontent-ref %}

{% content-ref url="/pages/oOLYoVeR9mGQgmhCSv6m" %}
[T型链表库](/whitepaper-cn/ji-shu-shou-ce/shu-ju-jie-gou-ji-zu-jian/t-xing-lian-biao-ku.md)
{% endcontent-ref %}

{% content-ref url="/pages/iAo8dM0zIJNL2pZweCiL" %}
[黄金链表库](/whitepaper-cn/ji-shu-shou-ce/shu-ju-jie-gou-ji-zu-jian/huang-jin-lian-biao-ku.md)
{% endcontent-ref %}

{% content-ref url="/pages/UFnN1jer6oRLmb1K1qac" %}
[可枚举集合库](/whitepaper-cn/ji-shu-shou-ce/shu-ju-jie-gou-ji-zu-jian/ke-mei-ju-ji-he-ku.md)
{% endcontent-ref %}

{% content-ref url="/pages/sXzv6CFo1tD0KDugWe32" %}
[条件及条件库](/whitepaper-cn/ji-shu-shou-ce/shu-ju-jie-gou-ji-zu-jian/tiao-jian-ji-tiao-jian-ku.md)
{% endcontent-ref %}

{% content-ref url="/pages/til2svQQ1TRM0M4nfqNJ" %}
[哈希锁及保险箱](/whitepaper-cn/ji-shu-shou-ce/shu-ju-jie-gou-ji-zu-jian/ha-xi-suo-ji-bao-xian-xiang.md)
{% endcontent-ref %}

{% content-ref url="/pages/VRBQxHehpHF0Z5zqr1kN" %}
[签名及签字页](/whitepaper-cn/ji-shu-shou-ce/shu-ju-jie-gou-ji-zu-jian/qian-ming-ji-qian-zi-ye.md)
{% endcontent-ref %}

{% content-ref url="/pages/yexxBwp8RIiYXkd67e6M" %}
[文件及文件库](/whitepaper-cn/ji-shu-shou-ce/shu-ju-jie-gou-ji-zu-jian/wen-jian-ji-wen-jian-ku.md)
{% endcontent-ref %}

{% content-ref url="/pages/nHPFnCEnAm8aBS3hhkR4" %}
[文档及文档库](/whitepaper-cn/ji-shu-shou-ce/shu-ju-jie-gou-ji-zu-jian/wen-dang-ji-wen-dang-ku.md)
{% endcontent-ref %}


---

# Agent Instructions: 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:

```
GET https://comboox.gitbook.io/whitepaper-cn/ji-shu-shou-ce/shu-ju-jie-gou-ji-zu-jian.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
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.
