Struct mpl_candy_machine::utils::TokenTransferParams
source · pub struct TokenTransferParams<'a: 'b, 'b> {
pub source: AccountInfo<'a>,
pub destination: AccountInfo<'a>,
pub amount: u64,
pub authority: AccountInfo<'a>,
pub authority_signer_seeds: &'b [&'b [u8]],
pub token_program: AccountInfo<'a>,
}Expand description
TokenTransferParams
Fields§
§source: AccountInfo<'a>source CHECK: account checked in CPI
destination: AccountInfo<'a>destination CHECK: account checked in CPI
amount: u64amount
authority CHECK: account checked in CPI
authority_signer_seeds
token_program: AccountInfo<'a>token_program CHECK: account checked in CPI