pub struct RemoveCreatorVerification {
pub metadata: Pubkey,
pub creator: Pubkey,
}Expand description
Accounts.
Fields§
§metadata: PubkeyMetadata (pda of [‘metadata’, program id, mint id])
creator: PubkeyCreator
Implementations§
Source§impl RemoveCreatorVerification
impl RemoveCreatorVerification
pub fn instruction(&self) -> Instruction
pub fn instruction_with_remaining_accounts( &self, remaining_accounts: &[AccountMeta], ) -> Instruction
Auto Trait Implementations§
impl Freeze for RemoveCreatorVerification
impl RefUnwindSafe for RemoveCreatorVerification
impl Send for RemoveCreatorVerification
impl Sync for RemoveCreatorVerification
impl Unpin for RemoveCreatorVerification
impl UnsafeUnpin for RemoveCreatorVerification
impl UnwindSafe for RemoveCreatorVerification
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