Convex

Convex

FieldValue
NamesigningServiceInfo
TitleSigning Service Info
DescriptionCheck 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"
                               }
                }
}