Get runtime options
Retreives run time options for producer node
Body
objectOptional
Responses
200
OK
application/json
post
POST /v1/producer/get_runtime_options HTTP/1.1
Host: eos.nownodes.io
Content-Type: application/json
Accept: */*
Content-Length: 2
{}
200
OK
{
"max_transaction_time": 1,
"max_irreversible_block_age": 1,
"produce_time_offset_us": 1,
"last_block_time_offset_us": 1,
"max_scheduled_transaction_time_per_block_ms": 1,
"subjective_cpu_leeway_us": 1,
"incoming_defer_ratio": 1
}