hashgraph / hedera-protobufs-java

The protobuf message files defining the Hedera Hashgraph API
Apache License 2.0
37 stars 22 forks source link

Add startTime field to Freeze txn and deprecate start/end hour/min. #80

Closed ljianghedera closed 2 years ago

ljianghedera commented 3 years ago

Description: This PR added a new field Timestamp as freeze start time, meanwhile deprecated these 4 fields as freeze start time and duration:

  1. startHour
  2. startMin
  3. endHout
  4. endMin

(please refer to https://github.com/hashgraph/hedera-protobufs/pull/67 as well)

Related issue(s):

Fixes #79

Checklist