Preparing search index...
The search index is not available
Documentation
Documentation
@waku/interfaces
ISender
Interface ISender
interface
ISender
{
send
:
(
(
encoder
,
message
,
sendOptions
?
)
=>
Promise
<
SDKProtocolResult
>
)
;
}
Index
Properties
send
Properties
send
send
:
(
(
encoder
,
message
,
sendOptions
?
)
=>
Promise
<
SDKProtocolResult
>
)
Type declaration
(
encoder
,
message
,
sendOptions
?
)
:
Promise
<
SDKProtocolResult
>
Parameters
encoder
:
IEncoder
message
:
IMessage
Optional
sendOptions
:
ProtocolUseOptions
Returns
Promise
<
SDKProtocolResult
>
Settings
Member Visibility
Protected
Private
Inherited
Theme
OS
Light
Dark
On This Page
send
Documentation
Loading...
Generated using
TypeDoc