@deltachat/jsonrpc-client
Preparing search index...
yerpc
Transport
Interface Transport
interface
Transport
{
notification
:
(
method
:
string
,
params
?:
yerpc
.
Params
)
=>
void
;
request
:
(
method
:
string
,
params
?:
yerpc
.
Params
)
=>
Promise
<
unknown
>
;
}
Implemented by
BaseTransport
Index
Properties
notification
request
Properties
notification
notification
:
(
method
:
string
,
params
?:
yerpc
.
Params
)
=>
void
request
request
:
(
method
:
string
,
params
?:
yerpc
.
Params
)
=>
Promise
<
unknown
>
Settings
Member Visibility
Protected
Inherited
External
Theme
OS
Light
Dark
On This Page
Properties
notification
request
@deltachat/jsonrpc-client
Loading...