UNPKG

@yoroi/banxa

Version:

The Banxa integration package of Yoroi SDK

5 lines 172 B
const banxaSupportedCoinTypes = ['ADA']; export function banxaIsCoinType(value) { return banxaSupportedCoinTypes.includes(value); } //# sourceMappingURL=coin-types.js.map