@ipshipyard/keychain
    Preparing search index...

    Interface GenerateKeyOptions

    interface GenerateKeyOptions {
        signal?: AbortSignal;
        type?: string;
        [key: string]: any;
    }

    Hierarchy

    Indexable

    • [key: string]: any
    Index

    Properties

    Properties

    signal?: AbortSignal
    type?: string

    The type of key to generate

    'Ed25519'