pub struct MigrateS1 {
pub usdc_controller: Pubkey,
pub main: Pubkey,
pub admin_permissions: Pubkey,
pub admin: Pubkey,
pub system_program: Pubkey,
}Expand description
Accounts.
Fields§
§usdc_controller: Pubkey§main: Pubkey§admin_permissions: Pubkey§admin: Pubkey§system_program: PubkeyImplementations§
Source§impl MigrateS1
impl MigrateS1
pub fn instruction(&self) -> Instruction
pub fn instruction_with_remaining_accounts( &self, remaining_accounts: &[AccountMeta], ) -> Instruction
Trait Implementations§
Auto Trait Implementations§
impl Freeze for MigrateS1
impl RefUnwindSafe for MigrateS1
impl Send for MigrateS1
impl Sync for MigrateS1
impl Unpin for MigrateS1
impl UnsafeUnpin for MigrateS1
impl UnwindSafe for MigrateS1
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