Derive Macro anchor_lang::Accounts

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

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