nooschain / chain/transaction-executor / executeBlock
Function: executeBlock()
executeBlock(
height):Promise<ExecuteBlockResult>
Defined in: chain/transaction-executor.ts:317
Executes a block in a fresh database transaction.
Parameters
height
string | number | bigint
Returns
Promise<ExecuteBlockResult>