canton-network-docs/dApp APIAsync dApp API
signMessage
Async dApp API
signMessage
JSON-RPCSince 0.24.0
POSTJSON-RPC signMessage
Protocol Details
Outputs
cURL
curl \
<JSON_RPC_URL> \
-H 'content-type: application/json' \
--data @- <<'EOF'
{
"jsonrpc": "2.0",
"id": 1,
"method": "signMessage",
"params": {
"params": {
"message": "<string>"
}
}
}
EOF
Resultapplication/json
{
"signature": "<string>"
}