[][src]Derive Macro anchor_lang::Accounts

#[derive(Accounts)]
{
    // Attributes available to this derive:
    #[account]
}

Implements an Accounts deserializer on the given struct, applying any constraints specified via #[account] attributes.