Txbox v0.2.0 Txbox.Mapi.Processor View Source
Miner API queue processor.
Takes transactions one by one from the mAPI queue, and depending on the
transaction state, either pushes the transaction to the miner, or checks the
status of the transaction by its txid
.
Link to this section Summary
Functions
Starts the Queue Processor, linked to the current process.
Link to this section Functions
Specs
start_link(keyword()) :: GenServer.on_start()
Starts the Queue Processor, linked to the current process.