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