Convert a transaction locktime to its equivalent JavaScript Date object.
If locktime is outside the possible range (greater than or equal to
500000000 and less than or equal to 4294967295), an error message is
returned.
Parameters
locktime: number
a positive integer between 500000000 and 4294967295,
inclusive
Convert a transaction
locktime
to its equivalent JavaScriptDate
object. If locktime is outside the possible range (greater than or equal to500000000
and less than or equal to4294967295
), an error message is returned.