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