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

# EosSharp

## Summary

| Members                                                                                                                                                               | Descriptions                                                                                                           |
| --------------------------------------------------------------------------------------------------------------------------------------------------------------------- | ---------------------------------------------------------------------------------------------------------------------- |
| `class` [`AbiSerializationProvider`](/unity-plugin-suite/eossharp/api-docs/eossharp-core/eossharp-core-providers/eossharp-core-providers-abiserializationprovider.md) | Serialize / deserialize transaction and fields using a Abi schema <https://developers.eos.io/eosio-home/docs/the-abi>. |
| `class` [`CombinedSignersProvider`](/unity-plugin-suite/eossharp/api-docs/eossharp-core/eossharp-core-providers/eossharp-core-providers-combinedsignersprovider.md)   | Signature provider that combine multiple signature providers to complete all the signatures for a transaction.         |
| `class` [`DefaultSignProvider`](/unity-plugin-suite/eossharp/api-docs/eossharp-core/eossharp-core-providers/eossharp-core-providers-defaultsignprovider.md)           | Signature provider default implementation that stores private keys in memory.                                          |
| `interface` [`IAbiSerializationProvider`](#interface_eos_sharp_1_1_core_1_1_providers_1_1_i_abi_serialization_provider)                                               |                                                                                                                        |
