Preparing search index...
The search index is not available
API documentation of Agoric SDK
API documentation of Agoric SDK
@agoric/orchestration
OrchestrationPowers
Interface OrchestrationPowers
interface
OrchestrationPowers
{
portAllocator
:
Remote
<
Guarded
<
{
allocateCustomIBCPort
(
specifiedName
?
)
:
Vow
<
any
>
;
allocateCustomLocalPort
(
specifiedName
?
)
:
Vow
<
any
>
;
allocateICAControllerPort
(
)
:
Vow
<
any
>
;
allocateICQControllerPort
(
)
:
Vow
<
any
>
;
}
>
>
;
}
Index
Properties
port
Allocator
Properties
port
Allocator
port
Allocator
:
Remote
<
Guarded
<
{
allocateCustomIBCPort
(
specifiedName
?
)
:
Vow
<
any
>
;
allocateCustomLocalPort
(
specifiedName
?
)
:
Vow
<
any
>
;
allocateICAControllerPort
(
)
:
Vow
<
any
>
;
allocateICQControllerPort
(
)
:
Vow
<
any
>
;
}
>
>
Settings
Member Visibility
Protected
Private
Inherited
External
Theme
OS
Light
Dark
On This Page
port
Allocator
API documentation of Agoric SDK
Loading...