Struct lpl_utils::token::TokenMintToParams
source · pub struct TokenMintToParams<'a: 'b, 'b> {
pub mint: AccountInfo<'a>,
pub destination: AccountInfo<'a>,
pub amount: u64,
pub authority: AccountInfo<'a>,
pub authority_signer_seeds: Option<&'b [&'b [u8]]>,
pub token_program: AccountInfo<'a>,
}Expand description
TokenMintToParams
Fields§
§mint: AccountInfo<'a>mint
destination: AccountInfo<'a>destination
amount: u64amount
authority
authority_signer_seeds
token_program: AccountInfo<'a>token_program