pub fn transfer_authority(
    ctx: Context<'_, '_, '_, '_, TransferAuthority<'_>>,
    new_authority: Pubkey
) -> Result<()>
Expand description

Transfers the Rewarder authority to a different account.