Skip to main content

CostModelParamsProxy

export type CostModelParamsProxy = {get(
  key: number,
  def: bigint
): bigint}