active constant
The status of the sweep. If not provided, by default, this is set to active. Possible values: * active: the sweep is enabled and funds will be pulled in or pushed out based on the defined configuration. * inactive: the sweep is disabled and cannot be triggered.
Implementation
@BuiltValueEnumConst(wireName: r'active')
static const SweepConfigurationV2StatusEnum active = _$sweepConfigurationV2StatusEnum_active;