UNPKG

@near-js/tokens

Version:

Modules with tokens

14 lines (13 loc) 332 B
import { NEAR, NativeToken, FungibleToken } from "./ft/index.js"; import { NonFungibleToken, NFTContract } from "./nft/index.js"; import * as mainnet from "./mainnet/index.js"; import * as testnet from "./testnet/index.js"; export { FungibleToken, NEAR, NFTContract, NativeToken, NonFungibleToken, mainnet, testnet };