pub struct OperatorSetSecondaryAdmin {
pub operator: Pubkey,
pub admin: Pubkey,
pub new_admin: Pubkey,
}Expand description
Accounts.
Fields§
§operator: Pubkey§admin: Pubkey§new_admin: PubkeyImplementations§
Source§impl OperatorSetSecondaryAdmin
impl OperatorSetSecondaryAdmin
pub fn instruction( &self, args: OperatorSetSecondaryAdminInstructionArgs, ) -> Instruction
pub fn instruction_with_remaining_accounts( &self, args: OperatorSetSecondaryAdminInstructionArgs, remaining_accounts: &[AccountMeta], ) -> Instruction
Auto Trait Implementations§
impl Freeze for OperatorSetSecondaryAdmin
impl RefUnwindSafe for OperatorSetSecondaryAdmin
impl Send for OperatorSetSecondaryAdmin
impl Sync for OperatorSetSecondaryAdmin
impl Unpin for OperatorSetSecondaryAdmin
impl UnsafeUnpin for OperatorSetSecondaryAdmin
impl UnwindSafe for OperatorSetSecondaryAdmin
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