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

# SmartExecutionTransInfo

The SmartExecutionTransInfo model provides information of execution a Smart Contract

| Field              | Type                                                            | Description                                  |
| ------------------ | --------------------------------------------------------------- | -------------------------------------------- |
| `Method`           | `string`                                                        | Which Method is being executed               |
| `Params`           | `List<`[`Variant`](/netcs/api/basic-types/variant.md)`>`        | List of Variables if needed for given Method |
| `State`            | [SmartOperationState](/netcs/api/states/smartoperationstate.md) | State of Smart Contract                      |
| `StateTransaction` | [TransactionId](/netcs/api/basic-types/transactionid.md)        | State of Transaction                         |
