pub struct GraduateManualCpiAccounts<'a, 'b> {Show 19 fields
pub signer: &'b AccountInfo<'a>,
pub creator: &'b AccountInfo<'a>,
pub fee_authority: &'b AccountInfo<'a>,
pub destination: &'b AccountInfo<'a>,
pub bonding_curve: &'b AccountInfo<'a>,
pub config: &'b AccountInfo<'a>,
pub quote_mint: &'b AccountInfo<'a>,
pub quote_vault: &'b AccountInfo<'a>,
pub creator_quote_ata: &'b AccountInfo<'a>,
pub signer_quote_ata: &'b AccountInfo<'a>,
pub fee_authority_quote_ata: &'b AccountInfo<'a>,
pub destination_quote_ata: &'b AccountInfo<'a>,
pub base_mint: &'b AccountInfo<'a>,
pub fee_authority_base_ata: &'b AccountInfo<'a>,
pub destination_base_ata: &'b AccountInfo<'a>,
pub system_program: &'b AccountInfo<'a>,
pub ata_program: &'b AccountInfo<'a>,
pub quote_token_program: &'b AccountInfo<'a>,
pub base_token_program: &'b AccountInfo<'a>,
}Expand description
graduate_manual CPI accounts.
Fields§
§signer: &'b AccountInfo<'a>The signer of the transaction
creator: &'b AccountInfo<'a>The creator of the token
The fee authority of the token
destination: &'b AccountInfo<'a>The destination of the token
bonding_curve: &'b AccountInfo<'a>The bonding curve account
config: &'b AccountInfo<'a>The config account
quote_mint: &'b AccountInfo<'a>The quote mint account
quote_vault: &'b AccountInfo<'a>The quote vault account
creator_quote_ata: &'b AccountInfo<'a>The creator quote ata account
signer_quote_ata: &'b AccountInfo<'a>The signer quote ata account
The fee authority quote ata account
destination_quote_ata: &'b AccountInfo<'a>The destination quote ata account
base_mint: &'b AccountInfo<'a>The base mint account
The fee authority base ata account
destination_base_ata: &'b AccountInfo<'a>The destination base ata account
system_program: &'b AccountInfo<'a>The system program account
ata_program: &'b AccountInfo<'a>The ata program account
quote_token_program: &'b AccountInfo<'a>The quote token program account
base_token_program: &'b AccountInfo<'a>The base token program account
Auto Trait Implementations§
impl<'a, 'b> Freeze for GraduateManualCpiAccounts<'a, 'b>
impl<'a, 'b> !RefUnwindSafe for GraduateManualCpiAccounts<'a, 'b>
impl<'a, 'b> !Send for GraduateManualCpiAccounts<'a, 'b>
impl<'a, 'b> !Sync for GraduateManualCpiAccounts<'a, 'b>
impl<'a, 'b> Unpin for GraduateManualCpiAccounts<'a, 'b>
impl<'a, 'b> !UnwindSafe for GraduateManualCpiAccounts<'a, 'b>
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