pub struct Params {
pub new_freeze_authority: Pubkey,
}
Expand description
The required parameters for the change_freeze_authority
instruction
Fields§
The new freeze authority
Trait Implementations§
source§impl BorshDeserialize for Paramswhere
Pubkey: BorshDeserialize,
impl BorshDeserialize for Paramswhere
Pubkey: BorshDeserialize,
source§impl BorshSerialize for Paramswhere
Pubkey: BorshSerialize,
impl BorshSerialize for Paramswhere
Pubkey: BorshSerialize,
Auto Trait Implementations§
impl RefUnwindSafe for Params
impl Send for Params
impl Sync for Params
impl Unpin for Params
impl UnwindSafe for Params
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