Skip to content
CCPEDIAby Unity Nodes
Discussions/App Development/@daml/ledger user documentationForum ↗

@daml/ledger user documentation

App Development2 posts216 views2 likesLast activity Nov 2022
ER
eriktimOP
Nov 2022

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

ST
Stephen
Nov 2022

It’s not intended; that page doesn’t seem to reflect the latest release. I can tell because createAndExercise’s signature was changed in 2.4.0, but that signature doesn’t appear here. I’m not sure what is happening here.

← Back to Discussions