Preparing search index...
The search index is not available
API documentation of Agoric SDK
API documentation of Agoric SDK
@agoric/swingset-liveslots
types
PromiseWatcher
Type Alias PromiseWatcher<V, A>
Promise
Watcher
<
V
,
A
>
:
{
onFulfilled
?:
(
(
value
:
V
,
...
args
:
A
)
=>
void
)
;
onRejected
?:
(
(
reason
:
unknown
,
...
args
:
A
)
=>
void
)
;
}
Type Parameters
V
fulfilled value
A
extends
any
[]
=
unknown
[]
arguments
Settings
Member Visibility
Alpha
Internal
Theme
OS
Light
Dark
API documentation of Agoric SDK
Loading...
fulfilled value