Expand abbreviated responses in Canton Console
App Development3 posts305 views1 likesLast activity Dec 2024
DA
DarkoOP
Jul 2022When running a command with a long response in canton console, the response will be abbreviated eventually.
How do you ensure that the full response to a command is printed and that it’s not abbreviated with ellipses?
SO
soren
Jul 2022Hi Darko
You can wrap the response from the command in a show(..). That way the full response is printed in the console and not abbreviated anymore.
DR
drdo.intellecteu
Dec 2024Could you expand on how to do this?
I tried for example show(participant.topology.namespace_delegations.list()) and this doesn’t work for me, many fields are still printed abbreviated.