Freeze
FreezeTransactionBody
Set the freezing period in which the platform will stop creating events and accepting transactions. This is used before safely shut down the platform for maintenance.
Field | Description |
---|---|
| The start hour (in UTC time), a value between 0 and 23 |
| The start minute (in UTC time), a value between 0 and 59 |
| The end hour (in UTC time), a value between 0 and 23 |
| The end minute (in UTC time), a value between 0 and 59 |
| If set, the file whose contents should be used for a network software update during the maintenance window. |
| If set, the expected hash of the contents of the update file (used to verify the update). |
| The consensus time at which the maintenance window should begin. |
| The type of network freeze or upgrade operation to perform. |
FreezeService.proto
FreezeService
RPC | Request | Response | Comments |
---|---|---|---|
| Transaction | Freezes the nodes by submitting the transaction. The grpc server returns the TransactionResponse |
Last updated