File Service
FileAppend
FileAppendTransactionBody protobuf message used by the Hedera File Service to append additional contents onto the end of an existing file.
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.
FileAppendTransactionBody protobuf message used by the Hedera File Service to append additional contents onto the end of an existing file.
| 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?