UNPKG

@swaptoshi/dex-module

Version:

Klayr decentralized exchange (dex) on-chain module

6 lines (5 loc) 152 B
import { Uint64String } from '../../stores/library/int'; export interface CollectTreasuryParams { poolAddress: Buffer; tokenId: Uint64String; }