mirror of
https://github.com/bitcoinresearchkit/brk.git
synced 2026-04-24 06:39:58 -07:00
89 lines
2.7 KiB
JavaScript
89 lines
2.7 KiB
JavaScript
/**
|
|
*
|
|
* @import { Valued, SingleValueData, CandlestickData, OHLCTuple, Series, ISeries, HistogramData, LineData, BaselineData, LineSeriesPartialOptions, BaselineSeriesPartialOptions, HistogramSeriesPartialOptions, CandlestickSeriesPartialOptions, CreateChartElement, Chart } from "./core/chart"
|
|
*
|
|
* @import * as _ from "./packages/leeoniya-ufuzzy/1.0.19/dist/uFuzzy.d.ts"
|
|
*
|
|
* @import { SerializedChartableIndex } from "./panes/chart";
|
|
*
|
|
* @import { Signal, Signals, Accessor } from "./packages/solidjs-signals/wrapper";
|
|
*
|
|
* @import { DateIndex, DecadeIndex, DifficultyEpoch, Index, HalvingEpoch, Height, MonthIndex, P2PK33AddressIndex, P2PK65AddressIndex, P2PKHAddressIndex, P2SHAddressIndex, P2MSOutputIndex, P2AAddressIndex, P2TRAddressIndex, P2WPKHAddressIndex, P2WSHAddressIndex, TxIndex, InputIndex, OutputIndex, VecId, WeekIndex, SemesterIndex, YearIndex, VecIdToIndexes, QuarterIndex, EmptyOutputIndex, OpReturnIndex, UnknownOutputIndex, EmptyAddressIndex, LoadedAddressIndex } from "./bridge/vecs"
|
|
*
|
|
* @import { Pools, Pool } from "./bridge/pools"
|
|
*
|
|
* @import { Color, ColorName, Colors } from "./core/colors"
|
|
*
|
|
* @import { Option, PartialChartOption, ChartOption, AnyPartialOption, ProcessedOptionAddons, OptionsTree, SimulationOption, AnySeriesBlueprint, SeriesType, AnyFetchedSeriesBlueprint, TableOption, ExplorerOption, UrlOption, PartialOptionsGroup, OptionsGroup, PartialOptionsTree } from "./core/options/partial"
|
|
*
|
|
* @import { WebSockets } from "./core/ws"
|
|
*/
|
|
|
|
/**
|
|
* @typedef {typeof import("./lazy")["default"]} Packages
|
|
* @typedef {typeof import("./core/utils")} Utilities
|
|
* @typedef {typeof import("./core/env")["default"]} Env
|
|
* @typedef {typeof import("./core/elements")["default"]} Elements
|
|
*/
|
|
|
|
/**
|
|
* @typedef {"" |
|
|
* "%all" |
|
|
* "%cmcap" |
|
|
* "%cp+l" |
|
|
* "%mcap" |
|
|
* "%pnl" |
|
|
* "%rcap" |
|
|
* "%self" |
|
|
* "/sec" |
|
|
* "address data" |
|
|
* "block" |
|
|
* "blocks" |
|
|
* "bool" |
|
|
* "btc" |
|
|
* "bytes" |
|
|
* "cents" |
|
|
* "coinblocks" |
|
|
* "coindays" |
|
|
* "constant" |
|
|
* "count" |
|
|
* "date" |
|
|
* "days" |
|
|
* "difficulty" |
|
|
* "epoch" |
|
|
* "gigabytes" |
|
|
* "h/s" |
|
|
* "hash" |
|
|
* "height" |
|
|
* "id" |
|
|
* "index" |
|
|
* "len" |
|
|
* "locktime" |
|
|
* "percentage" |
|
|
* "position" |
|
|
* "ratio" |
|
|
* "sat/vb" |
|
|
* "satblocks" |
|
|
* "satdays" |
|
|
* "sats" |
|
|
* "sats/(ph/s)/day" |
|
|
* "sats/(th/s)/day" |
|
|
* "sd" |
|
|
* "secs" |
|
|
* "timestamp" |
|
|
* "tx" |
|
|
* "type" |
|
|
* "usd" |
|
|
* "usd/(ph/s)/day" |
|
|
* "usd/(th/s)/day" |
|
|
* "vb" |
|
|
* "version" |
|
|
* "wu" |
|
|
* "years" |
|
|
* "" } Unit
|
|
*/
|
|
|
|
// DO NOT CHANGE, Exact format is expected in `brk_bundler`
|
|
// @ts-ignore
|
|
import("./main.js");
|