Dev Tools
Compartilhar

#[derive(Accounts)] (Anchor)

📖O que é

The Anchor macro that defines the accounts struct for an instruction. Each field specifies an account with validation constraints. Account types include: `Account<'info, T>` (deserialized), `Signer<'info>` (must sign), `Program<'info, T>` (program reference), `SystemAccount<'info>`, and `UncheckedAccount<'info>` (no validation, use carefully).

Sua exploração

0 termos visitados no total
Termos relacionados explorados0/2

Termos Relacionados