pub fn disable_harvest_to_mint(
token_program_id: &Pubkey,
mint: &Pubkey,
authority: &Pubkey,
multisig_signers: &[&Pubkey],
) -> Result<Instruction, ProgramError>
Expand description
Create a DisableHarvestToMint
instruction
pub fn disable_harvest_to_mint(
token_program_id: &Pubkey,
mint: &Pubkey,
authority: &Pubkey,
multisig_signers: &[&Pubkey],
) -> Result<Instruction, ProgramError>
Create a DisableHarvestToMint
instruction