remove method

void remove(
  1. Outpoint outpoint
)

Implementation

void remove(Outpoint outpoint) {
  _utxos.remove(_outpointKey(outpoint));
}