Preparing search index...
The search index is not available
API documentation of Agoric SDK
API documentation of Agoric SDK
@agoric/orchestration
ZcfTools
Interface ZcfTools
(
ZCF
)-like tools for use in
OrchestrationFlow
s.
interface
ZcfTools
{
assertUniqueKeyword
:
(
(
keyword
:
string
)
=>
void
)
;
atomicRearrange
:
(
(
transfers
:
TransferPart
[]
)
=>
void
)
;
makeInvitation
:
(
<
R
,
A
>
(
offerHandler
:
OfferHandler
<
ERef
<
R
>
,
A
>
,
description
:
string
,
customDetails
?:
object
,
proposalShape
?:
Pattern
)
=>
Promise
<
Invitation
<
R
,
A
>
>
)
;
}
Index
Properties
assert
Unique
Keyword
atomic
Rearrange
make
Invitation
Properties
assert
Unique
Keyword
assert
Unique
Keyword
:
(
(
keyword
:
string
)
=>
void
)
atomic
Rearrange
atomic
Rearrange
:
(
(
transfers
:
TransferPart
[]
)
=>
void
)
make
Invitation
make
Invitation
:
(
<
R
,
A
>
(
offerHandler
:
OfferHandler
<
ERef
<
R
>
,
A
>
,
description
:
string
,
customDetails
?:
object
,
proposalShape
?:
Pattern
)
=>
Promise
<
Invitation
<
R
,
A
>
>
)
Settings
Member Visibility
Alpha
Internal
Theme
OS
Light
Dark
On This Page
Properties
assert
Unique
Keyword
atomic
Rearrange
make
Invitation
API documentation of Agoric SDK
Loading...
(ZCF)-like tools for use in OrchestrationFlows.