UNPKG

@yoroi/banxa

Version:

The Banxa integration package of Yoroi SDK

11 lines (10 loc) 288 B
"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); exports.banxaIsCoinType = banxaIsCoinType; const banxaSupportedCoinTypes = ['ADA']; function banxaIsCoinType(value) { return banxaSupportedCoinTypes.includes(value); } //# sourceMappingURL=coin-types.js.map