Function FullNode.acceptBlock

Add block to ledger and remove expired validators from network whitelist

string acceptBlock (
  in ref const(Block) block
) @trusted;

Parameters

NameDescription
block block to be added to the Ledger