25 lines
415 B
YAML
25 lines
415 B
YAML
QuoteResult:
|
|
type: object
|
|
properties:
|
|
quote_id:
|
|
type: string
|
|
payout_sats:
|
|
type: integer
|
|
expires_at:
|
|
type: integer
|
|
ConfirmResult:
|
|
type: object
|
|
properties:
|
|
success:
|
|
type: boolean
|
|
already_consumed:
|
|
type: boolean
|
|
payout_sats:
|
|
type: integer
|
|
next_eligible_at:
|
|
type: integer
|
|
message:
|
|
type: string
|
|
payment_hash:
|
|
type: string
|