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