Type alias WithdrawMarginParams

WithdrawMarginParams: {
    keeperTip: U64;
    margin: U64;
    settlementRequestId: U64;
}

Type declaration

  • keeperTip: U64
  • margin: U64
  • settlementRequestId: U64

Generated using TypeDoc