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