We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c2d1108 commit 63e6d5bCopy full SHA for 63e6d5b
main/reference/zoe-api/zoe.md
@@ -197,9 +197,9 @@ these methods:
197
const instance = await E(Zoe).getInstance(invitation);
198
```
199
200
-## E(Zoe).getProposalShapeForInvitation(invitation)
+## E(Zoe).getProposalShapeForInvitation(invitationHandle)
201
202
-- **invitation**: **[Invitation](./zoe-data-types#invitation)**
+- **invitationHandle**: **[Handle](./zoe-data-types#handle)**
203
- Returns: **Promise<[Pattern](https://github.com/endojs/endo/tree/master/packages/patterns#readme)>**
204
205
Returns a **Promise** for the **Pattern** that the **Invitation's** **Proposal** adheres to.
0 commit comments