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