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