Function human_program::create_drop_instruction
source · pub fn create_drop_instruction(
program_id: &Pubkey,
token_mint: &Pubkey,
owner: &Pubkey,
id: u64,
amount: u64,
price: u64,
start_date: UnixTimestamp,
end_date: UnixTimestamp
) -> Result<Instruction, ProgramError>