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