Function formatAcceptanceType

  • Name

    formatAcceptanceType

    Summary

    Returns an object representing an acceptance type in either auto or manual format.

    Returns

    An object representing the acceptance type of a contract.

    Parameters

    • type: "auto" | "manual"

      The type of acceptance. Can be either 'auto' or 'manual'.

    • Optional list: null | string[]

      (Optional) A list of addresses. Only applicable for auto acceptance.

    Returns Rent.AcceptanceType

Generated using TypeDoc