mirror of
https://github.com/aljazceru/cyphernode.git
synced 2025-12-18 21:25:06 +01:00
Provide a msg to watch that will be published to a topic when confirmation
This commit is contained in:
@@ -52,6 +52,7 @@ paths:
|
||||
- "address"
|
||||
- "confirmedCallbackURL"
|
||||
- "unconfirmedCallbackURL"
|
||||
- "event_message"
|
||||
properties:
|
||||
address:
|
||||
$ref: '#/components/schemas/TypeAddressString'
|
||||
@@ -61,6 +62,8 @@ paths:
|
||||
confirmedCallbackURL:
|
||||
type: "string"
|
||||
format: "url"
|
||||
event_message:
|
||||
type: "string"
|
||||
responses:
|
||||
'200':
|
||||
description: "successfully created"
|
||||
@@ -1543,6 +1546,7 @@ components:
|
||||
- "address"
|
||||
- "unconfirmedCallbackURL"
|
||||
- "confirmedCallbackURL"
|
||||
- "event_message"
|
||||
properties:
|
||||
id:
|
||||
type: "string"
|
||||
@@ -1574,6 +1578,8 @@ components:
|
||||
type: "string"
|
||||
watching_since:
|
||||
type: "string"
|
||||
event_message:
|
||||
type: "string"
|
||||
WatchedByXpubAddress:
|
||||
type: "object"
|
||||
required:
|
||||
|
||||
Reference in New Issue
Block a user