Preparing search index...
The search index is not available
NDNts
NDNts
@ndn/packet
Signer
Signable
Interface Signable
Target packet compatible with high level signer.
interface
Signable
{
[OP]
:
(
(
signer
:
LLSign
)
=>
Promise
<
void
>
)
;
name
:
Name
;
sigInfo
?:
SigInfo
;
sigValue
:
Uint8Array
;
}
Hierarchy (
view full
)
PacketWithSignature
LLSign
.
Signable
Signable
Implemented by
Data
Interest
Index
Properties
[OP]
name
sig
Info?
sig
Value
Properties
[OP]
[OP]
:
(
(
signer
:
LLSign
)
=>
Promise
<
void
>
)
Readonly
name
name
:
Name
Optional
sig
Info
sig
Info
?:
SigInfo
sig
Value
sig
Value
:
Uint8Array
Settings
Member Visibility
Protected
Inherited
External
Theme
OS
Light
Dark
On This Page
Properties
[OP]
name
sig
Info
sig
Value
NDNts
Loading...
Target packet compatible with high level signer.