signify-ts
    Preparing search index...

    Class RandyCreator

    Interface for creating a key pair based on an algorithm.

    Implements

    Index

    Constructors

    Accessors

    Methods

    Constructors

    Accessors

    Methods

    • Creates a key pair

      Parameters

      • codes: undefined | string[] = undefined

        list of derivation codes one per key pair to create

      • count: number = 1

        count of key pairs to create if codes not provided

      • code: string = MtrDex.Ed25519_Seed

        derivation code to use for count key pairs if codes not provided

      • transferable: boolean = true

        true means use transferable derivation code. Otherwise, non-transferable derivation code.

      Returns Keys