-
Notifications
You must be signed in to change notification settings - Fork 39
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Document Invitation Specs #878
Comments
Also see Agoric/agoric-sdk#8082 |
See #667 for the original issue |
@erights asked about "call pipe" call pipe is a poor-man's expression language used to encode things like see AgoricContractInvitationSpec https://github.com/Agoric/agoric-sdk/blob/master/packages/smart-wallet/src/invitations.js#L25 I'm struggling to find tests. I think they use this utility... invitationSpec: {
source: 'agoricContract',
instancePath: ['VaultFactory'],
callPipe: [
['getCollateralManager', [collateralBrand]],
['makeVaultInvitation'],
],
}, |
oops... I merged the invitation spec docs that I added to #999 on governance without review, didn't I? @0xpatrick @turadg @sam @Hibbert showed interest at various times. Please see InvitationSpec Usage under Specifying Offers. |
As a developer, I should be able to learn about Invitation Specs and design patterns for communicating offers to and from a smart-wallet.
The text was updated successfully, but these errors were encountered: