Keeta LogoKeeta Logo@keetanetwork/keetanet-client

    Type Alias seedDerivationFunction

    seedDerivationFunction: (
        seed: ArrayBuffer | string,
        index: number,
    ) =>
        | ECDSASECP256K1PrivateKey
        | ECDSASECP256R1PrivateKey
        | ED25519PublicKey
        | IdentifierKeyPair

    Key derivation from seed+index

    Type declaration

    MMNEPVFCICPMFPCPTTAAATR