Skip to main content
Version: Next

emulator.identifyparametergroups

Home > @blaze-cardano/emulator > identifyParameterGroups

identifyParameterGroups() function

Signature:

identifyParameterGroups: (update: Record<string, unknown>) => Set<"NetworkGroup" | "EconomicGroup" | "TechnicalGroup" | "GovernanceGroup" | "SecurityGroup">

Parameters

Parameter

Type

Description

update

Record<string, unknown>

Returns:

Set<"NetworkGroup" | "EconomicGroup" | "TechnicalGroup" | "GovernanceGroup" | "SecurityGroup">