Space Operator
  • Welcome
  • Visual Builder
    • Flows
      • API Key & POST Request
      • WebSocket
        • Signature Requests
      • Nested Flows
      • Learn Solana
      • Add flows to your websites
      • Iterate with Localhost
    • Nodes
      • Web Assembly Nodes
        • space-cli
        • space-lib
        • Examples in Rust
          • Rectangle
          • Filter
          • Regex
        • Uploading WASM binary via UI
      • Native Nodes
        • Code Template
        • Node Definition
        • ValueSet
        • Submitting Native Nodes
        • Tracing
      • Mock Nodes
      • JS Node
      • API Input Node
  • Self-hosting
    • Docker Compose
    • Serving HTTPS
    • Lightsail Instance
    • Export data to your instance
  • FAQ
    • Servers
  • References
    • Flows
    • Flow Deployment
Powered by GitBook
On this page

Was this helpful?

  1. Visual Builder
  2. Flows
  3. WebSocket

Signature Requests

Watch for new signature requests:

{
  "SubscribeSignatureRequests": { }
}

Success:

{
  "id": 1,
  "Ok": {
    "subscription_id": 3
  }
}

Events:

{
  "sub_id": 3,
  "event": {
    "req_id": 546,
    "pubkey": "HJbqSuV94woJfyxFNnJyfQdACvvJYaNWsW1x6wmJ8kiq",
    "message": "AQABA/I9QMIByO+GhMkfll9MXSsAYs1ITPmKAfxGS/USlNwuvoKN/XtXvVz1Ldwz7ABUQRkMH6BTun2YTPkfdqzjLBMAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAACJUhyFuds0qt5j8GNSD6I4Gzuh3cNM9iW/xTyddsOljAQICAAEMAgAAAADh9QUAAAAA"
  }
}
PreviousWebSocketNextNested Flows

Last updated 1 year ago

Was this helpful?