Skip to main content

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.
FieldDescription
startHour[deprecated=true]The start hour (in UTC time), a value between 0 and 23
startMin[deprecated=true]The start minute (in UTC time), a value between 0 and 59
endHour[deprecated=true]The end hour (in UTC time), a value between 0 and 23
endMin[deprecated=true]The end minute (in UTC time), a value between 0 and 59
update_fileIf set, the file whose contents should be used for a network software update during the maintenance window.
file_hashIf set, the expected hash of the contents of the update file (used to verify the update).
start_timeThe consensus time at which the maintenance window should begin.
freeze_typeThe type of network freeze or upgrade operation to perform.

FreezeService.proto

FreezeService

RPCRequestResponseComments
freezeTransactionTransactionResponseFreezes the nodes by submitting the transaction. The grpc server returns the TransactionResponse