Class DepositExplanation

Hierarchy

  • DepositExplanation

Constructors

Properties

Constructors

Properties

BORROW: {
    borrow: {};
} = ...

Type declaration

  • borrow: {}
    NONE: {
        none: {};
    } = ...

    Type declaration

    • none: {}
      REPAY_BORROW: {
          repayBorrow: {};
      } = ...

      Type declaration

      • repayBorrow: {}
        TRANSFER: {
            transfer: {};
        } = ...

        Type declaration

        • transfer: {}

          Generated using TypeDoc