pub struct TokenCreateCpiAccounts<'a, 'b> {Show 13 fields
pub creator: &'b AccountInfo<'a>,
pub bonding_curve: &'b AccountInfo<'a>,
pub base_mint: &'b AccountInfo<'a>,
pub quote_mint: &'b AccountInfo<'a>,
pub quote_vault: &'b AccountInfo<'a>,
pub config: &'b AccountInfo<'a>,
pub mint_config: &'b AccountInfo<'a>,
pub metadata: &'b AccountInfo<'a>,
pub system_program: &'b AccountInfo<'a>,
pub base_token_program: &'b AccountInfo<'a>,
pub quote_token_program: &'b AccountInfo<'a>,
pub ata_program: &'b AccountInfo<'a>,
pub metaplex_program: &'b AccountInfo<'a>,
}Expand description
token_create CPI accounts.
Fields§
§creator: &'b AccountInfo<'a>The creator of the token
bonding_curve: &'b AccountInfo<'a>The bonding curve account
base_mint: &'b AccountInfo<'a>The token mint account
quote_mint: &'b AccountInfo<'a>The quote token mint account
quote_vault: &'b AccountInfo<'a>The quote token vault
config: &'b AccountInfo<'a>The config account
mint_config: &'b AccountInfo<'a>The base token mint config account
metadata: &'b AccountInfo<'a>The metadata account
system_program: &'b AccountInfo<'a>System program
base_token_program: &'b AccountInfo<'a>The token program for the new token
quote_token_program: &'b AccountInfo<'a>The token program for the quote token
ata_program: &'b AccountInfo<'a>The associated token account program
metaplex_program: &'b AccountInfo<'a>The metaplex metadata program
Auto Trait Implementations§
impl<'a, 'b> Freeze for TokenCreateCpiAccounts<'a, 'b>
impl<'a, 'b> !RefUnwindSafe for TokenCreateCpiAccounts<'a, 'b>
impl<'a, 'b> !Send for TokenCreateCpiAccounts<'a, 'b>
impl<'a, 'b> !Sync for TokenCreateCpiAccounts<'a, 'b>
impl<'a, 'b> Unpin for TokenCreateCpiAccounts<'a, 'b>
impl<'a, 'b> !UnwindSafe for TokenCreateCpiAccounts<'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