pub struct CreateTreeConfigV2CpiAccounts<'a, 'b> {
pub tree_config: &'b AccountInfo<'a>,
pub merkle_tree: &'b AccountInfo<'a>,
pub payer: &'b AccountInfo<'a>,
pub tree_creator: Option<&'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_v2 CPI accounts.
Fields§
§tree_config: &'b AccountInfo<'a>§merkle_tree: &'b AccountInfo<'a>§payer: &'b AccountInfo<'a>§tree_creator: Option<&'b AccountInfo<'a>>Optional tree creator, defaults to payer
log_wrapper: &'b AccountInfo<'a>§compression_program: &'b AccountInfo<'a>§system_program: &'b AccountInfo<'a>Auto Trait Implementations§
impl<'a, 'b> Freeze for CreateTreeConfigV2CpiAccounts<'a, 'b>
impl<'a, 'b> !RefUnwindSafe for CreateTreeConfigV2CpiAccounts<'a, 'b>
impl<'a, 'b> !Send for CreateTreeConfigV2CpiAccounts<'a, 'b>
impl<'a, 'b> !Sync for CreateTreeConfigV2CpiAccounts<'a, 'b>
impl<'a, 'b> Unpin for CreateTreeConfigV2CpiAccounts<'a, 'b>
impl<'a, 'b> UnsafeUnpin for CreateTreeConfigV2CpiAccounts<'a, 'b>
impl<'a, 'b> !UnwindSafe for CreateTreeConfigV2CpiAccounts<'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