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