Preparing search index...
The search index is not available
API documentation of Agoric SDK
API documentation of Agoric SDK
@agoric/smart-wallet
invitations
AgoricContractInvitationSpec
Type Alias AgoricContractInvitationSpec
Agoric
Contract
Invitation
Spec
:
{
callPipe
:
[
methodName
:
string
,
methodArgs
?:
any
[]
]
[]
;
instancePath
:
string
[]
;
source
:
"agoricContract"
;
}
source of invitation is a chain of calls starting with an agoricName
the start of the pipe is a lookup of instancePath within agoricNames
each entry in the callPipe executes a call on the preceding result
the end of the pipe is expected to return an Invitation
Settings
Member Visibility
Alpha
Internal
Theme
OS
Light
Dark
API documentation of Agoric SDK
Loading...
source of invitation is a chain of calls starting with an agoricName