UNPKG

@yoroi/swap

Version:
9 lines (7 loc) 240 B
/** * Flowtype definitions for getDexByProtocol * Generated by Flowgen from a Typescript Definition * Flowgen v1.21.0 */ import { Swap } from "@yoroi/types"; declare export function getDexByProtocol(protocol: Swap.Protocol): Swap.Dex;