pub struct CreateTreeConfigCpiAccounts<'a, 'b> {
pub tree_config: &'b AccountInfo<'a>,
pub merkle_tree: &'b AccountInfo<'a>,
pub payer: &'b AccountInfo<'a>,
pub tree_creator: &'b AccountInfo<'a>,
pub log_wrapper: &'b AccountInfo<'a>,
pub compression_program: &'b AccountInfo<'a>,
pub system_program: &'b AccountInfo<'a>,
}Expand description
create_tree_config CPI accounts.
Fields§
§tree_config: &'b AccountInfo<'a>§merkle_tree: &'b AccountInfo<'a>§payer: &'b AccountInfo<'a>§tree_creator: &'b AccountInfo<'a>§log_wrapper: &'b AccountInfo<'a>§compression_program: &'b AccountInfo<'a>§system_program: &'b AccountInfo<'a>Auto Trait Implementations§
impl<'a, 'b> Freeze for CreateTreeConfigCpiAccounts<'a, 'b>
impl<'a, 'b> !RefUnwindSafe for CreateTreeConfigCpiAccounts<'a, 'b>
impl<'a, 'b> !Send for CreateTreeConfigCpiAccounts<'a, 'b>
impl<'a, 'b> !Sync for CreateTreeConfigCpiAccounts<'a, 'b>
impl<'a, 'b> Unpin for CreateTreeConfigCpiAccounts<'a, 'b>
impl<'a, 'b> UnsafeUnpin for CreateTreeConfigCpiAccounts<'a, 'b>
impl<'a, 'b> !UnwindSafe for CreateTreeConfigCpiAccounts<'a, 'b>
Blanket Implementations§
Source§impl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
Source§fn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more