Typeberry by Fluffy Labs - v0.4.0
    Preparing search index...

    Type Alias Input<T>

    Signature verification input.

    type Input<T extends BytesBlob = BytesBlob> = {
        key: crypto.Ed25519Key;
        message: T;
        signature: crypto.Ed25519Signature;
    }

    Type Parameters

    Index

    Properties

    Properties

    Public key.

    message: T

    Message to verify.

    Signature.