@reef-defi/types
Version:
Polkadot.js type definations for Reef Chain
12 lines (11 loc) • 323 B
TypeScript
import type { FixedU128 } from '@reef-defi/types/interfaces/runtime';
/** @name ExchangeRate */
export interface ExchangeRate extends FixedU128 {
}
/** @name Rate */
export interface Rate extends FixedU128 {
}
/** @name Ratio */
export interface Ratio extends FixedU128 {
}
export declare type PHANTOM_SUPPORT = 'support';