Preparing search index...
The search index is not available
API documentation of Agoric SDK
API documentation of Agoric SDK
@agoric/vats
src/core/types-ambient
Producer
Type alias Producer<T>
Producer
<
T
>
:
{
reject
:
(
(
r
)
=>
void
)
;
reset
:
(
(
reason
?
)
=>
void
)
;
resolve
:
(
(
v
)
=>
void
)
;
}
Type Parameters
T
Type declaration
reject
:
(
(
r
)
=>
void
)
(
r
)
:
void
Parameters
r
:
unknown
Returns
void
reset
:
(
(
reason
?
)
=>
void
)
(
reason
?
)
:
void
Parameters
Optional
reason
:
unknown
Returns
void
resolve
:
(
(
v
)
=>
void
)
(
v
)
:
void
Parameters
v
:
ERef
<
T
>
Returns
void
Settings
Member Visibility
Protected
Private
Inherited
External
Theme
OS
Light
Dark
API documentation of Agoric SDK
@agoric/ertp - v0.16.2
@agoric/swingset-vat - v0.32.2
@agoric/access-token
agoric
@agoric/assert - v0.6.0
@agoric/base-zone
@agoric/benchmark
@agoric/boot
@agoric/builders
@agoric/cache
@agoric/casting
@agoric/cosmic-swingset
@agoric/create-dapp
@agoric/deploy-script-support
@agoric/deployment
@agoric/eslint-config
@agoric/governance - v0.10.3
@agoric/import-manager
@agoric/inter-protocol - v0.16.1
@agoric/internal
@agoric/kmarshal
Loading...
Generated using
TypeDoc