File Service
FileAppend
Hedera protobuf reference for the FileAppend transaction used to append additional bytes to an existing file stored on the Hedera File Service.
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.
Hedera protobuf reference for the FileAppend transaction used to append additional bytes to an existing file stored on the Hedera File Service.
| Field | Type | Description |
|---|---|---|
fileID | FileID | The file to which the bytes will be appended |
contents | bytes | The bytes that will be appended to the end of the specified file |
Was this page helpful?