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
The Complete command takes that timestamp and if the block is complete, returns a timestamp that looks like this
[
[merkle_path...],
[timestamp header]
]
The disparity between the two formats should be reconciled. If we want to create a function to read a timestamp, it doesn't seem good to first check if it is an array or an object, etc. Maybe the timestamp returned by the Stamp command can match the array-style and just put the txid, addr, in the header area.
The text was updated successfully, but these errors were encountered:
Based on the ots command line program, the Stamp command returns a timestamp formatted like this:
The Complete command takes that timestamp and if the block is complete, returns a timestamp that looks like this
The disparity between the two formats should be reconciled. If we want to create a function to read a timestamp, it doesn't seem good to first check if it is an array or an object, etc. Maybe the timestamp returned by the Stamp command can match the array-style and just put the txid, addr, in the header area.
The text was updated successfully, but these errors were encountered: