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