Preparing search index...
The search index is not available
API documentation of Agoric SDK
API documentation of Agoric SDK
@agoric/swingset-vat
RunPolicy
Type Alias RunPolicy
Run
Policy
:
{
allowCleanup
?:
(
(
)
=>
boolean
|
PolicyOutputCleanupBudget
)
;
crankComplete
:
(
(
details
:
{
computrons
?:
bigint
;
}
)
=>
PolicyOutput
)
;
crankFailed
:
(
(
details
:
{}
)
=>
PolicyOutput
)
;
didCleanup
?:
(
(
details
:
PolicyInputCleanupDetails
)
=>
PolicyOutput
)
;
emptyCrank
:
(
(
)
=>
PolicyOutput
)
;
vatCreated
:
(
(
details
:
{}
)
=>
PolicyOutput
)
;
}
Settings
Member Visibility
Alpha
Internal
Theme
OS
Light
Dark
API documentation of Agoric SDK
Loading...