freezeAccount constant

AuthorityType const freezeAccount

Authority type for freezing an account.

Implementation

static const AuthorityType freezeAccount =
    AuthorityType._(1, 'FreezeAccount');