UNPKG

@bifrost-finance/types

Version:
10 lines (9 loc) 327 B
import type { PalletId } from '@bifrost-finance/types/interfaces/runtime'; import type { bool } from '@polkadot/types-codec'; /** @name IsExtended */ export interface IsExtended extends bool { } /** @name SystemPalletId */ export interface SystemPalletId extends PalletId { } export type PHANTOM_MINTERREWARD = 'minterReward';