Variable FlashNode.getBlock

Callback for fetching a block

class FlashNode
{
  // ...
  @safe const(Block) delegate(ulong) getBlock ;
  // ...
}