Type alias MakeInvitation
MakeInvitation: (<Result>(offerHandler,
description,
customDetails?,
proposalShape?) => Promise<Invitation<R, A>>) Type declaration
- <Result>(offerHandler, description, customDetails?, proposalShape?): Promise<Invitation<R, A>>
Parameters
description: string
Optional
customDetails: object
Optional
proposalShape: Pattern
Returns Promise<Invitation<R, A>>