You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
There doesn't seem to be an available way of retrieving the owner identity (e.g. for reducer caller checks) inside the module.
There's ctx.identity() which is the module identity, useful for self-calling checks — that is, scheduled reducers. But there's no equivalent ctx.owner for checking when the module owner calls the reducer (e.g. with the CLI).
Is there another way to check this, apart from hard-coding the value?