PairId
The identifier of a spot trading pair — base and quote denom.
Definition
type PairId = {
baseDenom: string
quoteDenom: string
}Construction
import type { PairId } from "@left-curve/sdk"
const dangoUsdc: PairId = { baseDenom: "dango", quoteDenom: "bridge/usdc" }Notes
- A
SwapRouteisPairId[]— an ordered list of hops.