Preparing search index...
The search index is not available
libp2p
libp2p
@libp2p/interface
Envelope
Interface Envelope
interface
Envelope
{
payload
:
Uint8Array
;
payloadType
:
Uint8Array
|
Uint8ArrayList
;
publicKey
:
PublicKey
;
signature
:
Uint8Array
|
Uint8ArrayList
;
equals
(
other
)
:
boolean
;
marshal
(
)
:
Uint8Array
;
validate
(
domain
)
:
Promise
<
boolean
>
;
}
Implemented by
Index
Properties
payload
payload
Type
public
Key
signature
Methods
equals
marshal
validate
Properties
payload
payload
:
Uint8Array
payload
Type
payload
Type
:
Uint8Array
|
Uint8ArrayList
public
Key
public
Key
:
PublicKey
signature
signature
:
Uint8Array
|
Uint8ArrayList
Methods
equals
equals
(
other
)
:
boolean
Parameters
other
:
Envelope
Returns
boolean
marshal
marshal
(
)
:
Uint8Array
Returns
Uint8Array
validate
validate
(
domain
)
:
Promise
<
boolean
>
Parameters
domain
:
string
Returns
Promise
<
boolean
>
Settings
Member Visibility
Protected
Private
Inherited
External
Theme
OS
Light
Dark
On This Page
payload
payload
Type
public
Key
signature
equals
marshal
validate
libp2p
Loading...