pub struct PermissionConfigUpdate {
pub program_authority: Pubkey,
pub permission_config: Pubkey,
pub config: Pubkey,
}Expand description
Accounts.
Fields§
The authority of the program
permission_config: PubkeyThe permission config account
config: PubkeyThe config account
Implementations§
Source§impl PermissionConfigUpdate
impl PermissionConfigUpdate
pub fn instruction( &self, args: PermissionConfigUpdateInstructionArgs, ) -> Instruction
pub fn instruction_with_remaining_accounts( &self, args: PermissionConfigUpdateInstructionArgs, remaining_accounts: &[AccountMeta], ) -> Instruction
Trait Implementations§
Auto Trait Implementations§
impl Freeze for PermissionConfigUpdate
impl RefUnwindSafe for PermissionConfigUpdate
impl Send for PermissionConfigUpdate
impl Sync for PermissionConfigUpdate
impl Unpin for PermissionConfigUpdate
impl UnwindSafe for PermissionConfigUpdate
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