NodeBlueprintService constructor
NodeBlueprintService({
- required ProviderRegistry providers,
- LedgerStore? ledgers,
- String agentVersion = omnyServerVersion,
- Clock clock = const SystemClock(),
- void onLog(
- String line
Creates a blueprint service.
Implementation
NodeBlueprintService({
required this.providers,
LedgerStore? ledgers,
this.agentVersion = omnyServerVersion,
this.clock = const SystemClock(),
this.onLog,
}) : ledgers = ledgers ?? MemoryLedgerStore();