async invalidate (block: RawBlock): Promise<void> {
    for (const txn of block.tx) {
      for (const vout of txn.vout) {
        await this.mapper.delete(this.mapId(txn, vout))
      }