A function with the same behavior as zcf.makeInvitation
.
A contract will normally just extract it from its own zcf using the
argument expression
(...args) => zcf.makeInvitation(...args)
See ownable-counter.js for the canonical example.
Optional
customDetails: objectOptional
proposalShape: PatternThe kindName
of the underlying exo class
The method names of the underlying exo class that should be represented by transparently-forwarding methods of the wrapping ownable object.
Optional
options: OwnableOptions = {}
Prepare a kind that wraps an 'ownable' object with a
makeTransferInvitation
ability and delegates to the underlying object methods specified in an allowlist of method names.