AUTH_IMMUTABLE_FLAG property

AccountFlag AUTH_IMMUTABLE_FLAG
final

Authorization immutable (0x4): If this is set then none of the authorization flags can be set and the account can never be deleted.

Implementation

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