UNPKG
@yoroi/portfolio
Version:
latest (2.0.0)
2.0.0
1.0.3
1.0.2
1.0.1
The Portfolio package of Yoroi SDK
github.com/Emurgo/yoroi/packages/portfolio
@yoroi/portfolio
/
lib
/
commonjs
/
helpers
/
is-ft.js
11 lines
(10 loc)
•
261 B
JavaScript
View Raw
1
2
3
4
5
6
7
8
9
10
11
"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