AUTH_REVOCABLE_FLAG property

AccountFlag AUTH_REVOCABLE_FLAG
final

Authorization revocable (0x2): Allows the issuing account to revoke its credit held by other accounts.

Implementation

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