Search
Preparing search index...
The search index is not available
@integralhq/size-sdk - v0.1.3
Options
All
Public
Public/Protected
All
Inherited
Externals
Menu
@integralhq/size-sdk - v0.1.3
CurrencyValue
Class CurrencyValue
Hierarchy
CurrencyValue
Index
Constructors
constructor
Properties
currency
value
Methods
format
format
With
Symbol
lt
map
to
String
from
String
Constructors
constructor
new
Currency
Value
(
currency
:
Currency
, value
:
BigNumber
)
:
CurrencyValue
Parameters
currency:
Currency
value:
BigNumber
Returns
CurrencyValue
Properties
Readonly
currency
currency
:
Currency
Readonly
value
value
:
BigNumber
Methods
format
format
(
)
:
string
Returns
string
format
With
Symbol
format
With
Symbol
(
)
:
string
Returns
string
lt
lt
(
currencyValue
:
CurrencyValue
)
:
boolean
Parameters
currencyValue:
CurrencyValue
Returns
boolean
map
map
(
fn
:
(
(
value
:
BigNumber
)
=>
BigNumber
)
)
:
CurrencyValue
Parameters
fn:
(
(
value
:
BigNumber
)
=>
BigNumber
)
(
value
:
BigNumber
)
:
BigNumber
Parameters
value:
BigNumber
Returns
BigNumber
Returns
CurrencyValue
to
String
to
String
(
)
:
string
Returns
string
Static
from
String
from
String
(
currency
:
Currency
, value
:
string
)
:
CurrencyValue
Parameters
currency:
Currency
value:
string
Returns
CurrencyValue
Exports
Currency
Value
constructor
currency
value
format
format
With
Symbol
lt
map
to
String
from
String