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