Skip to main content

Import

import { Orderbook } from '@krono/core'

Usage

Holds the last error if the status is error.
if (orderbook.error) {
  console.error(orderbook.error.message);
}

Type

Error | null