Preparing search index...
The search index is not available
API documentation of Agoric SDK
API documentation of Agoric SDK
@agoric/zoe
src/zoeService/types-ambient
InstallBundleID
Type alias InstallBundleID
Install
BundleID
:
(
(
bundleID
,
bundleLabel
?
)
=>
Promise
<
Installation
>
)
Create an installation from a Bundle ID. Returns an installation.
Type declaration
(
bundleID
,
bundleLabel
?
)
:
Promise
<
Installation
>
Parameters
bundleID
:
BundleID
Optional
bundleLabel
:
string
Returns
Promise
<
Installation
>
Settings
Member Visibility
Protected
Private
Inherited
External
Theme
OS
Light
Dark
API documentation of Agoric SDK
Loading...
Create an installation from a Bundle ID. Returns an installation.