Given a timestamp offset in seconds, adds the offset to every subsequent block header's timestamp.
POST /v2/devmode/blocks/offset/{offset}
POST
/v2/devmode/blocks/offset/{offset}
Sets the timestamp offset (seconds) for blocks in dev mode. Providing an offset of 0 will unset this value and try to use the real clock for the timestamp.
Authorizations
Section titled “Authorizations ”Parameters
Section titled “ Parameters ”Path Parameters
Section titled “Path Parameters ” offset
required
integer
The timestamp offset for blocks in dev mode.
Responses
Section titled “ Responses ”OK
Cannot set timestamp offset to a negative integer.
An error response with optional data field.
object
data
object
message
required
string
Invalid API Token
An error response with optional data field.
object
data
object
message
required
string
Internal Error
An error response with optional data field.
object
data
object
message
required
string
default
Section titled “default ”Unknown Error