disabled property

bool? disabled
getter/setter pair

Whether the pool is disabled.

You cannot use a disabled pool to exchange tokens, or use existing tokens to access resources. If the pool is re-enabled, existing tokens grant access again.

Implementation

core.bool? disabled;