UNPKG

@acala-network/types

Version:

Acala types for @polkadot/api

6 lines (5 loc) 175 B
import type { u32 } from '@polkadot/types-codec'; /** @name PoolTokenIndex */ export interface PoolTokenIndex extends u32 { } export type PHANTOM_STABLEASSET = 'stableAsset';