pub struct CreateAdminAccount {
pub new_creds: Pubkey,
pub caller: Pubkey,
pub system_program: Pubkey,
}Expand description
Accounts.
Fields§
§new_creds: Pubkey§caller: Pubkey§system_program: PubkeyImplementations§
Source§impl CreateAdminAccount
impl CreateAdminAccount
pub fn instruction( &self, args: CreateAdminAccountInstructionArgs, ) -> Instruction
pub fn instruction_with_remaining_accounts( &self, args: CreateAdminAccountInstructionArgs, remaining_accounts: &[AccountMeta], ) -> Instruction
Trait Implementations§
Auto Trait Implementations§
impl Freeze for CreateAdminAccount
impl RefUnwindSafe for CreateAdminAccount
impl Send for CreateAdminAccount
impl Sync for CreateAdminAccount
impl Unpin for CreateAdminAccount
impl UnsafeUnpin for CreateAdminAccount
impl UnwindSafe for CreateAdminAccount
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