Preparing search index...
The search index is not available
API documentation of Agoric SDK
API documentation of Agoric SDK
@agoric/vats
index
BridgeHandler
Type alias BridgeHandler
Bridge
Handler
:
{
fromBridge
:
(
(
obj
)
=>
PromiseVow
<
void
>
)
;
}
An object that can receive messages from the bridge device
Type declaration
from
Bridge
:
(
(
obj
)
=>
PromiseVow
<
void
>
)
Handle an inbound message
(
obj
)
:
PromiseVow
<
void
>
Parameters
obj
:
any
Returns
PromiseVow
<
void
>
Settings
Member Visibility
Protected
Private
Inherited
External
Theme
OS
Light
Dark
API documentation of Agoric SDK
Loading...
An object that can receive messages from the bridge device