Search
Preparing search index...
The search index is not available
accumulate.js
Options
All
Public
Public/Protected
All
Inherited
Externals
Menu
accumulate.js
Ed25519KeypairSigner
Class Ed25519KeypairSigner
Hierarchy
Ed25519KeypairSigner
RCD1KeypairSigner
Implements
Signer
Index
Constructors
constructor
Properties
_keypair
Accessors
public
Key
public
Key
Hash
type
Methods
sign
Raw
generate
Constructors
constructor
new
Ed25519
Keypair
Signer
(
keypair
:
Ed25519Keypair
)
:
Ed25519KeypairSigner
Parameters
keypair:
Ed25519Keypair
Returns
Ed25519KeypairSigner
Properties
Protected
Readonly
_keypair
_keypair
:
Ed25519Keypair
Accessors
public
Key
get
publicKey
(
)
:
Uint8Array
Returns
Uint8Array
public
Key
Hash
get
publicKeyHash
(
)
:
Uint8Array
Returns
Uint8Array
type
get
type
(
)
:
SignatureType
Returns
SignatureType
Methods
sign
Raw
sign
Raw
(
data
:
Uint8Array
)
:
Promise
<
Uint8Array
>
Parameters
data:
Uint8Array
Returns
Promise
<
Uint8Array
>
Static
generate
generate
(
)
:
Ed25519KeypairSigner
Returns
Ed25519KeypairSigner
Exports
Ed25519
Keypair
Signer
constructor
_keypair
public
Key
public
Key
Hash
type
sign
Raw
generate
Generated using
TypeDoc