Umi — API References - v1.3.0
Preparing search index...
umi
isAmount
Function isAmount
isAmount
<
I
extends
string
,
D
extends
number
>
(
amount
:
Amount
,
identifier
:
I
,
decimals
:
D
,
)
:
amount
is
Amount
<
I
,
D
>
Determines whether a given amount has the provided identifier and decimals.
Type Parameters
I
extends
string
D
extends
number
Parameters
amount
:
Amount
identifier
:
I
decimals
:
D
Returns
amount
is
Amount
<
I
,
D
>
Settings
Member Visibility
Protected
Inherited
External
Theme
OS
Light
Dark
Umi — API References - v1.3.0
Loading...
Determines whether a given amount has the provided identifier and decimals.