Skip to content
Documentation/canton-network-docs/Wallet GatewayUser APIView on canton-network-docs
canton-network-docs/Wallet GatewayUser API

isWalletSyncNeeded

Wallet GatewayUser APIisWalletSyncNeeded

User API

isWalletSyncNeeded

JSON-RPCSince 0.24.0
POSTJSON-RPC isWalletSyncNeeded

Protocol Details

Inputs

Outputs

result

walletSyncNeededstringrequired

result

walletSyncNeededstringrequired
cURL
cURL
curl \
  <JSON_RPC_URL> \
  -H 'content-type: application/json' \
  --data @- <<'EOF'
{
  "jsonrpc": "2.0",
  "id": 1,
  "method": "isWalletSyncNeeded"
}
EOF
Resultapplication/json
Result
{
  "walletSyncNeeded": "<boolean>"
}