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