FunctionInputConfig

@torque-labs/sdk


@torque-labs/sdk / FunctionInputConfig

Type Alias: FunctionInputConfig

type FunctionInputConfig = 
  | {
  type: "CONVERSION_INDEX";
 }
  | {
  max: number | null;
  min: number | null;
  type: "CONVERSION_DATA";
 }
  | {
  aggregationType: "BUY_VOLUME" | "BUY_AVERAGE";
  type: "AGGREGATION";
};

Defined in: sdk/src/types/schemaTypes.ts:119

Last updated