producer_api_plugin
exposes a number of endpoints for the producer_plugin
to the RPC API interface managed by the http_plugin
.POST
line with required parameters. The manual presents examples of requests using curl
. Return code 201 indicates successful operation.(integer) max_transaction_time
— Limits the maximum time (in milliseconds) that is allowed a pushed transaction's code to execute before being considered invalid. Defauts to 1000.(integer) max_irreversible_block_age
— Limits the maximum age (in seconds) of the DPOS Irreversible Block for a chain this node will produce blocks on (use negative value to indicate unlimited). Defaults to -1.(integer) produce_time_offset_us
— Offset of non last block producing time (in microseconds). Negative number results in blocks to go out sooner, and positive number results in blocks to go out later. Defaults to 0.(integer) last_block_time_offset_us
— Offset of last block producing time (in microseconds). Negative number results in blocks to go out sooner, and positive number results in blocks to go out later. Defaults to 0.(integer) max_scheduled_transaction_time_per_block_ms
— Maximum wall-clock time (in milliseconds) spent retiring scheduled transactions in any block before returning to normal transaction processing. Defaults to 1000.(integer) incoming_defer_ratio
— Ratio between incoming transations and deferred transactions when both are exhausted. Defaults to 1.0 that means 1:1.