> For the complete documentation index, see [llms.txt](https://505876833.gitbook.io/gao-jin-yun-xin-xin-yong-chi-v1.0/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://505876833.gitbook.io/gao-jin-yun-xin-xin-yong-chi-v1.0/zhi-neng-he-yue-kai-fa/memberstorage-zhu-ce-yong-hu-ji-lu-he-yue.md).

# MemberStorage注册用户记录合约

#### 基本属性

|      属性      |         说明        |
| :----------: | :---------------: |
| ownerAddrMap | 成员区块链地址和身份合约地址的映射 |
| addrIndexMap |  成员身份合约地址和索引号的映射  |
|  nameAddrMap |   成员名称与身份合约地址的映射  |
| indexAddrMap |  成员索引号与身份合约地址的映射  |
| indexNameMap |    成员索引号与名称的映射    |

#### 功能

|       功能       |          说明          |
| :------------: | :------------------: |
|     insert     |       添加（认证）新成员      |
|      isIn      |      判断成员是否经过认证      |
|    getCount    |       获得认证成员总数       |
|    getAssets   |      获得所有认证成员信息      |
| getInfoByIndex | 通过索引号获得成员身份合约地址和名称信息 |
|  getInfoByName | 通过名称获得成员身份合约地址和索引号信息 |
