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

# TokenTransferTransInfo

The TokenDeployTransInfo model provides information about Token Transfers

| Field              | Type                                                            | Description                             |
| ------------------ | --------------------------------------------------------------- | --------------------------------------- |
| `Code`             | `string`                                                        | Name of Token                           |
| `Sender`           | `byte[]`                                                        | `ed25519 byte[]` Source Wallet          |
| `Receiver`         | `byte[]`                                                        | `ed25519 byte[]` Target Wallet          |
| `Amount`           | `string`                                                        | Amount of tokens Transferred            |
| `TokenStandard`    | `int`                                                           | TokenStandard of Token                  |
| `State`            | [SmartOperationState](/netcs/api/states/smartoperationstate.md) | State of Smart Contract                 |
| `StateTransaction` | [TransactionId](/netcs/api/basic-types/transactionid.md)        | State of Transaction                    |
| `TransferSuccess`  | `bool`                                                          | Returns if Token transfer was a success |
