# 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`](https://liquiidio.gitbook.io/unity-plugin-suite/eossharp/api-docs/eossharp-core/eossharp-core-api-v1/eossharp-core-api-v1-abitype)`>` [`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`](https://liquiidio.gitbook.io/unity-plugin-suite/eossharp/api-docs/eossharp-core/eossharp-core-api-v1/eossharp-core-api-v1-abistruct)`>` [`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`](https://liquiidio.gitbook.io/unity-plugin-suite/eossharp/api-docs/eossharp-core/eossharp-core-api-v1/eossharp-core-api-v1-abiaction)`>` [`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`](https://liquiidio.gitbook.io/unity-plugin-suite/eossharp/api-docs/eossharp-core/eossharp-core-api-v1/eossharp-core-api-v1-abitable)`>` [`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`](https://liquiidio.gitbook.io/unity-plugin-suite/eossharp/api-docs/eossharp-core/eossharp-core-api-v1/eossharp-core-api-v1-abiricardianclause)`>` [`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`](https://liquiidio.gitbook.io/unity-plugin-suite/eossharp/api-docs/eossharp-core/eossharp-core-api-v1/eossharp-core-api-v1-extension)`>` [`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`](https://liquiidio.gitbook.io/unity-plugin-suite/eossharp/api-docs/eossharp-core/eossharp-core-api-v1/eossharp-core-api-v1-variant)`>` [`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`**](https://liquiidio.gitbook.io/unity-plugin-suite/eossharp/api-docs/eossharp-core/eossharp-core-api-v1/eossharp-core-api-v1-abitype)**`>`** [**`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`**](https://liquiidio.gitbook.io/unity-plugin-suite/eossharp/api-docs/eossharp-core/eossharp-core-api-v1/eossharp-core-api-v1-abistruct)**`>`** [**`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`**](https://liquiidio.gitbook.io/unity-plugin-suite/eossharp/api-docs/eossharp-core/eossharp-core-api-v1/eossharp-core-api-v1-abiaction)**`>`** [**`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`**](https://liquiidio.gitbook.io/unity-plugin-suite/eossharp/api-docs/eossharp-core/eossharp-core-api-v1/eossharp-core-api-v1-abitable)**`>`** [**`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`**](https://liquiidio.gitbook.io/unity-plugin-suite/eossharp/api-docs/eossharp-core/eossharp-core-api-v1/eossharp-core-api-v1-abiricardianclause)**`>`** [**`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`**](https://liquiidio.gitbook.io/unity-plugin-suite/eossharp/api-docs/eossharp-core/eossharp-core-api-v1/eossharp-core-api-v1-extension)**`>`** [**`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`**](https://liquiidio.gitbook.io/unity-plugin-suite/eossharp/api-docs/eossharp-core/eossharp-core-api-v1/eossharp-core-api-v1-variant)**`>`** [**`variants`**](#class_eos_sharp_1_1_core_1_1_api_1_1v1_1_1_abi_1a9591407ddf3b637ec94b83a6e20cc761)

List of Variants contained in the ABI.
