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
:
any
)
=>
Promise
<
unknown
>
)
;
}
An object that can receive messages from the bridge device
Type declaration
from
Bridge
:
(
(
obj
:
any
)
=>
Promise
<
unknown
>
)
Handle an inbound message
(
obj
)
:
Promise
<
unknown
>
Parameters
obj
:
any
Returns
Promise
<
unknown
>
Settings
Member Visibility
Alpha
Internal
Theme
OS
Light
Dark
API documentation of Agoric SDK
Loading...
An object that can receive messages from the bridge device