UNPKG
@near-js/tokens
Version:
latest (2.2.2)
2.2.2
2.2.1
2.2.0
2.1.0
2.0.3
2.0.2
2.0.1
2.0.0
Modules with tokens
@near-js/tokens
/
testnet.d.cts
9 lines
(6 loc)
•
205 B
text/typescript
View Raw
1
2
3
4
5
6
7
8
9
import
{
FungibleToken
}
from
'./ft.cjs'
;
import
'@near-js/types'
;
declare
const
wNEAR
:
FungibleToken
;
declare
const
USDC
:
FungibleToken
;
declare
const
USDT
:
FungibleToken
;
export
{
USDC
,
USDT
, wNEAR };