MakeInvitation: (<Result>(offerHandler, description, customDetails?, proposalShape?) => Promise<Invitation<R, A>>)

Type declaration

    • <Result>(offerHandler, description, customDetails?, proposalShape?): Promise<Invitation<R, A>>
    • Type Parameters

      • Result

      Parameters

      • offerHandler: OfferHandler<Result>
      • description: string
      • Optional customDetails: object
      • Optional proposalShape: Pattern

      Returns Promise<Invitation<R, A>>

Generated using TypeDoc