Skip to content
CCPEDIAby Unity Nodes
Discussions/App Development/Expand abbreviated responses in Canton ConsoleForum ↗

Expand abbreviated responses in Canton Console

App Development3 posts305 views1 likesLast activity Dec 2024
DA
DarkoOP
Jul 2022

When 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 2022

Hi 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 2024

Could 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.

← Back to Discussions