pub fn delegate<'a>(
    program_id: &Pubkey,
    accounts: &'a [AccountInfo<'a>],
    args: DelegateArgs
) -> ProgramResult
Expand description

Delegates an action over an asset to a specific account.