pub struct CreateTreeConfig {
pub tree_config: Pubkey,
pub merkle_tree: Pubkey,
pub payer: Pubkey,
pub tree_creator: Pubkey,
pub log_wrapper: Pubkey,
pub compression_program: Pubkey,
pub system_program: Pubkey,
}Expand description
Accounts.
Fields§
§tree_config: Pubkey§merkle_tree: Pubkey§payer: Pubkey§tree_creator: Pubkey§log_wrapper: Pubkey§compression_program: Pubkey§system_program: PubkeyImplementations§
Source§impl CreateTreeConfig
impl CreateTreeConfig
pub fn instruction(&self, args: CreateTreeConfigInstructionArgs) -> Instruction
pub fn instruction_with_remaining_accounts( &self, args: CreateTreeConfigInstructionArgs, remaining_accounts: &[AccountMeta], ) -> Instruction
Auto Trait Implementations§
impl Freeze for CreateTreeConfig
impl RefUnwindSafe for CreateTreeConfig
impl Send for CreateTreeConfig
impl Sync for CreateTreeConfig
impl Unpin for CreateTreeConfig
impl UnsafeUnpin for CreateTreeConfig
impl UnwindSafe for CreateTreeConfig
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