Leitura rápida
Comece pela explicação mais curta e útil antes de aprofundar.
An Anchor account type (UncheckedAccount<'info>) that performs no automatic validation — no owner check, no discriminator check, no deserialization. It is an alias for AccountInfo and should only be used when the program manually validates the account or when the account belongs to an external program. Requires a /// CHECK: doc comment explaining why it is safe. Misuse is a common audit finding.