Documentation Index
Fetch the complete documentation index at: /llms.txt
Use this file to discover all available pages before exploring further.
| Field | Type | Description |
|---|---|---|
expirationTime | Timestamp | The time at which this file should expire (unless FileUpdateTransaction is used before then to extend its life) |
keys | KeyList | All these keys must sign to create or modify the file. Any one of them can sign to delete the file. |
contents | Content | The bytes that are the contents of the file |
shardID | ShardID | Shard in which this file is created |
realmID | RealmID | The Realm in which to the file is created (leave this null to create a new realm) |
newRealmAdminKey | Key | If realmID is null, then this the admin key for the new realm that will be created |
memo | string | The memo associated with the file (UTF-8 encoding max 100 bytes) |
Was this page helpful?