pub struct AssertMintAccount {
pub target_account: Pubkey,
}Expand description
Accounts.
Fields§
§target_account: PubkeyTarget account to be asserted
Implementations§
Source§impl AssertMintAccount
impl AssertMintAccount
pub fn instruction(&self, args: AssertMintAccountInstructionArgs) -> Instruction
pub fn instruction_with_remaining_accounts( &self, args: AssertMintAccountInstructionArgs, remaining_accounts: &[AccountMeta], ) -> Instruction
Trait Implementations§
Auto Trait Implementations§
impl Freeze for AssertMintAccount
impl RefUnwindSafe for AssertMintAccount
impl Send for AssertMintAccount
impl Sync for AssertMintAccount
impl Unpin for AssertMintAccount
impl UnwindSafe for AssertMintAccount
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