UNPKG

@mojito-inc/core-service

Version:

Mojito Core API service for auction, payment, token

8 lines (6 loc) 196 B
'use strict'; exports.TokenType = void 0; (function (TokenType) { TokenType["erc721"] = "ERC721"; TokenType["erc1155"] = "ERC1155"; })(exports.TokenType || (exports.TokenType = {}));