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