UpdateOutgoingVelocityPrConf: {
    assetSymbol?: AssetSymbol;
    intervalInMinutes: number;
    shouldIgnoreAssetsWithoutMarketValue?: boolean;
    velocity?: Amount;
}

Type declaration

  • Optional assetSymbol?: AssetSymbol
  • intervalInMinutes: number
  • Optional shouldIgnoreAssetsWithoutMarketValue?: boolean
  • Optional velocity?: Amount

Generated using TypeDoc