Function Ledger.this

Constructor

this (
  immutable(ConsensusParams) params,
  ManagedDatabase database,
  IBlockStorage storage,
  ValidatorSet validator_set
);

Parameters

NameDescription
params the consensus-critical constants
database State database
storage the block storage
engine script execution engine
validator_set object managing the set of validators