isWalletSyncNeeded
POST
JSON-RPC isWalletSyncNeededProtocol Details
Inputs
Outputs
result
walletSyncNeededstringrequiredRelated Schemas
result
result
walletSyncNeededstringrequiredcURL
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>"
}