Options
All
  • Public
  • Public/Protected
  • All
Menu

Interface ChannelVerifyResponse

Response expected from an ChannelVerifyRequest.

Hierarchy

  • BaseResponse
    • ChannelVerifyResponse

Index

Properties

Optional api_version

api_version?: number

Optional forwarded

forwarded?: boolean

id

id: string | number

result

result: { signature_verified: boolean }

Type declaration

  • signature_verified: boolean

    If true, the signature is valid for the stated amount, channel, and public key.

Optional status

status?: string

type

type: string

Optional warning

warning?: "load"

Optional warnings

warnings?: Warning[]

Generated using TypeDoc