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

txChanged

Wallet GatewaySync dApp APItxChanged

Sync dApp API

txChanged

JSON-RPC
POSTJSON-RPC txChanged

Protocol Details

Inputs

Outputs

result

statusstring
commandIdstring

TxChangedEvent

statusstring
commandIdstring
cURL
cURL
curl \
  <JSON_RPC_URL> \
  -H 'content-type: application/json' \
  --data @- <<'EOF'
{
  "jsonrpc": "2.0",
  "id": 1,
  "method": "txChanged"
}
EOF
Resultapplication/json
Result
{
  "status": "<string>",
  "commandId": "<string>"
}