Function FlashNode.this

Constructor

this (
  FlashConfig conf,
  string db_path,
  geod24.bitblob.BitBlob!(64L) genesis_hash,
  Engine engine,
  ITaskManager taskman,
  TransactionResult delegate(in ref Transaction) postTransaction,
  @safe const(Block) delegate(ulong) getBlock,
  NameRegistryAPI delegate(Address) makeRegistryClient
);

Parameters

NameDescription
conf the configuration of this node
db_path path to the database (or in-memory if set to ":memory:")
genesis_hash the hash of the genesis block to use
engine the execution engine to use
taskman the task manager ot use

Returns

the Agora FullNode client