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