Skip to content
Documentation/canton-network-docs/dApp APISync dApp APIView on canton-network-docs
canton-network-docs/dApp APISync dApp API

messageSignature

Wallet GatewaySync dApp APImessageSignature

Sync dApp API

messageSignature

JSON-RPCSince 1.4.0
POSTJSON-RPC messageSignature

Protocol Details

Inputs

Outputs

result

statusstring
messageIdstring

MessageSignatureEvent

statusstring
messageIdstring
cURL
cURL
curl \
  <JSON_RPC_URL> \
  -H 'content-type: application/json' \
  --data @- <<'EOF'
{
  "jsonrpc": "2.0",
  "id": 1,
  "method": "messageSignature"
}
EOF
Resultapplication/json
Result
{
  "status": "<string>",
  "messageId": "<string>"
}