Type alias PoolAction

PoolAction: "deposit" | "withdraw" | "borrow" | "repay" | "repayFromDeposit" | "swap" | "transfer"

A set of possible actions to perform on a margin pool.

Generated using TypeDoc