Typeberry by Fluffy Labs - v0.4.0
Preparing search index...
lib
crypto
ed25519
Input
Type Alias Input<T>
Signature verification input.
type
Input
<
T
extends
BytesBlob
=
BytesBlob
>
=
{
key
:
crypto
.
Ed25519Key
;
message
:
T
;
signature
:
crypto
.
Ed25519Signature
;
}
Type Parameters
T
extends
BytesBlob
=
BytesBlob
Index
Properties
key
message
signature
Properties
key
key
:
crypto
.
Ed25519Key
Public key.
message
message
:
T
Message to verify.
signature
signature
:
crypto
.
Ed25519Signature
Signature.
Settings
Member Visibility
Protected
Inherited
External
Theme
OS
Light
Dark
On This Page
Properties
key
message
signature
Typeberry by Fluffy Labs - v0.4.0
Loading...
Signature verification input.