# 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                                                                                                   |


---

# Agent Instructions: Querying This Documentation

If you need additional information that is not directly available in this page, you can query the documentation dynamically by asking a question.

Perform an HTTP GET request on the current page URL with the `ask` query parameter:

```
GET https://centr.gitbook.io/netcs/api/basic-types/smartcontractinvocation.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
The response will contain a direct answer to the question and relevant excerpts and sources from the documentation.

Use this mechanism when the answer is not explicitly present in the current page, you need clarification or additional context, or you want to retrieve related documentation sections.
