Options
All
  • Public
  • Public/Protected
  • All
Menu

Interface Response<T>

Type parameters

  • T

Hierarchy

  • Response

Index

Properties

Properties

ok

ok: boolean

Boolean result passed from the fetch library.

This can be used to quickly determine if the status code is 2xx.

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