REVOKE ALL ON FUNCTION public.request_agent_withdrawal(uuid, uuid, numeric, numeric, text, text, text) FROM PUBLIC, anon, authenticated;
REVOKE ALL ON FUNCTION public.complete_agent_withdrawal(uuid, uuid, text) FROM PUBLIC, anon, authenticated;
REVOKE ALL ON FUNCTION public.cancel_withdrawal(uuid, uuid, text) FROM PUBLIC, anon, authenticated;
GRANT EXECUTE ON FUNCTION public.request_agent_withdrawal(uuid, uuid, numeric, numeric, text, text, text) TO service_role;
GRANT EXECUTE ON FUNCTION public.complete_agent_withdrawal(uuid, uuid, text) TO service_role;
GRANT EXECUTE ON FUNCTION public.cancel_withdrawal(uuid, uuid, text) TO service_role;