You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Currently we just accept expiry as a TransactionTime (unix timestamp). In the examples we use the dummy value 9,999,999,999 which is slightly ridiculous.
We should at least change the examples to use now+5min. But preferably the SDK itself would include an ergonomic way of providing the expiry time (for example an enum with cases for absolute time and for duration into the future).
The text was updated successfully, but these errors were encountered:
Currently we just accept expiry as a
TransactionTime
(unix timestamp). In the examples we use the dummy value9,999,999,999
which is slightly ridiculous.We should at least change the examples to use now+5min. But preferably the SDK itself would include an ergonomic way of providing the expiry time (for example an enum with cases for absolute time and for duration into the future).
The text was updated successfully, but these errors were encountered: