Skip to content

Commit

Permalink
docs: update parameter type for getProposalShapeForInvitation()
Browse files Browse the repository at this point in the history
  • Loading branch information
Chris-Hibbert committed Dec 17, 2024
1 parent c2d1108 commit 63e6d5b
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions main/reference/zoe-api/zoe.md
Original file line number Diff line number Diff line change
Expand Up @@ -197,9 +197,9 @@ these methods:
const instance = await E(Zoe).getInstance(invitation);
```

## E(Zoe).getProposalShapeForInvitation(invitation)
## E(Zoe).getProposalShapeForInvitation(invitationHandle)

- **invitation**: **[Invitation](./zoe-data-types#invitation)**
- **invitationHandle**: **[Handle](./zoe-data-types#handle)**
- Returns: **Promise<[Pattern](https://github.com/endojs/endo/tree/master/packages/patterns#readme)>**

Returns a **Promise** for the **Pattern** that the **Invitation's** **Proposal** adheres to.
Expand Down

0 comments on commit 63e6d5b

Please sign in to comment.