TreeAccounts

Trait TreeAccounts 

Source
pub trait TreeAccounts<T: AccountInfoTrait + Clone> {
    // Required method
    fn get_tree_account_info(&self, tree_index: usize) -> Result<&T>;
}
Expand description

Trait for CPI accounts that provide access to tree accounts

Required Methods§

Source

fn get_tree_account_info(&self, tree_index: usize) -> Result<&T>

Implementors§