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
We can either remove the nanosecond completely and just encode the epoch until seconds.
If we want to nano seconds to be included, then use time.UnixNano() to fetch the uin64 and encode that to bytes.
this will break the current AssetNFTs that rely on the maturity date in the above-mentioned format.
The text was updated successfully, but these errors were encountered:
ATM we encode bytes as follows
We can either remove the nanosecond completely and just encode the epoch until seconds.
If we want to nano seconds to be included, then use time.UnixNano() to fetch the uin64 and encode that to bytes.
this will break the current AssetNFTs that rely on the maturity date in the above-mentioned format.
The text was updated successfully, but these errors were encountered: