pub struct MintConfigUpdate {
pub program_authority: Pubkey,
pub mint_config: Pubkey,
pub config: Pubkey,
}Expand description
Accounts.
Fields§
The authority of the program
mint_config: PubkeyThe mint config account
config: PubkeyThe config account
Implementations§
Source§impl MintConfigUpdate
impl MintConfigUpdate
pub fn instruction(&self, args: MintConfigUpdateInstructionArgs) -> Instruction
pub fn instruction_with_remaining_accounts( &self, args: MintConfigUpdateInstructionArgs, remaining_accounts: &[AccountMeta], ) -> Instruction
Trait Implementations§
Auto Trait Implementations§
impl Freeze for MintConfigUpdate
impl RefUnwindSafe for MintConfigUpdate
impl Send for MintConfigUpdate
impl Sync for MintConfigUpdate
impl Unpin for MintConfigUpdate
impl UnwindSafe for MintConfigUpdate
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