active constant

  1. @BuiltValueEnumConst.new(wireName: r'active')
SweepConfigurationV2StatusEnum const active

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;