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

# SmartTransInfo

The SmartTransInfo model provides information of given topic

| Field             | Type                                                                         | Description                       |
| ----------------- | ---------------------------------------------------------------------------- | --------------------------------- |
| V\_tokenDeploy    | [TokenDeployTransInfo](/netcs/api/basic-types/tokendeploytransinfo.md)       | Token deploy information          |
| V\_tokenTransfer  | [TokenTransferTransInfo](/netcs/api/basic-types/tokentransfertransinfo.md)   | Token Transfer Information        |
| V\_smartDeploy    | [SmartDeployTransInfo](/netcs/api/basic-types/smartdeploytransinfo.md)       | Smart Contract Deploy Information |
| V\_smartExecution | [SmartExecutionTransInfo](/netcs/api/basic-types/smartexecutiontransinfo.md) | Smart Contract Call Information   |
| V\_smartState     | [SmartStateTransInfo](/netcs/api/basic-types/smartstatetransinfo.md)         | Smart Contract State Information  |
