Preparing search index...
The search index is not available
Documentation
Documentation
@waku/interfaces
ISender
Interface ISender
interface
ISender
{
send
:
(
(
encoder
,
message
)
=>
Promise
<
SendResult
>
)
;
}
Index
Properties
send
Properties
send
send
:
(
(
encoder
,
message
)
=>
Promise
<
SendResult
>
)
Type declaration
(
encoder
,
message
)
:
Promise
<
SendResult
>
Parameters
encoder
:
IEncoder
message
:
IMessage
Returns
Promise
<
SendResult
>
Settings
Member Visibility
Protected
Private
Inherited
Theme
OS
Light
Dark
On This Page
send
Documentation
@waku
proto
interfaces
utils
message-hash
enr
core
relay
discovery
message-encryption
sdk
browser-tests
react-native-polyfills
Generated using
TypeDoc