UNPKG

@reef-defi/api-derive

Version:

Additional polkadot.js derives for Reef Chain

5 lines (4 loc) 242 B
import { ApiInterfaceRx } from '@polkadot/api/types'; import { Vec } from '@polkadot/types'; import { CurrencyId } from '@reef-defi/types/interfaces'; export declare function getAllCollateralCurrencyIds(api: ApiInterfaceRx): Vec<CurrencyId>;