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