@yoroi/exchange
Version:
The Exchange package of Yoroi SDK
12 lines (11 loc) • 359 B
JavaScript
;
Object.defineProperty(exports, "__esModule", {
value: true
});
exports.isBlockchainCode = isBlockchainCode;
var _common = require("@yoroi/common");
const supportedBlockchainCodes = ['ADA'];
function isBlockchainCode(value) {
return (0, _common.isStringLiteral)(supportedBlockchainCodes, value);
}
//# sourceMappingURL=blockchain-code.js.map