mimekit-ts - v1.0.0
    Preparing search index...

    Interface Ed25519PrivateKey

    An Ed25519 private key (raw 32-byte seed).

    interface Ed25519PrivateKey {
        kind: "ed25519";
        isPrivate: true;
        raw: Uint8Array;
    }
    Index
    kind: "ed25519"
    isPrivate: true
    raw: Uint8Array