> For the complete documentation index, see [llms.txt](https://centr.gitbook.io/netcs/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://centr.gitbook.io/netcs/api/basic-types/smartcontractmethod.md).

# SmartContractMethod

The SmartContractMethod model

| Field        | Type                                                                                             | Description                 |
| ------------ | ------------------------------------------------------------------------------------------------ | --------------------------- |
| `ReturnType` | `string`                                                                                         | Return Type                 |
| `Name`       | `string`                                                                                         | Name of SmartContractMethod |
| `Arguments`  | `List<`[`SmartContractMethodArgument`](/netcs/api/basic-types/smartcontractmethodargument.md)`>` | List of Arguments           |
