ljianghedera
ljianghedera
### Problem Please refer to the description in services issue #1926: hashgraph/hedera-services#1926 ### Solution ``` message FractionalFee { Fraction fractional_amount = 1; // The fraction of the transferred units to...
### Problem Currently, the `freeze` transaction is sending startHour, startMin, endHour, endMin to specify that the services should be frozen at startHour and startMin from now, and should wake up...
Please reference to hedera services issue https://github.com/hashgraph/hedera-services/issues/1192 for details.
### Problem Use startTime of Instant to specify freeze transaction start. ### Solution Need to make the following change of the FreezeTransactionBody: ``` message FreezeTransactionBody { int32 startHour = 1...
Please reference to hedera services issue: https://github.com/hashgraph/hedera-services/issues/1192.