> For the complete documentation index, see [llms.txt](https://liquiidio.gitbook.io/unity-plugin-suite/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://liquiidio.gitbook.io/unity-plugin-suite/eossharp/api-docs/eossharp-core/eossharp-core-api-v1/eossharp-core-api-v1-abistruct.md).

# AbiStruct

## Summary

| Members                                                                                                                                                                                                                                         | Descriptions                     |
| ----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- | -------------------------------- |
| `public string` [`name`](#class_eos_sharp_1_1_core_1_1_api_1_1v1_1_1_abi_struct_1a8ccf841cb59e451791bcb2e1ac4f1edc)                                                                                                                             | Name of the AbiStruct.           |
| `public string` [`base`](#class_eos_sharp_1_1_core_1_1_api_1_1v1_1_1_abi_struct_1a28e4a6417a3c9f36164437982c7488a8)                                                                                                                             | base-struct of the AbiStruct     |
| `public List<` [`AbiField`](/unity-plugin-suite/eossharp/api-docs/eossharp-core/eossharp-core-api-v1/eossharp-core-api-v1-abifield.md)`>` [`fields`](#class_eos_sharp_1_1_core_1_1_api_1_1v1_1_1_abi_struct_1a182fcdaac4e40e868efcb80276e1423e) | List fo Fields of the AbiStruct. |

## Members

**`public string`** [**`name`**](#class_eos_sharp_1_1_core_1_1_api_1_1v1_1_1_abi_struct_1a8ccf841cb59e451791bcb2e1ac4f1edc)

Name of the AbiStruct.

**`public string`** [**`base`**](#class_eos_sharp_1_1_core_1_1_api_1_1v1_1_1_abi_struct_1a28e4a6417a3c9f36164437982c7488a8)

base-struct of the AbiStruct

**`public List<`** [**`AbiField`**](/unity-plugin-suite/eossharp/api-docs/eossharp-core/eossharp-core-api-v1/eossharp-core-api-v1-abifield.md)**`>`** [**`fields`**](#class_eos_sharp_1_1_core_1_1_api_1_1v1_1_1_abi_struct_1a182fcdaac4e40e868efcb80276e1423e)

List fo Fields of the AbiStruct.
