UTXOTracker.externalize - multiple declarations

Function UTXOTracker.externalize

Process all transactions in this Block

void externalize (
  in ref const(Block) block,
  @safe void delegate(geod24.bitblob.BitBlob!(64L)) onRemoved = cast(void delegate(BitBlob!64LU) @safe)null
) @safe;

Function UTXOTracker.externalize

Process all inputs and outputs in this Transaction

void externalize (
  in ref const(Transaction) tx,
  @safe void delegate(geod24.bitblob.BitBlob!(64L)) onRemoved = cast(void delegate(BitBlob!64LU) @safe)null
) @safe;

Function UTXOTracker.externalize

Process a single Output

void externalize (
  in ref const(geod24.bitblob.BitBlob!(64L)) hash,
  in ref const(Output) output
) @safe;