> 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/smartcontractinvocation.md).

# SmartContractInvocation

The SmartContractInvocation model

| Field                 | Type                                                                 | Description                                                                                                      |
| --------------------- | -------------------------------------------------------------------- | ---------------------------------------------------------------------------------------------------------------- |
| `Method`              | `string`                                                             | Method of the Smart Contract                                                                                     |
| `Params`              | `List<`[`Variant`](/netcs/api/basic-types/variant.md)`>`             | Parameters given with the Method of Smart Contract                                                               |
| `UsedContracts`       | `List<byte[]>`                                                       | List of used Smart Contracts `ed25519 byte[]` form                                                               |
| `ForgetNewState`      | `bool`                                                               | If true the result will not be stored into the blockchain if false the result will be stored into the blockchain |
| `SmartContractDeploy` | [SmartContractDeploy](/netcs/api/basic-types/smartcontractdeploy.md) | Deploy model which contains for example the source code                                                          |
| `Version`             | `short`                                                              | Version number                                                                                                   |
