pub struct FreezeProtocolAction {
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 FreezeProtocolAction
impl FreezeProtocolAction
pub fn instruction( &self, args: FreezeProtocolActionInstructionArgs, ) -> Instruction
pub fn instruction_with_remaining_accounts( &self, args: FreezeProtocolActionInstructionArgs, remaining_accounts: &[AccountMeta], ) -> Instruction
Trait Implementations§
Auto Trait Implementations§
impl Freeze for FreezeProtocolAction
impl RefUnwindSafe for FreezeProtocolAction
impl Send for FreezeProtocolAction
impl Sync for FreezeProtocolAction
impl Unpin for FreezeProtocolAction
impl UnsafeUnpin for FreezeProtocolAction
impl UnwindSafe for FreezeProtocolAction
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