UNPKG

@zenlink-types/bifrost

Version:
10 lines (9 loc) 335 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 declare type PHANTOM_MINTERREWARD = 'minterReward';