The object serves as the field for delayedTransferToken mutation.
| Name | Type | Description |
|---|---|---|
id | UUID | The token transfer ID. |
organizationId | UUID | The organization ID. |
walletId | UUID | The wallet ID. |
transactionHash | String | The transaction hash. |
transferTo | String | The recipient's contract address. |
resolvedTransferTo | String | The final recipient's contract address. |
contractAddress | String | The sender's contract address. |
status | Enum | The token transfer status. The value can be either Queued, InProgress, Success, Failed, or Canceled. |
tokenType | Enum | The type of token to transfer. The value can be either ERC721 or ERC1155. |
tokenOnChainId | Integer | The token onChain ID. |
amount | Integer | The amount of token to transfer. |
createdAt | Time | The time when the token is created. |
updatedAt | Time | The time when the token is updated. |
jobId | String | The job ID. |
