UNPKG

@yoroi/portfolio

Version:

The Portfolio package of Yoroi SDK

11 lines (10 loc) 261 B
"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); exports.isFt = isFt; var _types = require("@yoroi/types"); function isFt(tokenInfo) { return tokenInfo.type === _types.Portfolio.Token.Type.FT; } //# sourceMappingURL=is-ft.js.map