engine
Method Name: createBlockParameters: createEmpty - bool, finalize - bool, parentHash - BlockHashReturn Type: CreatedBlock
interface: api.rpc.engine.createBlock
jsonrpc: engine_createBlock
The createBlock method instructs the manual-seal authorship task to create a new block for the given parameter at.
Method Name: finalizeBlockParameter: hash - BlockHash, justification - JustificationReturn Type: bool
interface: api.rpc.engine.finalizeBlock
jsonrpc: engine_finalizeBlock
The finalizeBlock method instructs the manual-seal authorship task to finalize a block for the given parameter hash and justification.
Last updated