Skip to content
CCPEDIAby Unity Nodes
Documentation/Canton Network Docs/Wallet GatewaySigning APIView on Canton Network Docs

setConfiguration

Wallet GatewaySigning APIsetConfiguration

Signing API

setConfiguration

JSON-RPC
POSTJSON-RPC setConfiguration

Protocol Details

Inputs

params

Outputs

result

params

result

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