Are you an LLM? Read llms.txt for a summary of the docs, or llms-full.txt for the full context.
Skip to content

PairUpdate

A pair listing returned by getPairs — id plus parameters.

Definition

type PairUpdate = {
  baseDenom: Denom
  quoteDenom: Denom
  params: PairParams
}

See also