Hi team,
In a canton setup I can enable party using participant1.parties.enable("alice")
. Is this process identical to using daml sdk daml ledger allocate-parties alice
(assuming I’m pointing to ledger API of participant1)? From the result it seems identical, but I wish to know if there are any differences internally.
Thanks.
kc