Module token_2022_extensions

Module token_2022_extensions 

Source

Structs§

MintExtensionFlags
Flags for mint extensions that affect Token account initialization and transfers

Constants§

ALLOWED_EXTENSION_TYPES
Allowed mint extension types for Token accounts. Extensions not in this list will cause account creation to fail.
RESTRICTED_EXTENSION_TYPES
Restricted extension types that require compression_only mode. These extensions have special behaviors (pausable, permanent delegate, fees, hooks, default frozen state) that are incompatible with standard compressed token transfers.

Functions§

is_restricted_extension
Check if an extension type is a restricted extension.