Class: Ed25519Signature
An Ed25519 signature.
Hierarchy
↳
Ed25519Signature
Table of contents
Constructors
Properties
Methods
Constructors
constructor
• new Ed25519Signature(publicKey
, signature
)
Parameters
Name | Type | Description |
---|---|---|
publicKey | string | A Ed25519 public key as hex-encoded string. |
signature | string | A Ed25519 signature as hex-encoded string. |
Overrides
Properties
type
• Readonly
type: Ed25519
Inherited from
publicKey
• publicKey: string
The public key.
signature
• signature: string
The signature.
Methods
getType
▸ getType(): Ed25519
Get the type of signature.