remove method

void remove(
  1. Utxo utxo
)

Implementation

void remove(Utxo utxo) {
  map.remove(utxo.outputPointer);
}