UNPKG

hermes-v2-sdk

Version:

⚒️ An SDK for building applications on top of Hermes V2

3 lines (2 loc) 132 B
import { ComposableStablePool, Pool, Vault } from '../entities'; export declare type IPool = Pool | ComposableStablePool | Vault;