Hello,
The @daml/ledger package provides a nice interface to using the JSON API. I’ve noticed both the NPM package and the documentation page seem to leave out all the user-related methods (getUser
, listUsers
, listUserRights
, grantUserRights
, revokeUserRights
, createUser
, deleteUser
). Is this as intented or has it never been updated to include the newer user functionality?
Cheers,
Erik