Variable Nominator.acceptBlock

Delegate called when a block is to be externalized

class Nominator
{
  // ...
  @safe string delegate(in ref Block) acceptBlock ;
  // ...
}