Options
All
  • Public
  • Public/Protected
  • All
Menu

Interface Response<T>

Response returned from a DragonchainClient call to a dragonchain

Type parameters

  • T

Hierarchy

  • Response

Index

Properties

Properties

ok

ok: boolean

Boolean result if the response from the dragonchain was a 2XX status code, indicating a successful call

response

response: T

Responses from Dragonchain will return here.

Check the docs for the specific function you are calling to see what will appear here.

status

status: number

HTTP status code returned from this call