pub trait ToAccountMeta {
    // Required method
    fn to_account_meta(&self) -> AccountMeta;
}

Required Methods§

Implementations on Foreign Types§

source§

impl<'info> ToAccountMeta for AccountInfo<'info>

Implementors§