hedera_create_file
Create a new unsigned file on Hedera to store compiled contract bytecode before deployment.
Instructions
Build (unsigned) a new file. Useful for storing compiled contract bytecode before deployment.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| key | No | Public key controlling the file (enables append/update/delete) | |
| memo | No | ||
| contents | Yes | File contents (UTF-8 text or hex bytecode) | |
| payerAccountId | No |