AUTH_CLAWBACK_ENABLED_FLAG property

AccountFlag AUTH_CLAWBACK_ENABLED_FLAG
final

Clawback enabled (0x8): trust lines are created with clawback enabled set to "true", and claimable balances created from those trustlines are created with clawback enabled set to "true"

Implementation

static final AUTH_CLAWBACK_ENABLED_FLAG =
    AccountFlag._internal(XdrAccountFlags.AUTH_CLAWBACK_ENABLED_FLAG.value);