hip-739 Include Latest Consensus Timestamp in HAPI Responses #740
nickpoorman
started this conversation in
Ideas
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Currently, when a user submits a transaction on the Hedera API (HAPI), they supply two properties: a consensus timestamp at which the transaction will be valid
transactionID.transactionValidStart
and a duration for which the transaction remains valid astransactionBody.transactionValidDuration
. For users to provide an accurate consensus timestamp fortransactionValidStart
, they need to be aware of the latest consensus timestamp of the network. Also, when a user resubmits a transaction to the network, it may be necessary under some circumstances for the user to have the latest consensus timestamp of the network.See https://github.com/hashgraph/hedera-improvement-proposal/pull/739/files
Beta Was this translation helpful? Give feedback.
All reactions