Variable ActionTypeEnumConst

ActionTypeEnum: {
    AddLiquidity: "addLiquidity";
    Donate: "donate";
    Refund: "refund";
    Swap: "swap";
    Switch: "switch";
    Withdraw: "withdraw";
} = ...

Type declaration

  • Readonly AddLiquidity: "addLiquidity"
  • Readonly Donate: "donate"
  • Readonly Refund: "refund"
  • Readonly Swap: "swap"
  • Readonly Switch: "switch"
  • Readonly Withdraw: "withdraw"

Generated using TypeDoc