Type alias AgoricContractInvitationSpec
AgoricContractInvitationSpec: {
callPipe: [methodName: string, methodArgs?: any[]][];
instancePath: string[];
source: "agoricContract";
}
Type declaration
callPipe: [methodName: string, methodArgs?: any[]][]
instancePath: string[]
source: "agoricContract"
source of invitation is a chain of calls starting with an agoricName