Type alias ModifyPositionParams

ModifyPositionParams: {
    acceptablePrice: U64;
    marketId: number;
    sizeDelta: U64;
}

Type declaration

  • acceptablePrice: U64
  • marketId: number
  • sizeDelta: U64

Generated using TypeDoc