> ## Documentation Index
> Fetch the complete documentation index at: https://docs.codex.io/llms.txt
> Use this file to discover all available pages before exploring further.

# ContractType

> Type of the contract.

<div data-generated>
  ## GraphQL

  ```
  enum ContractType {
    TOKEN
    WALLET
  }
  ```

  ### Used By

  **Returned by**

  * [getCommunityNotes](/api-reference/queries/getcommunitynotes.md): Returns community gathered notes.

  **Used as input by**

  * [getCommunityNotes](/api-reference/queries/getcommunitynotes.md): Returns community gathered notes.
</div>
