| Field | Value |
|---|---|
| Name | signingServiceInfo |
| Title | Signing Service Info |
| Description | Check if the peer's signing service is available. No authentication required. |
Input Schema
{
"type": "object",
"required": [],
"properties": { }
}Output Schema
{
"type": "object",
"properties": {
"available": {
"type": "boolean",
"description": "Whether the signing service is available on this peer"
}
}
}