Skip to content
Documentation/canton-network-docs/dApp APIAsync dApp APIView on canton-network-docs
canton-network-docs/dApp APIAsync dApp API

accountsChanged

Wallet GatewayAsync dApp APIaccountsChanged

Async dApp API

accountsChanged

JSON-RPCSince 0.24.0
POSTJSON-RPC accountsChanged

Protocol Details

Inputs

Outputs

result

itemsobjectrequired

AccountsChangedEvent

itemsobjectrequired
cURL
cURL
curl \
  <JSON_RPC_URL> \
  -H 'content-type: application/json' \
  --data @- <<'EOF'
{
  "jsonrpc": "2.0",
  "id": 1,
  "method": "accountsChanged"
}
EOF
Resultapplication/json
Result
[
  {
    "primary": "<boolean>",
    "partyId": "<string>",
    "status": "<string>",
    "hint": "<string>",
    "publicKey": "<string>",
    "namespace": "<string>",
    "networkId": "<string>",
    "signingProviderId": "<string>"
  }
]