UNPKG

@acala-network/types

Version:

Acala types for @polkadot/api

15 lines (14 loc) 383 B
import type { FixedU128 } from '@acala-network/types/interfaces/runtime'; /** @name ExchangeRate */ export interface ExchangeRate extends FixedU128 { } /** @name Price */ export interface Price extends FixedU128 { } /** @name Rate */ export interface Rate extends FixedU128 { } /** @name Ratio */ export interface Ratio extends FixedU128 { } export type PHANTOM_SUPPORT = 'support';