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