pub fn set_fee(
    program_id: &Pubkey,
    stake_pool: &Pubkey,
    manager: &Pubkey,
    fee: FeeType
) -> Instruction
Expand description

Creates a ‘set fee’ instruction.