Description
When requesting data about lightning channels via the JSON-RPC API, is there a concise way to tell who requested a channel close, whether cooperatively or via a force close?
I see in the code there is a channel state, but only FORCE_CLOSING and REQUESTED_FCLOSE seem to clearly indicate the "who".
Thank you :)