Skip to content
CCPEDIAby Unity Nodes
Documentation/Canton Network Docs/dApp APIAsync dApp APIView on Canton Network Docs

accountsChanged

Wallet GatewayAsync dApp APIaccountsChanged

Async dApp API

accountsChanged

JSON-RPC
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>"
  }
]