Search
Preparing search index...
The search index is not available
js-waku
Options
All
Public
Public/Protected
All
Inherited
Externals
Menu
js-waku
waku_light_push
Namespace waku_light_push
Index
Classes
Waku
Light
Push
Interfaces
Create
Options
Push
Options
Push
Response
Variables
Light
Push
Codec
Push
Response
Variables
Const
Light
Push
Codec
Light
Push
Codec
:
"/vac/waku/lightpush/2.0.0-beta1"
= "/vac/waku/lightpush/2.0.0-beta1"
Push
Response
Push
Response
:
{
decode
:
any
;
encode
:
any
;
fromJSON
:
any
;
fromPartial
:
any
;
toJSON
:
any
}
Type declaration
decode
:
function
decode
(
input
:
Uint8Array
|
Reader
, length
?:
number
)
:
waku_light_push
.
PushResponse
Parameters
input:
Uint8Array
|
Reader
Optional
length:
number
Returns
waku_light_push
.
PushResponse
encode
:
function
encode
(
message
:
waku_light_push
.
PushResponse
, writer
?:
Writer
)
:
Writer
Parameters
message:
waku_light_push
.
PushResponse
writer:
Writer
= ...
Returns
Writer
fromJSON
:
function
fromJSON
(
object
:
any
)
:
waku_light_push
.
PushResponse
Parameters
object:
any
Returns
waku_light_push
.
PushResponse
from
Partial
:
function
from
Partial
<
I
>
(
object
:
I
)
:
waku_light_push
.
PushResponse
Type parameters
I
:
{
info
?:
string
;
isSuccess
?:
boolean
}
&
{
info
?:
string
;
isSuccess
?:
boolean
}
&
Record
<
Exclude
<
keyof
I
,
keyof
waku_light_push
.
PushResponse
>
,
never
>
Parameters
object:
I
Returns
waku_light_push
.
PushResponse
toJSON
:
function
toJSON
(
message
:
waku_light_push
.
PushResponse
)
:
unknown
Parameters
message:
waku_light_push
.
PushResponse
Returns
unknown
Exports
discovery
enr
utf8
utils
waku
waku_
light_
push
waku_
message
waku_
relay
waku_
store
Waku
Light
Push
Create
Options
Push
Options
Push
Response
Light
Push
Codec
Push
Response
Generated using
TypeDoc