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

    Class Ed25519Pair

    Ed25519 pub+priv key pair.

    Can be passed to sign method to produce signatures.

    Index

    Properties

    Methods

    Properties

    _privKey: Bytes<32>

    Private key. NOTE: Avoid using directly.

    pubKey: Bytes<32> & WithOpaque<"Ed25519Key">

    Public key

    Methods