Drip
Drip
Positive decimal integer string in Drip
Kind: global class
instance
.toCFX() ⇒
string
.toGDrip() ⇒
string
static
new Drip(value)
Param
Type
value
number
| string
| BigInt
Example
drip.toCFX() ⇒ string
string
Get CFX
number string
Kind: instance method of Drip
Example
drip.toGDrip() ⇒ string
string
Get GDrip
number string
Kind: instance method of Drip
Example
Drip.fromCFX(value) ⇒ Drip
Drip
Get Drip
string from CFX
Kind: static method of Drip
Param
Type
value
string
| number
| BigInt
Example
Drip.fromGDrip(value) ⇒ Drip
Drip
Get Drip
string from GDrip
Kind: static method of Drip
Param
Type
value
string
| number
| BigInt
Example
Last updated