Variable MemoryUTXOSet.storage

UTXO cache backed by an AA

class MemoryUTXOSet
{
  // ...
  UTXO[geod24.bitblob.BitBlob!(64L)] storage ;
  // ...
}