Function UTXO.getHash

Get the combined hash of the previous hash and index. This makes sure the index is always of the same type, as mixing different-sized uint/ulong would create different hashes.

static geod24.bitblob.BitBlob!(64L) getHash (
  in ref const(geod24.bitblob.BitBlob!(64L)) hash,
  ulong index
) nothrow @safe;

Returns

the combined hash of a previous hash and index