Left Curve Software Stack
Home
GitHub
Preparing search index...
@left-curve/types
Candle
Type Alias Candle
type
Candle
=
{
baseDenom
:
Denom
;
blockHeight
:
number
;
close
:
string
;
high
:
string
;
interval
:
CandleIntervals
;
low
:
string
;
open
:
string
;
quoteDenom
:
Denom
;
timeEnd
:
string
;
timeEndUnix
:
number
;
timeStart
:
string
;
timeStartUnix
:
number
;
volumeBase
:
string
;
volumeQuote
:
string
;
}
Index
Properties
base
Denom
block
Height
close
high
interval
low
open
quote
Denom
time
End
time
End
Unix
time
Start
time
Start
Unix
volume
Base
volume
Quote
Properties
base
Denom
baseDenom
:
Denom
block
Height
blockHeight
:
number
close
close
:
string
high
high
:
string
interval
interval
:
CandleIntervals
low
low
:
string
open
open
:
string
quote
Denom
quoteDenom
:
Denom
time
End
timeEnd
:
string
time
End
Unix
timeEndUnix
:
number
time
Start
timeStart
:
string
time
Start
Unix
timeStartUnix
:
number
volume
Base
volumeBase
:
string
volume
Quote
volumeQuote
:
string
Settings
Member Visibility
Protected
Inherited
External
Theme
OS
Light
Dark
On This Page
Properties
base
Denom
block
Height
close
high
interval
low
open
quote
Denom
time
End
time
End
Unix
time
Start
time
Start
Unix
volume
Base
volume
Quote
Home
GitHub
Left Curve Software Stack
Loading...