Sync dApp API
JSON-RPC prepareExecuteAndWait
commands
tx
JsPrepareSubmissionRequest
result
curl \ <JSON_RPC_URL> \ -H 'content-type: application/json' \ --data @- <<'EOF' { "jsonrpc": "2.0", "id": 1, "method": "prepareExecuteAndWait", "params": { "params": { "commands": {} } } } EOF
{ "tx": { "status": "<string>", "commandId": "<string>", "payload": { "updateId": "<string>", "completionOffset": "<integer>" } } }