UNPKG

@reef-defi/api-derive

Version:

Additional polkadot.js derives for Reef Chain

11 lines (9 loc) 322 B
"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); exports.getAllCollateralCurrencyIds = getAllCollateralCurrencyIds; function getAllCollateralCurrencyIds(api) { /* eslint-disable-next-line @typescript-eslint/no-unsafe-member-access */ return api.consts.cdpEngine.collateralCurrencyIds; }