pub struct UpdateOperatorAuthority {
pub payer: Pubkey,
pub authority: Pubkey,
pub operator: Pubkey,
pub new_operator_authority: Pubkey,
}Expand description
Accounts.
Fields§
§payer: Pubkey§operator: PubkeyOperator PDA
Implementations§
Source§impl UpdateOperatorAuthority
impl UpdateOperatorAuthority
pub fn instruction(&self) -> Instruction
pub fn instruction_with_remaining_accounts( &self, remaining_accounts: &[AccountMeta], ) -> Instruction
Trait Implementations§
Auto Trait Implementations§
impl Freeze for UpdateOperatorAuthority
impl RefUnwindSafe for UpdateOperatorAuthority
impl Send for UpdateOperatorAuthority
impl Sync for UpdateOperatorAuthority
impl Unpin for UpdateOperatorAuthority
impl UnwindSafe for UpdateOperatorAuthority
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