> 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-abi.md).

# Abi

## Summary

| Members                                                                                                                                                                                                                                                                 | Descriptions                                    |
| ----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- | ----------------------------------------------- |
| `public string` [`version`](#class_eos_sharp_1_1_core_1_1_api_1_1v1_1_1_abi_1af9c8593b58583463efe6932e24c9d6e6)                                                                                                                                                         | ABI-Version used for the ABI.                   |
| `public List<` [`AbiType`](/unity-plugin-suite/eossharp/api-docs/eossharp-core/eossharp-core-api-v1/eossharp-core-api-v1-abitype.md)`>` [`types`](#class_eos_sharp_1_1_core_1_1_api_1_1v1_1_1_abi_1ac3604684f4b399de9152bb8720018c92)                                   | List of Types contained in the ABI.             |
| `public List<` [`AbiStruct`](/unity-plugin-suite/eossharp/api-docs/eossharp-core/eossharp-core-api-v1/eossharp-core-api-v1-abistruct.md)`>` [`structs`](#class_eos_sharp_1_1_core_1_1_api_1_1v1_1_1_abi_1a9e6e0f1edc57006c8a6af28baaffbdad)                             | List of Structs contained in the ABI.           |
| `public List<` [`AbiAction`](/unity-plugin-suite/eossharp/api-docs/eossharp-core/eossharp-core-api-v1/eossharp-core-api-v1-abiaction.md)`>` [`actions`](#class_eos_sharp_1_1_core_1_1_api_1_1v1_1_1_abi_1af084acdd7da8e513574fcfb15497c3dd)                             | List of Actions contained in the ABI.           |
| `public List<` [`AbiTable`](/unity-plugin-suite/eossharp/api-docs/eossharp-core/eossharp-core-api-v1/eossharp-core-api-v1-abitable.md)`>` [`tables`](#class_eos_sharp_1_1_core_1_1_api_1_1v1_1_1_abi_1ae6b865768da5d5690f0932fa0039d221)                                | List of Tables contained in the ABI.            |
| `public List<` [`AbiRicardianClause`](/unity-plugin-suite/eossharp/api-docs/eossharp-core/eossharp-core-api-v1/eossharp-core-api-v1-abiricardianclause.md)`>` [`ricardian_clauses`](#class_eos_sharp_1_1_core_1_1_api_1_1v1_1_1_abi_1a2d28bca913b1cfd22e874ef2ff1fb7a0) | List of Ricardian Clauses contained in the ABI. |
| `public List< string >` [`error_messages`](#class_eos_sharp_1_1_core_1_1_api_1_1v1_1_1_abi_1ae18756eca397ee3122b1e6d2e6493bf2)                                                                                                                                          | List of Error Messages contained in the ABI.    |
| `public List<` [`Extension`](/unity-plugin-suite/eossharp/api-docs/eossharp-core/eossharp-core-api-v1/eossharp-core-api-v1-extension.md)`>` [`abi_extensions`](#class_eos_sharp_1_1_core_1_1_api_1_1v1_1_1_abi_1ab2ec5df2cc345b07ddd501b2d6921576)                      | List of Ricardian Clauses contained in the ABI. |
| `public List<` [`Variant`](/unity-plugin-suite/eossharp/api-docs/eossharp-core/eossharp-core-api-v1/eossharp-core-api-v1-variant.md)`>` [`variants`](#class_eos_sharp_1_1_core_1_1_api_1_1v1_1_1_abi_1a9591407ddf3b637ec94b83a6e20cc761)                                | List of Variants contained in the ABI.          |

## Members

**`public string`** [**`version`**](#class_eos_sharp_1_1_core_1_1_api_1_1v1_1_1_abi_1af9c8593b58583463efe6932e24c9d6e6)

ABI-Version used for the ABI.

**`public List<`** [**`AbiType`**](/unity-plugin-suite/eossharp/api-docs/eossharp-core/eossharp-core-api-v1/eossharp-core-api-v1-abitype.md)**`>`** [**`types`**](#class_eos_sharp_1_1_core_1_1_api_1_1v1_1_1_abi_1ac3604684f4b399de9152bb8720018c92)

List of Types contained in the ABI.

**`public List<`** [**`AbiStruct`**](/unity-plugin-suite/eossharp/api-docs/eossharp-core/eossharp-core-api-v1/eossharp-core-api-v1-abistruct.md)**`>`** [**`structs`**](#class_eos_sharp_1_1_core_1_1_api_1_1v1_1_1_abi_1a9e6e0f1edc57006c8a6af28baaffbdad)

List of Structs contained in the ABI.

**`public List<`** [**`AbiAction`**](/unity-plugin-suite/eossharp/api-docs/eossharp-core/eossharp-core-api-v1/eossharp-core-api-v1-abiaction.md)**`>`** [**`actions`**](#class_eos_sharp_1_1_core_1_1_api_1_1v1_1_1_abi_1af084acdd7da8e513574fcfb15497c3dd)

List of Actions contained in the ABI.

**`public List<`** [**`AbiTable`**](/unity-plugin-suite/eossharp/api-docs/eossharp-core/eossharp-core-api-v1/eossharp-core-api-v1-abitable.md)**`>`** [**`tables`**](#class_eos_sharp_1_1_core_1_1_api_1_1v1_1_1_abi_1ae6b865768da5d5690f0932fa0039d221)

List of Tables contained in the ABI.

**`public List<`** [**`AbiRicardianClause`**](/unity-plugin-suite/eossharp/api-docs/eossharp-core/eossharp-core-api-v1/eossharp-core-api-v1-abiricardianclause.md)**`>`** [**`ricardian_clauses`**](#class_eos_sharp_1_1_core_1_1_api_1_1v1_1_1_abi_1a2d28bca913b1cfd22e874ef2ff1fb7a0)

List of Ricardian Clauses contained in the ABI.

**`public List< string >`** [**`error_messages`**](#class_eos_sharp_1_1_core_1_1_api_1_1v1_1_1_abi_1ae18756eca397ee3122b1e6d2e6493bf2)

List of Error Messages contained in the ABI.

**`public List<`** [**`Extension`**](/unity-plugin-suite/eossharp/api-docs/eossharp-core/eossharp-core-api-v1/eossharp-core-api-v1-extension.md)**`>`** [**`abi_extensions`**](#class_eos_sharp_1_1_core_1_1_api_1_1v1_1_1_abi_1ab2ec5df2cc345b07ddd501b2d6921576)

List of Ricardian Clauses contained in the ABI.

**`public List<`** [**`Variant`**](/unity-plugin-suite/eossharp/api-docs/eossharp-core/eossharp-core-api-v1/eossharp-core-api-v1-variant.md)**`>`** [**`variants`**](#class_eos_sharp_1_1_core_1_1_api_1_1v1_1_1_abi_1a9591407ddf3b637ec94b83a6e20cc761)

List of Variants contained in the ABI.
