Preparing search index...
The search index is not available
API documentation of Agoric SDK
API documentation of Agoric SDK
@agoric/async-flow
HostInterface
Type Alias HostInterface<T>
Host
Interface
<
T
>
:
{
[
K
in
keyof
T
]
:
T
[
K
]
extends
CallableFunction
?
HostOf
<
T
[
K
]
>
:
T
[
K
]
extends
Record
<
string
,
any
>
?
Simplify
<
HostInterface
<
T
[
K
]
>
>
:
T
[
K
]
}
Convert an entire Guest interface into what the host will implement.
Type Parameters
T
Settings
Member Visibility
Alpha
Internal
Theme
OS
Light
Dark
API documentation of Agoric SDK
Loading...
Convert an entire Guest interface into what the host will implement.