UNPKG

nft-barter-sdk

Version:

Javascript SDK for abstracting complexities of interacting with NFT protocols.

10 lines (9 loc) 206 B
"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); exports.TokenStandards = void 0; exports.TokenStandards = { ERC20: 1, ERC721: 2, ERC1155: 3, CRYPTO_PUNKS: 4, };