UNPKG

@bella-defintech/uniswap-v3-simulator

Version:

the 'Tuner', a Uniswap V3 Simulator

8 lines (7 loc) 213 B
import { PoolStateView } from "./PoolStateView"; import { Record } from "../entity/Record"; export interface Transition { getSource(): PoolStateView; getTarget(): PoolStateView; getRecord(): Record; }