frozen constant

AccountState const frozen

Account has been frozen by the mint freeze authority. Neither the account owner nor the delegate are able to perform operations on this account.

Implementation

static const AccountState frozen = AccountState._("Frozen", 2);