UNPKG
@thinkincoin-libs/sdk-core
Version:
latest (4.0.2)
4.0.2
3.3.7
3.3.6
3.3.5
3.3.4
3.3.3
3.3.2
3.3.1
3.3.0
3.2.9
3.2.8
3.2.7
3.2.6
⚒️ An SDK for building applications on top of Uniswap V3
thinkincoin/sdk-core
@thinkincoin-libs/sdk-core
/
src
/
entities
/
currency.ts
5 lines
(3 loc)
•
129 B
text/typescript
View Raw
1
2
3
4
5
import
{
NativeCurrency
}
from
'./nativeCurrency'
import
{
Token
}
from
'./token'
export
type
Currency
=
NativeCurrency
|
Token