Struct lpl_utils::token::TokenTransferParams
source · pub struct TokenTransferParams<'a: 'b, 'b> {
pub mint: AccountInfo<'a>,
pub source: 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
TokenTransferParams
Fields§
§mint: AccountInfo<'a>mint
source: AccountInfo<'a>source
destination: AccountInfo<'a>destination
amount: u64amount
authority
authority_signer_seeds
token_program: AccountInfo<'a>token_program