UNPKG

hermes-v2-sdk

Version:

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

7 lines (6 loc) 169 B
import { BigintIsh } from 'maia-core-sdk'; export interface TickConstructorArgs { index: number; liquidityGross: BigintIsh; liquidityNet: BigintIsh; }