Function Ledger.updateUTXOSet

Update the UTXO set based on the block's transactions

void updateUTXOSet (
  in ref const(Block) block
) @safe;

Parameters

NameDescription
block the block to update the UTXO set with