File Service
FileUpdate
FileUpdateTransactionBody protobuf message for modifying metadata or contents of an existing file on the Hedera File Service entity.
Was this page helpful?
Documentation Index
Fetch the complete documentation index at: /llms.txt
Use this file to discover all available pages before exploring further.
FileUpdateTransactionBody protobuf message for modifying metadata or contents of an existing file on the Hedera File Service entity.
| Field | Type | Description |
|---|---|---|
fileID | FileID | The ID of the file to update |
expirationTime | Timestamp | The new expiry time (ignored if not later than the current expiry) |
keys | KeyList | The new list of keys that can modify or delete the file |
contents | bytes | The new contents that should overwrite the file’s current contents |
memo | string | The memo associated with the file (UTF-8 encoding max 100 bytes) |
Was this page helpful?