insert method

void insert(
  1. Utxo utxo
)

Implementation

void insert(Utxo utxo) {
  map[utxo.outputPointer] = utxo;
}