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