Skip to content

Commit 5abae8e

Browse files
committed
docs(api): update token event info
1 parent 552f509 commit 5abae8e

File tree

1 file changed

+0
-6
lines changed

1 file changed

+0
-6
lines changed

docs/reference/dapi-endpoints-platform-endpoints.md

Lines changed: 0 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -2212,7 +2212,6 @@ Retrieves a list of actions performed by a specific group within a contract.
22122212
| | `freeze` | Freezes a specific entity's tokens. |
22132213
| | `unfreeze` | Unfreezes a specific entity's tokens. |
22142214
| | `destroy_frozen_funds` | Destroys frozen funds for a specified entity. |
2215-
| | `transfer` | Transfers tokens to another recipient. |
22162215
| | `emergency_action` | Performs emergency actions like pausing or resuming the contract. |
22172216
| | `token_config_update` | Updates token configuration settings. |
22182217
| **DocumentEvent** | `create` | Represents the creation of a document. |
@@ -2252,11 +2251,6 @@ Retrieves a list of actions performed by a specific group within a contract.
22522251
| `destroy_frozen_funds` | `frozen_id` | Bytes | Identifier of the frozen entity. |
22532252
| | `amount` | UInt64 | Amount of frozen funds to destroy. |
22542253
| | `public_note` | String (Optional) | A public note for the destruction event. |
2255-
| `transfer` | `recipient_id` | Bytes | Identity ID of the recipient. |
2256-
| | `amount` | UInt64 | Amount of tokens transferred. |
2257-
| | `public_note` | String (Optional) | A public note for the transfer event. |
2258-
| | `shared_encrypted_note` | Object (Optional) | Encrypted note shared by sender and recipient. |
2259-
| | `personal_encrypted_note` | Object (Optional) | Personal encrypted note. |
22602254
| `emergency_action` | `action_type` | Enum (`PAUSE = 0`, `RESUME = 1`) | Type of emergency action performed. |
22612255
| | `public_note` | String (Optional) | A public note for the emergency action. |
22622256
| `token_config_update` | `token_config_update_item` | Bytes | Configuration update details. |

0 commit comments

Comments
 (0)